footer.svelte-kcvnik {
  background-color: #0f172a;
  color: #ffffffe6;
  padding: 1.5rem;
  text-align: center;
  width: 100%;
  margin-top: auto;
  font-size: 0.95rem;
}
@media (max-width: 640px) {
  footer.svelte-kcvnik {
    padding: 1.2rem;
    font-size: 0.9rem;
  }
}
header.svelte-1yz1i5m {
  position: relative;
  background: linear-gradient(
    115deg,
    var(--primary-color),
    var(--secondary-color)
  );
  color: var(--white);
  padding: 4rem 1rem 3rem;
  text-align: center;
  width: 100%;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
header.svelte-1yz1i5m:after {
  content: "";
  position: absolute;
  inset: -40% -20%;
  background: radial-gradient(
    circle at top,
    rgba(255, 255, 255, 0.28),
    transparent 60%
  );
  z-index: 0;
  pointer-events: none;
}
header.svelte-1yz1i5m > :where(.svelte-1yz1i5m) {
  position: relative;
  z-index: 1;
}
.social-links.svelte-1yz1i5m {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  gap: 10px;
  z-index: 10;
}
.social-links.svelte-1yz1i5m img:where(.svelte-1yz1i5m) {
  transition: transform var(--transition);
}
.social-links.svelte-1yz1i5m img:where(.svelte-1yz1i5m):hover {
  transform: scale(1.08);
}
.navbar.svelte-1yz1i5m {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.navbar.svelte-1yz1i5m a:where(.svelte-1yz1i5m) {
  color: var(--white);
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 500;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  opacity: 0.95;
  transition:
    background-color var(--transition),
    transform var(--transition),
    opacity var(--transition);
}
.navbar.svelte-1yz1i5m a:where(.svelte-1yz1i5m):hover,
.navbar.svelte-1yz1i5m a:where(.svelte-1yz1i5m):focus-visible {
  background: #ffffff24;
  opacity: 1;
  transform: translateY(-1px);
}
.navbar.svelte-1yz1i5m a:where(.svelte-1yz1i5m):focus-visible {
  outline: var(--focus-outline);
  outline-offset: 3px;
  border-radius: 999px;
}
@media (max-width: 768px) {
  header.svelte-1yz1i5m {
    padding: 3.25rem 1rem 2.5rem;
  }
  .social-links.svelte-1yz1i5m {
    top: 10px;
    right: 10px;
  }
  .social-links.svelte-1yz1i5m img:where(.svelte-1yz1i5m) {
    height: 24px;
  }
}
@media (max-width: 640px) {
  header.svelte-1yz1i5m {
    padding: 2.75rem 1rem 2.25rem;
  }
  .navbar.svelte-1yz1i5m {
    gap: 0.6rem;
  }
  .navbar.svelte-1yz1i5m a:where(.svelte-1yz1i5m) {
    font-size: 0.95rem;
    padding: 0.38rem 0.8rem;
  }
}
@media (max-width: 480px) {
  .social-links.svelte-1yz1i5m {
    position: static;
    justify-content: center;
    margin: 10px 0;
  }
  .navbar.svelte-1yz1i5m {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }
}
.card.svelte-2gevwt {
  background: var(--surface-strong);
  border: 1px solid var(--surface-border);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 1.5rem;
  animation: fadeIn 0.5s ease-out both;
}
.project-card.svelte-2gevwt {
  font-size: 0.8rem;
  display: flex;
  flex-direction: column;
  height: 700px;
  max-height: 700px;
  flex: 0 0 var(--card-width);
  max-width: var(--card-width);
  scroll-snap-align: center;
  background: var(--surface-strong);
  padding: 1.4rem;
  border-radius: var(--border-radius);
  border: 1px solid var(--surface-border);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: var(--shadow-sm);
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    border-color var(--transition);
  transform-origin: center center;
  backface-visibility: hidden;
  contain: content;
}
.project-card.svelte-2gevwt h2,
.project-card.svelte-2gevwt h3,
.project-card.svelte-2gevwt .title {
  text-align: center;
}
.project-card.svelte-2gevwt h3 {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0.35rem 0 0.5rem;
}
.project-card.active.svelte-2gevwt {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
  border-color: var(--surface-border-strong);
}
.project-card.svelte-2gevwt:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: var(--surface-border-strong);
}
.project-card.svelte-2gevwt p {
  color: var(--muted-color);
  margin: 0.75rem 0 1rem;
  font-size: 0.8rem;
}
.project-card.svelte-2gevwt .project-link {
  color: inherit;
  text-decoration: none;
}
.project-card.svelte-2gevwt .project-link:hover {
  color: var(--primary-color);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.project-card.svelte-2gevwt .features-list,
.project-card.svelte-2gevwt .upcoming-features {
  padding-left: 0;
  margin-bottom: 1.1rem;
  list-style-type: none;
}
.project-card.svelte-2gevwt .features-list li,
.project-card.svelte-2gevwt .upcoming-features li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.8rem;
}
.project-card.svelte-2gevwt .features-list li:before,
.project-card.svelte-2gevwt .upcoming-features li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent-color);
  font-weight: 700;
}
.project-card.svelte-2gevwt .video-container {
  aspect-ratio: 16 / 9;
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 0.8rem;
  border-radius: 8px;
  overflow: hidden;
  background: var(--placeholder-bg);
}
.project-card.svelte-2gevwt .video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.project-card.svelte-2gevwt .video-placeholder {
  position: relative;
  background: var(--placeholder-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: var(--placeholder-text);
  font-size: 1.2rem;
  z-index: 0;
}
.project-card.svelte-2gevwt .video-placeholder:after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--placeholder-overlay);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 640px) {
  .project-card.svelte-2gevwt {
    height: auto;
    max-height: none;
    padding: 1.1rem;
  }
  .project-card.svelte-2gevwt .video-container {
    margin-bottom: 0.65rem;
  }
  .project-card.svelte-2gevwt .features-list li,
  .project-card.svelte-2gevwt .upcoming-features li {
    padding-left: 1.6rem;
    margin-bottom: 0.65rem;
  }
}
@media (max-width: 480px) {
  .project-card.svelte-2gevwt {
    padding: 1rem;
  }
}
.projects-carousel-wrapper.svelte-er9umx {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding: 0 1rem;
  overflow: hidden;
}
.projects-carousel.svelte-er9umx {
  --card-width: clamp(260px, 88vw, 680px);
  display: flex;
  gap: 1.75rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 1rem calc(50% - (var(--card-width) / 2));
  scroll-padding-inline: calc(50% - (var(--card-width) / 2));
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.projects-carousel.svelte-er9umx::-webkit-scrollbar {
  display: none;
}
.carousel-nav.svelte-er9umx {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 2rem);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.carousel-dots.svelte-er9umx {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}
.upcoming-dots.svelte-er9umx {
  margin-bottom: 1.5rem;
}
.dot.svelte-er9umx {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--dot-bg);
  cursor: pointer;
  transition:
    background-color var(--transition),
    transform var(--transition);
}
.dot.active.svelte-er9umx {
  background: var(--primary-color);
  transform: scale(1.2);
}
@media (max-width: 1024px) {
  .projects-carousel.svelte-er9umx {
    --card-width: clamp(240px, 78vw, 600px);
  }
}
@media (max-width: 768px) {
  .carousel-nav.svelte-er9umx {
    display: none;
  }
}
@media (max-width: 640px) {
  .projects-carousel-wrapper.svelte-er9umx {
    padding: 0;
  }
  .projects-carousel.svelte-er9umx {
    --card-width: calc(100vw - 2.75rem);
    gap: 1.1rem;
    padding: 0.65rem calc(50% - (var(--card-width) / 2));
  }
}
@media (max-width: 480px) {
  .projects-carousel.svelte-er9umx {
    --card-width: calc(100vw - 2rem);
    gap: 0.9rem;
    padding: 0.55rem calc(50% - (var(--card-width) / 2));
  }
}
.lang-switch.svelte-f01c5n {
  position: fixed;
  right: 16px;
  bottom: 16px;
  display: flex;
  gap: 0.4rem;
  padding: 0.35rem 0.45rem;
  background: var(--surface-strong);
  border: 1px solid var(--surface-border);
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 20;
}
.lang-switch__btn.svelte-f01c5n {
  display: grid;
  place-items: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.15rem;
  border-radius: 999px;
  transition:
    transform var(--transition),
    opacity var(--transition);
}
.lang-switch__btn[aria-pressed="false"].svelte-f01c5n {
  opacity: 0.78;
}
.lang-switch__btn.svelte-f01c5n:hover {
  transform: scale(1.1);
}
.lang-switch__btn.svelte-f01c5n:focus-visible {
  outline: var(--focus-outline);
  outline-offset: 2px;
}
.lang-switch__img.svelte-f01c5n {
  width: var(--lang-icon-size, 32px);
  height: var(--lang-icon-size, 32px);
}
@media (max-width: 640px) {
  .lang-switch.svelte-f01c5n {
    right: 12px;
    bottom: 12px;
    padding: 0.3rem 0.4rem;
    --lang-icon-size: 28px;
  }
}
@media (max-width: 480px) {
  .lang-switch.svelte-f01c5n {
    --lang-icon-size: 26px;
  }
}
.theme-toggle.svelte-lu0t34 {
  position: fixed;
  top: 16px;
  left: 16px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--surface-strong);
  border: 1px solid var(--surface-border);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: var(--text-color);
  cursor: pointer;
  z-index: 30;
  transition:
    background-color var(--transition),
    transform var(--transition),
    border-color var(--transition),
    color var(--transition);
}
.theme-toggle.svelte-lu0t34:hover {
  background: var(--surface);
  transform: translateY(-1px);
  border-color: var(--surface-border-strong);
}
.theme-toggle.svelte-lu0t34:active {
  transform: translateY(0) scale(0.98);
}
.theme-toggle.svelte-lu0t34:focus-visible {
  outline: var(--focus-outline);
  outline-offset: 3px;
}
.theme-icon.svelte-lu0t34 {
  width: 1em;
  height: 1em;
}
.theme-icon-sun.svelte-lu0t34 {
  display: none;
}
.dark .theme-icon-sun.svelte-lu0t34 {
  display: block;
}
.dark .theme-icon-moon.svelte-lu0t34 {
  display: none;
}
@media (max-width: 640px) {
  .theme-toggle.svelte-lu0t34 {
    width: 36px;
    height: 36px;
    top: 12px;
    left: 12px;
  }
}
@media (max-width: 480px) {
  .theme-toggle.svelte-lu0t34 {
    width: 34px;
    height: 34px;
  }
}
.skills-list.svelte-oevu4l {
  padding-left: 0;
  margin-bottom: 1.5rem;
  list-style-type: none;
}
.skills-list.svelte-oevu4l li:where(.svelte-oevu4l) {
  margin-bottom: 0.8rem;
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.6;
}
.skills-list.svelte-oevu4l li:where(.svelte-oevu4l):before {
  content: "▸";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: 700;
}
