@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Rajdhani", sans-serif;
  background: #000;
  color: #fff;
  overflow-x: hidden;
  cursor: none;
  line-height: 1.6;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  border: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

:focus {
  outline: 2px solid #00ffff;
  outline-offset: 2px;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Orbitron", monospace;
  font-weight: 700;
  color: #00ffff;
  line-height: 1.2;
  margin-bottom: 1rem;
}

h1 {
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 900;
  margin-bottom: 1.5rem;
  background: linear-gradient(45deg, #00ffff, #ff00ff, #ffff00);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

h2 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  text-align: center;
  margin-bottom: 4rem;
  text-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
}

h3 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

h4 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

h5 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

h6 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

p {
  margin-bottom: 1rem;
}
p.subtitle {
  font-size: clamp(1.2rem, 3vw, 2rem);
  margin-bottom: 2rem;
  color: #ccc;
  font-weight: 300;
}
p.description {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 3rem;
  color: #aaa;
}
p.intro {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 3rem;
  color: #ccc;
}

a {
  color: #00ffff;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: #66ffff;
  text-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
}
a:focus {
  outline: 2px solid #00ffff;
  outline-offset: 2px;
}

ul,
ol {
  padding-left: 1.5rem;
}
ul li,
ol li {
  color: #aaa;
}
ul li::marker,
ol li::marker {
  color: #00ffff;
}

.list-unstyled, .list-inline {
  list-style: none;
  padding-left: 0;
}

.list-inline li {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-black {
  font-weight: 900;
}

.font-primary {
  font-family: "Rajdhani", sans-serif;
}

.font-heading {
  font-family: "Orbitron", monospace;
}

.text-primary {
  color: #00ffff;
}

.text-secondary {
  color: #ff00ff;
}

.text-muted {
  color: #aaa;
}

.text-light {
  color: #ccc;
}

.text-white {
  color: #fff;
}

.text-glow {
  text-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
}

.text-gradient {
  background: linear-gradient(45deg, #00ffff, #ff00ff, #ffff00);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-xs {
  font-size: 12px;
}

.text-sm {
  font-size: 14px;
}

.text-base {
  font-size: 16px;
}

.text-lg {
  font-size: 18px;
}

.text-xl {
  font-size: 24px;
}

.leading-tight {
  line-height: 1.2;
}

.leading-normal {
  line-height: 1.6;
}

.leading-loose {
  line-height: 2;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-normal {
  letter-spacing: 0;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.hero {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.hero #three-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero-content {
  max-width: 800px;
  padding: 0 1.5rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .hero-content {
    padding: 0 1rem;
  }
}

.hero h1 {
  font-family: "Orbitron", monospace;
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 900;
  margin-bottom: 1.5rem;
  background: linear-gradient(45deg, #00ffff, #ff00ff, #ffff00);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 3s ease-in-out infinite;
}
.hero .subtitle {
  font-size: clamp(1.2rem, 3vw, 2rem);
  margin-bottom: 2rem;
  color: #ccc;
  font-weight: 300;
}
.hero .description {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 3rem;
  color: #aaa;
}

@keyframes gradientShift {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #00ffff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  animation: bounce 2s infinite;
}
.scroll-indicator::after {
  content: "";
  width: 2px;
  height: 30px;
  background: #00ffff;
  margin-top: 0.5rem;
  animation: scrollLine 2s ease-in-out infinite;
}
@media (max-width: 768px) {
  .scroll-indicator {
    bottom: 1.5rem;
  }
}

@keyframes scrollLine {
  0%, 100% {
    opacity: 0;
    transform: translateY(-10px);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 0;
}

@media (max-width: 768px) {
  .hero {
    height: 100vh;
    padding: 2rem 1rem;
  }
  .hero-content {
    max-width: 100%;
  }
}
.content {
  position: relative;
  z-index: 1;
  min-height: 100vh;
}

.section {
  min-height: 100vh;
  padding: 100px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .section {
    padding: 80px 20px;
  }
}

.section-content {
  max-width: 1200px;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: visible;
}
@media (max-width: 768px) {
  .section-content {
    max-width: 100%;
  }
}

.section h2 {
  font-family: "Orbitron", monospace;
  font-size: clamp(2.5rem, 5vw, 4rem);
  text-align: center;
  margin-bottom: 4rem;
  color: #00ffff;
  text-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
}

.section-dark {
  background: rgba(0, 0, 0, 0.8);
}

.section-gradient {
  background: linear-gradient(135deg, rgba(0, 255, 255, 0.1) 0%, rgba(255, 0, 255, 0.1) 100%);
}

.section-glass {
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(0, 255, 255, 0.2);
  border-bottom: 1px solid rgba(0, 255, 255, 0.2);
}

.section-sm {
  min-height: auto;
  padding: 4rem 3rem;
}
@media (max-width: 768px) {
  .section-sm {
    padding: 3rem 1rem;
  }
}

.section-lg {
  min-height: 120vh;
  padding: 120px 50px;
}
@media (max-width: 768px) {
  .section-lg {
    padding: 100px 20px;
  }
}

.section-fade-in {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease-out;
}
.section-fade-in.in-view {
  opacity: 1;
  transform: translateY(0);
}

.section-slide-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.8s ease-out;
}
.section-slide-left.in-view {
  opacity: 1;
  transform: translateX(0);
}

.section-slide-right {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.8s ease-out;
}
.section-slide-right.in-view {
  opacity: 1;
  transform: translateX(0);
}

.section-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #00ffff 50%, transparent 100%);
  margin: 4rem 0;
}
.section-divider.divider-thick {
  height: 3px;
}
.section-divider.divider-glow {
  box-shadow: 0 0 10px #00ffff;
}

.section-parallax {
  position: relative;
  overflow: hidden;
}
.section-parallax::before {
  content: "";
  position: absolute;
  top: -20%;
  left: -20%;
  width: 140%;
  height: 140%;
  background-image: url("../assets/parallax-bg.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: -1;
  transform: translateZ(0);
}

.section-nav {
  position: fixed;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
@media (max-width: 768px) {
  .section-nav {
    display: none;
  }
}
.section-nav .nav-dot {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  margin: 1rem 0;
  transition: all 0.3s ease;
  cursor: none;
}
.section-nav .nav-dot:hover, .section-nav .nav-dot.active {
  background: #00ffff;
  transform: scale(1.2);
  box-shadow: 0 0 10px #00ffff;
}

@media (max-width: 768px) {
  .section {
    min-height: auto;
    padding: 4rem 1rem;
  }
  .section-content {
    padding: 0;
  }
  .section h2 {
    margin-bottom: 3rem;
  }
}
.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0px;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .nav {
    padding: 15px 0px;
  }
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.logo {
  font-family: "Orbitron", monospace;
  font-size: 24px;
  font-weight: 700;
  color: #00ffff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.logo:hover {
  text-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 2rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .nav-links.desktop-nav {
    display: none;
  }
}
.nav-links.mobile-nav {
  display: none;
}
.nav-links a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease;
  position: relative;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  display: block;
}
.nav-links a:hover {
  color: #00ffff;
  text-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
  transform: translateY(-2px);
  background: rgba(0, 255, 255, 0.05);
}
.nav-links a::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 1rem;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #00ffff, #ff00ff);
  transition: width 0.3s ease;
}
.nav-links a:hover::after {
  width: calc(100% - 2rem);
}
.nav-links a.active {
  color: #00ffff;
  transform: translateY(-1px);
}
.nav-links a.active::after {
  width: calc(100% - 2rem);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  padding: 0.5rem;
  background: none;
  border: none;
  z-index: 1001;
}
@media (max-width: 768px) {
  .nav-toggle {
    display: flex;
  }
}
.nav-toggle .bar {
  width: 25px;
  height: 3px;
  background: #fff;
  margin: 3px 0;
  transition: all 0.3s ease;
}
.nav-toggle .bar:nth-child(1) {
  transform-origin: top left;
}
.nav-toggle .bar:nth-child(3) {
  transform-origin: bottom left;
}
.nav-toggle.active .bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.nav-toggle.active .bar:nth-child(2) {
  opacity: 0;
}
.nav-toggle.active .bar:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .nav-overlay {
    display: none;
  }
}
.nav-overlay.active {
  opacity: 1;
  visibility: visible;
}
.nav-overlay .nav-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 3rem;
  display: flex;
}
.nav-overlay .nav-links a {
  font-size: 18px;
  padding: 1.5rem 2rem;
  text-align: center;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.nav-overlay .nav-links a:hover {
  background: rgba(0, 255, 255, 0.1);
  transform: translateY(-2px);
}

.nav.scrolled {
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(20px);
  border-bottom-color: rgba(0, 255, 255, 0.4);
}

.cursor {
  position: fixed;
  width: 20px;
  height: 20px;
  border: 2px solid #00ffff;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transition: transform 0.1s ease;
  mix-blend-mode: difference;
}
.cursor.hover {
  transform: scale(2);
  background: rgba(0, 255, 255, 0.2);
}
.cursor.click {
  transform: scale(0.8);
  background: rgba(0, 255, 255, 0.5);
}
.cursor.text {
  width: 2px;
  height: 20px;
  border-radius: 1px;
  background: #00ffff;
  border: none;
}
.cursor.button {
  transform: scale(1.5);
  background: rgba(255, 0, 255, 0.3);
  border-color: #ff00ff;
}
.cursor.link {
  transform: scale(1.2);
  background: rgba(0, 255, 255, 0.1);
}

a,
button,
input,
textarea,
select,
.clickable {
  cursor: none;
}

.cursor-trail {
  position: fixed;
  width: 6px;
  height: 6px;
  background: #00ffff;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  opacity: 0.7;
  transition: all 0.3s ease;
}
.cursor-trail.fade {
  opacity: 0;
  transform: scale(0);
}

@media (max-width: 768px) {
  .cursor,
  .cursor-trail {
    display: none;
  }
  body {
    cursor: auto;
  }
  a,
  button,
  input,
  textarea,
  select,
  .clickable {
    cursor: pointer;
  }
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  transition: opacity 1s ease;
}
.loading.hidden {
  opacity: 0;
  pointer-events: none;
}

.loader {
  width: 60px;
  height: 60px;
  border: 3px solid rgba(0, 255, 255, 0.3);
  border-top: 3px solid #00ffff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.loader.pulse {
  border: none;
  background: #00ffff;
  animation: pulse 2s ease-in-out infinite;
}
.loader.dots {
  display: flex;
  gap: 0.5rem;
}
.loader.dots::before, .loader.dots::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #00ffff;
  border-radius: 50%;
  animation: bounce 1.4s ease-in-out infinite both;
}
.loader.dots::before {
  animation-delay: -0.32s;
}
.loader.dots::after {
  animation-delay: -0.16s;
}
.loader.dots {
  width: 12px;
  height: 12px;
  background: #00ffff;
  border-radius: 50%;
  animation: bounce 1.4s ease-in-out infinite both;
  border: none;
}

.loading-text {
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Orbitron", monospace;
  font-size: 18px;
  color: #00ffff;
  letter-spacing: 2px;
  animation: fadeInOut 2s ease-in-out infinite;
}

.loading-progress {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 4px;
  background: rgba(0, 255, 255, 0.2);
  border-radius: 4px;
  overflow: hidden;
}
.loading-progress::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, #00ffff, transparent);
  animation: progress 2s ease-in-out infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
}
@keyframes bounce {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes fadeInOut {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@keyframes progress {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.btn, .cta-button {
  display: inline-block;
  padding: 1rem 3rem;
  background: linear-gradient(45deg, #00ffff, #ff00ff);
  color: #000;
  text-decoration: none;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: none;
  cursor: none;
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  user-select: none;
}
.btn:hover, .cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 255, 255, 0.3);
}
.btn:focus, .cta-button:focus {
  outline: 2px solid #00ffff;
  outline-offset: 2px;
}
.btn:disabled, .cta-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.cta-button:hover::before {
  left: 100%;
}
.cta-button.btn-sm {
  padding: 0.5rem 1.5rem;
  font-size: 14px;
}
.cta-button.btn-lg {
  padding: 1.5rem 4rem;
  font-size: 18px;
}

.btn-primary {
  background: linear-gradient(45deg, #00ffff, #ff00ff);
  color: #000;
}
.btn-primary:hover {
  box-shadow: 0 10px 30px rgba(0, 255, 255, 0.3);
}

.btn-secondary {
  background: transparent;
  color: #00ffff;
  border: 2px solid #00ffff;
}
.btn-secondary:hover {
  background: #00ffff;
  color: #000;
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
}

.btn-outline {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn-outline:hover {
  background: #fff;
  color: #000;
}

.btn-ghost {
  background: transparent;
  color: #00ffff;
  border: 1px solid transparent;
}
.btn-ghost:hover {
  border-color: #00ffff;
  background: rgba(0, 255, 255, 0.1);
}

.btn-icon, .btn-social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
}
.btn-icon i, .btn-social i {
  font-size: 18px;
}
.btn-icon.btn-sm, .btn-sm.btn-social {
  width: 40px;
  height: 40px;
}
.btn-icon.btn-sm i, .btn-sm.btn-social i {
  font-size: 16px;
}
.btn-icon.btn-lg, .btn-lg.btn-social {
  width: 60px;
  height: 60px;
}
.btn-icon.btn-lg i, .btn-lg.btn-social i {
  font-size: 24px;
}

.btn-group {
  display: flex;
  gap: 1rem;
}
.btn-group.btn-group-vertical {
  flex-direction: column;
}
.btn-group.btn-group-center {
  justify-content: center;
}

.fab {
  display: none !important;
}

.btn-loading {
  position: relative;
  color: transparent !important;
}
.btn-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top: 2px solid currentColor;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.btn-bounce:hover {
  animation: bounce 0.6s ease-in-out;
}

.btn-pulse:hover {
  animation: pulse 1s ease-in-out;
}

.btn-social.btn-github {
  background: #333;
  color: #fff;
}
.btn-social.btn-github:hover {
  background: #24292e;
}
.btn-social.btn-linkedin {
  background: #0077b5;
  color: #fff;
}
.btn-social.btn-linkedin:hover {
  background: #005885;
}
.btn-social.btn-twitter {
  background: #1da1f2;
  color: #fff;
}
.btn-social.btn-twitter:hover {
  background: #0d8bd9;
}
.btn-social.btn-email {
  background: #ea4335;
  color: #fff;
}
.btn-social.btn-email:hover {
  background: #d33b2c;
}

@media (max-width: 768px) {
  .btn, .cta-button {
    padding: 0.5rem 1.5rem;
    font-size: 14px;
  }
  .cta-button.btn-lg {
    padding: 1rem 2rem;
    font-size: 16px;
  }
  .fab {
    display: none !important;
  }
}
.about-grid {
  display: grid;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 768px) {
  .about-grid {
    gap: 2rem;
  }
}

.about-bio {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 3rem;
  color: #ccc;
  text-align: center;
}
@media (max-width: 768px) {
  .about-bio {
    font-size: 16px;
    margin-bottom: 2rem;
  }
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 2rem;
}
@media (max-width: 768px) {
  .about-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1.5rem;
  }
}

.stat {
  text-align: center;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(0, 255, 255, 0.2);
  border-radius: 15px;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.stat:hover {
  transform: translateY(-5px);
  border-color: #00ffff;
  box-shadow: 0 10px 30px rgba(0, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .stat {
    padding: 1rem;
  }
}

.stat-number {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  color: #00ffff;
  font-family: "Orbitron", monospace;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .stat-number {
    font-size: 2rem;
  }
}

.stat-label {
  font-size: 14px;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.about-timeline {
  position: relative;
  padding: 2rem 0;
}
.about-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #00ffff;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .about-timeline::before {
    left: 1.5rem;
  }
}

.timeline-item {
  position: relative;
  margin-bottom: 3rem;
}
.timeline-item:nth-child(odd) {
  text-align: right;
  padding-right: calc(50% + 2rem);
}
@media (max-width: 768px) {
  .timeline-item:nth-child(odd) {
    text-align: left;
    padding-right: 0;
    padding-left: 3rem;
  }
}
.timeline-item:nth-child(odd) .timeline-content {
  margin-right: 1.5rem;
}
@media (max-width: 768px) {
  .timeline-item:nth-child(odd) .timeline-content {
    margin-right: 0;
  }
}
.timeline-item:nth-child(even) {
  text-align: left;
  padding-left: calc(50% + 2rem);
}
@media (max-width: 768px) {
  .timeline-item:nth-child(even) {
    text-align: left;
    padding-left: 3rem;
  }
}
.timeline-item:nth-child(even) .timeline-content {
  margin-left: 1.5rem;
}
@media (max-width: 768px) {
  .timeline-item:nth-child(even) .timeline-content {
    margin-left: 0;
  }
}
.timeline-item::before {
  content: "";
  position: absolute;
  top: 0;
  width: 16px;
  height: 16px;
  background: #00ffff;
  border-radius: 50%;
  border: 3px solid #000;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .timeline-item::before {
    left: 1.5rem;
  }
}

.timeline-content {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(0, 255, 255, 0.2);
  border-radius: 15px;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  position: relative;
}
.timeline-content h3 {
  color: #00ffff;
  margin-bottom: 0.5rem;
}
.timeline-content .timeline-date {
  font-size: 14px;
  color: #aaa;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.timeline-content p {
  color: #ccc;
  line-height: 1.6;
}

.about-skills-preview {
  margin-top: 3rem;
}
.about-skills-preview h3 {
  color: #00ffff;
  margin-bottom: 1.5rem;
  text-align: center;
}

.skills-preview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 1rem;
  text-align: center;
}

.skill-preview {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(0, 255, 255, 0.2);
  border-radius: 15px;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.skill-preview:hover {
  transform: scale(1.05);
  border-color: #00ffff;
}
.skill-preview i {
  font-size: 2rem;
  color: #00ffff;
  margin-bottom: 0.5rem;
}
.skill-preview .skill-name {
  font-size: 14px;
  color: #ccc;
}

.about-cta {
  text-align: center;
  margin-top: 4rem;
  padding: 3rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(0, 255, 255, 0.2);
  border-radius: 15px;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  background: linear-gradient(135deg, rgba(0, 255, 255, 0.1), rgba(255, 0, 255, 0.1));
}
.about-cta h3 {
  color: #00ffff;
  margin-bottom: 1.5rem;
}
.about-cta p {
  color: #ccc;
  margin-bottom: 2rem;
}

.skills-grid {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
  max-width: 100%;
  overflow: visible;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .skills-grid {
    gap: 2rem;
    padding-top: 8px;
  }
}

.skill-category {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(0, 255, 255, 0.2);
  border-radius: 15px;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.skill-category:hover {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-color: #00ffff;
}
.skill-category:hover:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 255, 255, 0.2);
}
.skill-category .skills-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .skill-category .skills-list {
    gap: 0.5rem;
  }
}

.category-title {
  color: #00ffff;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-family: "Orbitron", monospace;
  text-align: center;
}
.category-title i {
  margin-right: 0.5rem;
  font-size: 1.2em;
}

.skill-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  transition: all 0.3s ease;
  min-width: 140px;
  max-width: 140px;
  min-height: 120px;
  flex: 0 0 140px;
  text-align: center;
}
@media (max-width: 768px) {
  .skill-item {
    min-width: 120px;
    max-width: 120px;
    flex: 0 0 120px;
    min-height: 110px;
    padding: 0.5rem;
  }
}
.skill-item:hover {
  background: rgba(0, 255, 255, 0.1);
  border-color: rgba(0, 255, 255, 0.3);
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 255, 255, 0.15);
}

.skill-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.5rem;
  width: 100%;
}
.skill-header i {
  font-size: 2rem;
  margin-bottom: 0.25rem;
}
@media (max-width: 768px) {
  .skill-header i {
    font-size: 1.5rem;
  }
}

.skill-name {
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  margin-bottom: 0.25rem;
}
@media (max-width: 768px) {
  .skill-name {
    font-size: 12px;
  }
}

.skill-description {
  font-size: 12px;
  color: #aaa;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 768px) {
  .skill-description {
    font-size: 10px;
    line-height: 1.2;
  }
}

.skill-category.frameworks {
  border-color: rgba(2, 86, 155, 0.3);
}
.skill-category.frameworks .category-title {
  color: #02569b;
}
.skill-category.frameworks:hover {
  border-color: #02569b;
  box-shadow: 0 15px 35px rgba(2, 86, 155, 0.2);
}
.skill-category.languages {
  border-color: rgba(247, 223, 30, 0.3);
}
.skill-category.languages .category-title {
  color: #f7df1e;
}
.skill-category.languages:hover {
  border-color: #f7df1e;
  box-shadow: 0 15px 35px rgba(247, 223, 30, 0.2);
}
.skill-category.databases {
  border-color: rgba(51, 103, 145, 0.3);
}
.skill-category.databases .category-title {
  color: #336791;
}
.skill-category.databases:hover {
  border-color: #336791;
  box-shadow: 0 15px 35px rgba(51, 103, 145, 0.2);
}
.skill-category.tools {
  border-color: rgba(240, 80, 50, 0.3);
}
.skill-category.tools .category-title {
  color: #f05032;
}
.skill-category.tools:hover {
  border-color: #f05032;
  box-shadow: 0 15px 35px rgba(240, 80, 50, 0.2);
}

.skills-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .skills-filter {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}

.filter-btn {
  padding: 0.5rem 1.5rem;
  background: transparent;
  color: #ccc;
  border: 1px solid rgba(0, 255, 255, 0.2);
  border-radius: 50px;
  font-size: 14px;
  transition: all 0.3s ease;
  cursor: none;
}
.filter-btn:hover, .filter-btn.active {
  background: #00ffff;
  color: #000;
  border-color: #00ffff;
}

.skills-3d-container {
  height: 400px;
  margin: 3rem 0;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.skills-3d-container canvas {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .skills-3d-container {
    height: 300px;
    margin: 2rem 0;
  }
}

.skills-legend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .skills-legend {
    gap: 1rem;
  }
}

.legend-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 14px;
  color: #ccc;
}
.legend-item .legend-color {
  width: 12px;
  height: 12px;
  border-radius: 4px;
}

.projects-categories {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 1.5rem 0;
}

.project-category {
  margin-bottom: 4rem;
  overflow: visible;
}
.project-category .category-header {
  text-align: center;
  margin-bottom: 3rem;
}
.project-category .category-header .category-title {
  font-size: 2.5rem;
  font-family: "Orbitron", monospace;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #00ffff, #ff00ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (max-width: 768px) {
  .project-category .category-header .category-title {
    font-size: 2rem;
  }
}
.project-category .category-header .category-subtitle {
  font-size: 1.2rem;
  color: #ccc;
  font-style: italic;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .project-category .category-header .category-subtitle {
    font-size: 1rem;
  }
}
.project-category.fun-projects .category-title {
  background: linear-gradient(135deg, #4ECDC4, #45B7D1, #96CEB4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.project-category.fun-projects .project-card {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(78, 205, 196, 0.3);
}
.project-category.fun-projects .project-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(78, 205, 196, 0.3);
  border-color: rgba(78, 205, 196, 0.6);
}
.project-category.cry-projects .category-title {
  background: linear-gradient(135deg, #6C7B7F, #8E8E93, #5A6C7D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.project-category.cry-projects .category-subtitle {
  color: #8E8E93;
}
.project-category.cry-projects .project-card {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(108, 123, 127, 0.3);
}
.project-category.cry-projects .project-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(108, 123, 127, 0.3);
  border-color: rgba(108, 123, 127, 0.6);
}
.project-category.cry-projects .project-card .cry-reason {
  margin-top: 1rem;
  padding: 0.5rem;
  background: rgba(108, 123, 127, 0.1);
  border-left: 3px solid #8E8E93;
  border-radius: 4px;
}
.project-category.cry-projects .project-card .cry-reason .cry-label {
  font-size: 12px;
  color: #8E8E93;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}
.project-category.cry-projects .project-card .cry-reason .cry-text {
  font-size: 14px;
  color: #ccc;
  font-style: italic;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 2rem;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    padding: 1rem;
  }
}

.project-card {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 2rem;
  transition: transform 0.1s ease, box-shadow 0.1s ease, border-color 0.1s ease;
  cursor: none;
}
.project-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 255, 255, 0.2);
}

.project-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.project-header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.header-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #ccc;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1.1rem;
}
.header-link i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: inherit;
}
.header-link:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  transform: scale(1.1);
}
.header-link.github-link:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #f0f6fc;
}
.header-link.live-demo:hover {
  background: rgba(0, 255, 255, 0.2);
  color: #00ffff;
}

.project-icon {
  font-size: 2rem;
  color: #00ffff;
}
.project-icon.mobile {
  color: #f093fb;
}
.project-icon.web {
  color: #61dafb;
}
.project-icon.desktop {
  color: #68d391;
}
.project-icon.api {
  color: #ffd93d;
}

.project-status {
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  background: rgba(76, 175, 80, 0.2);
  color: #4CAF50;
}
.project-status.completed {
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  background: rgba(76, 175, 80, 0.2);
  color: #4CAF50;
}
.project-status.in-development {
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  background: rgba(255, 152, 0, 0.2);
  color: #FF9800;
}
.project-status.deployed {
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  background: rgba(33, 150, 243, 0.2);
  color: #2196F3;
}
.project-status.archived {
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  background: rgba(170, 170, 170, 0.2);
  color: #aaa;
}

.project-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #00ffff;
  font-family: "Orbitron", monospace;
}
@media (max-width: 768px) {
  .project-title {
    font-size: 1.25rem;
  }
}

.project-description {
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: #ccc;
}

.project-tech {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.tech-tag {
  background: rgba(255, 0, 255, 0.2);
  color: #ff00ff;
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.tech-tag.frontend {
  background: rgba(97, 218, 251, 0.2);
  color: #61dafb;
}
.tech-tag.backend {
  background: rgba(104, 211, 145, 0.2);
  color: #68d391;
}
.tech-tag.mobile {
  background: rgba(240, 147, 251, 0.2);
  color: #f093fb;
}
.tech-tag.database {
  background: rgba(255, 217, 61, 0.2);
  color: #ffd93d;
}
.tech-tag.tool {
  background: rgba(204, 204, 204, 0.2);
  color: #ccc;
}

.project-features h4 {
  color: #00ffff;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.project-features ul {
  list-style: none;
  padding: 0;
}
.project-features ul li {
  padding: 5px 0;
  color: #aaa;
  position: relative;
  padding-left: 1.5rem;
}
.project-features ul li::before {
  content: "▶";
  color: #00ffff;
  position: absolute;
  left: 0;
  font-size: 12px;
}

.project-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
  gap: 1rem;
}
@media (max-width: 768px) {
  .project-links {
    flex-direction: column;
    gap: 0.5rem;
  }
}

.project-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: transparent;
  color: #00ffff;
  border: 1px solid #00ffff;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  flex: 1;
}
.project-link:hover {
  background: #00ffff;
  color: #000;
  transform: translateY(-2px);
}
.project-link i {
  font-size: 1rem;
}
.project-link.primary {
  background: #00ffff;
  color: #000;
}
.project-link.primary:hover {
  background: #33ffff;
}
.project-link.live-demo {
  background: transparent;
  color: #00ffff;
  border: 1px solid #00ffff;
  font-weight: 500;
}
.project-link.live-demo:hover {
  background: #00ffff;
  color: #000;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 255, 255, 0.4);
}
.project-link.github-link {
  background: transparent;
  color: #ccc;
  border: 1px solid #aaa;
}
.project-link.github-link:hover {
  background: #aaa;
  color: #fff;
  border-color: #ccc;
}

.tech-stack-info {
  margin-top: 1rem;
  padding: 0.5rem;
  background: rgba(0, 255, 255, 0.05);
  border-radius: 4px;
  border-left: 3px solid #00ffff;
}
.tech-stack-info .tech-stack-label {
  font-size: 12px;
  color: #00ffff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}
.tech-stack-info .tech-stack-text {
  font-size: 14px;
  color: #ccc;
  font-family: "Courier New", monospace;
}

.project-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(10px);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.project-modal.active {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  max-width: 800px;
  max-height: 90vh;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(0, 255, 255, 0.2);
  border-radius: 15px;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  margin: 1.5rem;
  position: relative;
}
.modal-content .modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  color: #ccc;
  font-size: 1.5rem;
  cursor: none;
}
.modal-content .modal-close:hover {
  color: #00ffff;
}

.projects-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .projects-controls {
    flex-direction: column;
    gap: 1rem;
  }
}

.projects-search {
  flex: 1;
  max-width: 300px;
}
.projects-search input {
  width: 100%;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(0, 255, 255, 0.2);
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
}
.projects-search input::placeholder {
  color: #aaa;
}
.projects-search input:focus {
  border-color: #00ffff;
  box-shadow: 0 0 0 2px rgba(0, 255, 255, 0.2);
}

.projects-filter {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.project-card {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}
.project-card.animate {
  opacity: 1;
  transform: translateY(0);
}
.project-card:nth-child(1) {
  transition-delay: 0.1s;
}
.project-card:nth-child(2) {
  transition-delay: 0.2s;
}
.project-card:nth-child(3) {
  transition-delay: 0.3s;
}
.project-card:nth-child(4) {
  transition-delay: 0.4s;
}
.project-card:nth-child(5) {
  transition-delay: 0.5s;
}
.project-card:nth-child(6) {
  transition-delay: 0.6s;
}
.project-card:nth-child(7) {
  transition-delay: 0.7s;
}
.project-card:nth-child(8) {
  transition-delay: 0.8s;
}
.project-card:nth-child(9) {
  transition-delay: 0.9s;
}
.project-card:nth-child(10) {
  transition-delay: 1s;
}
.project-card:nth-child(11) {
  transition-delay: 1.1s;
}
.project-card:nth-child(12) {
  transition-delay: 1.2s;
}

.project-detail-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
.project-detail-panel.active {
  opacity: 1;
  visibility: visible;
}
.project-detail-panel.active .detail-panel-content {
  transform: translateX(0);
}

.detail-panel-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 600px;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(20px);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .detail-panel-content {
    max-width: 100%;
  }
}

.detail-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: sticky;
  top: 0;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(20px);
  z-index: 1;
}

.detail-icon {
  font-size: 2.5rem;
}

.detail-title {
  flex: 1;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.detail-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #ccc;
  cursor: pointer;
  transition: all 0.3s ease;
}
.detail-close:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  transform: scale(1.1);
}

.detail-body {
  padding: 2rem;
}

.detail-description,
.detail-features,
.detail-tech,
.detail-cry-reason {
  margin-bottom: 2rem;
}
.detail-description h3, .detail-description h4,
.detail-features h3,
.detail-features h4,
.detail-tech h3,
.detail-tech h4,
.detail-cry-reason h3,
.detail-cry-reason h4 {
  color: #00ffff;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 600;
}
.detail-description p,
.detail-features p,
.detail-tech p,
.detail-cry-reason p {
  color: #ccc;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.detail-description ul,
.detail-features ul,
.detail-tech ul,
.detail-cry-reason ul {
  list-style: none;
  padding: 0;
}
.detail-description ul li,
.detail-features ul li,
.detail-tech ul li,
.detail-cry-reason ul li {
  color: #ccc;
  padding: 0.25rem 0;
  position: relative;
  padding-left: 1.5rem;
}
.detail-description ul li::before,
.detail-features ul li::before,
.detail-tech ul li::before,
.detail-cry-reason ul li::before {
  content: "▸";
  position: absolute;
  left: 0;
  color: #00ffff;
}

.detail-tech-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.detail-tech-tags .tech-tag {
  padding: 0.25rem 0.5rem;
  background: rgba(0, 255, 255, 0.1);
  border: 1px solid rgba(0, 255, 255, 0.3);
  border-radius: 4px;
  color: #00ffff;
  font-size: 14px;
  font-weight: 500;
}

.detail-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.detail-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
}
.detail-link:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}
.detail-link.github:hover {
  border-color: rgba(255, 255, 255, 0.3);
  color: #f0f6fc;
}
.detail-link.live-demo:hover {
  border-color: rgba(0, 255, 255, 0.5);
  color: #00ffff;
}
.detail-link i {
  font-size: 1.1rem;
}

.contact-section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.contact-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4rem;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.contact-intro {
  font-size: 18px;
  line-height: 1.6;
  color: #ccc;
  max-width: 600px;
}
@media (max-width: 768px) {
  .contact-intro {
    font-size: 16px;
    padding: 0 1rem;
  }
}

.contact-methods {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .contact-methods {
    gap: 1.5rem;
  }
}

.contact-method {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(0, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  transition: all 0.3s ease;
  cursor: none;
  overflow: visible;
}
.contact-method:hover {
  transform: translateY(-10px) scale(1.1);
  border-color: #00ffff;
  color: #00ffff;
  box-shadow: 0 20px 40px rgba(0, 255, 255, 0.3);
}
.contact-method:hover .contact-tooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(-15px) scale(1);
  animation: glitch-tooltip 0.4s ease-out;
}
.contact-method:hover .contact-tooltip::before {
  animation: glitch-bg 2s infinite, digital-noise-texture 0.4s ease-out;
}
.contact-method:hover .contact-tooltip::after {
  animation: scanline-glitch 1s ease-out;
}
.contact-method[data-contact=email]:hover {
  border-color: #ea4335;
  color: #ea4335;
  box-shadow: 0 20px 40px rgba(234, 67, 53, 0.3);
}
.contact-method[data-contact=linkedin]:hover {
  border-color: #0077b5;
  color: #0077b5;
  box-shadow: 0 20px 40px rgba(0, 119, 181, 0.3);
}
.contact-method[data-contact=github]:hover {
  border-color: #333;
  color: #333;
  box-shadow: 0 20px 40px rgba(51, 51, 51, 0.3);
}
.contact-method[data-contact=telegram]:hover {
  border-color: #0088cc;
  color: #0088cc;
  box-shadow: 0 20px 40px rgba(0, 136, 204, 0.3);
}
@media (max-width: 768px) {
  .contact-method {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  .contact-method:hover {
    transform: translateY(-5px) scale(1.05);
  }
}

.contact-icon {
  font-size: inherit;
  color: inherit;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
}
.contact-icon svg {
  width: 1em;
  height: 1em;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}
.contact-icon ion-icon {
  font-size: 1em;
  color: inherit;
  --ionicon-stroke-width: 32px;
}
.contact-icon:not(:has(svg)):not(:has(ion-icon)) {
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 0.9em;
}

.contact-method[data-contact=email] .contact-icon:empty::before {
  content: "✉";
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
}

.contact-method[data-contact=linkedin] .contact-icon:empty::before {
  content: "💼";
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
}

.contact-method[data-contact=github] .contact-icon:empty::before {
  content: "🐙";
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
}

.contact-method[data-contact=telegram] .contact-icon:empty::before {
  content: "✈";
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
}

.contact-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-15px) scale(0.8);
  background: rgba(0, 0, 0, 0.95);
  border: 1px solid #00ffff;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  color: #00ffff;
  font-size: 14px;
  font-family: "Orbitron", monospace;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 10;
  pointer-events: none;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.contact-tooltip::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 80%, rgba(0, 255, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(255, 0, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 40% 40%, rgba(255, 255, 0, 0.05) 0%, transparent 50%), linear-gradient(90deg, transparent 0%, rgba(0, 255, 255, 0.1) 25%, transparent 50%, rgba(255, 0, 255, 0.1) 75%, transparent 100%);
  background-size: 10px 10px, 15px 15px, 8px 8px, 100% 100%;
  border-radius: inherit;
  opacity: 0;
  animation: glitch-bg 2s infinite;
  z-index: 1;
}
.contact-tooltip::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 255, 255, 0.8) 20%, rgb(255, 255, 255) 50%, rgba(0, 255, 255, 0.8) 80%, transparent 100%);
  box-shadow: 0 0 4px rgba(0, 255, 255, 0.6), 0 0 8px rgba(0, 255, 255, 0.4), 0 0 12px rgba(0, 255, 255, 0.2);
  opacity: 0;
  z-index: 3;
  animation: scanline-glitch 0.4s ease-out;
}
.contact-tooltip .tooltip-arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #00ffff;
  z-index: 2;
}
@media (max-width: 768px) {
  .contact-tooltip {
    font-size: 12px;
    padding: 0.25rem 0.5rem;
    transform: translateX(-50%) translateY(-10px) scale(0.8);
    margin-bottom: 0.25rem;
  }
}

.contact-form {
  max-width: 500px;
  margin: 4rem auto 0;
}
@media (max-width: 768px) {
  .contact-form {
    margin-top: 3rem;
  }
}

.form-group {
  margin-bottom: 1.5rem;
  text-align: left;
}
.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  color: #00ffff;
  font-weight: 500;
  font-size: 14px;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(0, 255, 255, 0.2);
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #aaa;
}
.form-group input:focus,
.form-group textarea:focus {
  border-color: #00ffff;
  box-shadow: 0 0 0 2px rgba(0, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}
.form-group textarea {
  min-height: 120px;
  resize: vertical;
}

.form-submit {
  width: 100%;
  display: inline-block;
  padding: 1rem 3rem;
  background: linear-gradient(45deg, #00ffff, #ff00ff);
  color: #000;
  text-decoration: none;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  margin-top: 1.5rem;
}
.form-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 255, 255, 0.3);
}

.social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .social-links {
    gap: 1rem;
    margin-top: 2rem;
  }
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(0, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  font-size: 1.25rem;
  transition: all 0.3s ease;
}
.social-link:hover {
  transform: translateY(-5px);
  border-color: #00ffff;
  color: #00ffff;
  box-shadow: 0 10px 20px rgba(0, 255, 255, 0.2);
}
.social-link.github:hover {
  border-color: #333;
  color: #333;
  background: #fff;
}
.social-link.linkedin:hover {
  border-color: #0077b5;
  color: #0077b5;
  background: #fff;
}
.social-link.twitter:hover {
  border-color: #1da1f2;
  color: #1da1f2;
  background: #fff;
}
.social-link.email:hover {
  border-color: #ea4335;
  color: #ea4335;
  background: #fff;
}
@media (max-width: 768px) {
  .social-link {
    width: 45px;
    height: 45px;
    font-size: 1.125rem;
  }
}

.contact-method {
  opacity: 0;
  transform: translateY(30px) scale(0.8);
  transition: all 0.8s ease-out;
}
.contact-method.animate {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.contact-method:nth-child(1) {
  transition-delay: 0.15s;
}
.contact-method:nth-child(2) {
  transition-delay: 0.3s;
}
.contact-method:nth-child(3) {
  transition-delay: 0.45s;
}
.contact-method:nth-child(4) {
  transition-delay: 0.6s;
}
.contact-method:nth-child(5) {
  transition-delay: 0.75s;
}
.contact-method:nth-child(6) {
  transition-delay: 0.9s;
}

.availability-status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
  padding: 1rem 1.5rem;
  background: rgba(76, 175, 80, 0.1);
  border: 1px solid rgba(76, 175, 80, 0.3);
  border-radius: 15px;
  color: #4CAF50;
  font-size: 14px;
  font-family: "Orbitron", monospace;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.availability-status::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #4CAF50;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
.availability-status.busy {
  background: rgba(255, 152, 0, 0.1);
  border-color: rgba(255, 152, 0, 0.3);
  color: #FF9800;
}
.availability-status.busy::before {
  background: #FF9800;
}
.availability-status.unavailable {
  background: rgba(244, 67, 54, 0.1);
  border-color: rgba(244, 67, 54, 0.3);
  color: #f44336;
}
.availability-status.unavailable::before {
  background: #f44336;
}
@media (max-width: 768px) {
  .availability-status {
    margin-top: 1.5rem;
    padding: 0.5rem 1rem;
    font-size: 12px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideRight {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scaleOut {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateIn {
  from {
    opacity: 0;
    transform: rotate(-180deg);
  }
  to {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 255, 255, 0);
  }
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes gradientShift {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes gradientRotate {
  0% {
    background-position: 0% 50%;
  }
  25% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 100% 100%;
  }
  75% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes blink {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: #00ffff;
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes glow {
  from {
    text-shadow: 0 0 10px #00ffff, 0 0 20px #00ffff, 0 0 30px #00ffff;
  }
  to {
    text-shadow: 0 0 20px #00ffff, 0 0 30px #00ffff, 0 0 40px #00ffff;
  }
}
@keyframes glitch-tooltip {
  0% {
    transform: translateX(-50%) translateY(-15px) scale(1);
    filter: hue-rotate(0deg) contrast(1) brightness(1);
    text-shadow: 0 0 0 transparent;
  }
  5% {
    transform: translateX(-50%) translateY(-15px) scale(1) skew(2deg);
    filter: hue-rotate(90deg) contrast(1.2) brightness(1.1);
    text-shadow: 2px 0 0 rgba(255, 0, 0, 0.8), -2px 0 0 rgba(0, 255, 255, 0.8);
  }
  10% {
    transform: translateX(-50%) translateY(-15px) scale(1.02) skew(-1deg);
    filter: hue-rotate(180deg) contrast(1.5) brightness(0.9);
    text-shadow: -1px 0 0 rgba(255, 0, 0, 0.6), 1px 0 0 rgba(0, 255, 255, 0.6);
  }
  15% {
    transform: translateX(-50%) translateY(-15px) scale(0.98) skew(1.5deg);
    filter: hue-rotate(270deg) contrast(1.3) brightness(1.2);
    text-shadow: 3px 0 0 rgba(255, 0, 255, 0.7), -3px 0 0 rgba(0, 255, 0, 0.7);
  }
  20% {
    transform: translateX(-50%) translateY(-15px) scale(1.01) skew(-0.5deg);
    filter: hue-rotate(360deg) contrast(1.1) brightness(0.8);
    text-shadow: 1px 0 0 rgba(255, 255, 0, 0.9), -1px 0 0 rgba(255, 0, 255, 0.9);
  }
  25% {
    transform: translateX(-50%) translateY(-15px) scale(0.99) skew(0.8deg);
    filter: hue-rotate(45deg) contrast(1.4) brightness(1.1);
    text-shadow: -2px 0 0 rgba(0, 255, 255, 0.8), 2px 0 0 rgba(255, 0, 0, 0.8);
  }
  30% {
    transform: translateX(-50%) translateY(-15px) scale(1.03) skew(-1.2deg);
    filter: hue-rotate(135deg) contrast(1.2) brightness(0.9);
    text-shadow: 0 0 0 transparent;
  }
  35% {
    transform: translateX(-50%) translateY(-15px) scale(0.97) skew(0.3deg);
    filter: hue-rotate(225deg) contrast(1.6) brightness(1.3);
    text-shadow: 4px 0 0 rgba(255, 0, 0, 0.5), -4px 0 0 rgba(0, 255, 255, 0.5);
  }
  40% {
    transform: translateX(-50%) translateY(-15px) scale(1) skew(-0.8deg);
    filter: hue-rotate(315deg) contrast(1.1) brightness(0.7);
    text-shadow: 1px 0 0 rgba(255, 255, 0, 0.6), -1px 0 0 rgba(255, 0, 255, 0.6);
  }
  45% {
    transform: translateX(-50%) translateY(-15px) scale(1.02) skew(1.1deg);
    filter: hue-rotate(90deg) contrast(1.3) brightness(1.2);
    text-shadow: -3px 0 0 rgba(0, 255, 0, 0.7), 3px 0 0 rgba(255, 0, 255, 0.7);
  }
  50% {
    transform: translateX(-50%) translateY(-15px) scale(0.98) skew(-0.2deg);
    filter: hue-rotate(180deg) contrast(1.5) brightness(0.8);
    text-shadow: 2px 0 0 rgba(255, 0, 0, 0.9), -2px 0 0 rgba(0, 255, 255, 0.9);
  }
  55% {
    transform: translateX(-50%) translateY(-15px) scale(1.01) skew(0.6deg);
    filter: hue-rotate(270deg) contrast(1.2) brightness(1.1);
    text-shadow: 0 0 0 transparent;
  }
  60% {
    transform: translateX(-50%) translateY(-15px) scale(0.99) skew(-1deg);
    filter: hue-rotate(0deg) contrast(1.4) brightness(0.9);
    text-shadow: 1px 0 0 rgba(255, 255, 0, 0.8), -1px 0 0 rgba(255, 0, 255, 0.8);
  }
  65% {
    transform: translateX(-50%) translateY(-15px) scale(1.02) skew(0.4deg);
    filter: hue-rotate(45deg) contrast(1.1) brightness(1.3);
    text-shadow: -2px 0 0 rgba(0, 255, 255, 0.6), 2px 0 0 rgba(255, 0, 0, 0.6);
  }
  70% {
    transform: translateX(-50%) translateY(-15px) scale(0.98) skew(-0.7deg);
    filter: hue-rotate(135deg) contrast(1.3) brightness(0.8);
    text-shadow: 3px 0 0 rgba(255, 0, 255, 0.7), -3px 0 0 rgba(0, 255, 0, 0.7);
  }
  75% {
    transform: translateX(-50%) translateY(-15px) scale(1) skew(0.9deg);
    filter: hue-rotate(225deg) contrast(1.2) brightness(1.1);
    text-shadow: 0 0 0 transparent;
  }
  80% {
    transform: translateX(-50%) translateY(-15px) scale(1.01) skew(-0.3deg);
    filter: hue-rotate(315deg) contrast(1.1) brightness(0.9);
    text-shadow: 1px 0 0 rgba(255, 0, 0, 0.5), -1px 0 0 rgba(0, 255, 255, 0.5);
  }
  85% {
    transform: translateX(-50%) translateY(-15px) scale(0.99) skew(0.5deg);
    filter: hue-rotate(90deg) contrast(1.4) brightness(1.2);
    text-shadow: -1px 0 0 rgba(255, 255, 0, 0.6), 1px 0 0 rgba(255, 0, 255, 0.6);
  }
  90% {
    transform: translateX(-50%) translateY(-15px) scale(1) skew(-0.1deg);
    filter: hue-rotate(180deg) contrast(1.2) brightness(1);
    text-shadow: 0 0 0 transparent;
  }
  95% {
    transform: translateX(-50%) translateY(-15px) scale(1) skew(0.2deg);
    filter: hue-rotate(45deg) contrast(1.1) brightness(1.1);
    text-shadow: 0.5px 0 0 rgba(255, 0, 0, 0.3), -0.5px 0 0 rgba(0, 255, 255, 0.3);
  }
  100% {
    transform: translateX(-50%) translateY(-15px) scale(1);
    filter: hue-rotate(0deg) contrast(1) brightness(1);
    text-shadow: 0 0 0 transparent;
  }
}
@keyframes glitch-bg {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  10% {
    opacity: 0.1;
    transform: translateX(-2px);
  }
  20% {
    opacity: 0.2;
    transform: translateX(2px);
  }
  30% {
    opacity: 0.1;
    transform: translateX(-1px);
  }
  40% {
    opacity: 0.3;
    transform: translateX(1px);
  }
  50% {
    opacity: 0.1;
    transform: translateX(0);
  }
  60% {
    opacity: 0.2;
    transform: translateX(-1px);
  }
  70% {
    opacity: 0.1;
    transform: translateX(1px);
  }
  80% {
    opacity: 0.2;
    transform: translateX(0);
  }
  90% {
    opacity: 0.1;
    transform: translateX(-0.5px);
  }
  100% {
    opacity: 0;
    transform: translateX(0);
  }
}
@keyframes scanline-glitch {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  5% {
    transform: translateY(-80%);
    opacity: 0.8;
  }
  10% {
    transform: translateY(-60%);
    opacity: 1;
  }
  15% {
    transform: translateY(-40%);
    opacity: 0.9;
  }
  20% {
    transform: translateY(-20%);
    opacity: 1;
  }
  25% {
    transform: translateY(0%);
    opacity: 0.8;
  }
  30% {
    transform: translateY(20%);
    opacity: 1;
  }
  35% {
    transform: translateY(40%);
    opacity: 0.9;
  }
  40% {
    transform: translateY(60%);
    opacity: 1;
  }
  45% {
    transform: translateY(80%);
    opacity: 0.8;
  }
  50% {
    transform: translateY(100%);
    opacity: 0.6;
  }
  55% {
    transform: translateY(120%);
    opacity: 0.4;
  }
  60% {
    transform: translateY(140%);
    opacity: 0.2;
  }
  65% {
    transform: translateY(160%);
    opacity: 0.1;
  }
  70% {
    transform: translateY(180%);
    opacity: 0;
  }
  100% {
    transform: translateY(200%);
    opacity: 0;
  }
}
@keyframes digital-noise-texture {
  0% {
    background-position: 0% 0%;
    opacity: 0;
  }
  5% {
    background-position: 10% 5%;
    opacity: 0.1;
  }
  10% {
    background-position: 20% 10%;
    opacity: 0.2;
  }
  15% {
    background-position: 30% 15%;
    opacity: 0.15;
  }
  20% {
    background-position: 40% 20%;
    opacity: 0.25;
  }
  25% {
    background-position: 50% 25%;
    opacity: 0.2;
  }
  30% {
    background-position: 60% 30%;
    opacity: 0.3;
  }
  35% {
    background-position: 70% 35%;
    opacity: 0.25;
  }
  40% {
    background-position: 80% 40%;
    opacity: 0.35;
  }
  45% {
    background-position: 90% 45%;
    opacity: 0.3;
  }
  50% {
    background-position: 100% 50%;
    opacity: 0.4;
  }
  55% {
    background-position: 90% 55%;
    opacity: 0.35;
  }
  60% {
    background-position: 80% 60%;
    opacity: 0.3;
  }
  65% {
    background-position: 70% 65%;
    opacity: 0.25;
  }
  70% {
    background-position: 60% 70%;
    opacity: 0.2;
  }
  75% {
    background-position: 50% 75%;
    opacity: 0.15;
  }
  80% {
    background-position: 40% 80%;
    opacity: 0.1;
  }
  85% {
    background-position: 30% 85%;
    opacity: 0.05;
  }
  90% {
    background-position: 20% 90%;
    opacity: 0.02;
  }
  95% {
    background-position: 10% 95%;
    opacity: 0.01;
  }
  100% {
    background-position: 0% 100%;
    opacity: 0;
  }
}
@keyframes digital-noise {
  0% {
    box-shadow: inset 0 0 0 1px rgba(0, 255, 255, 0.1), 0 0 20px rgba(0, 255, 255, 0.2);
  }
  25% {
    box-shadow: inset 0 0 0 1px rgba(255, 0, 255, 0.1), 0 0 25px rgba(255, 0, 255, 0.3);
  }
  50% {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 0, 0.1), 0 0 30px rgba(255, 255, 0, 0.2);
  }
  75% {
    box-shadow: inset 0 0 0 1px rgba(0, 255, 255, 0.1), 0 0 25px rgba(0, 255, 255, 0.3);
  }
  100% {
    box-shadow: inset 0 0 0 1px rgba(0, 255, 255, 0.1), 0 0 20px rgba(0, 255, 255, 0.2);
  }
}
.animate-fade-in {
  animation: fadeIn 0.6s ease-out;
}

.animate-fade-in-up {
  animation: fadeInUp 0.6s ease-out;
}

.animate-fade-in-down {
  animation: fadeInDown 0.6s ease-out;
}

.animate-fade-in-left {
  animation: fadeInLeft 0.6s ease-out;
}

.animate-fade-in-right {
  animation: fadeInRight 0.6s ease-out;
}

.animate-bounce {
  animation: bounce 1s ease-in-out;
}

.animate-bounce-in {
  animation: bounceIn 0.8s ease-out;
}

.animate-pulse {
  animation: pulse 2s ease-in-out infinite;
}

.animate-shake {
  animation: shake 0.8s ease-in-out;
}

.animate-float {
  animation: float 3s ease-in-out infinite;
}

.animate-glow {
  animation: glow 2s ease-in-out infinite alternate;
}

.animate-spin {
  animation: rotate 1s linear infinite;
}

.animate-glitch-tooltip {
  animation: glitch-tooltip 0.4s ease-out;
}

.animate-digital-noise {
  animation: digital-noise 3s ease-in-out infinite;
}

.animate-delay-1 {
  animation-delay: 0.1s;
}

.animate-delay-2 {
  animation-delay: 0.2s;
}

.animate-delay-3 {
  animation-delay: 0.3s;
}

.animate-delay-4 {
  animation-delay: 0.4s;
}

.animate-delay-5 {
  animation-delay: 0.5s;
}

.animate-delay-6 {
  animation-delay: 0.6s;
}

.animate-delay-7 {
  animation-delay: 0.7s;
}

.animate-delay-8 {
  animation-delay: 0.8s;
}

.animate-delay-9 {
  animation-delay: 0.9s;
}

.animate-delay-10 {
  animation-delay: 1s;
}

#three-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.content {
  position: relative;
  z-index: 1;
  min-height: 100vh;
}

.m-0 {
  margin: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mt-5 {
  margin-top: 2rem;
}

.mt-6 {
  margin-top: 3rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 2rem;
}

.mb-6 {
  margin-bottom: 3rem;
}

.p-0 {
  padding: 0;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 1rem;
}

.pt-4 {
  padding-top: 1.5rem;
}

.pt-5 {
  padding-top: 2rem;
}

.pt-6 {
  padding-top: 3rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 1rem;
}

.pb-4 {
  padding-bottom: 1.5rem;
}

.pb-5 {
  padding-bottom: 2rem;
}

.pb-6 {
  padding-bottom: 3rem;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

.d-grid {
  display: grid;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.align-start {
  align-items: flex-start;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.align-stretch {
  align-items: stretch;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.position-sticky {
  position: sticky;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-scroll {
  overflow: scroll;
}

.w-full {
  width: 100%;
}

.w-auto {
  width: auto;
}

.w-fit {
  width: fit-content;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.h-auto {
  height: auto;
}

.rounded-none {
  border-radius: 0;
}

.rounded-sm {
  border-radius: 4px;
}

.rounded {
  border-radius: 10px;
}

.rounded-lg {
  border-radius: 15px;
}

.rounded-xl {
  border-radius: 20px;
}

.rounded-full {
  border-radius: 50px;
}

.shadow-none {
  box-shadow: none;
}

.shadow-sm {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.shadow {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.shadow-lg {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.shadow-xl {
  box-shadow: 0 20px 40px rgba(0, 255, 255, 0.2);
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-100 {
  opacity: 1;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-none {
  cursor: none;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

@media (max-width: 768px) {
  .mobile\:d-none {
    display: none;
  }
  .mobile\:d-block {
    display: block;
  }
  .mobile\:d-flex {
    display: flex;
  }
  .mobile\:text-center {
    text-align: center;
  }
  .mobile\:text-left {
    text-align: left;
  }
  .mobile\:flex-column {
    flex-direction: column;
  }
  .mobile\:flex-row {
    flex-direction: row;
  }
}
*:focus {
  outline: 2px solid #00ffff;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media (prefers-contrast: high) {
  .hero h1 {
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .section h2 {
    color: #fff;
    text-shadow: none;
  }
}
@media print {
  .nav,
  .cursor,
  .loading,
  #three-canvas {
    display: none !important;
  }
  body {
    background: #fff !important;
    color: #000 !important;
  }
  .section {
    page-break-inside: avoid;
    padding: 1.5rem !important;
  }
}

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