/*
Theme Name: Memoronics AI Memory OS
Theme URI: https://memoronics.com/
Author: Memoronics
Description: A dark, conversion-focused custom WordPress theme for the Memoratics AI Memory Operating System landing page.
Version: 1.0.0
License: GPL-2.0-or-later
Text Domain: memoronics
Tags: custom-theme, landing-page, ai, dark, responsive
*/

body {
  background-color: #020617;
  color: #f8fafc;
}

.glass-nav {
  background: rgba(2, 6, 23, 0.7);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.glass-card {
  background: linear-gradient(145deg, rgba(30, 41, 59, 0.7) 0%, rgba(15, 23, 42, 0.4) 100%);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.text-gradient {
  background: linear-gradient(to right, #60a5fa, #a78bfa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.node-connection {
  stroke-dasharray: 4;
  animation: dash 20s linear infinite;
}

@keyframes dash {
  to { stroke-dashoffset: -100; }
}

.animation-delay-2000 {
  animation-delay: 2s;
}

.admin-bar .memoronics-nav {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .memoronics-nav {
    top: 46px;
  }
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
