/* 876 Athena Network — Purple PlayTube theme overrides */
:root {
  --athena-purple-950: #17051f;
  --athena-purple-900: #260836;
  --athena-purple-800: #3b0a59;
  --athena-purple-700: #5a1682;
  --athena-purple-600: #7b28aa;
  --athena-purple-500: #9d43cf;
  --athena-pink-500: #ec5bbd;
  --athena-pink-300: #ff9bdc;
  --athena-lilac-100: #f8edff;
  --athena-ink: #2c1737;
  --athena-shadow: 0 18px 55px rgba(74, 16, 105, .18);
}

body {
  background: linear-gradient(180deg, #fffaff 0%, #f8f0ff 45%, #fff 100%) !important;
  color: var(--athena-ink);
}

/* Main interface styling */
a { color: var(--athena-purple-600); }
a:hover, a:focus { color: var(--athena-pink-500); }
.btn_primary, .btn-main, button.btn-main, input.btn-main,
.btn.btn_primary, .main-color, .active.main-color {
  background: linear-gradient(135deg, var(--athena-purple-700), var(--athena-pink-500)) !important;
  border-color: transparent !important;
  color: #fff !important;
  box-shadow: 0 10px 26px rgba(123, 40, 170, .25) !important;
}
.btn_primary:hover, .btn-main:hover, .btn.btn_primary:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}
.navbar-default, header, .pt_header {
  background: rgba(255, 250, 255, .94) !important;
  border-color: rgba(123, 40, 170, .12) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.content, .user-setting-panel, .setting-panel, .pt_shadow,
.video-wrapper, .articles-content, .watch-video-show-more {
  border-radius: 16px !important;
}
.content, .user-setting-panel, .setting-panel {
  border: 1px solid rgba(123, 40, 170, .09) !important;
  box-shadow: 0 10px 34px rgba(74, 16, 105, .08) !important;
}
.video-thumb, .video-thumb img, .video-wrapper img, .article-image img {
  border-radius: 14px !important;
}

/* Login route becomes the public welcome page */
body:has(.athena-welcome) {
  padding-top: 0 !important;
  overflow-x: hidden;
  background: #21052e !important;
}
body:has(.athena-welcome) header,
body:has(.athena-welcome) .navbar,
body:has(.athena-welcome) footer {
  display: none !important;
}
.athena-welcome {
  position: relative;
  isolation: isolate;
  display: grid !important;
  grid-template-columns: minmax(0, 1.2fr) minmax(390px, .8fr);
  min-height: 100vh;
  max-height: none !important;
  margin-top: 0 !important;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 18%, rgba(255, 148, 220, .32), transparent 25%),
    radial-gradient(circle at 78% 14%, rgba(189, 119, 255, .24), transparent 24%),
    radial-gradient(circle at 50% 105%, rgba(252, 76, 180, .25), transparent 34%),
    linear-gradient(135deg, #18031f 0%, #3b0751 48%, #72147d 100%) !important;
}
.athena-welcome::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .28;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000, transparent 86%);
}
.athena-welcome::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 520px;
  height: 520px;
  left: 22%;
  top: 52%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(246, 122, 220, .23), transparent 66%);
  filter: blur(8px);
}
.athena-welcome-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.athena-welcome-background::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(28, 3, 42, .36) 0%, rgba(33, 5, 46, .14) 48%, rgba(33, 5, 46, .4) 100%),
    linear-gradient(180deg, rgba(33, 5, 46, .08), rgba(33, 5, 46, .48));
}
.athena-welcome-background img {
  position: absolute;
  top: -10%;
  right: -28%;
  width: min(99vw, 1456px);
  max-width: none;
  height: auto;
  object-fit: contain;
  object-position: right top;
  opacity: .60;
  transform-origin: 72% 22%;
  animation: athenaWelcomeSlowZoom 48s ease-in-out infinite alternate;
  filter: saturate(1.08) contrast(1.03);
}
@keyframes athenaWelcomeSlowZoom {
  from { transform: scale(1); }
  to { transform: scale(1.085); }
}
.athena-welcome-nav {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: fit-content;
}
.athena-enter-link {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(255, 220, 118, .72);
  border-radius: 999px;
  color: #ffe38a !important;
  background: rgba(30, 2, 43, .54);
  box-shadow: 0 0 18px rgba(255, 209, 82, .2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .07em;
  text-decoration: none !important;
  animation: athenaEnterBlink 1.1s ease-in-out infinite;
  will-change: opacity, transform, box-shadow;
}
.athena-enter-link::before {
  content: "✦";
  margin-right: 7px;
}
@keyframes athenaEnterBlink {
  0%, 100% { opacity: 1; transform: scale(1); box-shadow: 0 0 14px rgba(255, 209, 82, .18); }
  50% { opacity: .48; transform: scale(.985); box-shadow: 0 0 28px rgba(255, 209, 82, .48); }
}
.athena-welcome-hero {
  min-width: 0;
  padding: clamp(28px, 5vw, 72px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  position: relative;
  z-index: 2;
}
.athena-brand {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 14px;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 800;
  letter-spacing: .2px;
  font-size: 18px;
}
.athena-brand img {
  width: auto;
  max-width: 150px;
  height: 42px;
  object-fit: contain;
}
.athena-hero-copy { max-width: 760px; padding: 72px 0; }
.athena-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  margin-bottom: 22px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(255,255,255,.09);
  box-shadow: inset 0 1px rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
  color: #ffd9f2;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.2px;
}
.athena-hero-copy h1 {
  color: #fff;
  font-size: clamp(54px, 7.2vw, 104px);
  line-height: .88;
  letter-spacing: -5px;
  font-weight: 900;
  margin: 0 0 28px;
  text-shadow: 0 14px 45px rgba(0,0,0,.28);
}
.athena-hero-copy h1 em {
  font-style: normal;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 199, 235, .92);
  text-shadow: 0 0 28px rgba(255, 117, 209, .18);
}
.athena-hero-copy > p {
  max-width: 610px;
  margin: 0 0 28px;
  color: rgba(255,255,255,.78);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.65;
}
.athena-feature-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; }
.athena-feature-row span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: #fff;
  border: 1px solid rgba(255,255,255,.12);
  font-size: 13px;
  font-weight: 600;
}
.athena-feature-row span::before { content: "✦"; color: #ff9bdc; margin-right: 8px; }
.athena-join-btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 16px 22px;
  border-radius: 14px;
  color: #3b0a59 !important;
  background: linear-gradient(135deg, #fff, #ffd8f2);
  box-shadow: 0 16px 40px rgba(25,0,35,.3);
  font-weight: 800;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease;
}
.athena-join-btn:hover { transform: translateY(-3px); box-shadow: 0 20px 50px rgba(25,0,35,.38); }
.athena-join-btn span { font-size: 22px; line-height: 1; }

.athena-welcome > .login_page {
  min-height: 100vh !important;
  width: auto !important;
  order: initial !important;
  padding: clamp(20px, 3vw, 48px);
  justify-content: center;
  background: rgba(255, 250, 255, .96);
  border-left: 1px solid rgba(255,255,255,.22);
  box-shadow: -30px 0 80px rgba(22, 0, 30, .26);
  z-index: 3;
}
.athena-welcome > .login_page::before,
.athena-welcome > .login_page::after { display: none !important; }
.athena-welcome .login-page {
  max-width: 480px !important;
  margin: auto !important;
  padding: clamp(26px, 4vw, 50px) !important;
  border-radius: 28px !important;
  background: #fff !important;
  border: 1px solid rgba(123,40,170,.1);
  box-shadow: var(--athena-shadow);
}
.athena-login-badge {
  width: fit-content;
  margin: 0 auto 13px;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--athena-purple-700);
  background: var(--athena-lilac-100);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.athena-welcome .login-page h4 {
  font-size: 42px !important;
  color: var(--athena-ink) !important;
  letter-spacing: -1.5px;
}
.athena-welcome .login-page > .login-form > p { color: #806b89; margin-bottom: 30px; }
.athena-welcome .pp_mat_input input {
  border-radius: 13px !important;
  background: #fbf7fd !important;
  border: 1px solid #eadcf1 !important;
}
.athena-welcome .pp_mat_input input:focus {
  border-color: var(--athena-purple-500) !important;
  box-shadow: 0 0 0 4px rgba(157,67,207,.1) !important;
}
.athena-welcome .login-page .btn.btn_primary {
  border-radius: 14px !important;
  background: linear-gradient(135deg, var(--athena-purple-700), var(--athena-pink-500)) !important;
  box-shadow: 0 14px 30px rgba(123,40,170,.26) !important;
}
.athena-welcome .login-icons svg { box-shadow: 0 8px 20px rgba(52, 14, 71, .14); }
.athena-welcome > .login_aside { display: none !important; }

/* Floating hearts and sparkles */
.athena-float-layer {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}
.athena-heart, .athena-sparkle {
  position: absolute;
  display: block;
  user-select: none;
  will-change: transform, opacity;
  filter: drop-shadow(0 0 10px rgba(255, 118, 209, .45));
}
.athena-heart {
  bottom: -12vh;
  color: rgba(255, 157, 220, .62);
  animation: athenaHeartRise 14s linear infinite;
}
.athena-heart.h1 { left: 5%; font-size: 22px; animation-duration: 13s; animation-delay: -4s; }
.athena-heart.h2 { left: 18%; font-size: 34px; animation-duration: 17s; animation-delay: -12s; opacity: .38; }
.athena-heart.h3 { left: 36%; font-size: 17px; animation-duration: 11s; animation-delay: -8s; }
.athena-heart.h4 { left: 58%; font-size: 27px; animation-duration: 16s; animation-delay: -2s; opacity: .42; }
.athena-heart.h5 { left: 75%; font-size: 19px; animation-duration: 12s; animation-delay: -10s; }
.athena-heart.h6 { left: 91%; font-size: 31px; animation-duration: 18s; animation-delay: -6s; opacity: .34; }
.athena-sparkle {
  color: rgba(255,255,255,.86);
  animation: athenaTwinkle 3.8s ease-in-out infinite;
}
.athena-sparkle.s1 { top: 9%; left: 9%; font-size: 20px; animation-delay: -.8s; }
.athena-sparkle.s2 { top: 21%; left: 44%; font-size: 13px; animation-delay: -2.1s; }
.athena-sparkle.s3 { top: 14%; right: 34%; font-size: 25px; animation-delay: -1.3s; }
.athena-sparkle.s4 { top: 42%; left: 7%; font-size: 14px; animation-delay: -3s; }
.athena-sparkle.s5 { top: 66%; left: 46%; font-size: 19px; animation-delay: -.4s; }
.athena-sparkle.s6 { bottom: 10%; left: 23%; font-size: 11px; animation-delay: -2.4s; }
.athena-sparkle.s7 { top: 35%; right: 5%; font-size: 18px; animation-delay: -1.7s; }
.athena-sparkle.s8 { bottom: 17%; right: 27%; font-size: 23px; animation-delay: -.9s; }
@keyframes athenaHeartRise {
  0% { transform: translate3d(0, 10vh, 0) rotate(-8deg) scale(.78); opacity: 0; }
  12% { opacity: .72; }
  48% { transform: translate3d(34px, -50vh, 0) rotate(12deg) scale(1); }
  82% { opacity: .55; }
  100% { transform: translate3d(-22px, -118vh, 0) rotate(-14deg) scale(1.14); opacity: 0; }
}

/* Register page keeps the same feminine palette */
.vp_auth_page.vp_rgstr_pg .login_aside {
  background: linear-gradient(145deg, var(--athena-purple-800), var(--athena-purple-600) 55%, var(--athena-pink-500)) !important;
}
.vp_auth_page.vp_rgstr_pg .login-page h4 { color: var(--athena-ink); }

@media (max-width: 980px) {
  .athena-welcome { grid-template-columns: 1fr; }
  .athena-welcome-hero { min-height: 58vh; padding: 28px 24px 42px; }
  .athena-hero-copy { padding: 70px 0 30px; }
  .athena-hero-copy h1 { font-size: clamp(50px, 15vw, 82px); letter-spacing: -3px; }
  .athena-welcome > .login_page { min-height: auto !important; padding: 28px 18px 50px; border-left: 0; border-top: 1px solid rgba(255,255,255,.22); }
  .athena-welcome .login-page { margin: -4px auto 0 !important; }
}
@media (max-width: 560px) {
  .athena-brand img { max-width: 135px; }
  .athena-enter-link { font-size: 10px; padding: 7px 10px; }
  .athena-hero-copy { padding-top: 58px; }
  .athena-hero-copy h1 { font-size: 52px; line-height: .94; }
  .athena-hero-copy > p { font-size: 16px; }
  .athena-feature-row span { font-size: 12px; }
  .athena-welcome .login-page { border-radius: 22px !important; padding: 30px 22px !important; }
}
@media (prefers-reduced-motion: reduce) {
  .athena-heart, .athena-sparkle, .athena-join-btn, .athena-enter-link, .athena-welcome-background img, .btn_primary, .btn-main { animation: none !important; transition: none !important; }
  .athena-heart { display: none; }
  .athena-sparkle { opacity: .45; }
}

/* ATHENA INNER THEME + HEADER + HOME POSTER START */
:root {
  --athena-gold: #d8b866;
  --athena-gold-bright: #f6d98a;
  --athena-gold-soft: rgba(216, 184, 102, .38);
  --athena-inner-950: #090013;
  --athena-inner-900: #130020;
  --athena-inner-850: #1a032b;
  --athena-inner-800: #23053a;
  --athena-inner-700: #341052;
  --athena-header-banner-height: clamp(76px, 9vw, 132px);
  --athena-banner-top-offset: 8px;
  --athena-safe-top: env(safe-area-inset-top, 0px);
}

/* Premium purple interior, matched to the supplied Athena banner */
body:not(:has(.athena-welcome)) {
  background:
    radial-gradient(circle at 16% 0%, rgba(126, 45, 180, .28), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(91, 24, 147, .25), transparent 35%),
    linear-gradient(180deg, var(--athena-inner-950) 0%, #130020 38%, #21043a 100%) fixed !important;
  color: #f7edff !important;
}
body:not(:has(.athena-welcome)) .yp_side_menu,
body:not(:has(.athena-welcome)) #main-container,
body:not(:has(.athena-welcome)) #container_content,
body:not(:has(.athena-welcome)) .video-player-page,
body:not(:has(.athena-welcome)) .home_full_cont,
body:not(:has(.athena-welcome)) .watch_full_cont,
body:not(:has(.athena-welcome)) .profile_full_cont {
  background: transparent !important;
}
body:not(:has(.athena-welcome)) .content,
body:not(:has(.athena-welcome)) .user-setting-panel,
body:not(:has(.athena-welcome)) .setting-panel,
body:not(:has(.athena-welcome)) .articles-content,
body:not(:has(.athena-welcome)) .video-wrapper,
body:not(:has(.athena-welcome)) .watch-video-show-more,
body:not(:has(.athena-welcome)) .vp_featured_vid .video-player,
body:not(:has(.athena-welcome)) .modal-content,
body:not(:has(.athena-welcome)) .dropdown-menu,
body:not(:has(.athena-welcome)) .list-group-item {
  color: #f7edff !important;
  background: linear-gradient(145deg, rgba(35, 5, 58, .96), rgba(16, 1, 29, .97)) !important;
  border: 1px solid var(--athena-gold-soft) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .3), inset 0 1px rgba(255, 255, 255, .035) !important;
}
body:not(:has(.athena-welcome)) .content,
body:not(:has(.athena-welcome)) .vp_featured_vid .video-player {
  overflow: hidden;
}
body:not(:has(.athena-welcome)) h1,
body:not(:has(.athena-welcome)) h2,
body:not(:has(.athena-welcome)) h3,
body:not(:has(.athena-welcome)) h4,
body:not(:has(.athena-welcome)) h5,
body:not(:has(.athena-welcome)) h6,
body:not(:has(.athena-welcome)) .video-title a,
body:not(:has(.athena-welcome)) .publisher-name a,
body:not(:has(.athena-welcome)) .video-description,
body:not(:has(.athena-welcome)) .video-views,
body:not(:has(.athena-welcome)) .views,
body:not(:has(.athena-welcome)) label {
  color: #f7edff !important;
}
body:not(:has(.athena-welcome)) a,
body:not(:has(.athena-welcome)) .home-page-categories .title h4 a,
body:not(:has(.athena-welcome)) .page_head h1,
body:not(:has(.athena-welcome)) .page_head h2 {
  color: var(--athena-gold-bright) !important;
}
body:not(:has(.athena-welcome)) a:hover,
body:not(:has(.athena-welcome)) a:focus {
  color: #ffffff !important;
}
body:not(:has(.athena-welcome)) input,
body:not(:has(.athena-welcome)) textarea,
body:not(:has(.athena-welcome)) select,
body:not(:has(.athena-welcome)) .form-control {
  color: #fff !important;
  background: rgba(10, 0, 19, .82) !important;
  border-color: rgba(216, 184, 102, .34) !important;
}
body:not(:has(.athena-welcome)) input::placeholder,
body:not(:has(.athena-welcome)) textarea::placeholder {
  color: rgba(247, 237, 255, .55) !important;
}
body:not(:has(.athena-welcome)) hr,
body:not(:has(.athena-welcome)) .divider,
body:not(:has(.athena-welcome)) .border-bottom,
body:not(:has(.athena-welcome)) .border-top {
  border-color: rgba(216, 184, 102, .22) !important;
}
body:not(:has(.athena-welcome)) .video-thumb,
body:not(:has(.athena-welcome)) .thumbnail_holder,
body:not(:has(.athena-welcome)) .article-image {
  background-color: #10001e !important;
}
body:not(:has(.athena-welcome)) .pt_footer,
body:not(:has(.athena-welcome)) .yp_side_drawer {
  color: #f7edff !important;
  background: linear-gradient(180deg, rgba(27, 3, 45, .98), rgba(10, 0, 18, .99)) !important;
  border-color: rgba(216, 184, 102, .38) !important;
}
body:not(:has(.athena-welcome)) .yp_side_drawer ul.sections li a {
  color: #e9d6f8 !important;
}
body:not(:has(.athena-welcome)) .yp_side_drawer ul.sections li.active a,
body:not(:has(.athena-welcome)) .yp_side_drawer ul.sections li a:hover {
  color: var(--athena-gold-bright) !important;
  background: rgba(216, 184, 102, .09) !important;
}

/* Header navigation and supplied premium banner */
body:not(:has(.athena-welcome)) header.navbar-fixed-top {
  height: calc(52px + var(--athena-header-banner-height)) !important;
  padding: 0 !important;
  overflow: visible;
  background: #12001f !important;
  border-bottom: 1px solid rgba(216, 184, 102, .5) !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .38) !important;
}
body:not(:has(.athena-welcome)) header.navbar-fixed-top > nav.navbar,
body:not(:has(.athena-welcome)) nav.header-layout {
  height: 52px !important;
  min-height: 52px !important;
  padding: 0 16px;
  background: linear-gradient(90deg, #170326, #2a0742 48%, #160224) !important;
  border-bottom: 1px solid rgba(216, 184, 102, .55) !important;
  box-shadow: none !important;
}
body:not(:has(.athena-welcome)) .header-layout a,
body:not(:has(.athena-welcome)) .header-layout svg,
body:not(:has(.athena-welcome)) .header-layout .yp_slide_menu span {
  color: var(--athena-gold-bright) !important;
}
body:not(:has(.athena-welcome)) .header-layout svg path[fill="#1350F3"],
body:not(:has(.athena-welcome)) .header-layout svg path[fill="#444"] {
  fill: var(--athena-gold-bright) !important;
}
body:not(:has(.athena-welcome)) .header-layout .search-header input {
  color: #fff !important;
  background: rgba(8, 0, 15, .6) !important;
  border: 1px solid rgba(216, 184, 102, .28) !important;
}
.athena-site-banner {
  position: absolute;
  top: calc(52px + var(--athena-banner-top-offset) + var(--athena-safe-top));
  left: 0;
  right: 0;
  height: var(--athena-header-banner-height);
  overflow: hidden;
  background: #10001c;
  border-bottom: 1px solid rgba(216, 184, 102, .72);
  isolation: isolate;
}
.athena-site-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,.02), transparent 50%, rgba(0,0,0,.16));
}
.athena-site-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body:not(:has(.athena-welcome)) .main-content {
  margin-top: calc(52px + var(--athena-banner-top-offset) + var(--athena-safe-top) + var(--athena-header-banner-height)) !important;
}
body:not(:has(.athena-welcome)) header.navbar-fixed-top.nav_up,
body:not(:has(.athena-welcome)) header.navbar-fixed-top.nav_up > nav.navbar {
  transform: none !important;
  -webkit-transform: none !important;
}

/* Banner responsiveness */
@media (max-width: 760px) {
  :root { --athena-header-banner-height: 82px; }
  .athena-site-banner img { object-position: 48% center; }
}
@media (max-width: 420px) {
  :root { --athena-header-banner-height: 70px; }
  .athena-site-banner img { object-position: center; }
}
/* ATHENA INNER THEME + HEADER END */


/* 876 Athena Network — Real Bad Gyal Things registration theme */
.vp_rgstr_pg{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 15%,rgba(214,126,255,.22),transparent 28rem),
    radial-gradient(circle at 88% 28%,rgba(255,79,199,.15),transparent 30rem),
    linear-gradient(145deg,#100018,#300047 52%,#08000d)!important;
}
.vp_rgstr_pg:before,.vp_rgstr_pg:after{content:"✦";position:absolute;color:#ffe6a0;text-shadow:0 0 14px #d58cff;pointer-events:none;animation:athenaSparkle 3.2s ease-in-out infinite;z-index:2}
.vp_rgstr_pg:before{left:7%;top:12%;font-size:28px}.vp_rgstr_pg:after{right:8%;bottom:12%;font-size:20px;animation-delay:-1.4s}
@keyframes athenaSparkle{50%{opacity:.25;transform:scale(.55) rotate(45deg)}}
.vp_rgstr_pg .login_page{background:transparent!important}
.vp_rgstr_pg .login-form{background:rgba(22,0,34,.88)!important;border:1px solid rgba(245,210,122,.55)!important;border-radius:26px!important;box-shadow:0 28px 80px rgba(0,0,0,.5),0 0 35px rgba(142,54,211,.25)!important;backdrop-filter:blur(18px);padding:32px!important}
.athena-casting-register-head{text-align:center;margin-bottom:26px}
.athena-casting-register-head span{display:block;color:#f5d27a;font-size:.72rem;font-weight:900;letter-spacing:.2em;text-transform:uppercase}
.athena-casting-register-head h4{margin:8px 0 6px!important;color:#fff!important;font-family:Georgia,serif!important;font-size:clamp(2rem,4vw,3.2rem)!important;text-shadow:0 0 20px rgba(213,155,255,.35)}
.athena-casting-register-head p{margin:0;color:#ddcce8!important;line-height:1.55}
.vp_rgstr_pg .pp_mat_input input,.vp_rgstr_pg .pp_mat_input select,.vp_rgstr_pg .pp_mat_input textarea{background:rgba(51,5,76,.68)!important;border:1px solid rgba(245,210,122,.32)!important;border-radius:12px!important;color:#fff!important;box-shadow:none!important}
.vp_rgstr_pg .pp_mat_input label{color:#dcbcf1!important}
.vp_rgstr_pg .pp_mat_input input:focus,.vp_rgstr_pg .pp_mat_input select:focus,.vp_rgstr_pg .pp_mat_input textarea:focus{border-color:#f5d27a!important;box-shadow:0 0 0 3px rgba(245,210,122,.11)!important}
.vp_rgstr_pg .terms,.vp_rgstr_pg .terms a{color:#ddcce8!important}.vp_rgstr_pg .terms a{color:#f5d27a!important}
.vp_rgstr_pg .btn_primary{border:1px solid #fff0aa!important;border-radius:999px!important;background:linear-gradient(180deg,#fff0a6,#dda63d 50%,#9b6019)!important;color:#28122e!important;font-weight:1000!important;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 8px 0 #61320d,0 18px 32px rgba(0,0,0,.35)!important}
.vp_rgstr_pg .login_aside{background:linear-gradient(160deg,#431064,#160020)!important}
.athena-casting-aside{position:relative;max-width:560px!important;padding:22px!important;border:1px solid rgba(245,210,122,.58);border-radius:28px;background:rgba(16,0,26,.48);box-shadow:0 24px 65px rgba(0,0,0,.42);overflow:hidden}
.athena-casting-aside img{display:block;width:100%;max-height:58vh;object-fit:cover;object-position:top center;border-radius:18px;border:1px solid rgba(245,210,122,.4)}
.athena-casting-aside-copy{padding:18px 8px 8px;text-align:center}.athena-casting-aside-copy span{color:#ff71d6;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.athena-casting-aside-copy h2{margin:6px 0!important;color:#f5d27a!important;font-family:Georgia,serif!important;font-size:2.4rem!important}.athena-casting-aside-copy p{color:#f1e4f7!important;line-height:1.55!important}
.athena-casting-aside>.btn{border:1px solid #f5d27a!important;color:#fff!important;border-radius:999px!important;background:rgba(255,255,255,.06)!important}
@media(max-width:900px){.vp_rgstr_pg .login_aside{padding:20px!important}.athena-casting-aside img{max-height:420px}}
@media(prefers-reduced-motion:reduce){.vp_rgstr_pg:before,.vp_rgstr_pg:after{animation:none!important}}


/* Interior header and home layout corrections */
body:not(:has(.athena-welcome)) header.navbar-fixed-top > nav.navbar,
body:not(:has(.athena-welcome)) header.navbar-fixed-top > nav.navbar .container-fluid,
body:not(:has(.athena-welcome)) header.navbar-fixed-top > nav.navbar .navbar-header,
body:not(:has(.athena-welcome)) header.navbar-fixed-top > nav.navbar .pull-right,
body:not(:has(.athena-welcome)) header.navbar-fixed-top > nav.navbar .navbar-nav,
body:not(:has(.athena-welcome)) header.navbar-fixed-top > nav.navbar .navbar-nav > li,
body:not(:has(.athena-welcome)) header.navbar-fixed-top > nav.navbar .navbar-nav > li > a {
  background-color: #24043a !important;
}
body:not(:has(.athena-welcome)) header.navbar-fixed-top > nav.navbar .container-fluid {
  background-image: linear-gradient(90deg, #24043a, #2a0742 50%, #24043a) !important;
}
body:not(:has(.athena-welcome)) #main-container.home_full_cont {
  padding-top: 0 !important;
}
body:not(:has(.athena-welcome)) #main-container.home_full_cont .vp_featured_vid,
body:not(:has(.athena-welcome)) #main-container.home_full_cont #container_content,
body:not(:has(.athena-welcome)) #main-container.home_full_cont #container_content > :first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.athena-casting-route {
  min-height: 100vh;
  display: grid;
  place-items: center;
  color: #f6d98a;
  background: #130020;
  font-weight: 800;
}


/* Mobile-first welcome effects */
.athena-heart, .athena-sparkle {
  text-shadow: 0 0 10px currentColor, 0 0 24px currentColor;
}
.athena-heart {
  color: rgba(255, 123, 210, .84);
  filter: drop-shadow(0 0 12px rgba(255, 85, 195, .82)) drop-shadow(0 0 28px rgba(173, 62, 255, .42));
}
.athena-heart.h1 { font-size: 30px; }
.athena-heart.h2 { font-size: 46px; opacity: .58; }
.athena-heart.h3 { font-size: 24px; }
.athena-heart.h4 { font-size: 38px; opacity: .62; }
.athena-heart.h5 { font-size: 29px; }
.athena-heart.h6 { font-size: 44px; opacity: .55; }
.athena-heart.h7 { left: 11%; font-size: 19px; animation-duration: 10s; animation-delay: -1s; }
.athena-heart.h8 { left: 47%; font-size: 33px; animation-duration: 15s; animation-delay: -9s; opacity: .72; }
.athena-heart.h9 { left: 68%; font-size: 23px; animation-duration: 12s; animation-delay: -5s; }
.athena-heart.h10 { left: 84%; font-size: 52px; animation-duration: 19s; animation-delay: -14s; opacity: .46; }
.athena-sparkle {
  color: rgba(255, 247, 190, .98);
  filter: drop-shadow(0 0 8px #fff) drop-shadow(0 0 20px rgba(255, 204, 77, .86));
}
.athena-sparkle.s1 { font-size: 28px; }
.athena-sparkle.s2 { font-size: 19px; }
.athena-sparkle.s3 { font-size: 36px; }
.athena-sparkle.s4 { font-size: 22px; }
.athena-sparkle.s5 { font-size: 30px; }
.athena-sparkle.s6 { font-size: 18px; }
.athena-sparkle.s7 { font-size: 28px; }
.athena-sparkle.s8 { font-size: 34px; }
.athena-sparkle.s9 { top: 29%; left: 25%; font-size: 16px; animation-delay: -2.7s; }
.athena-sparkle.s10 { top: 55%; right: 14%; font-size: 26px; animation-delay: -1.1s; }
.athena-sparkle.s11 { bottom: 27%; left: 8%; font-size: 31px; animation-delay: -3.4s; }
.athena-sparkle.s12 { bottom: 7%; right: 8%; font-size: 20px; animation-delay: -.2s; }
@keyframes athenaTwinkle {
  0%, 100% { transform: scale(.38) rotate(0deg); opacity: .16; }
  38% { transform: scale(1.55) rotate(24deg); opacity: 1; }
  56% { transform: scale(.82) rotate(42deg); opacity: .66; }
  72% { transform: scale(1.22) rotate(68deg); opacity: .92; }
}

@media (max-width: 560px) {
  .athena-welcome-hero { min-height: 620px; padding: 20px 16px 30px; }
  .athena-hero-copy { padding: 44px 0 22px; }
  .athena-heart.h2, .athena-heart.h6, .athena-heart.h10 { opacity: .48; }
  .athena-sparkle { opacity: .88; }
}
@media (max-width: 360px) {
  .athena-welcome-hero { min-height: 590px; }
  .athena-feature-row { gap: 7px; }
  .athena-feature-row span { padding: 8px 10px; font-size: 11px; }
}


/* Final mobile portrait positioning */
@media (max-width: 980px) {
  .athena-welcome-background img {
    top: -8%;
    right: -54%;
    width: 143vw;
    opacity: .58;
    object-position: right top;
    transform-origin: 73% 20%;
  }
}

@media (max-width: 560px) {
  .athena-welcome-background img {
    top: -7%;
    right: -62%;
    width: 164vw;
    opacity: .62;
    object-position: right top;
    transform-origin: 73% 18%;
  }
}

@media (max-width: 360px) {
  .athena-welcome-background img {
    top: -6%;
    right: -62%;
    width: 164vw;
    opacity: .62;
  }
}

/* Athena five-slot mobile navigation */
@media (max-width: 760px) {
  body:not(:has(.athena-welcome)) .yp_side_drawer ul.sections.menu_links li {
    min-width: 0;
    max-width: none;
    flex: 1 1 20%;
  }
  body:not(:has(.athena-welcome)) .yp_side_drawer ul.sections.menu_links li a {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 11px;
  }
  body:not(:has(.athena-welcome)) .yp_side_drawer ul.sections.menu_links li a svg {
    width: 22px;
    height: 22px;
  }
}

/* Compact watch-page comments */
.athena-comments-toggle {
  width: 100%;
  margin: 14px 0 8px;
}
.athena-comments-button {
  width: 100%;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 11px 14px;
  border: 1px solid rgba(245, 210, 122, .45);
  border-radius: 12px;
  background: rgba(49, 8, 72, .92);
  color: #fff;
  font: inherit;
  font-weight: 800;
  letter-spacing: .02em;
  text-align: left;
  box-shadow: none;
  cursor: pointer;
}
.athena-comments-button:hover,
.athena-comments-button:focus {
  border-color: #f5d27a;
  background: #3a0b55;
  color: #fff;
  outline: none;
}
.athena-comments-button .athena-comments-chevron {
  margin-left: auto;
  transition: transform .2s ease;
}
.athena-comments-toggle.is-open .athena-comments-chevron {
  transform: rotate(180deg);
}
.athena-comments-panel {
  padding-top: 12px;
}
.athena-comments-panel[hidden] {
  display: none !important;
}
@media (max-width: 560px) {
  .athena-comments-toggle {
    margin-top: 10px;
  }
  .athena-comments-button {
    min-height: 44px;
    border-radius: 10px;
    padding: 10px 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .athena-comments-button .athena-comments-chevron {
    transition: none;
  }
}


/* ATHENA V15 — definitive Home banner/featured-video seam correction */
body:not(:has(.athena-welcome)) #main-container.home_full_cont.main-content {
  margin-top: calc(52px + var(--athena-banner-top-offset) + var(--athena-safe-top) + var(--athena-header-banner-height) - 20px) !important;
  padding-top: 0 !important;
}
body:not(:has(.athena-welcome)) #main-container.home_full_cont > #header_ad_:empty,
body:not(:has(.athena-welcome)) #main-container.home_full_cont > .announcement-renderer:empty {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
body:not(:has(.athena-welcome)) #main-container.home_full_cont #container_content,
body:not(:has(.athena-welcome)) #main-container.home_full_cont .vp_featured_vid {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
/* Protected routes may open the ordinary login page without promo chips. */
.athena-welcome .athena-feature-row { display: none !important; }

/* Athena V16 final auth layout — single authoritative Login/Signup block */
.athena-welcome-nav .athena-enter-link { display: none !important; }

.athena-login-create {
  display: flex !important;
  width: 100%;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 14px;
  padding: 12px 16px;
  border: 1px solid rgba(123,40,170,.18);
  border-radius: 12px;
  color: #5a176f !important;
  background: #fff;
  box-shadow: 0 8px 20px rgba(74,16,105,.12);
  text-decoration: none !important;
  font-weight: 800;
}

.athena-welcome .login-page h4 { margin: 0 0 18px !important; }
.athena-welcome .login-page > .login-form > p { display: none !important; }

.athena-register-top-links {
  position: fixed;
  z-index: 1002;
  top: max(12px, env(safe-area-inset-top, 0px));
  left: 14px;
  display: flex;
  gap: 9px;
}
.athena-register-top-links a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 8px 13px;
  border: 1px solid rgba(245,210,122,.66);
  border-radius: 999px;
  color: #fff !important;
  background: rgba(42,5,62,.86);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-decoration: none !important;
  text-transform: uppercase;
  backdrop-filter: blur(9px);
}

/* Keep labels, password recovery and remember-device controls in normal flow. */
.athena-welcome .pp_mat_input { position: relative; }
.athena-welcome .pp_mat_input label { pointer-events: none; }
.athena-welcome .forgot_password {
  position: static !important;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: -2px 0 12px !important;
  line-height: 1.35;
}
.athena-welcome .forgot_password a { position: static !important; }
.athena-welcome .terms {
  position: static !important;
  margin: 12px 0 0 !important;
}
.athena-welcome .terms .device {
  display: flex !important;
  align-items: center;
  gap: 8px;
  margin: 0 !important;
  line-height: 1.35;
}
.athena-welcome .terms .device input { flex: 0 0 auto; margin: 0 !important; }

@media (max-width: 760px) {
  body:has(.athena-welcome) { min-height: 100dvh; }
  .athena-welcome {
    display: flex !important;
    flex-direction: column;
    min-height: 100dvh;
    overflow-x: hidden;
    overflow-y: visible;
  }
  .athena-welcome-hero {
    position: relative !important;
    inset: auto !important;
    z-index: 2;
    display: block !important;
    width: 100%;
    min-height: 48vh !important;
    height: auto !important;
    padding: max(18px, env(safe-area-inset-top, 0px)) 18px 26px !important;
    pointer-events: auto;
  }
  .athena-welcome-nav { pointer-events: auto; }
  .athena-brand img { max-width: 124px; height: auto; }
  .athena-hero-copy {
    display: block !important;
    max-width: 560px;
    padding: 48px 0 8px !important;
  }
  .athena-hero-copy h1 {
    margin: 10px 0 14px !important;
    font-size: clamp(42px, 13vw, 68px) !important;
    line-height: .95 !important;
    letter-spacing: -2px !important;
  }
  .athena-hero-copy > p {
    max-width: 34rem;
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
  }
  .athena-welcome > .login_page {
    position: relative !important;
    z-index: 4;
    display: block !important;
    width: 100%;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 12px calc(16px + env(safe-area-inset-bottom, 0px)) !important;
    overflow: visible !important;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
  .athena-welcome .login-page {
    width: min(100%, 430px) !important;
    max-width: 430px !important;
    margin: 0 auto !important;
    padding: 20px 17px !important;
    border-radius: 20px !important;
  }
  .athena-welcome .login-page h4 {
    margin: 0 0 14px !important;
    font-size: 30px !important;
    line-height: 1.05 !important;
  }
  .athena-login-create { margin-bottom: 14px; padding: 11px 14px; }
  .athena-welcome .pp_mat_input { margin-bottom: 14px !important; }
  .athena-welcome .pp_mat_input input { min-height: 48px !important; }
  .athena-welcome .login-icons { margin: 0 0 12px !important; }
  .athena-welcome .login-icons > div { margin: 2px !important; }
  .athena-welcome .login-icons svg,
  .athena-welcome .login-icons img { width: 38px !important; height: 38px !important; }
  .athena-welcome .login-page .btn.btn_primary { min-height: 46px; }
  .athena-welcome-background img {
    top: -13% !important;
    right: -65% !important;
    width: 172vw !important;
    opacity: .52 !important;
  }
}

@media (max-width: 380px) {
  .athena-welcome-hero { min-height: 46vh !important; padding-left: 15px !important; padding-right: 15px !important; }
  .athena-hero-copy { padding-top: 38px !important; }
  .athena-hero-copy h1 { font-size: 42px !important; }
  .athena-welcome .login-page { padding: 17px 14px !important; }
  .athena-welcome .login-page h4 { font-size: 27px !important; }
}
