@charset "utf-8";
    body {
      margin: 0;
      font-family: 'Montserrat', 'Roboto', sans-serif;
      font-size : 16px;
      background: #0d0d1a;
      color: #e6e6f0;
    }
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
    header {
      background: linear-gradient(90deg, #3a2f6b, #0d0d1a);
      padding: 1rem 2rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: sticky;
      top: 0;
      z-index: 100;
    }
a:link {
  color: #b47eff;
  text-decoration: none; 
  transition: color 0.3s, text-shadow 0.3s;
}

a:visited {
  color: #c8a2ff;
}

a:hover,
a:focus {
  color: #aa88ff;
  text-decoration: underline; 
  text-shadow: 0 0 3px rgba(170, 136, 255, 0.7); 
}

a:active {
  color: #9c63ff;  
}
h1, h2, h3, .menu-button, .cta-btn {
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  color: #fff; 
  text-shadow: 0 0 4px rgba(156, 99, 255, 0.7); /* optional subtle glow */
  margin : 1.5rem 0;
}
ul {
  list-style: none; 
  padding-left: 0;
  margin: 20px 0;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #e0e0ff;
}
ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 1.5em;
}
.w100 { position : relative; overflow : hidden; display : block; }
/* ======== SPACERS ====*/
.padit { padding : 1.5rem; }
.chart-container {
  width: 100%;
  max-width: 800px;
  height: 300px; /* fixed height */
  margin: 0 auto;
}

.logo {
  display: block;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 5px;
}

.logo-main {
  display: block;
  font-family: 'Audiowide', sans-serif;
  font-size: 60px;          /* larger for ONYX */
  line-height: 65px;
  letter-spacing: 20px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 1px #000;
}

.logo-sub {
  display: block;
  font-family: 'Audiowide', sans-serif;
  font-size: 30px;          
  line-height: 35px;
  letter-spacing: 12px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 1px #000;
  margin-top: -5px;         
}
.content-block {
  background-color: #1a1a2e;
  margin: 2rem auto;
  padding: 30px;
  border-radius: 12px;
  max-width: 800px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
/* Overlay Background */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 998;
}

/* Show when active */
#overlay.active {
  opacity: 1;
  visibility: visible;
}


    nav a {
      color: #a9a9c9;
      margin: 0 1rem;
      text-decoration: none;
      font-weight: 500;
      transition: color 0.3s;
    }
    nav a:hover {
      color: #6b4eff;
    }
    .hero {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 80vh;
      background: radial-gradient(circle at top, #3a2f6b, #0d0d1a);
      text-align: center;
      padding: 2rem;
    }
    .hero h1 {
      font-size: 3rem;
      color: #fff;
      margin-bottom: 1rem;
    }
    .hero p {
      color: #a9a9c9;
      max-width: 600px;
      margin-bottom: 2rem;
    }
    .cta-btn {
      background: linear-gradient(90deg, #6b4eff, #00d4ff);
      border: none;
      padding: 0.75rem 2rem;
      border-radius: 50px;
      font-size: 1rem;
      color: white;
      cursor: pointer;
      transition: transform 0.2s;
    }
    .cta-btn:hover {
      transform: scale(1.05);
    }
    footer {
      background: #0a0a15;
      text-align: center;
      padding: 1rem;
      font-size: 0.9rem;
      color: #777;
    }
    
/*=============== PORTED NAV MENU ==============*/
.top-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  color: #fff;
  height: 80px;
  padding: 0 0;
  /* box-shadow: 0 2px 10px rgba(0,0,0,0.5); */
}

.top-menu-left,
.top-menu-right {
  flex: 0 0 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-menu-center {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-menu-center img {
  height: 55px;         /* or any value you want */
  width: auto;          /* preserve natural aspect ratio */
  display: block;       /* needed to center with margin auto */
  margin: 0 auto;       /* horizontal centering */
}

.menu-button,
.profile-button {
  background: none;
  border: none;
  color: inherit;
  font-size: 2rem;
  cursor: pointer;
}

.profile-button img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.search-form {
  width: 100%;
  max-width: 500px;
}

.search-form input {
  width: 100%;
  padding: 0.5rem 1rem;
  background: #222;
  border: 1px solid #333;
  border-radius: 20px;
  color: #fff;
  font-size: 1rem;
  transition: background 0.3s ease;
}
.search-form input:focus {
  background: #000;
  outline: none;
  border-color: #555;
}
.network-tray {
  position: fixed;
  top: 0;
  left: -400px; /* hide it initially */
  height: 100vh;
  width: 350px;
  min-width: 300px;
  background: #0c0c19;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.5);
  overflow-y: auto;        /* Allow vertical scroll */
  overflow-x: hidden;      /* Prevent horizontal scroll */
  transition: left 0.3s ease;
  z-index: 10001;
  padding: 0;
}

/* Tray visible state */
.network-tray.active {
  left: 0;
}
.network-tray ul {
  list-style: none;         /* No bullets */
  margin: 0;
  padding: 0;
}
.network-tray li {
  padding: 12px 16px;
  border-bottom: 1px solid #222;
  font-size: 1.3rem;         /* Slightly larger text */
}

.network-tray li:last-child {
  border-bottom: none;
}
.network-tray-form { 
    display : block; padding : 2rem;
}
.network-tray a, .network-tray a:link, .network-tray a:visited {
  color: #e0e0e0;            /* Light gray for links */
  text-decoration: none;
  display: block;
  width: 100%;
}

.network-tray a:hover, .network-tray a:visited:hover {
  color: #ffffff;
}
.network-tray img {
  max-width: 80%;       /* Adjust size */
  margin : 20px auto 20px auto;
  display: block;
}
.tagline, .copyright {
  display: block;           /* so span behaves like a block element */
  text-align: center;       /* center horizontally */
  font-style: italic;       /* italic font */
  font-size: 0.9rem;        /* slightly smaller than normal */
  color: #aaa;              /* subtle gray color */
  margin: 0.5rem 0;         /* vertical spacing */
  font-weight: 400;         /* normal weight */
  max-width: 80%;         /* optional max width for readability */
  margin-left: auto;
  margin-right: auto;
}
.network-tray p {
  display: block;           /* so span behaves like a block element */
  text-align: center;       /* center horizontally */
  font-size: 0.9rem;        /* slightly smaller than normal */
  color: #aaa;              /* subtle gray color */
  margin: 0.5rem 0;         /* vertical spacing */
  font-weight: 400;         /* normal weight */
  max-width: 80%;         /* optional max width for readability */
  margin-left: auto;
  margin-right: auto;
}
.network-tray-footer {
  text-align: center;
  padding: 1rem 0;
  pointer-events: none; /* Prevent interaction */
  user-select: none;    /* Prevent selection */
  border-top: 1px solid #222;
  margin-top: auto; /* Push footer to bottom if using flex */
}
.network-tray-footer img {
  max-width: 20%;       /* Adjust size */
  opacity: 0.15;        /* Subtle faded effect */
  filter: grayscale(50%); /* Optional: add subtle grayscale */
  display: inline-block;
}
/* Full-screen overlay background (darkened & blurred) */
.network-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 10000;
}

/* When tray is active, show overlay */
.network-overlay.active {
  opacity: 1;
  visibility: visible;
}
.user-tray {
  position: fixed;
  top: 0;
  right: -400px; /* hide it initially */
  height: 100vh;
  width: 350px;
  min-width: 300px;
  background: #0c0c19;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.5);
  overflow-y: auto;        /* Allow vertical scroll */
  overflow-x: hidden;      /* Prevent horizontal scroll */
  transition: right 0.3s ease;
  z-index: 10001;
  padding: 0;
}

/* Tray visible state */
.user-tray.active {
  right: 0;
}
.user-tray ul {
  list-style: none;         /* No bullets */
  margin: 0;
  padding: 0;
}
.user-tray li {
  padding: 12px 16px;
  border-bottom: 1px solid #222;
  font-size: 1rem;         /* Slightly larger text */
}
/* active bocks for menu items */
.user-tray li.active_messages {
  border-left: 5px solid #3bff3b;
}
.user-tray li:last-child {
  border-bottom: none;
}
.user-tray-form { 
    display : block; padding : 2rem;
}
.welcome-msg {
  text-align: center;
  margin: 1.5rem 0;  
  font-size: 1rem;
  color: #ccc;  /* Or another soft/light tone */
  padding: 0.5rem 1rem;
}
.user-tray a, .user-tray a:link, .user-tray a:visited {
  color: #e0e0e0;            /* Light gray for links */
  text-decoration: none;
  display: block;
  width: 100%;
}
.user-tray h2 { margin : 1.5rem; }
.user-tray a:hover, .user-tray a:visited:hover {
  color: #ffffff;
}
.notif_container {
  width: 100%;  
  max-width: 100%;             
  height: 200px;              
  background: #090909;         
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.7); 
  overflow-y: auto;            
  overflow-x: hidden;          
  padding: 10px;              
  box-sizing: border-box;      
}
.notif_container ul {
  list-style: none; 
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.notif_container ul li {
  background: #212121;
  font-size: 12px;
  color: #e1e1e1;  
  padding: 8px 12px;
  margin-bottom: 6px;       
  border-radius: 5px;       
  transition: background 0.2s ease;
}

.notif_container ul li:hover {
  background: #3a3a3a;   
}
.notif_container ul li.unseen {
    border-left : 5px #ffcc00 solid;
}

.user-tray-footer {
  text-align: center;
  padding: 1rem 0;
  pointer-events: none; /* Prevent interaction */
  user-select: none;    /* Prevent selection */
  border-top: 1px solid #222;
  margin-top: auto; /* Push footer to bottom if using flex */
}
.user-tray-footer img {
  max-width: 20%;       /* Adjust size */
  opacity: 0.15;        /* Subtle faded effect */
  filter: grayscale(50%); /* Optional: add subtle grayscale */
  display: inline-block;
}

/* Full-screen overlay background (darkened & blurred) */
.tray-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 10000;
}

/* When tray is active, show overlay */
.tray-overlay.active {
  opacity: 1;
  visibility: visible;
}
/* ====================== INPUT STYLINE ================*/
/* Text Inputs */
input[type="text"],
input[type="password"],
input[type="email"] {
  width: 100%;
  padding: 12px 15px;
  margin: 8px 0;
  background: #1a1a2e;        /* dark tray-style background */
  border: 2px solid #3a2f6b;  /* deep indigo border */
  border-radius: 8px;
  color: #e6e6f0;             /* light gray text */
  font-size: 1rem;
  outline: none;
  transition: border-color 0.3s, background 0.3s;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus {
  border-color: #6b4eff; 
  background: #24223f; 
}

/* Buttons */
button, .login-form button, .cta-btn {
  background: #3a2f6b; 
  border: none;
  border-radius: 15%;          
  padding: 12px 25px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

button:hover, .login-form button:hover, .cta-btn:hover {
  transform: scale(1.05);
}

button:active, .login-form button:active, .cta-btn:active {
  transform: scale(0.98);
  box-shadow: 0 2px 10px rgba(107, 78, 255, 0.3);
}

[data-icon]::before {
  content: attr(data-icon);
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  display: inline-block;
  vertical-align: middle;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
   
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
[right-icon]::after {
  content: attr(right-icon);
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  display: inline-block;
  vertical-align: middle;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
   
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

section {
    position: relative;
    width: 100vw;
    min-height: 100vh;
    display: flex;  
    flex-direction: column; /* Stack children vertically */
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 3rem;
    text-align: center;
    padding: 3rem 2rem;
  }

  section:nth-child(odd) { background: #000000; } /* Dark Purple */
  section:nth-child(even) { background: #2B0A3D; } /* Black */

  /* Slanted tops and bottoms */
  section:nth-child(odd) {
    clip-path: polygon(
      0 5%,   /* top-left */
      100% 0, /* top-right */
      100% 95%, /* bottom-right */
      0 100%   /* bottom-left */
    );
  }

  section:nth-child(even) {
    clip-path: polygon(
      0 0,
      100% 5%,
      100% 100%,
      0 95%   
    );
  }
section h1, section h2, section h3 {
  font-size: 3rem; 
  margin-bottom: 1.5rem;
}
section p.subtext {
  font-size: 1.5rem;
  max-width: 800px; 
  line-height: 1.5;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.85); 
}
.with-bg {
  position: relative;
  background: url('/img/omega.webp') center/cover no-repeat;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}

.with-bg .overlay {
  position: absolute;
  inset: 0; 
  background: rgba(0,0,0,0.7);
  z-index: 1;
}

.with-bg .content {
  position: relative;
  z-index: 2; 
}
.cta {
  text-align: center;
  padding: 100px 20px;
  background: linear-gradient(135deg, #0a0a0a, #2d0a3d); /* black to dark purple */
  color: #fff;
}

.cta h2 {
  font-size: 3rem;
  margin-bottom: 20px;
}

.cta p {
  font-size: 1.25rem;
  margin-bottom: 40px;
  color: #d1c4e9; /* softer purple for contrast */
}

.cta-button {
  display: inline-block;
  padding: 15px 40px;
  background-color: #5e2bbb; /* darker purple */
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
}
.cta a:link, .cta a:visited { color : #fff; }
.cta-button:hover {
  background-color: #9f63ff;
  transform: scale(1.05);
}
/* Form container */
.form-container {
    background-color: #0d0d1a; /* slightly lighter than body */
    padding: 20px 30px;
    border-radius: 12px;
    max-width: 400px;
    margin: 20px auto;
    box-shadow: 0 4px 15px rgba(0,0,0,0.5);
    color: #fff;
    font-family: 'Exo 2', sans-serif;
}

/* Form labels */
.form-container label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    color: #d0d0ff; /* subtle light purple */
}

/* Inputs */
.form-container input[type="number"],
.form-container input[type="date"] {
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 15px;
    border: 1px solid #7f3fff;
    border-radius: 8px;
    background-color: #1a1a2e;
    color: #fff;
    font-size: 1rem;
    transition: all 0.3s ease;
}

/* Input focus effect */
.form-container input:focus {
    outline: none;
    border-color: #ff6f61; /* highlight border on focus */
    box-shadow: 0 0 8px rgba(255,111,97,0.5);
}

/* Submit button */
.form-container button {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 8px;
    background-color: #7f3fff;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.form-container button:hover {
    background-color: #5a2ecc;
    box-shadow: 0 4px 12px rgba(127,63,255,0.4);
}

/* Optional: responsive adjustments */
@media (max-width: 480px) {
    .form-container {
        padding: 15px 20px;
    }
    .form-container button {
        font-size: 1rem;
    }
}
.centered-img {
    display: block;
    width: 50px;
    height: 50px; 
    margin: 20px auto; 
    object-fit: cover; 
    border-radius : 50%;
}

html {
    scroll-behavior: smooth;
}