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

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  background: #0a0a0f;
  color: #e2e2f0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

ul {
  list-style: none;
}

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

::selection {
  background: #7c6fcd;
  color: #fff;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.section-label {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.75rem;
  color: #7c6fcd;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.section-label::before {
  content: "// ";
  opacity: 0.5;
}

.section-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 600;
  color: #e2e2f0;
  margin-bottom: 48px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s ease;
  border: 1px solid transparent;
}
.btn--primary {
  background: #7c6fcd;
  color: #fff;
  border-color: #7c6fcd;
}
.btn--primary:hover {
  background: rgb(151.5505154639, 141.2845360825, 215.5154639175);
  border-color: rgb(151.5505154639, 141.2845360825, 215.5154639175);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(124, 111, 205, 0.25);
}
.btn--ghost {
  background: transparent;
  color: #e2e2f0;
  border-color: #1e1e2e;
}
.btn--ghost:hover {
  border-color: #7c6fcd;
  color: #7c6fcd;
  transform: translateY(-1px);
}
.btn--sm {
  padding: 8px 16px;
  font-size: 0.85rem;
}
.btn--lg {
  padding: 14px 32px;
  font-size: 1rem;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  height: 64px;
  background: rgba(10, 10, 15, 0.8);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s ease, background 0.25s ease;
}
.nav.scrolled {
  border-bottom-color: #1e1e2e;
  background: rgba(10, 10, 15, 0.95);
}
.nav__logo {
  font-family: "JetBrains Mono", monospace;
  font-size: 1.2rem;
  font-weight: 500;
  color: #e2e2f0;
  letter-spacing: -0.02em;
}
.nav__logo-dot {
  color: #7c6fcd;
}
.nav__links {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav__links a {
  font-size: 0.875rem;
  color: #88889c;
  transition: color 0.25s ease;
}
.nav__links a:hover {
  color: #e2e2f0;
}
.nav__github {
  display: flex;
  align-items: center;
  color: #88889c !important;
}
.nav__github:hover {
  color: #7c6fcd !important;
}
.nav__burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.nav__burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #88889c;
  border-radius: 2px;
  transition: all 0.25s ease;
}
.nav__burger.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.nav__burger.open span:nth-child(2) {
  opacity: 0;
}
.nav__burger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 64px;
}
.hero__bg-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(124, 111, 205, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(124, 111, 205, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, black 40%, transparent 100%);
  pointer-events: none;
}
.hero__inner {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 120px;
}
.hero__eyebrow {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.85rem;
  color: #7c6fcd;
  margin-bottom: 20px;
}
.hero__cursor {
  display: inline-block;
  animation: blink 1s step-end infinite;
  margin-right: 4px;
}
.hero__title {
  font-size: clamp(2.5rem, 7vw, 4.5rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
  color: #e2e2f0;
}
.hero__name {
  background: linear-gradient(135deg, #7c6fcd, rgb(192.8762886598, 186.7113402062, 231.2886597938));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero__sub {
  max-width: 520px;
  font-size: 1.1rem;
  color: #88889c;
  line-height: 1.7;
  margin-bottom: 40px;
}
.hero__ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.hero__stack {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hero__stack span {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.75rem;
  color: #88889c;
  padding: 4px 10px;
  border: 1px solid #1e1e2e;
  border-radius: 4px;
  background: #111118;
}
.hero__scroll-hint {
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 1;
}
.hero__scroll-hint span {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #88889c;
}
.hero__scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(#88889c, transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}

.featured {
  padding: 100px 0;
  position: relative;
}
.featured::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #1e1e2e, transparent);
}
.featured__card {
  background: #16161f;
  border: 1px solid #1e1e2e;
  border-radius: 16px;
  padding: 4rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 860px) {
  .featured__card {
    padding: 1.5rem;
  }
}
.featured__card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 3px;
  background: linear-gradient(90deg, #7c6fcd, rgb(192.8762886598, 186.7113402062, 231.2886597938));
  border-radius: 16px 16px 0 0;
}
.featured__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}
.featured__tag {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.7rem;
  color: #7c6fcd;
  border: 1px solid rgba(124, 111, 205, 0.3);
  background: rgba(124, 111, 205, 0.15);
  padding: 3px 10px;
  border-radius: 4px;
  letter-spacing: 0.05em;
}
.featured__content {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 48px;
  align-items: center;
}
@media (max-width: 860px) {
  .featured__content {
    grid-template-columns: 1fr;
  }
}
.featured__title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 600;
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}
.featured__employer {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.8rem;
  color: #7c6fcd;
  margin-bottom: 20px;
}
.featured__desc {
  color: #88889c;
  line-height: 1.75;
  margin-bottom: 24px;
  font-size: 0.95rem;
}
.featured__highlights {
  margin-bottom: 32px;
}
.featured__highlights li {
  position: relative;
  padding-left: 18px;
  color: #88889c;
  font-size: 0.9rem;
  margin-bottom: 10px;
  line-height: 1.6;
}
.featured__highlights li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #7c6fcd;
  font-size: 0.8rem;
}
.featured__links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.featured__mockup {
  background: #111118;
  border: 1px solid #1e1e2e;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5);
}
.featured__mockup-bar {
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 12px 16px;
  background: rgb(15.6490566038, 15.6490566038, 22.0509433962);
  border-bottom: 1px solid #1e1e2e;
}
.featured__mockup-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1e1e2e;
}
.featured__mockup-bar span:nth-child(1) {
  background: #ff5f56;
}
.featured__mockup-bar span:nth-child(2) {
  background: #ffbd2e;
}
.featured__mockup-bar span:nth-child(3) {
  background: #27c93f;
}
.featured__mockup-screen {
  padding: 24px;
}
.featured__mockup-line {
  height: 10px;
  border-radius: 5px;
  background: #1e1e2e;
  margin-bottom: 10px;
}
.featured__mockup-line--wide {
  width: 80%;
}
.featured__mockup-line--med {
  width: 60%;
}
.featured__mockup-line--short {
  width: 40%;
  margin-bottom: 24px;
}
.featured__mockup-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.featured__mockup-block {
  height: 70px;
  border-radius: 8px;
  background: #1e1e2e;
  position: relative;
  overflow: hidden;
}
.featured__mockup-block::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(124, 111, 205, 0.1), transparent);
}

.projects {
  padding: 100px 0;
}
.projects__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
}

.project-card {
  background: #16161f;
  border: 1px solid #1e1e2e;
  border-radius: 16px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.project-card:hover {
  border-color: rgba(124, 111, 205, 0.4);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}
.project-card:hover .project-card__arrow {
  transform: translate(3px, -3px);
}
.project-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}
.project-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(124, 111, 205, 0.15);
  border: 1px solid rgba(124, 111, 205, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7c6fcd;
}
.project-card__icon svg {
  width: 18px;
  height: 18px;
}
.project-card__arrow {
  color: #3a3a5c;
  transition: transform 0.25s ease;
  font-size: 1.2rem;
}
.project-card__title {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #e2e2f0;
}
.project-card__desc {
  font-size: 0.875rem;
  color: #88889c;
  line-height: 1.65;
  flex: 1;
  margin-bottom: 20px;
}
.project-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.project-card__tag {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.7rem;
  color: #88889c;
  background: #111118;
  border: 1px solid #1e1e2e;
  padding: 2px 8px;
  border-radius: 4px;
}

.contact {
  padding: 120px 0;
  text-align: center;
  position: relative;
}
.contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #1e1e2e, transparent);
}
.contact__title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}
.contact__sub {
  color: #88889c;
  font-size: 1rem;
  max-width: 460px;
  margin: 0 auto 40px;
  line-height: 1.7;
}
.contact__links {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 32px;
}
.contact__links a {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.8rem;
  color: #88889c;
  letter-spacing: 0.05em;
  transition: color 0.25s ease;
}
.contact__links a:hover {
  color: #7c6fcd;
}

.footer {
  border-top: 1px solid #1e1e2e;
  padding: 28px 0;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 600px) {
  .footer__inner {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}
.footer__copy {
  font-size: 0.8rem;
  color: #88889c;
}
.footer__back {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.75rem;
  color: #88889c;
  transition: color 0.25s ease;
}
.footer__back:hover {
  color: #7c6fcd;
}

.project-page {
  padding-top: 64px;
}
.project-page__hero {
  padding: 2rem 0;
}
.project-page__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.8rem;
  color: #88889c;
  margin-bottom: 32px;
  transition: color 0.25s ease;
}
.project-page__back:hover {
  color: #7c6fcd;
}
.project-page__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.project-page__tag {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.7rem;
  color: #7c6fcd;
  border: 1px solid rgba(124, 111, 205, 0.3);
  background: rgba(124, 111, 205, 0.15);
  padding: 3px 10px;
  border-radius: 4px;
}
.project-page__title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}
.project-page__sub {
  font-size: 1.1rem;
  color: #88889c;
  max-width: 580px;
  line-height: 1.7;
  margin-bottom: 32px;
}
.project-page__links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.project-page__body {
  padding: 64px 0;
  max-width: 720px;
}
.project-page__body h2 {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 48px 0 16px;
  letter-spacing: -0.01em;
}
.project-page__body h2:first-child {
  margin-top: 0;
}
.project-page__body p {
  color: #88889c;
  line-height: 1.8;
  margin-bottom: 16px;
}
.project-page__body ul {
  margin-bottom: 20px;
}
.project-page__body ul li {
  position: relative;
  padding-left: 18px;
  color: #88889c;
  font-size: 0.95rem;
  margin-bottom: 8px;
}
.project-page__body ul li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #7c6fcd;
  font-size: 0.8rem;
}
.project-page__body code {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.85rem;
  background: #16161f;
  border: 1px solid #1e1e2e;
  padding: 2px 6px;
  border-radius: 4px;
  color: rgb(175.6572164948, 167.7835051546, 224.7164948454);
}

@media (max-width: 640px) {
  .nav__links {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    background: #111118;
    border-bottom: 1px solid #1e1e2e;
    flex-direction: column;
    align-items: flex-start;
    padding: 14px 32px;
    gap: 24px;
    transform: translateY(-110%);
    transition: transform 0.25s ease;
  }
  .nav__links.open {
    transform: translateY(0);
  }
  .nav__links a {
    font-size: 1rem;
    color: #e2e2f0;
  }
  .nav__burger {
    display: flex;
  }
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes scrollPulse {
  0%, 100% {
    opacity: 0.4;
    transform: scaleY(1);
  }
  50% {
    opacity: 0.8;
    transform: scaleY(1.2);
  }
}
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

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