/*!****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/components/VariableProximity/VariableProximity.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");

.variable-proximity {
    font-family: "Roboto Flex", sans-serif;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/Animation/ScrollReveal.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.scroll-reveal {
  --delay: 0ms;
  --duration: 800ms;
  --distance: 30px;
  --timing-function: cubic-bezier(0.5, 0, 0, 1);
  opacity: 0;
  transition: opacity var(--duration) var(--timing-function) var(--delay), transform var(--duration) var(--timing-function) var(--delay);
}
.scroll-reveal--fade {
  opacity: 0;
}
.scroll-reveal--slide-up {
  transform: translateY(var(--distance));
}
.scroll-reveal--slide-down {
  transform: translateY(calc(var(--distance) * -1));
}
.scroll-reveal--slide-left {
  transform: translateX(var(--distance));
}
.scroll-reveal--slide-right {
  transform: translateX(calc(var(--distance) * -1));
}
.scroll-reveal--scale {
  transform: scale(0.9);
}
.scroll-reveal--flip-x {
  transform: rotateX(90deg);
}
.scroll-reveal--flip-y {
  transform: rotateY(90deg);
}
.scroll-reveal--visible {
  opacity: 1;
  transform: translate(0) scale(1) rotate(0) !important;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/About/About.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.about__content {
  line-height: 1.7;
  max-width: 800px;
  font-size: 1.1rem;
}
.about__content p {
  margin-bottom: 1.5rem;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/Education/Education.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.education__timeline {
  position: relative;
  max-width: 800px;
}
.education__timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 2px;
  background-color: var(--accent-primary);
  opacity: 0.5;
}
@media (min-width: 768px) {
  .education__timeline::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.education__reveal-container {
  width: 100%;
}
.education__item {
  position: relative;
  margin-bottom: 50px;
  padding-left: 50px;
}
@media (min-width: 768px) {
  .education__item {
    display: flex;
    padding-left: 0;
  }
}
.education__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--accent-primary);
  z-index: 1;
}
@media (min-width: 768px) {
  .education__item::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.education__item:hover::before {
  background-color: var(--accent-secondary);
  transform: translateX(-50%) scale(1.5);
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.education__item:last-child {
  margin-bottom: 0;
}
.education__period {
  font-family: var(--font-roboto-mono), monospace;
  color: var(--accent-primary);
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .education__period {
    width: 50%;
    padding-right: 40px;
    text-align: right;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .education__content {
    width: 50%;
    padding-left: 40px;
  }
}
.education__title {
  font-size: 1.2rem;
  margin-bottom: 0.25rem;
}
.education__institution {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.education__institution a {
  color: var(--text-primary);
  transition: color var(--transition-speed) ease;
}
.education__institution a:hover {
  color: var(--accent-primary);
}
.education__location {
  font-size: 0.9rem;
  margin-bottom: 1rem;
  opacity: 0.8;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/Experience/Experience.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.experience__timeline {
  position: relative;
  max-width: 800px;
}
.experience__timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 2px;
  background-color: var(--accent-primary);
  opacity: 0.5;
}
@media (min-width: 768px) {
  .experience__timeline::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.experience__reveal-container {
  width: 100%;
}
.experience__item {
  position: relative;
  margin-bottom: 50px;
  padding-left: 50px;
}
@media (min-width: 768px) {
  .experience__item {
    display: flex;
    padding-left: 0;
  }
}
.experience__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--accent-primary);
  z-index: 1;
}
@media (min-width: 768px) {
  .experience__item::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.experience__item:hover::before {
  background-color: var(--accent-secondary);
  transform: translateX(-50%) scale(1.5);
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.experience__item:last-child {
  margin-bottom: 0;
}
.experience__period {
  font-family: var(--font-roboto-mono), monospace;
  color: var(--accent-primary);
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .experience__period {
    width: 50%;
    padding-right: 40px;
    text-align: right;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .experience__content {
    width: 50%;
    padding-left: 40px;
  }
}
.experience__title {
  font-size: 1.2rem;
  margin-bottom: 0.25rem;
}
.experience__company {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.experience__location {
  font-size: 0.9rem;
  margin-bottom: 1rem;
  opacity: 0.8;
}
.experience__description {
  list-style-position: inside;
  padding-left: 0.5rem;
}
.experience__description li {
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1rem;
  list-style-type: none;
}
.experience__description li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--accent-primary);
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/LanguageSwitcher/LanguageSwitcher.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.language-switcher {
  display: flex;
  align-items: center;
}
.language-switcher__btn {
  background: none;
  border: none;
  color: var(--text-secondary);
  font-size: 0.875rem;
  padding: 5px;
  margin: 0 2px;
  cursor: pointer;
  transition: color var(--transition-speed) ease;
  position: relative;
}
.language-switcher__btn:hover {
  color: var(--accent-primary);
}
.language-switcher__btn--active {
  color: var(--accent-primary);
  font-weight: 600;
}
.language-switcher__btn--active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5px;
  right: 5px;
  height: 2px;
  background-color: var(--accent-primary);
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/ThemeToggle/ThemeToggle.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.theme-toggle {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-primary);
  padding: 5px;
  transition: color var(--transition-speed) ease;
}
.theme-toggle:hover {
  color: var(--accent-primary);
}
.theme-toggle__icon-container {
  position: relative;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.theme-toggle__icon {
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.theme-toggle__icon--dark {
  transform: rotate(380deg);
}
.theme-toggle__icon--animating {
  animation: pulse 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.theme-toggle__label {
  margin-left: 8px;
  font-size: 0.875rem;
  transition: opacity 0.3s ease;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/Footer/Footer.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.footer {
  padding: 50px 0 30px;
  background-color: rgba(0, 0, 0, 0.03);
  /* Новая секция с контактами */
  /* Медиа-запросы для адаптивности */
}
[data-theme=dark] .footer {
  background-color: rgba(255, 255, 255, 0.03);
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .footer__content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.footer__main {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .footer__main {
    flex: 0 0 25%;
  }
}
.footer__logo {
  font-family: var(--font-roboto-mono), monospace;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--accent-primary);
}
.footer__copyright {
  font-size: 0.9rem;
  opacity: 0.8;
}
.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .footer__contact {
    flex: 0 0 30%;
  }
}
.footer__heading {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: var(--accent-primary);
  font-weight: 600;
}
.footer__contact-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-primary);
  width: 32px;
  height: 32px;
  background-color: rgba(109, 40, 217, 0.1);
  border-radius: 50%;
}
[data-theme=dark] .footer__contact-icon {
  background-color: rgba(139, 92, 246, 0.2);
}
.footer__contact-value {
  font-size: 0.95rem;
  color: var(--text-primary);
  transition: color var(--transition-speed) ease;
}
.footer__contact-value:hover {
  color: var(--accent-primary);
}
.footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 5px;
}
.footer__social-link {
  color: var(--text-secondary);
  font-size: 0.9rem;
  transition: color var(--transition-speed) ease;
  position: relative;
  padding-bottom: 2px;
}
.footer__social-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--accent-primary);
  transition: width var(--transition-speed) ease;
}
.footer__social-link:hover {
  color: var(--accent-primary);
}
.footer__social-link:hover::after {
  width: 100%;
}
.footer__controls {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .footer__controls {
    flex: 0 0 25%;
    flex-direction: row;
    gap: 30px;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .footer__controls {
    order: -1; /* Размещаем элементы управления вверху на мобильных */
  }
}
.footer__language {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 576px) {
  .footer__language {
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }
}
.footer__language-label {
  font-size: 0.9rem;
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
[data-theme=dark] .footer__bottom {
  border-top-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.footer__nav-link {
  color: var(--text-secondary);
  font-size: 0.9rem;
  transition: color var(--transition-speed) ease;
}
.footer__nav-link:hover {
  color: var(--accent-primary);
}
.footer__back-to-top {
  display: flex;
  justify-content: flex-end;
}
.footer__back-to-top-link {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--text-primary);
  transition: color var(--transition-speed) ease, transform var(--transition-speed) ease;
}
.footer__back-to-top-link:hover {
  color: var(--accent-primary);
  transform: translateY(-3px);
}
.footer__back-to-top-link svg {
  transition: transform var(--transition-speed) ease;
}
.footer__back-to-top-link:hover svg {
  transform: translateY(-2px);
}
.footer__back-to-top-link span {
  font-size: 0.9rem;
}
@media (max-width: 991px) {
  .footer__content {
    gap: 25px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .footer__main, .footer__contact, .footer__controls {
    flex: 0 0 45%;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 70px; /* Дополнительное пространство для SocialLinks */
  }
  .footer__content {
    gap: 30px;
  }
  .footer__social {
    margin-top: 5px;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/Header/Header.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.header {
  height: var(--header-height);
  position: fixed;
  top: 0;
  min-height: 80px;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: var(--bg-primary);
  transition: all var(--transition-speed) ease;
}
.header--scrolled {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  height: calc(var(--header-height) - 10px);
}
.header--scrolled .header__logo {
  font-size: 1.3rem;
}
.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header__logo {
  font-family: var(--font-display), sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  transition: font-size var(--transition-speed) ease;
}
.header__logo a {
  color: var(--accent-primary);
  text-decoration: none;
}
.header__menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 110;
}
@media (max-width: 768px) {
  .header__menu-toggle {
    display: flex;
  }
}
.header__menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--text-primary);
  transition: all 0.3s ease;
}
.header__menu-toggle--active span:first-child {
  transform: translateY(8px) rotate(45deg);
}
.header__menu-toggle--active span:nth-child(2) {
  opacity: 0;
}
.header__menu-toggle--active span:last-child {
  transform: translateY(-8px) rotate(-45deg);
}
@media (max-width: 768px) {
  .header__nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 70%;
    height: 100vh;
    background-color: var(--bg-primary);
    transform: translateX(100%);
    transition: transform var(--transition-speed) ease;
    padding: 80px 20px 20px;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    z-index: 100;
  }
  .header__nav--active {
    transform: translateX(0);
  }
}
.header__nav-list {
  display: flex;
  list-style: none;
}
@media (max-width: 768px) {
  .header__nav-list {
    flex-direction: column;
  }
}
.header__nav-item {
  margin: 0 15px;
}
@media (max-width: 768px) {
  .header__nav-item {
    margin: 15px 0;
  }
}
.header__nav-link {
  color: var(--text-primary);
  text-decoration: none;
  font-weight: 500;
  transition: color var(--transition-speed) ease;
  position: relative;
  padding: 5px 0;
}
.header__nav-link:hover {
  color: var(--accent-primary);
}
.header__nav-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--accent-primary);
  transition: width var(--transition-speed) ease;
}
.header__nav-link:hover::after, .header__nav-link--active::after {
  width: 100%;
}
.header__nav-link--active {
  color: var(--accent-primary);
}
.header__controls {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .header__controls {
    margin-right: 20px;
  }
}
.header__language-switcher {
  margin-right: 15px;
}
.header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 90;
  transition: opacity var(--transition-speed) ease;
}
@media (min-width: 769px) {
  .header__overlay {
    display: none;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/Hero/Hero.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: var(--header-height);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(ellipse 80% 60% at 70% 30%, rgba(91, 22, 240, 0.07) 0%, transparent 60%), radial-gradient(ellipse 50% 50% at 20% 80%, rgba(6, 182, 212, 0.05) 0%, transparent 50%);
  pointer-events: none;
}
[data-theme=dark] .hero::before {
  background: radial-gradient(ellipse 80% 60% at 70% 30%, rgba(139, 92, 246, 0.12) 0%, transparent 60%), radial-gradient(ellipse 50% 50% at 20% 80%, rgba(34, 211, 238, 0.08) 0%, transparent 50%);
}
.hero__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .hero__inner {
    flex-direction: column;
    text-align: center;
    gap: 3rem;
  }
}
.hero__content {
  max-width: 600px;
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  cursor: default;
}
.hero__content--visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 992px) {
  .hero__content {
    margin: 0 auto;
  }
}
.hero__greeting {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  opacity: 0.9;
}
.hero__name {
  font-size: 5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: var(--accent-primary);
  letter-spacing: -0.03em;
  line-height: 1.05;
}
@media (max-width: 768px) {
  .hero__name {
    font-size: 3.5rem;
  }
}
@media (max-width: 480px) {
  .hero__name {
    font-size: 2.8rem;
  }
}
.hero__position, .hero__description {
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .hero__position, .hero__description {
    font-size: 1.5rem;
  }
}
.hero__name-suffix {
  font-size: 15px;
  display: inline-block;
}
.hero__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .hero__actions {
    justify-content: center;
  }
}
.hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-primary);
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: var(--border-radius);
  font-family: var(--font-roboto-mono), monospace;
  font-weight: 500;
  cursor: pointer;
  transition: background-color var(--transition-speed) ease, transform var(--transition-speed) ease, box-shadow var(--transition-speed) ease;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.hero__cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  transition: all 0.75s ease;
}
.hero__cta:hover {
  background-color: var(--accent-secondary);
  color: white;
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(109, 40, 217, 0.2);
}
.hero__cta:hover::before {
  left: 100%;
}
.hero__cta:active {
  transform: translateY(-2px);
}
.hero__download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: var(--accent-primary);
  border: 2px solid var(--accent-primary);
  padding: 0.73rem 1.5rem;
  border-radius: var(--border-radius);
  font-family: var(--font-roboto-mono), monospace;
  font-weight: 500;
  cursor: pointer;
  transition: all var(--transition-speed) ease;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.hero__download-icon {
  display: inline-flex;
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}
.hero__download:hover {
  background-color: var(--accent-primary);
  color: white;
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(109, 40, 217, 0.2);
}
.hero__download:hover .hero__download-icon {
  transform: translateY(2px);
}
.hero__download:active {
  transform: translateY(-2px);
}
.hero__photo-wrapper {
  position: relative;
  width: 350px;
  height: 400px;
  transform: translateY(30px);
  opacity: 0;
  transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
  margin-left: 20px;
}
.hero__photo-wrapper .tilted-card-figure {
  z-index: 2;
}
.hero__photo-wrapper img {
  filter: contrast(1.05) grayscale(100%);
  transform: scaleX(-1);
}
.hero__photo-wrapper img:hover {
  box-shadow: 0 25px 50px rgba(45, 27, 105, 0.2);
  filter: grayscale(0%);
}
.hero__photo-wrapper img:hover .hero__photo-overlay {
  opacity: 0.3;
}
.hero__photo-wrapper--visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1200px) {
  .hero__photo-wrapper {
    width: 300px;
    height: 350px;
  }
}
@media (max-width: 480px) {
  .hero__photo-wrapper {
    width: 280px;
    height: 320px;
  }
}
.hero__photo {
  width: 300px;
  height: 350px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  box-shadow: 0 20px 40px rgba(45, 27, 105, 0.15);
  transition: all var(--transition-speed) ease;
}
.hero__photo-desktop {
  display: block;
}
@media (max-width: 1024px) {
  .hero__photo-desktop {
    display: none;
  }
}
.hero__photo-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .hero__photo-mobile {
    display: block;
  }
}
.hero__photo:hover {
  transform: scale(1.02);
  box-shadow: 0 25px 50px rgba(45, 27, 105, 0.2);
}
.hero__photo:hover .hero__photo-overlay {
  opacity: 0.3;
}
.hero__photo:hover img {
  filter: grayscale(0%);
}
.hero__photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.05) grayscale(100%);
  transition: filter var(--transition-speed) ease;
  transform: scaleX(-1);
}
.hero__photo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(45, 27, 105, 0.4) 0%, rgba(45, 27, 105, 0.1) 50%, rgba(45, 27, 105, 0) 100%);
  z-index: 3;
  opacity: 0.4;
  transition: opacity var(--transition-speed) ease;
}
[data-theme=dark] .hero__photo {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
[data-theme=dark] .hero__photo-img {
  filter: contrast(1.05) grayscale(100%);
}
[data-theme=dark] .hero__photo-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.6;
}
@media (max-width: 1200px) {
  .hero__photo {
    width: 260px;
    height: 310px;
  }
}
@media (max-width: 480px) {
  .hero__photo {
    width: 240px;
    height: 280px;
  }
}
.hero__photo-border {
  position: absolute;
  top: -15px;
  left: 15px;
  width: 100%;
  height: 90%;
  border: 3px solid var(--accent-primary);
  border-radius: 10px;
  z-index: 1;
  transition: all var(--transition-speed) ease;
}
[data-theme=dark] .hero__photo-border {
  opacity: 0.6;
}
.hero__photo-shape {
  position: absolute;
  bottom: -25px;
  right: -25px;
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-secondary) 100%);
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  z-index: 0;
  opacity: 0.2;
  animation: morphShape 10s ease-in-out infinite alternate;
}
[data-theme=dark] .hero__photo-shape {
  opacity: 0.15;
}
.hero__decoration {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.hero__decoration-circle {
  position: absolute;
  right: -100px;
  top: 20%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1px solid var(--accent-primary);
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
}
.hero__decoration-square {
  position: absolute;
  right: 100px;
  bottom: 10%;
  width: 200px;
  height: 200px;
  border: 1px solid var(--accent-secondary);
  transform: rotate(45deg) scale(0.8);
  opacity: 0;
  transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
}
.hero__decoration-dots {
  position: absolute;
  left: 10%;
  top: 30%;
  width: 200px;
  height: 200px;
  background-image: radial-gradient(var(--accent-primary) 1.5px, transparent 1.5px);
  background-size: 20px 20px;
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 1s ease 0.9s, transform 1s ease 0.9s;
}
.hero__decoration-particle {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(45deg, var(--accent-primary), var(--accent-secondary));
  opacity: 0.1;
  animation: pulse 4s ease-in-out infinite;
}
.hero__decoration-particle--1 {
  width: 20px;
  height: 20px;
  top: 20%;
  left: 20%;
  animation-delay: 0s;
}
.hero__decoration-particle--2 {
  width: 15px;
  height: 15px;
  top: 60%;
  left: 10%;
  animation-delay: 1s;
}
.hero__decoration-particle--3 {
  width: 25px;
  height: 25px;
  top: 40%;
  right: 15%;
  animation-delay: 2s;
}
.hero__decoration--visible {
  opacity: 0.15 !important;
  transform: scale(1) rotate(45deg) !important;
}
[data-theme=dark] .hero__decoration--visible {
  opacity: 0.08 !important;
}
.hero__decoration--visible.hero__decoration-dots {
  transform: translateX(0) !important;
  opacity: 0.12 !important;
}
[data-theme=dark] .hero__decoration--visible.hero__decoration-dots {
  opacity: 0.06 !important;
}
.hero__decoration--visible.hero__decoration-circle {
  transform: scale(1) !important;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.15;
  }
  100% {
    transform: scale(1);
    opacity: 0.1;
  }
}
@keyframes morphShape {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  }
  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
  }
  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
  100% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/components/TiltedCard/TiltedCard.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
.tilted-card-figure {
    position: relative;
    width: 100%;
    height: 100%;
    perspective: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tilted-card-mobile-alert {
    position: absolute;
    top: 1rem;
    text-align: center;
    font-size: 0.875rem;
    display: none;
}

@media (max-width: 640px) {
    .tilted-card-mobile-alert {
        display: block;
    }
    .tilted-card-caption {
        display: none;
    }
}

.tilted-card-inner {
    position: relative;
    transform-style: preserve-3d;
}

.tilted-card-img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 15px;
    will-change: transform;
    transform: translateZ(0);
}

.tilted-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    will-change: transform;
    transform: translateZ(30px);
}

.tilted-card-caption {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
    background-color: #fff;
    padding: 4px 10px;
    font-size: 10px;
    color: #2d2d2d;
    opacity: 0;
    z-index: 3;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/Languages/Languages.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* src/components/Languages/Languages.scss */
.languages__container {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.languages__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  gap: 30px;
}
@media (max-width: 768px) {
  .languages__row {
    grid-template-columns: 1fr;
  }
}
.languages__item {
  background-color: rgba(25, 25, 40, 0.2);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
[data-theme=light] .languages__item {
  background-color: rgba(255, 255, 255, 0.1);
}
.languages__item:hover {
  transform: translateY(-3px);
}
.languages__item--native {
  width: 100%;
  border-left: 4px solid #10b981;
}
@media (max-width: 768px) {
  .languages__item--native {
    border-left-width: 2px;
  }
}
.languages__header {
  display: flex;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
[data-theme=light] .languages__header {
  border-bottom-color: rgba(0, 0, 0, 0.05);
}
.languages__code {
  font-family: var(--font-roboto-mono), monospace;
  font-weight: 700;
  font-size: 0.9rem;
  margin-right: 12px;
  min-width: 28px;
  color: var(--text-primary);
}
.languages__name {
  font-size: 1.1rem;
  font-weight: 600;
  flex-grow: 1;
  margin: 0;
  color: var(--text-primary);
}
.languages__level {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 12px;
  white-space: nowrap;
}
.languages__native {
  display: flex;
  align-items: center;
  padding: 16px;
  min-height: 60px;
}
.languages__native-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #10b981;
  color: white;
  font-weight: bold;
  margin-right: 12px;
  flex-shrink: 0;
}
.languages__native-text {
  margin: 0;
  color: var(--text-primary);
  font-size: 0.95rem;
}
.languages__skills {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.languages__skill {
  position: relative;
}
.languages__skill-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}
.languages__skill-name {
  font-size: 0.85rem;
  color: var(--text-secondary);
}
.languages__skill-level {
  font-size: 0.85rem;
  font-weight: 600;
}
.languages__progress {
  height: 4px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  overflow: hidden;
}
[data-theme=light] .languages__progress {
  background-color: rgba(0, 0, 0, 0.05);
}
.languages__progress-bar {
  height: 100%;
  width: 0;
  border-radius: 4px;
  transition: width 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media (max-width: 768px) {
  .languages__container {
    gap: 20px;
  }
  .languages__row {
    gap: 20px;
  }
  .languages__header {
    padding: 12px;
  }
  .languages__name {
    font-size: 1rem;
  }
  .languages__skills {
    padding: 12px;
    gap: 10px;
  }
}

.languages__flag {
  width: 20px !important;
  height: 20px !important;
  margin: 0 5px !important;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/Projects/Projects.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.projects-list {
  overflow: hidden;
}
.projects-list__container {
  position: relative;
  margin: 40px 0 30px;
}
.projects-list__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 25px;
  gap: 25px;
  margin: 20px 0;
}
.projects-list__item {
  border-radius: var(--border-radius);
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.03);
  transition: all var(--transition-speed) ease;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
}
[data-theme=dark] .projects-list__item {
  background-color: rgba(255, 255, 255, 0.03);
}
.projects-list__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
[data-theme=dark] .projects-list__item:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.projects-list__item:hover .projects-list__image {
  transform: scale(1.05);
}
.projects-list__item:hover .projects-list__item-overlay {
  opacity: 1;
}
.projects-list__item--active {
  box-shadow: 0 0 0 2px var(--accent-primary);
}
.projects-list__item-image {
  position: relative;
  height: 180px;
  overflow: hidden;
}
.projects-list__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-speed) ease;
}
.projects-list__item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity var(--transition-speed) ease;
}
.projects-list__item-button {
  background-color: var(--accent-primary);
  color: white;
  border: none;
  padding: 8px 15px;
  border-radius: var(--border-radius);
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color var(--transition-speed) ease;
}
.projects-list__item-button:hover {
  background-color: var(--accent-secondary);
}
.projects-list__item-title {
  padding: 15px 15px 5px;
  font-size: 1.1rem;
  color: var(--text-primary);
}
.projects-list__item-desc {
  padding: 0 15px 15px;
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-grow: 1;
}
.projects-list__load-more {
  display: flex;
  justify-content: center;
  margin: 30px auto 0;
}
.projects-list__load-more button {
  background-color: transparent;
  border: 2px solid var(--accent-primary);
  color: var(--accent-primary);
  padding: 10px 25px;
  border-radius: var(--border-radius);
  font-family: var(--font-roboto-mono), monospace;
  font-weight: 500;
  cursor: pointer;
  transition: all var(--transition-speed) ease;
}
.projects-list__load-more button:hover {
  background-color: var(--accent-primary);
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(109, 40, 217, 0.2);
}
@media (max-width: 768px) {
  .projects-list__grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .projects-list__grid {
    grid-template-columns: 1fr;
  }
}

.projects-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease;
}
.projects-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow-y: auto;
}
@supports not ((-webkit-backdrop-filter: blur(3px)) or (backdrop-filter: blur(3px))) {
  .projects-modal__overlay {
    background-color: rgba(0, 0, 0, 0.85);
  }
}
.projects-modal__content {
  position: relative;
  width: 100%;
  max-width: 80vw;
  max-height: 90vh;
  height: auto; /* Совместимость с большинством браузеров */
  height: -moz-fit-content; /* Для старых версий Firefox */ /* Для Safari и других WebKit-браузеров */
  height: fit-content; /* Современные браузеры */
  background-color: var(--bg-primary);
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  animation: scaleIn 0.3s ease;
  display: flex;
  flex-direction: column;
  transition: opacity 0.3s ease;
}
.projects-modal__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bg-primary);
  z-index: 2;
  transition: opacity 0.3s ease;
}
.projects-modal__content--ready::before {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .projects-modal__content {
    max-height: 85vh;
  }
}
.projects-modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background-color var(--transition-speed) ease;
}
.projects-modal__close:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.projects-modal__close svg {
  width: 18px;
  height: 18px;
}
.projects-modal__header {
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
[data-theme=dark] .projects-modal__header {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.projects-modal__title {
  font-size: 1.5rem;
  margin: 0;
  color: var(--text-primary);
}
.projects-modal__body {
  display: flex;
  flex-direction: column;
  max-height: calc(90vh - 60px);
  overflow: auto;
}
@media (min-width: 768px) {
  .projects-modal__body {
    flex-direction: row;
    overflow: hidden;
  }
}
.projects-modal__gallery {
  flex: 1 1;
  min-height: 200px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.projects-modal__info {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .projects-modal__info {
    width: 45%;
    max-width: 500px;
    overflow-y: auto;
  }
}
.projects-modal__image-container {
  position: relative;
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: var(--border-radius);
  height: auto;
  min-height: 200px;
  max-height: 60vh;
}
[data-theme=dark] .projects-modal__image-container {
  background-color: rgba(255, 255, 255, 0.02);
}
@media (min-width: 768px) {
  .projects-modal__image-container {
    min-height: 60vh;
    height: 100%;
  }
}
.projects-modal__image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
.projects-modal__gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--transition-speed) ease;
}
.projects-modal__gallery-nav:hover {
  background-color: var(--accent-primary);
}
.projects-modal__gallery-nav--prev {
  left: 10px;
}
.projects-modal__gallery-nav--next {
  right: 10px;
}
.projects-modal__gallery-nav svg {
  width: 20px;
  height: 20px;
}
.projects-modal__thumbnails {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 5px;
  margin: 0 auto;
}
.projects-modal__thumbnails::-webkit-scrollbar {
  height: 4px;
}
.projects-modal__thumbnails::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}
.projects-modal__thumbnails::-webkit-scrollbar-thumb {
  background-color: var(--accent-primary);
  border-radius: 10px;
}
.projects-modal__thumbnail {
  flex: 0 0 auto;
  width: 80px;
  height: 60px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.7;
  transition: all var(--transition-speed) ease;
  border: 2px solid transparent;
}
.projects-modal__thumbnail:hover {
  opacity: 0.9;
}
.projects-modal__thumbnail--active {
  opacity: 1;
  border-color: var(--accent-primary);
}
.projects-modal__thumbnail-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.projects-modal__info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
[data-theme=dark] .projects-modal__info {
  border-top-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .projects-modal__info {
    border-top: none;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  [data-theme=dark] .projects-modal__info {
    border-left-color: rgba(255, 255, 255, 0.1);
  }
}
.projects-modal__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 5px;
}
.projects-modal__tag {
  background-color: var(--accent-primary);
  color: white;
  font-size: 0.8rem;
  padding: 5px 10px;
  border-radius: 20px;
  opacity: 0.8;
}
.projects-modal__desc {
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 20px;
  overflow-y: auto;
  max-height: calc(100vh - 350px);
}
@media (max-width: 767px) {
  .projects-modal__desc {
    max-height: 200px;
  }
}
.projects-modal__desc::-webkit-scrollbar {
  width: 4px;
}
.projects-modal__desc::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}
.projects-modal__desc::-webkit-scrollbar-thumb {
  background-color: var(--accent-primary);
  border-radius: 10px;
}
.projects-modal__desc p {
  margin-bottom: 1rem;
}
.projects-modal__desc p:last-child {
  margin-bottom: 0;
}
.projects-modal__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: var(--accent-primary);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: var(--border-radius);
  font-weight: 500;
  cursor: pointer;
  transition: all var(--transition-speed) ease;
  margin-top: auto;
  align-self: flex-start;
}
.projects-modal__link:hover {
  background-color: var(--accent-secondary);
  transform: translateY(-3px);
}
.projects-modal__link svg {
  transition: transform var(--transition-speed) ease;
}
.projects-modal__link:hover svg {
  transform: translateX(3px);
}
.projects-modal__actions {
  display: flex;
  gap: 10px;
  margin-top: auto;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .projects-modal__actions {
    flex-wrap: nowrap;
  }
}
.projects-modal__action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  padding: 10px 15px;
  border-radius: var(--border-radius);
  font-weight: 500;
  cursor: pointer;
  transition: all var(--transition-speed) ease;
  flex: 1 1;
  min-width: 120px;
}
.projects-modal__action-btn svg {
  transition: transform var(--transition-speed) ease;
}
.projects-modal__action-btn--primary {
  background-color: var(--accent-primary);
  color: white;
}
.projects-modal__action-btn--primary:hover {
  background-color: var(--accent-secondary);
  transform: translateY(-3px);
}
.projects-modal__action-btn--primary:hover svg {
  transform: translateX(3px);
}
.projects-modal__action-btn--secondary {
  background-color: transparent;
  color: var(--text-primary);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
[data-theme=dark] .projects-modal__action-btn--secondary {
  border-color: rgba(255, 255, 255, 0.1);
}
.projects-modal__action-btn--secondary:hover {
  background-color: rgba(0, 0, 0, 0.05);
  transform: translateY(-3px);
}
[data-theme=dark] .projects-modal__action-btn--secondary:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.projects-modal__action-btn--secondary:hover svg {
  transform: rotate(10deg);
}
@media (max-width: 576px) {
  .projects-modal__action-btn {
    flex: 1 0 100%;
  }
}
.projects-modal__notification {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 0.9rem;
  z-index: 2000;
  pointer-events: none;
  animation: fadeInUp 0.3s ease forwards;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  max-width: 90%;
  text-align: center;
}
[data-theme=dark] .projects-modal__notification {
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate(-50%, 10px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
.projects-modal__image-container {
  position: relative;
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: var(--border-radius);
  height: auto;
  min-height: 200px;
  max-height: 60vh;
}
[data-theme=dark] .projects-modal__image-container {
  background-color: rgba(255, 255, 255, 0.02);
}
@media (min-width: 768px) {
  .projects-modal__image-container {
    min-height: 60vh;
    height: 100%;
  }
}
.projects-modal__image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
.projects-modal__link {
  display: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 480px) {
  .projects-list__item {
    width: 90%;
    margin: 0 auto;
  }
  .projects-list__item-image {
    height: 150px;
  }
  .projects-list__nav {
    width: 32px;
    height: 32px;
  }
  .projects-list__nav svg {
    width: 16px;
    height: 16px;
  }
  .projects-modal__content {
    max-height: 95vh;
  }
  .projects-modal__header {
    padding: 15px;
  }
  .projects-modal__title {
    font-size: 1.2rem;
    padding-right: 30px;
  }
  .projects-modal__body {
    grid-template-columns: 1fr;
  }
  .projects-modal__gallery, .projects-modal__info {
    padding: 15px;
  }
  .projects-modal__image-container {
    height: 200px;
  }
  .projects-modal__gallery-nav {
    width: 32px;
    height: 32px;
  }
  .projects-modal__gallery-nav svg {
    width: 16px;
    height: 16px;
  }
  .projects-modal__thumbnail {
    width: 60px;
    height: 45px;
  }
  .projects-modal__desc {
    max-height: 150px;
  }
  .projects-modal__link {
    width: 100%;
    justify-content: center;
  }
}
.projects-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.projects-modal__share-button {
  background: none;
  border: none;
  color: var(--text-secondary);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--transition-speed) ease;
  margin-left: 10px;
}

.projects-modal__share-button:hover {
  background-color: rgba(var(--accent-primary-rgb, 109, 40, 217), 0.1);
  color: var(--accent-primary);
}

.copy-notification {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--accent-primary);
  color: white;
  padding: 10px 20px;
  border-radius: var(--border-radius);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 2000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.copy-notification--visible {
  opacity: 1;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/Skills/SkillsModal.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.skills-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.skills-modal__overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.skills-modal__content {
  position: relative;
  width: 90%;
  height: 90%;
  background-color: var(--bg-primary);
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  animation: modalOpen 0.3s ease;
}
.skills-modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100;
  transition: background-color var(--transition-speed) ease;
}
.skills-modal__close:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.skills-modal__container {
  position: relative;
  width: 100%;
  height: 100%;
}
.skills-modal__canvas-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.skills-modal .skills-info-panel {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: var(--bg-primary);
  padding: 20px;
  border-radius: var(--border-radius);
  border-left: 4px solid var(--accent-primary);
  max-width: 400px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.skills-modal .skills-info-panel h3 {
  margin-top: 0;
  color: var(--accent-primary);
}
.skills-modal .skills-detail-panel {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 30%;
  text-align: right;
  z-index: 10;
  background-color: var(--bg-primary);
  padding: 15px;
  border-radius: var(--border-radius);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.skills-modal .skills-instruction {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(10, 25, 47, 0.85);
  padding: 15px 25px;
  border-radius: 5px;
  text-align: center;
  opacity: 0.9;
  pointer-events: none;
  transition: opacity 1s;
  z-index: 10;
  color: #fff;
}

@keyframes modalOpen {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 768px) {
  .skills-modal .skills-info-panel {
    max-width: 80%;
    margin: 0 auto;
    top: 70px;
    left: 10%;
    right: 10%;
  }
  .skills-modal .skills-detail-panel {
    width: 90%;
    bottom: 70px;
    right: 5%;
    left: 5%;
    text-align: center;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/Skills/Skills.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.skills-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  grid-gap: 16px;
  gap: 16px;
  margin-top: 10px;
  min-width: 0;
}
@media (max-width: 576px) {
  .skills-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.skills-card {
  position: relative;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  overflow: hidden;
  min-width: 0;
  word-break: break-word;
}
[data-theme=dark] .skills-card {
  background: rgba(15, 18, 40, 0.7);
  border-color: rgba(255, 255, 255, 0.06);
}
.skills-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 12px 12px 0 0;
  opacity: 0.7;
  transition: opacity 0.25s ease;
}
.skills-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}
[data-theme=dark] .skills-card:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}
.skills-card:hover::before {
  opacity: 1;
}
.skills-card--a::before {
  background: linear-gradient(90deg, #5B16F0, #8B5CF6);
}
.skills-card--a:hover {
  border-color: rgba(91, 22, 240, 0.25);
}
[data-theme=dark] .skills-card--a:hover {
  border-color: rgba(139, 92, 246, 0.3);
}
.skills-card--a .skills-card__icon {
  color: #5B16F0;
}
[data-theme=dark] .skills-card--a .skills-card__icon {
  color: #8B5CF6;
}
.skills-card--a .skills-tag {
  background: rgba(91, 22, 240, 0.07);
  color: #4910CC;
}
[data-theme=dark] .skills-card--a .skills-tag {
  background: rgba(139, 92, 246, 0.12);
  color: #B49EFF;
}
.skills-card--b::before {
  background: linear-gradient(90deg, #06B6D4, #22D3EE);
}
.skills-card--b:hover {
  border-color: rgba(6, 182, 212, 0.25);
}
[data-theme=dark] .skills-card--b:hover {
  border-color: rgba(34, 211, 238, 0.3);
}
.skills-card--b .skills-card__icon {
  color: #0891B2;
}
[data-theme=dark] .skills-card--b .skills-card__icon {
  color: #22D3EE;
}
.skills-card--b .skills-tag {
  background: rgba(6, 182, 212, 0.07);
  color: #0891B2;
}
[data-theme=dark] .skills-card--b .skills-tag {
  background: rgba(34, 211, 238, 0.1);
  color: #67E8F9;
}
.skills-card--c::before {
  background: linear-gradient(90deg, #7C3AED, #A78BFA);
}
.skills-card--c:hover {
  border-color: rgba(124, 58, 237, 0.25);
}
[data-theme=dark] .skills-card--c:hover {
  border-color: rgba(167, 139, 250, 0.3);
}
.skills-card--c .skills-card__icon {
  color: #7C3AED;
}
[data-theme=dark] .skills-card--c .skills-card__icon {
  color: #A78BFA;
}
.skills-card--c .skills-tag {
  background: rgba(124, 58, 237, 0.07);
  color: #6D28D9;
}
[data-theme=dark] .skills-card--c .skills-tag {
  background: rgba(167, 139, 250, 0.1);
  color: #C4B5FD;
}

.skills-card__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.skills-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: color 0.2s ease;
}

.skills-card__title {
  font-family: var(--font-inter), sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}
.skills-card:hover .skills-card__title {
  color: var(--text-primary);
}

.skills-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.skills-tag {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 100px;
  font-size: 0.78rem;
  font-family: var(--font-roboto-mono), monospace;
  font-weight: 500;
  white-space: normal;
  word-break: break-word;
  line-height: 1.4;
  transition: transform 0.15s ease, opacity 0.15s ease;
  cursor: default;
}
.skills-tag:hover {
  transform: translateY(-1px);
  opacity: 0.85;
}
