/*!************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./assets/src/scss/main.scss ***!
  \************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Manrope:wght@400;500;600&display=swap);
/*!****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./assets/src/scss/main.scss (1) ***!
  \****************************************************************************************************************************************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}

.azleentv-player *,
.azleentv-player *::before,
.azleentv-player *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.azleentv-player button {
  font-family: inherit;
  cursor: pointer;
}
.azleentv-player img {
  max-width: 100%;
  display: block;
}
.azleentv-player a {
  color: inherit;
  text-decoration: none;
}
.azleentv-player .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.azleentv-player {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: var(--atv-bg, #0D1117);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--atv-border);
  font-family: "Manrope", system-ui, sans-serif;
  color: var(--atv-text);
  --atv-bg: #0D1117;
  --atv-surface: #161B22;
  --atv-surface-2: #1C2333;
  --atv-surface-3: #21262D;
  --atv-border: rgba(255,255,255,0.08);
  --atv-text: #F0F6FC;
  --atv-muted: #8B949E;
  --atv-subtle: #484F58;
  --atv-live: #FF4757;
  --atv-primary: #6C5CE7;
  --atv-accent: #00CEC9;
}
.azleentv-player.azleentv--light {
  --atv-bg: #F6F8FA;
  --atv-surface: #FFFFFF;
  --atv-surface-2: #F0F4F8;
  --atv-surface-3: #E2E8F0;
  --atv-border: rgba(0,0,0,0.08);
  --atv-text: #1A1A2E;
  --atv-muted: #6E7681;
  --atv-subtle: #94A3B8;
}
.azleentv-player .azleentv-header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 24px;
  height: 64px;
  background: var(--atv-surface);
  border-bottom: 1px solid var(--atv-border);
  flex-shrink: 0;
  z-index: 2;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.azleentv-player .azleentv-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.azleentv-player .azleentv-brand-icon {
  display: block;
  filter: drop-shadow(0 0 8px rgba(var(--atv-primary-rgb, 108 92 231)/0.5));
}
.azleentv-player .azleentv-brand-name {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  background: linear-gradient(135deg, var(--atv-primary), var(--atv-accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.azleentv-player .azleentv-search-wrap {
  flex: 1;
  max-width: 340px;
  margin-left: auto;
  position: relative;
}
.azleentv-player .azleentv-search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--atv-muted);
  pointer-events: none;
}
.azleentv-player .azleentv-search {
  width: 100%;
  height: 38px;
  padding: 0 36px 0 38px;
  background: var(--atv-surface-2);
  border: 1px solid var(--atv-border);
  border-radius: 9999px;
  color: var(--atv-text);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 13px;
  outline: none;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}
.azleentv-player .azleentv-search::placeholder {
  color: var(--atv-muted);
}
.azleentv-player .azleentv-search:focus {
  border-color: var(--atv-primary);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--atv-primary) 20%, transparent);
}
.azleentv-player .azleentv-search::-webkit-search-cancel-button {
  display: none;
}
.azleentv-player .azleentv-search-clear {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: var(--atv-muted);
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 150ms ease, color 150ms ease;
}
.azleentv-player .azleentv-search-clear:hover {
  color: var(--atv-text);
}
.azleentv-player .azleentv-search-wrap.has-value .azleentv-search-clear {
  opacity: 1;
  pointer-events: auto;
}
.azleentv-player .azleentv-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.azleentv-player .azleentv-sidebar {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: var(--atv-surface);
  flex-shrink: 0;
}
.azleentv-player .azleentv-tabs {
  display: flex;
  border-bottom: 1px solid var(--atv-border);
  flex-shrink: 0;
}
.azleentv-player .azleentv-tab {
  flex: 1;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--atv-muted);
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: color 150ms ease, border-color 150ms ease, background 150ms ease;
}
.azleentv-player .azleentv-tab:hover {
  color: var(--atv-text);
  background: var(--atv-surface-2);
}
.azleentv-player .azleentv-tab.azleentv-tab--active {
  color: var(--atv-primary);
  border-bottom-color: var(--atv-primary);
}
.azleentv-player .azleentv-tab:focus-visible {
  outline: 2px solid var(--atv-primary);
  outline-offset: -2px;
}
.azleentv-player .azleentv-fav-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  background: var(--atv-primary);
  color: white;
  font-size: 10px;
  font-weight: 700;
  border-radius: 9999px;
  line-height: 1;
}
.azleentv-player .azleentv-fav-count:empty, .azleentv-player .azleentv-fav-count[data-count="0"] {
  display: none;
}
.azleentv-player .azleentv-group-filter {
  padding: 8px 16px;
  border-bottom: 1px solid var(--atv-border);
  flex-shrink: 0;
}
.azleentv-player .azleentv-select-wrap {
  position: relative;
}
.azleentv-player .azleentv-group-select {
  width: 100%;
  height: 34px;
  padding: 0 32px 0 12px;
  background: var(--atv-surface-2);
  border: 1px solid var(--atv-border);
  border-radius: 10px;
  color: var(--atv-text);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 13px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
  transition: border-color 150ms ease;
}
.azleentv-player .azleentv-group-select:focus {
  border-color: var(--atv-primary);
  box-shadow: 0 0 0 3px rgba(108, 92, 231, 0.15);
}
.azleentv-player .azleentv-group-select option {
  background: var(--atv-surface-2);
  color: var(--atv-text);
}
.azleentv-player .azleentv-select-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--atv-muted);
  pointer-events: none;
}
.azleentv-player .azleentv-tab-panel {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.azleentv-player .azleentv-tab-panel:not(.azleentv-tab-panel--active), .azleentv-player .azleentv-tab-panel[hidden] {
  display: none;
}
.azleentv-player .azleentv-tab-panel.azleentv-tab-panel--active {
  display: flex;
}
.azleentv-player .azleentv-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 12px;
  border-top: 1px solid var(--atv-border);
  flex-shrink: 0;
  flex-wrap: wrap;
}
.azleentv-player .azleentv-page-btn {
  min-width: 30px;
  height: 30px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--atv-surface-2);
  border: 1px solid var(--atv-border);
  border-radius: 6px;
  color: var(--atv-text);
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 150ms ease;
}
.azleentv-player .azleentv-page-btn:hover {
  background: var(--atv-surface-3);
  border-color: var(--atv-primary);
}
.azleentv-player .azleentv-page-btn.azleentv-page-btn--active {
  background: var(--atv-primary);
  border-color: var(--atv-primary);
  color: white;
}
.azleentv-player .azleentv-page-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.azleentv-player .azleentv-page-btn:focus-visible {
  outline: 2px solid var(--atv-primary);
  outline-offset: 2px;
}
.azleentv-player .azleentv-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px;
  color: var(--atv-muted);
  text-align: center;
}
.azleentv-player .azleentv-empty-state svg {
  opacity: 0.35;
}
.azleentv-player .azleentv-empty-state p {
  font-size: 13px;
  font-weight: 500;
  margin: 0;
}
.azleentv-player .azleentv-empty-state .azleentv-empty-sub {
  font-size: 11px;
  color: var(--atv-subtle);
}
.azleentv-player .azleentv-skeleton-list {
  padding: 8px 12px;
}
.azleentv-player .azleentv-skeleton-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
}
.azleentv-player .azleentv-skeleton {
  background: linear-gradient(90deg, var(--atv-surface-2) 25%, var(--atv-surface-3) 50%, var(--atv-surface-2) 75%);
  background-size: 200% 100%;
  animation: azleentv-shimmer 1.5s infinite;
  border-radius: 6px;
}
.azleentv-player .azleentv-skeleton--logo {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  flex-shrink: 0;
}
.azleentv-player .azleentv-skeleton--name {
  height: 12px;
  width: 100px;
  margin-bottom: 4px;
}
.azleentv-player .azleentv-skeleton--group {
  height: 10px;
  width: 60px;
}
.azleentv-player .azleentv-skeleton-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.azleentv-player .azleentv-panel-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  background: var(--atv-surface);
  border-top: 1px solid var(--atv-border);
  border-bottom: 1px solid var(--atv-border);
  gap: 12px;
  flex-shrink: 0;
  cursor: pointer;
  user-select: none;
  transition: background 150ms ease;
}
.azleentv-player .azleentv-panel-toggle:hover {
  background: var(--atv-surface-2);
}
.azleentv-player .azleentv-panel-toggle:focus-visible {
  outline: 2px solid var(--atv-primary);
  outline-offset: -2px;
}
.azleentv-player .azleentv-panel-toggle-left {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--atv-muted);
}
.azleentv-player .azleentv-panel-toggle-label {
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--atv-muted);
}
.azleentv-player .azleentv-panel-toggle-count {
  font-size: 11px;
  color: var(--atv-muted);
  background: var(--atv-surface-2);
  border: 1px solid var(--atv-border);
  border-radius: 9999px;
  padding: 1px 7px;
}
.azleentv-player .azleentv-panel-toggle-arrow {
  color: var(--atv-muted);
  transition: transform 250ms ease;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.azleentv-player .azleentv-panel-toggle[aria-expanded=true] .azleentv-panel-toggle-arrow {
  transform: rotate(180deg);
}
.azleentv-player .azleentv-channel-panel {
  background: var(--atv-surface);
  overflow: hidden;
  transition: max-height 400ms ease, opacity 250ms ease;
}
.azleentv-player .azleentv-channel-panel.is-slider {
  max-height: 170px;
}
.azleentv-player .azleentv-channel-panel.is-slider .azleentv-tabs,
.azleentv-player .azleentv-channel-panel.is-slider .azleentv-group-filter,
.azleentv-player .azleentv-channel-panel.is-slider .azleentv-pagination {
  display: none;
}
.azleentv-player .azleentv-channel-panel.is-slider .azleentv-tab-panel {
  display: block !important;
  overflow: visible;
}
.azleentv-player .azleentv-channel-panel.is-slider .azleentv-tab-panel:not(.azleentv-tab-panel--active) {
  display: none !important;
}
.azleentv-player .azleentv-channel-panel.is-slider .azleentv-channel-list {
  display: flex !important;
  flex-direction: row;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  gap: 8px;
  padding: 12px 16px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.azleentv-player .azleentv-channel-panel.is-slider .azleentv-channel-list::-webkit-scrollbar {
  display: none;
}
.azleentv-player .azleentv-channel-panel.is-slider .azleentv-channel-item {
  flex-shrink: 0;
  scroll-snap-align: start;
  width: 100px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 8px 8px;
  border-bottom: none;
  border-radius: 16px;
  border: 1px solid var(--atv-border);
  background: var(--atv-surface-2);
  gap: 8px;
  text-align: center;
  transition: background 150ms ease, border-color 150ms ease, transform 150ms ease, box-shadow 150ms ease;
}
.azleentv-player .azleentv-channel-panel.is-slider .azleentv-channel-item:hover {
  background: var(--atv-surface-3);
  border-color: var(--atv-primary);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(108, 92, 231, 0.2);
}
.azleentv-player .azleentv-channel-panel.is-slider .azleentv-channel-item.azleentv-channel-item--active {
  background: rgba(108, 92, 231, 0.15);
  border-color: var(--atv-primary);
  border-left: 1px solid var(--atv-primary);
  padding-left: 8px;
  box-shadow: 0 0 0 2px rgba(108, 92, 231, 0.3);
}
.azleentv-player .azleentv-channel-panel.is-slider .azleentv-channel-item.azleentv-channel-item--active .azleentv-channel-name {
  color: #fff;
}
.azleentv-player .azleentv-channel-panel.is-slider .azleentv-channel-item:focus-visible {
  outline: 2px solid var(--atv-primary);
  outline-offset: 2px;
}
.azleentv-player .azleentv-channel-panel.is-slider .azleentv-channel-logo-wrap {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  flex-shrink: 0;
}
.azleentv-player .azleentv-channel-panel.is-slider .azleentv-channel-info {
  width: 100%;
  max-width: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  overflow: hidden;
}
.azleentv-player .azleentv-channel-panel.is-slider .azleentv-channel-name {
  font-size: 11px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  line-height: 1.4;
  width: 100%;
  text-align: center;
  color: #fff;
}
.azleentv-player .azleentv-channel-panel.is-slider .azleentv-channel-group {
  display: block;
  font-size: 10px;
  color: var(--atv-muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  text-align: center;
}
.azleentv-player .azleentv-channel-panel.is-slider .azleentv-channel-fav {
  display: none;
}
.azleentv-player .azleentv-channel-panel.is-slider button.azleentv-channel-fav.azleentv-channel-fav--active {
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.azleentv-player .azleentv-channel-panel.is-slider .azleentv-splash-text {
  color: #c6c6c6;
}
.azleentv-player .azleentv-channel-panel.is-slider p.azleentv-gate-subtitle {
  color: #c6c6c6;
}
.azleentv-player .azleentv-channel-panel.is-slider .azleentv-slider-nav {
  display: flex;
}
.azleentv-player .azleentv-channel-panel.is-grid {
  max-height: 520px;
}
.azleentv-player .azleentv-channel-panel.is-grid .azleentv-tabs,
.azleentv-player .azleentv-channel-panel.is-grid .azleentv-group-filter,
.azleentv-player .azleentv-channel-panel.is-grid .azleentv-pagination {
  display: flex;
}
.azleentv-player .azleentv-channel-panel.is-grid .azleentv-tabs {
  flex-shrink: 0;
}
.azleentv-player .azleentv-channel-panel.is-grid .azleentv-channel-list {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: max-content;
  align-content: start;
  gap: 0;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 380px;
  scrollbar-width: thin;
  scrollbar-color: var(--atv-surface-3) transparent;
}
.azleentv-player .azleentv-channel-panel.is-grid .azleentv-channel-list::-webkit-scrollbar {
  width: 4px;
}
.azleentv-player .azleentv-channel-panel.is-grid .azleentv-channel-list::-webkit-scrollbar-thumb {
  background: var(--atv-surface-3);
  border-radius: 9999px;
}
@media (max-width: 900px) {
  .azleentv-player .azleentv-channel-panel.is-grid .azleentv-channel-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .azleentv-player .azleentv-channel-panel.is-grid .azleentv-channel-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 360px) {
  .azleentv-player .azleentv-channel-panel.is-grid .azleentv-channel-list {
    grid-template-columns: 1fr;
  }
}
.azleentv-player .azleentv-channel-panel.is-grid .azleentv-channel-item {
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 8px;
  border-bottom: 1px solid var(--atv-border);
  border-right: 1px solid var(--atv-border);
  gap: 8px;
  text-align: center;
  transition: background 150ms ease, border-left 150ms ease;
}
.azleentv-player .azleentv-channel-panel.is-grid .azleentv-channel-item:hover {
  background: var(--atv-surface-2);
}
.azleentv-player .azleentv-channel-panel.is-grid .azleentv-channel-item:hover .azleentv-channel-fav {
  opacity: 1;
}
.azleentv-player .azleentv-channel-panel.is-grid .azleentv-channel-item.azleentv-channel-item--active {
  background: rgba(108, 92, 231, 0.1);
  border-left: 2px solid var(--atv-primary);
}
.azleentv-player .azleentv-channel-panel.is-grid .azleentv-channel-item.azleentv-channel-item--active .azleentv-channel-name {
  color: var(--atv-primary);
  font-weight: 600;
}
.azleentv-player .azleentv-channel-panel.is-grid .azleentv-channel-item:focus-visible {
  outline: 2px solid var(--atv-primary);
  outline-offset: -2px;
}
.azleentv-player .azleentv-channel-panel.is-grid .azleentv-channel-logo-wrap {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  flex-shrink: 0;
}
.azleentv-player .azleentv-channel-panel.is-grid .azleentv-channel-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  overflow: hidden;
}
.azleentv-player .azleentv-channel-panel.is-grid .azleentv-channel-name {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
}
.azleentv-player .azleentv-channel-panel.is-grid .azleentv-channel-group {
  display: block;
  font-size: 10px;
  color: var(--atv-muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  text-align: center;
}
.azleentv-player .azleentv-channel-panel.is-grid .azleentv-channel-fav {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  opacity: 0;
  flex-shrink: 0;
}
.azleentv-player .azleentv-channel-panel.is-grid .azleentv-slider-nav {
  display: none;
}
.azleentv-player .azleentv-slider-nav {
  display: none;
  align-items: center;
  padding: 4px 12px;
  gap: 8px;
  justify-content: flex-end;
  background: var(--atv-surface);
  border-bottom: 1px solid var(--atv-border);
}
.azleentv-player .azleentv-slider-arrows {
  display: flex;
  gap: 4px;
}
.azleentv-player .azleentv-slider-btn {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--atv-surface-2);
  border: 1px solid var(--atv-border);
  border-radius: 6px;
  color: var(--atv-muted);
  cursor: pointer;
  transition: all 150ms ease;
}
.azleentv-player .azleentv-slider-btn:hover {
  background: var(--atv-surface-3);
  color: var(--atv-text);
  border-color: var(--atv-primary);
}
.azleentv-player .azleentv-slider-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.azleentv-player .azleentv-slider-btn:focus-visible {
  outline: 2px solid var(--atv-primary);
  outline-offset: 2px;
}
.azleentv-player .azleentv-channel-logo-wrap {
  overflow: hidden;
  background: var(--atv-surface-3);
  border: 1px solid var(--atv-border);
  display: flex;
  align-items: center;
  justify-content: center;
}
.azleentv-player .azleentv-channel-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.azleentv-player .azleentv-channel-logo-fallback {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--atv-primary);
  text-transform: uppercase;
  background: linear-gradient(135deg, rgba(108, 92, 231, 0.2), rgba(0, 206, 201, 0.15));
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.azleentv-player .azleentv-channel-panel.is-slider .azleentv-skeleton-list {
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding: 12px 16px;
  overflow: hidden;
}
.azleentv-player .azleentv-channel-panel.is-slider .azleentv-skeleton-item {
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  width: 100px;
  padding: 12px 8px 8px;
  gap: 8px;
  border-radius: 16px;
  background: var(--atv-surface-2);
  border: 1px solid var(--atv-border);
}
.azleentv-player .azleentv-channel-panel.is-slider .azleentv-skeleton--logo {
  width: 56px;
  height: 56px;
  border-radius: 10px;
}
.azleentv-player .azleentv-channel-panel.is-slider .azleentv-skeleton-text {
  align-items: center;
  width: 100%;
}
.azleentv-player .azleentv-channel-panel.is-slider .azleentv-skeleton--name {
  width: 72px;
  height: 11px;
}

.azleentv-player .azleentv-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #000;
  flex-shrink: 0;
}
.azleentv-player .azleentv-player-area {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.azleentv-player .azleentv-player-area::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
@supports (aspect-ratio: 16/9) {
  .azleentv-player .azleentv-player-area::before {
    display: none;
  }
}
.azleentv-player .azleentv-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #000;
  opacity: 1;
}
.azleentv-player .azleentv-splash {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: radial-gradient(circle at 50% 40%, rgba(108, 92, 231, 0.08) 0%, transparent 70%), #000;
  transition: opacity 400ms ease, visibility 400ms ease;
  z-index: 2;
}
.azleentv-player .azleentv-splash.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.azleentv-player .azleentv-splash-icon {
  animation: azleentv-float 4s ease-in-out infinite;
}
.azleentv-player .azleentv-splash-text {
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 14px;
  color: #c6c6c6;
  text-align: center;
  max-width: 220px;
}
.azleentv-player .azleentv-loading-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  transition: opacity 250ms ease;
}
.azleentv-player .azleentv-loading-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.azleentv-player .azleentv-spinner {
  width: 44px;
  height: 44px;
  border: 3px solid rgba(108, 92, 231, 0.25);
  border-top-color: var(--atv-primary);
  border-radius: 50%;
  animation: azleentv-spin 0.8s linear infinite;
}
.azleentv-player .azleentv-now-playing {
  flex-shrink: 0;
  background: var(--atv-surface);
  border-top: 1px solid var(--atv-border);
}
.azleentv-player .azleentv-now-playing[hidden] {
  display: none;
}
.azleentv-player .azleentv-now-playing-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  flex-wrap: wrap;
}
.azleentv-player .azleentv-now-logo {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  object-fit: contain;
  background: var(--atv-surface-2);
  border: 1px solid var(--atv-border);
  flex-shrink: 0;
}
.azleentv-player .azleentv-now-info {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.azleentv-player .azleentv-now-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: white;
  background: var(--atv-live);
  padding: 2px 7px;
  border-radius: 9999px;
  flex-shrink: 0;
}
.azleentv-player .azleentv-now-badge::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 50%;
  animation: azleentv-pulse 1.5s ease-in-out infinite;
}
.azleentv-player .azleentv-now-name {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--atv-text);
}
.azleentv-player .azleentv-now-group {
  font-size: 12px;
  color: var(--atv-muted);
  white-space: nowrap;
}
.azleentv-player .azleentv-now-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.azleentv-player .azleentv-btn-icon {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--atv-surface-2);
  border: 1px solid var(--atv-border);
  border-radius: 10px;
  color: var(--atv-muted);
  cursor: pointer;
  transition: all 150ms ease;
}
.azleentv-player .azleentv-btn-icon:hover {
  background: var(--atv-surface-3);
  color: var(--atv-text);
  border-color: var(--atv-primary);
}
.azleentv-player .azleentv-btn-icon:focus-visible {
  outline: 2px solid var(--atv-primary);
  outline-offset: 2px;
}
.azleentv-player .azleentv-btn-icon:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.azleentv-player .azleentv-btn-fav.is-active {
  color: #FDCB6E;
  background: rgba(253, 203, 110, 0.1);
  border-color: rgba(253, 203, 110, 0.3);
}
.azleentv-player .azleentv-btn-fav.is-active svg {
  fill: #FDCB6E;
  stroke: #FDCB6E;
}
.azleentv-player .azleentv-error-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(255, 107, 107, 0.1);
  border-top: 1px solid rgba(255, 107, 107, 0.2);
  color: #FF6B6B;
  font-size: 12px;
}
.azleentv-player .azleentv-error-bar[hidden] {
  display: none;
}
.azleentv-player .azleentv-access-denied {
  padding: 32px;
  text-align: center;
  color: var(--atv-muted);
  font-size: 14px;
}

.azleentv-password-gate {
  --atv-primary: #6C5CE7;
  --atv-accent: #00CEC9;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 460px;
  background: radial-gradient(ellipse at 50% 0%, rgba(108, 92, 231, 0.12) 0%, transparent 70%), #0D1117;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-family: "Manrope", system-ui, sans-serif;
  padding: 32px;
}

.azleentv-gate-card {
  width: 100%;
  max-width: 380px;
  background: rgba(22, 27, 34, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5), 0 0 60px rgba(108, 92, 231, 0.1);
}

.azleentv-gate-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.azleentv-gate-title {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #F0F6FC;
  margin-bottom: 8px;
  background: linear-gradient(135deg, var(--atv-primary), var(--atv-accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.azleentv-gate-subtitle {
  font-size: 14px;
  color: #8B949E;
  margin-bottom: 32px;
  line-height: 1.5;
}

.azleentv-gate-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.azleentv-gate-input-wrap {
  position: relative;
}

.azleentv-gate-form input[type=password] {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  background: rgba(28, 35, 51, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  color: #F0F6FC;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 15px;
  outline: none;
  text-align: center;
  letter-spacing: 2px;
  transition: border-color 150ms ease, box-shadow 150ms ease;
  box-sizing: border-box;
}
.azleentv-gate-form input[type=password]::placeholder {
  letter-spacing: 0;
  color: #8B949E;
}
.azleentv-gate-form input[type=password]:focus {
  border-color: var(--atv-primary);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--atv-primary) 20%, transparent);
}

.azleentv-gate-error {
  font-size: 13px;
  color: #FF6B6B;
  min-height: 18px;
  transition: opacity 150ms ease;
}
.azleentv-gate-error:empty {
  opacity: 0;
}

.azleentv-gate-btn {
  height: 48px;
  background: linear-gradient(135deg, var(--atv-primary), color-mix(in srgb, var(--atv-primary) 80%, black));
  border: none;
  border-radius: 16px;
  color: white;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 150ms ease;
  box-shadow: 0 4px 16px color-mix(in srgb, var(--atv-primary) 40%, transparent);
}
.azleentv-gate-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 24px color-mix(in srgb, var(--atv-primary) 55%, transparent);
}
.azleentv-gate-btn:active {
  transform: translateY(0);
}
.azleentv-gate-btn:focus-visible {
  outline: 2px solid var(--atv-accent);
  outline-offset: 3px;
}
.azleentv-gate-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

@keyframes azleentv-shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes azleentv-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes azleentv-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes azleentv-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.7);
  }
}
@keyframes azleentv-fade-in {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes azleentv-slide-in {
  from {
    opacity: 0;
    transform: translateX(-8px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.azleentv-channel-item {
  animation: azleentv-fade-in 250ms ease both;
}
.azleentv-channel-item:nth-child(1) {
  animation-delay: 30ms;
}
.azleentv-channel-item:nth-child(2) {
  animation-delay: 60ms;
}
.azleentv-channel-item:nth-child(3) {
  animation-delay: 90ms;
}
.azleentv-channel-item:nth-child(4) {
  animation-delay: 120ms;
}
.azleentv-channel-item:nth-child(5) {
  animation-delay: 150ms;
}
.azleentv-channel-item:nth-child(6) {
  animation-delay: 180ms;
}
.azleentv-channel-item:nth-child(7) {
  animation-delay: 210ms;
}
.azleentv-channel-item:nth-child(8) {
  animation-delay: 240ms;
}
.azleentv-channel-item:nth-child(9) {
  animation-delay: 270ms;
}
.azleentv-channel-item:nth-child(10) {
  animation-delay: 300ms;
}
.azleentv-channel-item:nth-child(11) {
  animation-delay: 330ms;
}
.azleentv-channel-item:nth-child(12) {
  animation-delay: 360ms;
}
.azleentv-channel-item:nth-child(13) {
  animation-delay: 390ms;
}
.azleentv-channel-item:nth-child(14) {
  animation-delay: 420ms;
}
.azleentv-channel-item:nth-child(15) {
  animation-delay: 450ms;
}
.azleentv-channel-item:nth-child(16) {
  animation-delay: 480ms;
}
.azleentv-channel-item:nth-child(17) {
  animation-delay: 510ms;
}
.azleentv-channel-item:nth-child(18) {
  animation-delay: 540ms;
}
.azleentv-channel-item:nth-child(19) {
  animation-delay: 570ms;
}
.azleentv-channel-item:nth-child(20) {
  animation-delay: 600ms;
}

@media (max-width: 600px) {
  .azleentv-player {
    border-radius: 10px;
  }
  .azleentv-player .azleentv-header {
    padding: 0 12px;
    height: 52px;
    gap: 8px;
  }
  .azleentv-player .azleentv-brand-name {
    font-size: 15px;
  }
  .azleentv-player .azleentv-search {
    font-size: 12px;
    height: 34px;
  }
  .azleentv-player .azleentv-search-wrap {
    max-width: none;
  }
  .azleentv-player .azleentv-now-playing-inner {
    padding: 8px 12px;
    gap: 8px;
  }
  .azleentv-player .azleentv-now-name {
    font-size: 12px;
  }
  .azleentv-player .azleentv-now-logo {
    width: 30px;
    height: 30px;
  }
  .azleentv-player .azleentv-btn-icon {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 480px) {
  .azleentv-player {
    border-radius: 6px;
  }
  .azleentv-player .azleentv-sidebar {
    height: 340px;
  }
  .azleentv-player .azleentv-channel-panel.is-slider .azleentv-channel-item {
    width: 84px;
    padding: 8px 4px 4px;
  }
  .azleentv-player .azleentv-channel-panel.is-slider .azleentv-channel-logo-wrap {
    width: 48px;
    height: 48px;
  }
  .azleentv-player .azleentv-channel-panel.is-slider .azleentv-channel-name {
    font-size: 10px;
  }
  .azleentv-player .azleentv-channel-panel.is-slider .azleentv-channel-group {
    font-size: 9px;
  }
  .azleentv-player .azleentv-channel-panel.is-slider .azleentv-channel-info {
    max-width: 80px;
  }
  .azleentv-player .azleentv-channel-panel.is-grid .azleentv-channel-item {
    padding: 8px 4px;
  }
  .azleentv-player .azleentv-channel-panel.is-grid .azleentv-channel-logo-wrap {
    width: 40px;
    height: 40px;
  }
  .azleentv-player .azleentv-channel-panel.is-grid .azleentv-channel-name {
    font-size: 11px;
  }
  .azleentv-player .azleentv-panel-toggle {
    padding: 4px 12px;
  }
}
@media (max-width: 360px) {
  .azleentv-player .azleentv-channel-panel.is-slider .azleentv-channel-item {
    width: 72px;
  }
  .azleentv-player .azleentv-channel-panel.is-slider .azleentv-channel-logo-wrap {
    width: 40px;
    height: 40px;
  }
  .azleentv-player .azleentv-channel-panel.is-grid .azleentv-channel-list {
    grid-template-columns: 1fr;
  }
  .azleentv-player .azleentv-channel-panel.is-grid {
    max-height: 420px;
  }
  .azleentv-player .azleentv-header {
    gap: 4px;
  }
  .azleentv-player .azleentv-brand-name {
    font-size: 13px;
  }
}
@media (max-width: 960px) {
  .azleentv-admin-wrap .azleentv-admin-grid {
    grid-template-columns: 1fr;
  }
}

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