:root {
  --bg-gradient: linear-gradient(135deg, #0f0c29, #302b63, #24243e);
  --text-color: #e0e0e0;
  --accent-color: #a855f7;
  --accent-gradient: linear-gradient(90deg, #a855f7, #ec4899);
  --glass-bg: rgba(255, 255, 255, 0.03);
  --glass-border: rgba(255, 255, 255, 0.05);
  --link-color: #38bdf8;
  --link-hover: #34d399;
  --card-bg: rgba(15, 12, 41, 0.5);
}

@media (prefers-color-scheme: light) {
  :root {
    --bg-gradient: linear-gradient(135deg, #f5f7fa, #c3cfe2);
    --text-color: #1a1a1a;
    --accent-color: #7c3aed;
    --accent-gradient: linear-gradient(90deg, #7c3aed, #db2777);
    --glass-bg: rgba(255, 255, 255, 0.7);
    --glass-border: rgba(0, 0, 0, 0.1);
    --link-color: #2563eb;
    --link-hover: #059669;
    --card-bg: rgba(255, 255, 255, 0.8);
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  background: var(--bg-gradient);
  color: var(--text-color);
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.6;
  padding: 2rem 1rem;
}

main {
  max-width: 800px;
  width: 100%;
  background: var(--card-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--glass-border);
  border-radius: 24px;
  padding: 3rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  animation: fadeIn 0.6s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

h1 {
  font-size: 2.5rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 2rem;
  background: var(--accent-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.025em;
}

p {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  opacity: 0.9;
}



a {
  color: var(--link-color);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
  border-bottom: 1px solid transparent;
}

a:hover {
  color: var(--link-hover);
  border-bottom-color: var(--link-hover);
}

.links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin: 2.5rem 0;
}

.links a {
  background: rgba(255, 255, 255, 0.05);
  padding: 0.75rem 1.5rem;
  border-radius: 12px;
  border: 1px solid var(--glass-border);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (prefers-color-scheme: light) {
  .links a {
    background: rgba(0, 0, 0, 0.03);
  }
}

.links a:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-color: var(--accent-color);
  color: var(--accent-color);
}

svg {
  max-width: 100%;
  height: auto;
}


/* Responsive adjustments */
@media (max-width: 640px) {
  main {
    padding: 2rem;
    border-radius: 16px;
  }

  h1 {
    font-size: 2rem;
  }

  p {
    font-size: 1rem;
  }

  .links {
    flex-direction: column;
  }

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

.centered-illustration {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2.5rem 0;
}

.svg-narrow {
  width: 100%;
  max-width: 500px;
}

.svg-wide {
  width: 100%;
  max-width: 600px;
}

svg text {
  line-height: 1.25;
}

.contact-highlight {
  border: 1px solid var(--accent-color);
  border-radius: 12px;
  padding: 1.5rem;
  margin: 2rem 0;
  background: rgba(255, 255, 255, 0.05);
}

.contact-highlight a {
  color: var(--accent-color);
  font-weight: 700;
}

@media (prefers-color-scheme: light) {
  .contact-highlight {
    background: rgba(0, 0, 0, 0.03);
  }
}

.svg-narrow .a { fill: none; }
.svg-narrow .b, .svg-narrow .e { fill: #895ba5; }
.svg-narrow .b { stroke: #895ba5; }
.svg-narrow .j, .svg-narrow .l, .svg-narrow .m, .svg-narrow .o, .svg-narrow .b, .svg-narrow .d { stroke-miterlimit: 10; }
.svg-narrow .l, .svg-narrow .b { stroke-width: .75px; }
.svg-narrow .k, .svg-narrow .c, .svg-narrow .f { fill: #24093b; }
.svg-narrow .a, .svg-narrow .c, .svg-narrow .f { stroke: #24093b; stroke-linecap: round; stroke-linejoin: round; }
.svg-narrow .m, .svg-narrow .o, .svg-narrow .c, .svg-narrow .d { stroke-width: .5px; }
.svg-narrow .i, .svg-narrow .j, .svg-narrow .d { fill: #6fc8b7; }
.svg-narrow .j, .svg-narrow .d { stroke: #6fc8b7; }
.svg-narrow .l, .svg-narrow .m, .svg-narrow .g { fill: #fed916; }
.svg-narrow .h { fill: #fff; }
.svg-narrow .a { stroke-width: 1.6px; }
.svg-narrow .j { stroke-width: .68px; }
.svg-narrow .l, .svg-narrow .m { stroke: #fed916; }
.svg-narrow .n, .svg-narrow .o { fill: #cf63a6; }
.svg-narrow .o { stroke: #cf63a6; }

.t {
  fill: var(--text-color);
  stroke: var(--text-color);
}
