/* ══════════════════════════════════════════════════════
       TICKER
    ══════════════════════════════════════════════════════ */
#ticker {
  background: var(--ink);
  color: var(--yellow);
  font-family: var(--mono);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 9px 0;
  overflow: hidden;
  white-space: nowrap;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 3px solid var(--ink);
}
#ticker-inner {
  display: inline-block;
  animation: ticker 30s linear infinite;
}
@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}














































/* ══════════════════════════════════════════════════════
       TICKER
    ══════════════════════════════════════════════════════ */



.container {
  margin-top:30px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Source Sans Pro';
  font-weight:700;
}

.fancyTab {
	text-align: center;
  padding:15px 0;
  background-color: #eee;
	box-shadow: 0 0 0 1px #ddd;
	top:15px;	
  transition: top .2s;
}

.fancyTab.active {
  top:0;
  transition:top .2s;
}

.whiteBlock {
  display:none;
}

.fancyTab.active .whiteBlock {
  display:block;
  height:2px;
  bottom:-2px;
  background-color:#fff;
  width:99%;
  position:absolute;
  z-index:1;
}

.fancyTab a {
	font-family: 'Source Sans Pro';
	font-size:1.65em;
	font-weight:300;
  transition:.2s;
  color:#333;
}

/*.fancyTab .hidden-xs {
  white-space:nowrap;
}*/

.fancyTabs {
	border-bottom:2px solid #ddd;
  margin: 15px 0 0;
}

li.fancyTab a {
  padding-top: 15px;
  top:-15px;
  padding-bottom:0;
}

li.fancyTab.active a {
  padding-top: inherit;
}

.fancyTab .fa {
  font-size: 40px;
	width:100%;
	padding: 15px 0 5px;
  color:#666;
}

.fancyTab.active .fa {
  color: #cfb87c;
}

.fancyTab a:focus {
	outline:none;
}

.fancyTabContent {
  border-color: transparent;
  box-shadow: 0 -2px 0 -1px #fff, 0 0 0 1px #ddd;
  padding: 30px 15px 15px;
  position:relative;
  background-color:#fff;
}

.nav-tabs > li.fancyTab.active > a, 
.nav-tabs > li.fancyTab.active > a:focus,
.nav-tabs > li.fancyTab.active > a:hover {
	border-width:0;
}

.nav-tabs > li.fancyTab:hover {
	background-color:#f9f9f9;
	box-shadow: 0 0 0 1px #ddd;
}

.nav-tabs > li.fancyTab.active:hover {
  background-color:#fff;
  box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
}

.nav-tabs > li.fancyTab:hover a {
	border-color:transparent;
}

.nav.nav-tabs .fancyTab a[data-toggle="tab"] {
  background-color:transparent;
  border-bottom:0;
}

.nav-tabs > li.fancyTab:hover a {
  border-right: 1px solid transparent;
}

.nav-tabs > li.fancyTab > a {
	margin-right:0;
	border-top:0;
  padding-bottom: 30px;
  margin-bottom: -30px;
}

.nav-tabs > li.fancyTab {
	margin-right:0;
	margin-bottom:0;
}

.nav-tabs > li.fancyTab:last-child a {
  border-right: 1px solid transparent;
}

.nav-tabs > li.fancyTab.active:last-child {
  border-right: 0px solid #ddd;
	box-shadow: 0px 2px 0 0px #fff, 0px 0px 0 1px #ddd;
}

.fancyTab:last-child {
  box-shadow: 0 0 0 1px #ddd;
}

.tabs .nav-tabs li.fancyTab.active a {
	box-shadow:none;
  top:0;
}


.fancyTab.active {
  background: #fff;
	box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
  padding-bottom:30px;
}

.arrow-down {
	display:none;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 22px solid #ddd;
  position: absolute;
  top: -1px;
  left: calc(50% - 20px);
}

.arrow-down-inner {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 12px solid #fff;
  position: absolute;
  top: -22px;
  left: -18px;
}

.fancyTab.active .arrow-down {
  display: block;
}

@media (max-width: 1200px) {
  
  .fancyTab .fa {
  	font-size: 36px;
  }
  
  .fancyTab .hidden-xs {
    font-size:22px;
	}
		
}
	
	
@media (max-width: 992px) {
    
  .fancyTab .fa {
  	font-size: 33px;
  }
    
  .fancyTab .hidden-xs {
  	font-size:18px;
    font-weight:normal;
  }
		
}
	
	
@media (max-width: 768px) {
    
  .fancyTab > a {
    font-size:18px;
  }
    
  .nav > li.fancyTab > a {
    padding:15px 0;
    margin-bottom:inherit;
  }
    
  .fancyTab .fa {
    font-size:30px;
  }
    
  .nav-tabs > li.fancyTab > a {
    border-right:1px solid transparent;
    padding-bottom:0;
  }
    
  .fancyTab.active .fa {
    color: #333;
	}
		
}























































.about {
    padding: 130px 0;
}

.about .heading h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;

}

.about .heading h2 span {
    color: #F24259;
}

.about .heading p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 20px 0 60px;
    padding: 0;
}

.about h3 {
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.about p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 20px 0 15px;
    padding: 0;
}

.about h4 {
    font-size: 15px;
    font-weight: 500;
    margin: 8px 0;
}

.about h4 i {
    color: #F24259;
    margin-right: 10px;
}


































































@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&family=Rajdhani:wght@300;400;500;600;700&display=swap");



:root {
  --neon-blue: #0c024e;
  --neon-purple: #000000;
  --neon-pink: #cdcd05;
  --neon-green: #0088ff;
  --neon-orange: #ff6b00;
  --dark-bg: #0a0a0f;
  --card-bg: rgba(15, 15, 25, 0.9);
}





.subtitle {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 15px;
  letter-spacing: 8px;
  text-transform: uppercase;
}

/* Navigation Orbs */
.nav-orbs {
  display: flex;
  justify-content: center;
  gap: 90px;
  padding: 40px 20px;
  flex-wrap: wrap;
}

.orb-button {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  position: relative;
  background: transparent;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.orb-button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(135deg, var(--orb-color-1), var(--orb-color-2));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: orbRotate 4s linear infinite;
}

.orb-button::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: radial-gradient(
      circle at 30% 30%,
      rgba(255, 255, 255, 0.3),
      transparent 60%
    ),
    radial-gradient(circle at center, var(--orb-color-1), var(--orb-color-2));
  opacity: 0.9;
  transition: all 0.5s;
}

@keyframes orbRotate {
  to {
    transform: rotate(360deg);
  }
}

.orb-button:hover {
  transform: scale(1.15) translateY(-10px);
}

.orb-button:hover::after {
  opacity: 1;
  box-shadow: 0 0 30px var(--orb-color-1), 0 0 60px var(--orb-color-2),
    inset 0 0 30px rgba(255, 255, 255, 0.2);
}

.orb-button span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 10;
  font-family: "Orbitron", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 10px currentColor;
}

.orb-button span i {
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.orb-1 {
  --orb-color-1: var(--neon-blue);
  --orb-color-2: var(--neon-purple);
}

.orb-2 {
  --orb-color-1: var(--neon-purple);
  --orb-color-2: var(--neon-pink);
}

.orb-3 {
  --orb-color-1: var(--neon-pink);
  --orb-color-2: var(--neon-orange);
}

.orb-4 {
  --orb-color-1: var(--neon-green);
  --orb-color-2: var(--neon-blue);
}

.orb-5 {
  --orb-color-1: var(--neon-orange);
  --orb-color-2: var(--neon-green);
}

/* Popover Base Styles */
[popover] {
  border: none;
  padding: 0;
  background: transparent;
  max-width: 60vw;
  max-height: 60vh;
  overflow: visible;
}

[popover]::backdrop {
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(10px);
  animation: backdropFade 0.5s ease-out;
}

@keyframes backdropFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

[popover]:popover-open {
  animation: popoverEntry 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes popoverEntry {
  from {
    opacity: 0;
    transform: scale(0.5) rotateX(30deg);
  }

  to {
    opacity: 1;
    transform: scale(1) rotateX(0);
  }
}

/* Popover Card Styles */
.popover-card {
  background: var(--card-bg);
  border-radius: 30px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.5),
    inset 0 0 100px rgba(255, 255, 255, 0.02);
}

.popover-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  padding: 2px;
  background: linear-gradient(
    135deg,
    var(--card-accent-1),
    transparent 50%,
    var(--card-accent-2)
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 120%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 0.5rem;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}



/* === POPOVER 1: Galaxy Command Center === */
#command-center {
  --card-accent-1: var(--neon-blue);
  --card-accent-2: var(--neon-purple);
}

#command-center .popover-card {
  width: 900px;
  min-height: 600px;
}

.command-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.command-logo {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--neon-blue), var(--neon-purple));
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  animation: logoPulse 2s ease-in-out infinite;
}

@keyframes logoPulse {
  0%,
  100% {
    box-shadow: 0 0 20px var(--neon-blue);
  }

  50% {
    box-shadow: 0 0 40px var(--neon-purple);
  }
}

.command-title {
  font-family: "Orbitron", sans-serif;
  font-size: 2rem;
  background: linear-gradient(90deg, var(--neon-blue), var(--neon-purple));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.command-subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
  letter-spacing: 3px;
}

.command-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.stat-card {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 20px;
  padding: 25px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.4s;
}

.stat-card:hover {
  transform: translateY(-5px);
  border-color: var(--neon-blue);
  box-shadow: 0 10px 40px rgba(0, 245, 255, 0.2);
}

.stat-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--neon-blue), var(--neon-purple));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}

.stat-card:hover::before {
  transform: scaleX(1);
}

.stat-icon {
  font-size: 2rem;
  margin-bottom: 15px;
  display: block;
}

.stat-value {
  font-family: "Orbitron", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  background: linear-gradient(135deg, #fff, rgba(255, 255, 255, 0.7));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stat-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 5px;
}

.stat-trend {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

.trend-up {
  background: rgba(0, 255, 136, 0.2);
  color: var(--neon-green);
}

.trend-down {
  background: rgba(255, 107, 0, 0.2);
  color: var(--neon-orange);
}

/* Live Chart Animation */
.chart-container {
  grid-column: span 3;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 20px;
  padding: 30px;
  position: relative;
  height: 200px;
  overflow: hidden;
}

.chart-title {
  font-family: "Orbitron", sans-serif;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}

.chart-wave {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  height: 100px;
  display: flex;
  align-items: flex-end;
  gap: 4px;
}

.chart-bar {
  flex: 1;
  background: linear-gradient(to top, var(--neon-blue), var(--neon-purple));
  border-radius: 4px 4px 0 0;
  animation: barPulse 1.5s ease-in-out infinite;
  min-height: 10px;
}

.chart-bar:nth-child(odd) {
  animation-delay: 0.2s;
}

.chart-bar:nth-child(3n) {
  animation-delay: 0.4s;
}

@keyframes barPulse {
  0%,
  100% {
    opacity: 0.7;
  }

  50% {
    opacity: 1;
  }
}

/* === POPOVER 2: Holographic Profile === */
#holographic-profile {
  --card-accent-1: var(--neon-purple);
  --card-accent-2: var(--neon-pink);
}

#holographic-profile .popover-card {
 
  text-align: center;
}

.holo-avatar {
  width: 180px;
  height: 180px;
  margin: 0 auto 30px;
  position: relative;
}

.holo-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 3px solid transparent;
  animation: holoSpin 3s linear infinite;
}

.holo-ring:nth-child(1) {
  border-top-color: var(--neon-purple);
  border-right-color: var(--neon-purple);
}

.holo-ring:nth-child(2) {
  inset: 10px;
  border-bottom-color: var(--neon-pink);
  border-left-color: var(--neon-pink);
  animation-direction: reverse;
  animation-duration: 2s;
}

.holo-ring:nth-child(3) {
  inset: 20px;
  border-top-color: var(--neon-blue);
  animation-duration: 4s;
}

@keyframes holoSpin {
  to {
    transform: rotate(360deg);
  }
}

.holo-image {
  object-fit: contain;
  position: absolute;
  inset: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--neon-purple), var(--neon-pink));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  box-shadow: 0 0 50px rgba(191, 0, 255, 0.5);
}

.profile-name {
  font-family: "Orbitron", sans-serif;
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.profile-title {
  color: var(--neon-pink);
  font-size: 1rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.profile-stats {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 30px;
}

.profile-stat {
  text-align: center;
}

.profile-stat-value {
  font-family: "Orbitron", sans-serif;
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.5);
}

.profile-stat-label {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.skill-bars {
  margin-top: 30px;
}

.skill-bar {
  margin-bottom: 20px;
}

.skill-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 0.9rem;
}

.skill-name {
  color: rgba(255, 255, 255, 0.8);
}

.skill-percent {
  color: var(--neon-pink);
  font-family: "Orbitron", sans-serif;
}

.skill-track {
  height: 8px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.skill-fill {
  height: 100%;
  background: linear-gradient(90deg, rgba(3, 154, 188, 0.8), rgba(2, 162, 45, 0.8));
  border-radius: 10px;
  animation: skillLoad 1.5s ease-out forwards;
  transform-origin: left;
}

@keyframes skillLoad {
  from {
    transform: scaleX(0);
  }
}

/* === POPOVER 3: Notification Hub === */
#notification-hub {
  --card-accent-1: var(--neon-pink);
  --card-accent-2: var(--neon-orange);
}

#notification-hub .popover-card {
  width: 450px;
  padding: 30px;
}

.notif-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.notif-title {
  font-family: "Orbitron", sans-serif;
  font-size: 1.4rem;
  color: var(--neon-pink);
}

.notif-badge {
  background: linear-gradient(135deg, var(--neon-pink), var(--neon-orange));
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 700;
}

.notif-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-height: 400px;
  overflow-y: auto;
  padding-right: 10px;
}

.notif-list::-webkit-scrollbar {
  width: 6px;
}

.notif-list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}

.notif-list::-webkit-scrollbar-thumb {
  background: linear-gradient(var(--neon-pink), var(--neon-orange));
  border-radius: 10px;
}

.notif-item {
  display: flex;
  gap: 15px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s;
  cursor: pointer;
  animation: notifSlide 0.5s ease-out backwards;
}

.notif-item:nth-child(1) {
  animation-delay: 0.1s;
}

.notif-item:nth-child(2) {
  animation-delay: 0.2s;
}

.notif-item:nth-child(3) {
  animation-delay: 0.3s;
}

.notif-item:nth-child(4) {
  animation-delay: 0.4s;
}

.notif-item:nth-child(5) {
  animation-delay: 0.5s;
}

@keyframes notifSlide {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
}

.notif-item:hover {
  background: rgba(255, 0, 170, 0.1);
  border-color: var(--neon-pink);
  transform: translateX(5px);
}

.notif-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
}

.notif-icon.success {
  background: rgba(0, 255, 136, 0.2);
}

.notif-icon.warning {
  background: rgba(255, 107, 0, 0.2);
}

.notif-icon.info {
  background: rgba(0, 245, 255, 0.2);
}

.notif-icon.alert {
  background: rgba(255, 0, 170, 0.2);
}

.notif-content {
  flex: 1;
}

.notif-text {
  font-size: 0.95rem;
  margin-bottom: 5px;
  line-height: 1.4;
}

.notif-time {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
}

.notif-dot {
  width: 10px;
  height: 10px;
  background: var(--neon-pink);
  border-radius: 50%;
  align-self: center;
  animation: dotPulse 2s infinite;
}

@keyframes dotPulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(0.8);
  }
}

/* === POPOVER 4: Interactive 3D Menu === */
#menu-3d {
  --card-accent-1: var(--neon-green);
  --card-accent-2: var(--neon-blue);
}

#menu-3d .popover-card {
  width: 700px;
  padding: 50px;
  perspective: 1000px;
}

.menu-3d-title {
  font-family: "Orbitron", sans-serif;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 40px;
  background: linear-gradient(90deg, var(--neon-green), var(--neon-blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.menu-3d-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.menu-3d-item {
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  border: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  overflow: hidden;
}

.menu-3d-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 255, 136, 0.1),
    transparent 50%,
    rgba(0, 245, 255, 0.1)
  );
  opacity: 0;
  transition: opacity 0.3s;
}

.menu-3d-item:hover::before {
  opacity: 1;
}

.menu-3d-item:hover {
  transform: translateY(-10px) rotateX(10deg) rotateY(-5deg);
  box-shadow: 0 30px 60px rgba(0, 255, 136, 0.2), 0 0 0 1px var(--neon-green);
}

.menu-3d-item:nth-child(2):hover {
  transform: translateY(-10px) rotateX(10deg);
}

.menu-3d-item:nth-child(3):hover {
  transform: translateY(-10px) rotateX(10deg) rotateY(5deg);
}

.menu-3d-icon {
  font-size: 3rem;
  margin-bottom: 15px;
  transition: transform 0.5s;
}

.menu-3d-item:hover .menu-3d-icon {
  transform: scale(1.2) translateY(-5px);
}

.menu-3d-label {
  font-family: "Orbitron", sans-serif;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.menu-3d-desc {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 5px;
}

/* === POPOVER 5: Settings Universe === */
#settings-universe {
  --card-accent-1: var(--neon-orange);
  --card-accent-2: var(--neon-green);
}

#settings-universe .popover-card {
  width: 550px;
}

.settings-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 35px;
}

.settings-icon {
  font-size: 2.5rem;
  animation: settingsRotate 10s linear infinite;
}

@keyframes settingsRotate {
  to {
    transform: rotate(360deg);
  }
}

.settings-title {
  font-family: "Orbitron", sans-serif;
  font-size: 1.6rem;
  background: linear-gradient(90deg, var(--neon-orange), var(--neon-green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.settings-group {
  margin-bottom: 30px;
}

.settings-group-title {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.setting-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 16px;
  margin-bottom: 12px;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.setting-row:hover {
  background: rgba(255, 107, 0, 0.1);
  border-color: rgba(255, 107, 0, 0.3);
}

.setting-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.setting-emoji {
  font-size: 1.5rem;
}

.setting-name {
  font-size: 1rem;
}

.setting-desc {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
}

/* Custom Toggle Switch */
.toggle-switch {
  width: 60px;
  height: 32px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  transition: all 0.4s;
}

.toggle-switch::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.toggle-switch.active {
  background: linear-gradient(135deg, var(--neon-orange), var(--neon-green));
}

.toggle-switch.active::before {
  left: 31px;
}

/* Custom Slider */
.custom-slider {
  width: 120px;
  height: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}

.slider-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--neon-orange), var(--neon-green));
  border-radius: 10px;
  width: 70%;
  position: relative;
}

.slider-fill::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px var(--neon-green);
}

/* Nested Popover Styles */
.nested-trigger {
  background: linear-gradient(
    135deg,
    rgba(255, 107, 0, 0.2),
    rgba(0, 255, 136, 0.2)
  );
  border: 1px solid rgba(255, 107, 0, 0.3);
  color: #fff;
  padding: 15px 30px;
  border-radius: 12px;
  cursor: pointer;
  font-family: "Rajdhani", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  width: 100%;
  justify-content: center;
}

.nested-trigger:hover {
  background: linear-gradient(
    135deg,
    rgba(255, 107, 0, 0.4),
    rgba(0, 255, 136, 0.4)
  );
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(255, 107, 0, 0.2);
}

/* Nested Popover */
#nested-settings {
  --card-accent-1: var(--neon-green);
  --card-accent-2: var(--neon-blue);
}

#nested-settings .popover-card {
  width: 400px;
  padding: 30px;
}

.color-picker-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  margin-top: 25px;
}

.color-option {
  aspect-ratio: 1;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}

.color-option:hover {
  transform: scale(1.15) rotate(5deg);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.color-option.selected::after {
  content: "✓";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* Interactive Elements */
.interactive-section {
  padding: 60px 20px;
}

.section-title {
  font-family: "Orbitron", sans-serif;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.7);
}

/* Floating Action Buttons */
.fab-container {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  flex-direction: column-reverse;
  gap: 15px;
  z-index: 100;
}

.fab-main {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg, var(--neon-purple), var(--neon-pink));
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  box-shadow: 0 10px 40px rgba(191, 0, 255, 0.4);
  transition: all 0.4s;
  position: relative;
}

.fab-main:hover {
  transform: scale(1.1) rotate(45deg);
}

.fab-mini {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: none;
  color: #fff;
  font-size: 1.3rem;
  cursor: pointer;
  opacity: 0;
  transform: scale(0) translateY(20px);
  transition: all 0.3s;
}

.fab-container:hover .fab-mini {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.fab-mini:nth-child(2) {
  transition-delay: 0.05s;
  background: linear-gradient(135deg, var(--neon-blue), var(--neon-green));
}

.fab-mini:nth-child(3) {
  transition-delay: 0.1s;
  background: linear-gradient(135deg, var(--neon-orange), var(--neon-pink));
}

.fab-mini:nth-child(4) {
  transition-delay: 0.15s;
  background: linear-gradient(135deg, var(--neon-green), var(--neon-blue));
}

/* Quick Access Popover */
#quick-access {
  --card-accent-1: var(--neon-blue);
  --card-accent-2: var(--neon-green);
}

#quick-access .popover-card {
 
  padding: 25px;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.quick-item {
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.quick-item:hover {
  background: rgba(0, 245, 255, 0.1);
  border-color: var(--neon-blue);
  transform: translateY(-5px);
}

.quick-item span:first-child {
  font-size: 2rem;
  margin-bottom: 8px;
}

.quick-item span:last-child {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
}

/* Tooltip Popovers */
.info-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 0.8rem;
  cursor: pointer;
  margin-left: 8px;
  transition: all 0.3s;
  border: none;
  color: #fff;
}

.info-trigger:hover {
  background: var(--neon-blue);
  box-shadow: 0 0 15px var(--neon-blue);
}

.tooltip-popover {
  background: var(--card-bg);
  border-radius: 16px;
  padding: 20px;
  font-size: 0.9rem;
  line-height: 1.6;
  max-width: 300px;
  border: 1px solid rgba(0, 245, 255, 0.3);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

/* Demo Cards */
.demo-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.demo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.demo-card {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 24px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.4s;
}

.demo-card:hover {
  border-color: rgba(191, 0, 255, 0.3);
  box-shadow: 0 20px 60px rgba(191, 0, 255, 0.1);
  transform: translateY(-5px);
}

.demo-card-title {
  font-family: "Orbitron", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.demo-card-desc {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.demo-trigger {
  background: linear-gradient(
    135deg,
    rgba(191, 0, 255, 0.2),
    rgba(0, 245, 255, 0.2)
  );
  border: 1px solid rgba(191, 0, 255, 0.3);
  color: #fff;
  padding: 12px 24px;
  border-radius: 12px;
  cursor: pointer;
  font-family: "Rajdhani", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.3s;
  width: 100%;
}

.demo-trigger:hover {
  background: linear-gradient(
    135deg,
    rgba(191, 0, 255, 0.4),
    rgba(0, 245, 255, 0.4)
  );
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(191, 0, 255, 0.2);
}

/* Toast Notification Popover */
#toast-notification {
  position: fixed;
  bottom: 30px;
  left: 50%;
  margin: 20px;
  inset: auto;
}

#toast-notification .toast-content {
  background: linear-gradient(
    135deg,
    rgba(0, 255, 136, 0.9),
    rgba(0, 200, 100, 0.9)
  );
  padding: 20px 40px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 20px 60px rgba(0, 255, 136, 0.3);
}

#toast-notification:popover-open {
  animation: toastSlide 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes toastSlide {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

.toast-icon {
  font-size: 1.8rem;
}

.toast-message {
  font-weight: 600;
  font-size: 1.1rem;
}

/* Context Menu Popover */
#context-menu {
  position: fixed;
  margin: 0;
  inset: auto;
}

#context-menu .context-content {
  background: var(--card-bg);
  border-radius: 16px;
  padding: 10px;
  min-width: 200px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.context-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 10px;
  color: var(--neon-green);
  cursor: pointer;
  transition: all 0.2s;
}

.context-item:hover {
  background: rgba(191, 0, 255, 0.2);
}

.context-item span:first-child {
  font-size: 1.2rem;
}

.context-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 8px 0;
}



/* Responsive */
@media (max-width: 768px) {
  .nav-orbs {
    gap: 20px;
  }

  .orb-button {
    width: 90px;
    height: 90px;
  }

  .command-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .chart-container {
    grid-column: span 2;
  }

  .menu-3d-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  #command-center .popover-card,
  #menu-3d .popover-card {
    width: 95vw;
    padding: 25px;
  }

  .fab-container {
    bottom: 20px;
    right: 20px;
  }

  .fab-main {
    width: 60px;
    height: 60px;
  }

  .fab-mini {
    width: 45px;
    height: 45px;
  }
}

/* Easter Egg - Konami Code Animation */
.konami-active .universe-bg {
  animation: konamiCelebrate 2s ease-in-out;
}

@keyframes konamiCelebrate {
  0%,
  100% {
    filter: hue-rotate(0deg);
  }

  50% {
    filter: hue-rotate(180deg);
  }
}
