/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
.visible {
  visibility: visible;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.container {
  width: 100%;
}
.mx-auto {
  margin-inline: auto;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.min-h-screen {
  min-height: 100vh;
}
.w-full {
  width: 100%;
}
.rotate-180 {
  rotate: 180deg;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.resize {
  resize: both;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-4 {
  border-style: var(--tw-border-style);
  border-width: 4px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-l-4 {
  border-left-style: var(--tw-border-style);
  border-left-width: 4px;
}
.object-cover {
  object-fit: cover;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.italic {
  font-style: italic;
}
.underline {
  text-decoration-line: underline;
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.duration-200 {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.hover\:scale-105 {
  &:hover {
    @media (hover: hover) {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
}
.hover\:scale-110 {
  &:hover {
    @media (hover: hover) {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
}
.hover\:no-underline {
  &:hover {
    @media (hover: hover) {
      text-decoration-line: none;
    }
  }
}
:root {
  --color-accent: #2563EB;
  --color-accent-light: #3B82F6;
  --color-accent-dark: #1D4ED8;
  --color-bg: #FFFFFF;
  --color-bg-secondary: #F9FAFB;
  --color-bg-tertiary: #F3F4F6;
  --color-text: #111827;
  --color-text-secondary: #374151;
  --color-text-tertiary: #6B7280;
  --color-border: #E5E7EB;
}
body.dark {
  --color-accent: #39FF14;
  --color-accent-light: #5FFF3D;
  --color-accent-dark: #2EE010;
  --color-bg: #000000;
  --color-bg-secondary: #0A0A0A;
  --color-bg-tertiary: #1A1A1A;
  --color-text: #F9FAFB;
  --color-text-secondary: #D1D5DB;
  --color-text-tertiary: #9CA3AF;
  --color-border: #1A1A1A;
}
@layer base {
  html {
    scroll-behavior: smooth;
  }
  body {
    background-color: var(--color-bg);
    color: var(--color-text);
    transition: background-color 0.3s, color 0.3s;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.2;
  }
  a {
    text-decoration: none;
  }
  * {
    box-sizing: border-box;
  }
}
@layer components {
  .hover-lift:not(.content-box) {
    transition: all 0.3s ease-out;
  }
  .hover-lift:not(.content-box):hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  }
  body.dark .hover-lift:not(.content-box):hover {
    box-shadow: 0 0 20px rgba(57, 255, 20, 0.5);
  }
  body.light .hover-lift:not(.content-box):hover {
    box-shadow: 0 0 20px rgba(37, 99, 235, 0.3);
  }
  .accent-link {
    color: var(--color-text-secondary);
    transition: color 0.2s ease-in-out;
  }
  .accent-link:hover {
    color: var(--color-accent);
  }
  .content-box {
    background-color: var(--color-bg-secondary);
    border: 2px solid var(--color-border);
    border-radius: 0.5rem;
    padding: 1.5rem;
    transition: all 0.3s ease-out;
  }
  .content-box:hover {
    transform: translateY(-8px);
  }
  body.dark .content-box:hover {
    border-color: var(--color-accent);
    box-shadow: 0 0 20px rgba(57, 255, 20, 0.5);
  }
  body.light .content-box:hover {
    border-color: var(--color-accent);
    box-shadow: 0 0 20px rgba(37, 99, 235, 0.3);
  }
  .nav-link {
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    font-weight: 500;
    color: var(--color-text-secondary);
    transition: color 0.2s ease-in-out;
  }
  .nav-link:hover {
    color: var(--color-accent);
  }
  .btn-primary {
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    background-color: var(--color-accent);
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    transform: scale(1);
  }
  body.dark .btn-primary {
    color: #000000;
  }
  body.light .btn-primary {
    color: #FFFFFF;
  }
  .btn-primary:hover {
    transform: scale(1.05);
    background-color: var(--color-accent-light);
  }
  body.dark .btn-primary:hover {
    box-shadow: 0 0 20px rgba(57, 255, 20, 0.5);
  }
  body.light .btn-primary:hover {
    box-shadow: 0 0 20px rgba(37, 99, 235, 0.3);
  }
  .section-heading {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--color-accent);
  }
  @media (min-width: 768px) {
    .section-heading {
      font-size: 2.5rem;
    }
  }
  header {
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(12px);
  }
  body.dark header {
    border-bottom-color: var(--color-bg-tertiary);
  }
  body.light header {
    border-bottom-color: #E5E7EB;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  @media (min-width: 640px) {
    .container {
      max-width: 640px;
    }
  }
  @media (min-width: 768px) {
    .container {
      max-width: 768px;
    }
  }
  @media (min-width: 1024px) {
    .container {
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px) {
    .container {
      max-width: 1280px;
    }
  }
  .px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .pt-24 {
    padding-top: 6rem;
  }
  .mb-2 {
    margin-bottom: 0.5rem;
  }
  .mb-3 {
    margin-bottom: 0.75rem;
  }
  .mb-4 {
    margin-bottom: 1rem;
  }
  .mb-6 {
    margin-bottom: 1.5rem;
  }
  .mb-8 {
    margin-bottom: 2rem;
  }
  .mb-12 {
    margin-bottom: 3rem;
  }
  .mt-4 {
    margin-top: 1rem;
  }
  .mt-12 {
    margin-top: 3rem;
  }
  .mr-2 {
    margin-right: 0.5rem;
  }
  .space-x-2 > * + * {
    margin-left: 0.5rem;
  }
  .space-x-3 > * + * {
    margin-left: 0.75rem;
  }
  .space-x-4 > * + * {
    margin-left: 1rem;
  }
  .space-x-6 > * + * {
    margin-left: 1.5rem;
  }
  .space-y-2 > * + * {
    margin-top: 0.5rem;
  }
  .gap-2 {
    gap: 0.5rem;
  }
  .gap-4 {
    gap: 1rem;
  }
  .gap-6 {
    gap: 1.5rem;
  }
  .gap-8 {
    gap: 2rem;
  }
  .text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .font-bold {
    font-weight: 700;
  }
  .font-semibold {
    font-weight: 600;
  }
  .font-medium {
    font-weight: 500;
  }
  .text-center {
    text-align: center;
  }
  .flex {
    display: flex;
  }
  .inline-flex {
    display: inline-flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .block {
    display: block;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  @media (min-width: 768px) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:flex {
      display: flex;
    }
    .md\:hidden {
      display: none;
    }
    .md\:text-4xl {
      font-size: 2.25rem;
      line-height: 2.5rem;
    }
    .md\:text-6xl {
      font-size: 3.75rem;
      line-height: 1;
    }
    .md\:text-2xl {
      font-size: 1.5rem;
      line-height: 2rem;
    }
  }
  @media (min-width: 1024px) {
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .max-w-2xl {
    max-width: 42rem;
  }
  .max-w-3xl {
    max-width: 48rem;
  }
  .max-w-4xl {
    max-width: 56rem;
  }
  .max-w-6xl {
    max-width: 72rem;
  }
  .mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .h-10 {
    height: 2.5rem;
  }
  .w-10 {
    width: 2.5rem;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .top-0 {
    top: 0;
  }
  .left-0 {
    left: 0;
  }
  .right-0 {
    right: 0;
  }
  .z-50 {
    z-index: 50;
  }
  .border {
    border-width: 1px;
  }
  .border-b {
    border-bottom-width: 1px;
  }
  .border-t {
    border-top-width: 1px;
  }
  .rounded-lg {
    border-radius: 0.5rem;
  }
  .rounded-md {
    border-radius: 0.375rem;
  }
  .rounded-full {
    border-radius: 9999px;
  }
  .p-2 {
    padding: 0.5rem;
  }
  .p-6 {
    padding: 1.5rem;
  }
  .px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .pb-4 {
    padding-bottom: 1rem;
  }
  .pt-8 {
    padding-top: 2rem;
  }
  body.dark .dark\:text-neon-green {
    color: var(--color-accent);
  }
  body.light .light\:text-accent-blue {
    color: var(--color-accent);
  }
  body.dark .dark\:text-gray-300 {
    color: #D1D5DB;
  }
  body.light .light\:text-gray-700 {
    color: #374151;
  }
  body.dark .dark\:text-gray-400 {
    color: #9CA3AF;
  }
  body.light .light\:text-gray-600 {
    color: #4B5563;
  }
  body.dark .dark\:text-gray-500 {
    color: #6B7280;
  }
  body.light .light\:text-gray-500 {
    color: #6B7280;
  }
  body.dark .dark\:border-dark-bg-tertiary {
    border-color: var(--color-bg-tertiary);
  }
  body.light .light\:border-gray-200 {
    border-color: #E5E7EB;
  }
  body.light .light\:border-gray-300 {
    border-color: #D1D5DB;
  }
  body.dark .dark\:bg-dark-bg-secondary {
    background-color: var(--color-bg-secondary);
  }
  body.dark .dark\:bg-dark-bg-tertiary {
    background-color: var(--color-bg-tertiary);
  }
  body.light .light\:bg-light-bg-tertiary {
    background-color: var(--color-bg-tertiary);
  }
  body.dark .dark\:hover\:bg-dark-bg-secondary:hover {
    background-color: var(--color-bg-secondary);
  }
  body.dark .dark\:hover\:bg-dark-bg-tertiary:hover {
    background-color: var(--color-bg-tertiary);
  }
  body.light .light\:hover\:bg-light-bg-tertiary:hover {
    background-color: var(--color-bg-tertiary);
  }
  .fas, .fab {
    display: inline-block;
  }
  .hover\:scale-110:hover {
    transform: scale(1.1);
  }
  .transition-colors {
    transition-property: color, background-color, border-color;
    transition-timing-function: ease-in-out;
    transition-duration: 200ms;
  }
  .transition-transform {
    transition-property: transform;
    transition-timing-function: ease-in-out;
    transition-duration: 200ms;
  }
  footer {
    background-color: transparent;
  }
  .theme-toggle-btn {
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 0.5rem;
    transition: all 0.3s ease-in-out;
    border: none;
    background-color: transparent;
    font-size: 1.5rem;
  }
  body.dark .theme-toggle-btn i {
    color: #FFA500;
    transition: all 0.3s ease-in-out;
  }
  body.dark .theme-toggle-btn:hover {
    background-color: rgba(255, 165, 0, 0.1);
  }
  body.dark .theme-toggle-btn:hover i {
    color: #FFD700;
    transform: scale(1.15);
    filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.8));
  }
  body.light .theme-toggle-btn i {
    color: #4B5563;
    transition: all 0.3s ease-in-out;
  }
  body.light .theme-toggle-btn i::before {
    content: "\f186";
  }
  body.light .theme-toggle-btn:hover {
    background-color: rgba(75, 85, 99, 0.1);
  }
  body.light .theme-toggle-btn:hover i {
    color: #6366F1;
    transform: scale(1.15);
    filter: drop-shadow(0 0 8px rgba(99, 102, 241, 0.6));
  }
  ul.space-y-2 {
    list-style: none;
    padding-left: 0;
  }
  ul.space-y-2 li {
    display: flex;
    align-items: flex-start;
  }
  ul.space-y-2 li i {
    flex-shrink: 0;
    margin-top: 0.125rem;
  }
  @media (max-width: 767px) {
    #desktop-nav {
      display: none !important;
    }
    #mobile-menu-button-container {
      display: flex !important;
    }
  }
  @media (min-width: 768px) {
    #desktop-nav {
      display: flex !important;
    }
    #mobile-menu-button-container {
      display: none !important;
    }
  }
  .logo-image-link {
    display: inline-block;
    border-radius: 9999px;
    transition: all 0.3s ease-in-out;
  }
  .logo-image-link img {
    transition: all 0.3s ease-in-out;
  }
  .logo-image-link:hover img {
    transform: scale(1.05);
  }
  body.dark .logo-image-link:hover img {
    box-shadow: 0 0 20px rgba(57, 255, 20, 0.6);
  }
  body.light .logo-image-link:hover img {
    box-shadow: 0 0 20px rgba(37, 99, 235, 0.5);
  }
  .profile-photo-wrapper {
    display: inline-block;
    transition: all 0.3s ease-in-out;
  }
  .profile-photo {
    width: 200px;
    height: 200px;
    border-radius: 9999px;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
  }
  .profile-photo-wrapper:hover {
    transform: translateY(-12px);
  }
  body.dark .profile-photo-wrapper:hover .profile-photo {
    box-shadow: 0 0 30px rgba(57, 255, 20, 0.7), 0 15px 40px -10px rgba(0, 0, 0, 0.3);
  }
  body.light .profile-photo-wrapper:hover .profile-photo {
    box-shadow: 0 0 30px rgba(37, 99, 235, 0.6), 0 15px 40px -10px rgba(0, 0, 0, 0.15);
  }
}
@layer utilities {
  .scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .scrollbar-hide::-webkit-scrollbar {
    display: none;
  }
  .gradient-dark {
    background: linear-gradient(135deg, #000000 0%, #1A1A1A 100%);
  }
  .gradient-light {
    background: linear-gradient(135deg, #FFFFFF 0%, #F3F4F6 100%);
  }
}
#tsparticles {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
header, main, footer {
  position: relative;
  z-index: 10;
}
.loading {
  animation: fadeIn 0.5s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mobile-menu-enter {
  animation: slideDown 0.3s ease-out;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-on-scroll {
  opacity: 0;
  animation: fadeIn 0.6s ease-in-out forwards;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
