#bg-video {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -3;
}
#video-dark-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(circle at top, #00000040, #0000008c);
  z-index: -1;
}
body {
  background: #0f0f11;
  color: #fff;
  line-height: 1.5;
  font-family: -apple-system, system-ui, Helvetica Neue, Helvetica, Arial,
    Segoe UI, Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.light {
  background: #fff;
}
.container .desc {
  color: #ffb0c4;
  text-align: center;
  font-size: 40px;
  line-height: 0.9;
  margin-top: 20px;
}
.page-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.glass-container {
  width: 100%;
  max-width: 1100px;
  min-height: 850px;
  padding: 28px 32px;
  border-radius: 40px;
  background: #ffffff0f;
  backdrop-filter: blur(22px) saturate(220%) brightness(1.25);
  -webkit-backdrop-filter: blur(22px) saturate(220%) brightness(1.25);
  border: 1.2px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 25px 60px #0000008c, 0 0 35px #00aaff40,
    inset 0 0 22px #ffffff2e;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  overflow: hidden;
}
.glass-container:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    to bottom right,
    rgba(255, 255, 255, 0.35) 0%,
    rgba(255, 255, 255, 0.05) 45%,
    transparent 95%
  );
  opacity: 0.15;
  pointer-events: none;
}
.glass-container:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #000000a6, #0000000d);
  opacity: 0.3;
  pointer-events: none;
}
#projects {
  min-height: 300px;
}
.myProjects {
  padding: 10px 4px 30px;
}
.myProjects .swiper-slide {
  display: flex;
  align-items: stretch;
}
.glass-btn {
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: #ffffff1f;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  transition: 0.28s ease;
  -webkit-backdrop-filter: blur(8px) saturate(150%);
  backdrop-filter: blur(8px) saturate(150%);
}
.glass-btn:hover {
  transform: scale(1.08);
  background: #ffffff38;
  border-color: #ffffff8c;
  box-shadow: 0 0 14px #00c8ff8c;
}
.btn-menu {
  background: #ffffff26;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 8px 16px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.offcanvas {
  background: #14141459;
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.menu-item {
  display: block;
  padding: 10px;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.2s;
}
.menu-item:hover {
  background: #fff3;
}
.section-inner {
  text-align: center;
}
.section-image img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 16px;
}
.section-text .title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
}
.section-text .title2 {
  font-size: 1.05rem;
  color: #fff;
  opacity: 0.9;
}
.contact-btn {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  padding: 0.4rem 1.1rem;
  font-size: 0.9rem;
  color: #fff;
  text-decoration: none;
  background: #0f172a66;
  transition: 0.2s;
}
.contact-btn:hover {
  background: #ffffff2e;
  color: #fff;
}
.switch-section.d-none {
  display: none !important;
}
h1 {
  font-size: clamp(1.6rem, 4vw, 2.3rem);
}
#desc {
  margin-top: 30px;
  text-align: center;
  opacity: 0.95;
}
#desc h5 {
  font-size: clamp(1.1rem, 2.4vw, 1.4rem);
  margin-bottom: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #fffffff5;
}
#desc .section-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
}
#desc .mt-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 1.7rem;
  border-radius: 999px;
  white-space: nowrap;
  background: #ffffff14;
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(18px) saturate(190%) brightness(1.28);
  -webkit-backdrop-filter: blur(18px) saturate(190%) brightness(1.28);
  box-shadow: 0 12px 30px #0000008c, inset 0 0 10px #ffffff2e;
  font-size: 0.95rem;
  color: #fff;
  transition: 0.25s ease;
}
#desc .mt-2:hover {
  background: #ffffff29;
  border-color: #ffffff8c;
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 40px #0009, 0 0 26px #00c8ff8c, inset 0 0 14px #ffffff3d;
}
@media (max-width: 480px) {
  #desc .mt-2 {
    padding: 0.4rem 1.4rem;
    font-size: 0.9rem;
  }
}
.swiper-slide {
  display: flex !important;
  justify-content: center;
}
.expo-container {
  max-height: 400px;
  aspect-ratio: 3/4;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 22px 50px #0000008c, inset 0 0 18px #ffffff1f;
  transform: translateZ(0);
  will-change: transform, box-shadow, border-color;
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1),
    box-shadow 0.4s ease-out, border-color 0.3s ease-out;
}
.expo-container:hover {
  transform: translateY(-10px) scale(1.04);
  border-color: #ffffffb3;
  box-shadow: 0 34px 85px #000000b3, 0 0 45px #00c8ff99,
    inset 0 0 22px #ffffff38;
}
.expo-image {
  width: 100%;
  height: 50%;
  object-fit: cover;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.expo-content {
  flex: 1;
  padding: 18px 22px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.expo-content .title {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #fff;
  margin-bottom: 4px;
}
.expo-content .work .title {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #000;
  margin-bottom: 4px;
}
.expo-content p {
  font-size: 0.95rem;
  opacity: 0.85;
}
.expo-content .glass-btn {
  margin-top: 6px;
  border-radius: 999px;
  padding: 8px 18px;
  display: inline-block;
  transition: 0.25s;
  background: #ffffff26;
  border: 1px solid rgba(255, 255, 255, 0.45);
}
.expo-content .glass-btn:hover {
  background: #ffffff3b;
  border-color: #ffffffa6;
  transform: scale(1.08);
  box-shadow: 0 0 16px #00c8ff8c;
}
.myWork {
  padding: 10px 4px 24px;
  height: 100%;
}
.myWork .swiper-slide {
  display: flex !important;
  justify-content: center;
  align-items: stretch;
}
.work-card {
  width: 100%;
  max-width: 520px;
  height: 100%;
  padding: 18px 20px 20px;
  border-radius: 24px;
  background: radial-gradient(circle at top left, #ffffff29, #0a1020d9);
  background-color: #0f172aa6;
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(18px) saturate(190%) brightness(1.18);
  -webkit-backdrop-filter: blur(18px) saturate(190%) brightness(1.18);
  box-shadow: 0 20px 50px #000000b3, 0 0 30px #00c8ff47,
    inset 0 0 16px #ffffff1a;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: 0.35s ease-out;
  color: #f9fafb;
}
.work-card:hover {
  transform: translateY(-8px) scale(1.03);
  border-color: #ffffff8c;
  box-shadow: 0 28px 70px #000000bf, 0 0 40px #00dcff99,
    inset 0 0 18px #ffffff2e;
}
.work-header h2 {
  font-size: 1.15rem;
  margin: 0 0 4px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}
.work-header .work-meta {
  margin: 0;
  font-size: 0.9rem;
  opacity: 0.8;
}
.timeline-list {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.32);
}
.timeline-list li {
  position: relative;
  padding: 8px 0 8px 16px;
  margin-bottom: 4px;
}
.timeline-list li:before {
  content: "";
  position: absolute;
  left: -5px;
  top: 14px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: radial-gradient(circle, #fff, #00d9ff 60%);
  box-shadow: 0 0 9px #00d9ffe6;
}
.timeline-list .role {
  display: block;
  font-weight: 600;
  font-size: 1.3rem;
}
.work-card,
.edu-slide,
.expo-container.work-slide .expo-content {
  gap: 8px;
}
.timeline-list .period {
  display: block;
  font-size: 0.82rem;
  opacity: 0.8;
  margin-bottom: 6px;
}
.skills-badge {
  display: inline-flex;
  align-items: center;
  margin: 1px 4px 3px 0;
  padding: 2px 9px;
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  background: #ffffff17;
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.work-pagination .swiper-pagination-bullet {
  background: #ffffff8c;
  opacity: 0.5;
}
.work-pagination .swiper-pagination-bullet-active {
  background: #00d9ff;
  opacity: 1;
  transform: scale(1.3);
}
.expo-container.work-slide {
  background: #0f172ab3;
}
.expo-container.work-slide .expo-content {
  align-items: flex-start;
  text-align: left;
}
.expo-container.work-slide .title {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.expo-container.work-slide .work-meta {
  font-size: 1.5rem;
  opacity: 0.85;
  margin-bottom: 8px;
}
.myEducation {
  padding: 10px 4px 24px;
  height: 100%;
}
.myEducation .swiper-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.edu-slide {
  background: linear-gradient(145deg, #232a5cc7, #0a0e24eb);
  border: 1.4px solid rgba(180, 210, 255, 0.55);
  border-radius: 28px;
  backdrop-filter: blur(28px) saturate(210%);
  -webkit-backdrop-filter: blur(28px) saturate(210%);
  box-shadow: 0 35px 90px #0000468c, 0 0 60px #91b9ff66,
    inset 0 0 28px #ffffff1a;
  padding: 32px;
  transition: 0.45s cubic-bezier(0.23, 0.74, 0.32, 1.3);
}
.edu-slide:hover {
  transform: translateY(-10px) scale(1.04);
  border-color: #d2ebfff2;
  box-shadow: 0 48px 120px #000041bf, 0 0 95px #96cdffd9, inset 0 0 40px #fff3;
}
.edu-title {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.015em;
  margin-bottom: 10px;
  line-height: 1.26;
  text-shadow: 0 0 16px rgba(120, 160, 255, 0.55);
  background: linear-gradient(to right, #fff, #9ccaff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.edu-title:after {
  content: "";
  display: block;
  margin-top: 8px;
  height: 3px;
  width: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #7ab8ff, #fff);
  animation: edu_line 1.2s ease forwards;
}
@keyframes edu_line {
  to {
    width: 100%;
  }
}
.edu-meta {
  font-size: 1.25rem;
  font-weight: 500;
  opacity: 0.92;
  color: #dce9ff;
  margin-bottom: 16px;
}
.edu-list {
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}
.edu-list li {
  font-size: 1.18rem;
  font-weight: 450;
  opacity: 0.96;
  line-height: 1.65;
  color: #eaf2ff;
  padding-left: 22px;
  margin-bottom: 10px;
  position: relative;
}
.edu-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  border-radius: 6px;
  background: linear-gradient(to bottom, #bcd9ff, #78a7ff);
  box-shadow: 0 0 10px #96cdff8c;
}
.edu-role {
  font-weight: 800;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 1;
  margin-bottom: 6px;
}
.cert-slide {
  background: linear-gradient(145deg, #5a370ac7, #120a04eb);
  border: 1.4px solid rgba(255, 205, 130, 0.55);
  border-radius: 28px;
  backdrop-filter: blur(28px) saturate(230%);
  -webkit-backdrop-filter: blur(28px) saturate(230%);
  transition: 1s ease-out;
  padding: 32px;
  transition: 0.42s cubic-bezier(0.22, 0.76, 0.32, 1.23);
}
.cert-slide:hover {
  transform: translateY(-10px) scale(1.045);
  border-color: #ffe1aaf2;
  transition: 1s ease-out;
}
.cert-title {
  font-size: 1.9rem;
  font-weight: 800;
  background: linear-gradient(to right, #fff2d6, #ffb15a);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  line-height: 1.26;
  margin-bottom: 12px;
  letter-spacing: 0.015em;
}
.cert-title:after {
  content: "";
  display: block;
  margin-top: 8px;
  height: 3px;
  width: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffb75e, #fff);
  animation: cert_line 1.2s ease forwards;
}
@keyframes cert_line {
  to {
    width: 100%;
  }
}
.cert-meta {
  font-size: 1.18rem;
  opacity: 0.92;
  color: #ffe9ce;
  margin-bottom: 18px;
}
.cert-list {
  list-style: none;
  padding-left: 0;
  margin-top: 8px;
}
.cert-list li {
  color: #fff3dd;
  font-size: 1.15rem;
  font-weight: 450;
  line-height: 1.65;
  opacity: 0.96;
  padding-left: 22px;
  margin-bottom: 10px;
  position: relative;
}
.cert-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  border-radius: 6px;
  background: linear-gradient(to bottom, #ffe0a7, #ffb75e);
}
.cert-role {
  font-weight: 800;
  font-size: 1rem;
  color: #fff8e6;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.cert-pagination .swiper-pagination-bullet {
  background: #ffd29680;
  opacity: 0.55;
}
.cert-pagination .swiper-pagination-bullet-active {
  background: #ffc177;
  transform: scale(1.4);
}
.work-card,
.edu-card,
.cert-card,
.expo-container {
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1),
    box-shadow 0.55s ease, border-color 0.35s ease, opacity 0.45s ease;
}
.work-card:hover,
.edu-card:hover,
.cert-card:hover,
.expo-container:hover {
  transform: translateY(-8px) scale(1.04);
  border-color: #ffffffb3;
  box-shadow: 0 38px 75px #000000a6, 0 0 40px #00c8ff8c,
    inset 0 0 26px #ffffff40;
}
.pub-slide {
  background: radial-gradient(circle at top left, #ff91dc52, #120a23f5);
  border-radius: 28px;
  border: 1.4px solid rgba(205, 165, 255, 0.6);
  backdrop-filter: blur(26px) saturate(210%);
  -webkit-backdrop-filter: blur(26px) saturate(210%);
  box-shadow: 0 32px 90px #050028cc, 0 0 60px #b478ff99,
    inset 0 0 24px #ffffff24;
  padding: 28px 26px;
  transition: 0.4s cubic-bezier(0.22, 0.7, 0.3, 1.18);
}
.pub-slide:hover {
  transform: translateY(-10px) scale(1.04);
  border-color: #e6cdfff2;
  box-shadow: 0 46px 120px #05002de6, 0 0 85px #cd96ffd9,
    inset 0 0 32px #ffffff38;
}
.pub-title {
  font-size: 1.75rem;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1.25;
  letter-spacing: 0.02em;
  background: linear-gradient(90deg, #ffe5fb, #9ae7ff);
  -webkit-background-clip: text;
  color: transparent;
  text-shadow: 0 0 18px rgba(120, 0, 120, 0.6);
}
.pub-title:after {
  content: "";
  display: block;
  margin-top: 8px;
  height: 3px;
  width: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff9be9, #97f0ff);
}
.pub-meta {
  font-size: 1.05rem;
  color: #f2ddff;
  opacity: 0.9;
  margin-bottom: 18px;
}
.pub-btn {
  margin-top: 6px;
  font-size: 0.95rem;
  padding: 8px 18px;
  background: #ffffff2e;
  border-color: #d2afffd9;
}
.pub-btn:hover {
  background: #ffffff42;
  border-color: #ebcdff;
  box-shadow: 0 0 18px #be82ffe6;
}
.pub-pagination .swiper-pagination-bullet {
  background: #d7a5ff8c;
  opacity: 0.55;
}
.pub-pagination .swiper-pagination-bullet-active {
  background: #f29cff;
  transform: scale(1.35);
  box-shadow: 0 0 10px #fabeffe6;
}
.vol-slide {
  background: radial-gradient(circle at top right, #0af08c59, #081912f2);
  border-radius: 28px;
  border: 1.4px solid rgba(120, 255, 185, 0.55);
  backdrop-filter: blur(24px) saturate(220%);
  -webkit-backdrop-filter: blur(24px) saturate(220%);
  box-shadow: 0 30px 95px #003214bf, 0 0 70px #73ffa08c,
    inset 0 0 24px #ffffff24;
  padding: 26px;
  transition: 0.45s cubic-bezier(0.22, 0.7, 0.3, 1.25);
}
.vol-slide:hover {
  transform: translateY(-10px) scale(1.045);
  border-color: #c3ffdce6;
  box-shadow: 0 45px 125px #00461ed9, 0 0 95px #aaffc8d9,
    inset 0 0 32px #ffffff38;
}
.vol-title {
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.25;
  background: linear-gradient(90deg, #dfffe9, #8affce);
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 8px;
}
.vol-title:after {
  content: "";
  display: block;
  height: 3px;
  margin-top: 8px;
  width: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #7affc2, #dfffe8);
}
.vol-meta {
  font-size: 1.05rem;
  color: #d1ffe9;
  opacity: 0.9;
  margin-bottom: 8px;
}
.vol-desc {
  font-size: 1rem;
  color: #e9fff4;
  opacity: 0.9;
  line-height: 1.45;
}
.vol-pagination .swiper-pagination-bullet {
  background: #96ffbe8c;
  opacity: 0.55;
}
.vol-pagination .swiper-pagination-bullet-active {
  background: #7fffbd;
  transform: scale(1.35);
  box-shadow: 0 0 12px #aaffd2e6;
}
.patent-slide {
  background: radial-gradient(circle at top right, #b464ff47, #120a23eb);
  border-radius: 28px;
  border: 1.3px solid rgba(205, 150, 255, 0.5);
  backdrop-filter: blur(24px) saturate(215%);
  -webkit-backdrop-filter: blur(24px) saturate(215%);
  box-shadow: 0 30px 95px #14003cbf, 0 0 60px #c878ff8c,
    inset 0 0 24px #ffffff1f;
  padding: 26px 24px;
  transition: 0.45s cubic-bezier(0.25, 0.7, 0.3, 1.2);
}
.patent-slide:hover {
  transform: translateY(-10px) scale(1.04);
  border-color: #f0c8ffe6;
  box-shadow: 0 46px 120px #230050e0, 0 0 90px #d79bffcc, inset 0 0 28px #fff3;
}
.patent-title {
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1.25;
  background: linear-gradient(90deg, #efe3ff, #b38aff);
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 6px;
}
.patent-title:after {
  content: "";
  height: 3px;
  width: 100%;
  display: block;
  margin-top: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #c887ff, #f1dbff);
}
.patent-meta {
  font-size: 1.05rem;
  opacity: 0.92;
  color: #ead6ff;
  margin-bottom: 10px;
}
.patent-desc {
  font-size: 1rem;
  opacity: 0.95;
  color: #f7eaff;
  line-height: 1.45;
}
.patent-pagination .swiper-pagination-bullet {
  background: #d2aaff85;
}
.patent-pagination .swiper-pagination-bullet-active {
  background: #cf99ff;
  transform: scale(1.3);
  box-shadow: 0 0 10px #dcb4ffe6;
}
#skills {
  margin-top: 20px;
}
#skills h1 {
  margin-bottom: 0.4rem;
}
.skills-heading {
  font-size: 0.95rem;
  letter-spacing: 0.18em;
  opacity: 0.85;
  margin-bottom: 0.6rem;
  color: #ffffffd9;
}
.skillsSwiper {
  padding: 8px 0 20px;
}
.skillsSwiper .swiper-slide {
  display: flex !important;
  justify-content: center;
}
.skill-card {
  width: 100%;
  max-width: 650px;
  min-height: 110px;
  padding: 14px 16px;
  border-radius: 22px;
  background: radial-gradient(circle at top left, #ffc28c52, #0a1420fa);
  border: 1px solid rgba(255, 210, 170, 0.7);
  backdrop-filter: blur(18px) saturate(210%);
  -webkit-backdrop-filter: blur(18px) saturate(210%);
  box-shadow: 0 20px 55px #000000b3, 0 0 28px #ffb4828c,
    inset 0 0 14px #ffffff1f;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  transition: 0.4s cubic-bezier(0.25, 0.7, 0.3, 1.2);
}
.skill-card:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: #ffe6c8f2;
  box-shadow: 0 30px 80px #000c, 0 0 40px #ffc896cc, inset 0 0 18px #fff3;
}
.skill-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 11px;
  border-radius: 999px;
  font-size: 0.85rem;
  white-space: nowrap;
  background: radial-gradient(circle at top, #ffffff38, #0c1e2af2);
  border: 1px solid rgba(255, 220, 190, 0.8);
  color: #fffaf4;
  box-shadow: 0 6px 14px #0009, inset 0 0 10px #ffffff2e;
  backdrop-filter: blur(10px) saturate(160%);
  -webkit-backdrop-filter: blur(10px) saturate(160%);
  transition: 0.3s ease;
}
.skill-pill:hover {
  transform: translateY(-2px) scale(1.03);
  border-color: #fff5e1;
  box-shadow: 0 10px 18px #000c, 0 0 14px #ffd2aad9;
}
.skills-pagination .swiper-pagination-bullet {
  background: #ffd2aa99;
  opacity: 0.55;
}
.skills-pagination .swiper-pagination-bullet-active {
  background: #ffd29a;
  transform: scale(1.3);
  box-shadow: 0 0 10px #ffd2a0e6;
}
.myHonors {
  padding: 10px 4px 24px;
}
.myHonors .swiper-slide {
  display: flex !important;
  justify-content: center;
  align-items: stretch;
}
.honor-slide {
  background: radial-gradient(circle at top left, #ffbed259, #101428fa);
  border-radius: 26px;
  border: 1.3px solid rgba(255, 215, 225, 0.65);
  backdrop-filter: blur(22px) saturate(210%);
  -webkit-backdrop-filter: blur(22px) saturate(210%);
  box-shadow: 0 26px 80px #000000d1, 0 0 40px #ffa0c88c,
    inset 0 0 20px #ffffff24;
  padding: 22px;
  transition: 0.45s cubic-bezier(0.25, 0.7, 0.3, 1.18);
}
.honor-slide:hover {
  transform: translateY(-8px) scale(1.03);
  border-color: #ffebf5f2;
  box-shadow: 0 36px 110px #000000e6, 0 0 60px #ffbedce6,
    inset 0 0 26px #ffffff38;
}
.honor-slide .expo-content {
  text-align: left;
  align-items: flex-start;
}
.honor-title {
  display: block;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 6px;
  background: linear-gradient(90deg, #ffeef5, #ffb8d5);
  -webkit-background-clip: text;
  color: transparent;
}
.honor-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffb7cf, #ffe6f1);
}
.honor-meta {
  margin: 8px 0 10px;
  font-size: 1rem;
  color: #ffe0f0;
  opacity: 0.9;
}
.honor-text {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.5;
  color: #fff7fb;
  opacity: 0.95;
}
.honor-pagination .swiper-pagination-bullet {
  background: #ffc8dc99;
  opacity: 0.55;
}
.honor-pagination .swiper-pagination-bullet-active {
  background: #ffc3de;
  transform: scale(1.3);
  box-shadow: 0 0 10px #ffd2e6f2;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, #00000080, #0000);
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
:root {
  --expo-image-border-radius: 16px;
}
.swiper-expo {
  box-sizing: border-box;
}
.swiper-expo.swiper-horizontal {
  padding-top: var(--expo-padding, 0px);
  padding-bottom: var(--expo-padding, 0px);
}
.swiper-expo.swiper-vertical {
  padding-left: var(--expo-padding, 0px);
  padding-right: var(--expo-padding, 0px);
}
.swiper-expo .expo-container {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  overflow: hidden;
  border-radius: var(--expo-image-border-radius, 0px);
}
.swiper-expo .expo-content {
  position: relative;
  height: 100%;
}
.swiper-expo .expo-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  object-fit: cover;
}
.swiper-expo.swiper-horizontal .expo-image {
  left: calc((var(--expo-image-offset) * 100% - 100%) / -2);
  top: 0;
  width: calc(var(--expo-image-offset) * 100%);
  height: 100%;
}
.swiper-expo.swiper-vertical .expo-image {
  top: calc((var(--expo-image-offset) * 100% - 100%) / -2);
  left: 0;
  height: calc(var(--expo-image-offset) * 100%);
  width: 100%;
}
