@font-face {
  font-display: swap;
  font-family: Agustina Regular;
  font-style: normal;
  font-weight: 400;
  src: local("Agustina Regular"),
    url(/static/media/Agustina.eb0c59dda4cc308cba96.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Montserrat;
  src: local("Montserrat"),
    url(/static/media/Montserrat-Regular.3cd786652b8a2e9d41f2.ttf)
      format("truetype");
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace;
}
body,
html {
  scroll-behavior: smooth;
}
body,
html {
  background: #fafaf8;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #17213d;
  font: 19px/23px Montserrat, sans-serif;
  margin: 0;
  min-height: 100vh;
}
* {
  box-sizing: border-box;
}
::selection {
  background: #5b5cf0;
  color: #fff;
}
a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid #5b5cf05c;
  outline-offset: 3px;
}
@media (max-width: 1380px) {
  body,
  html {
    font-size: 16px;
    line-height: normal;
  }
}
.App {
  margin: 0 auto;
  max-width: none;
  overflow-x: hidden;
  width: 100%;
}
.App,
.site-shell {
  position: relative;
}
.route-loading,
.site-shell {
  min-height: 100vh;
}
.route-loading {
  align-items: center;
  background: #fafaf8;
  color: #7a8294;
  display: flex;
  font-size: 11px;
  justify-content: center;
}
.App-logo {
  height: 40vmin;
}
.App-header {
  align-items: center;
  background-color: #282c34;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: calc(10px + 2vmin);
  justify-content: center;
  min-height: 100vh;
}
.App-link {
  color: #09d3ac;
}
.headroom-wrapper {
  max-height: 85px;
}
.headroom {
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
}
.headroom--unfixed {
  position: relative;
  transform: translateY(0);
}
.headroom--unpinned {
  position: fixed;
  transform: translateY(-100%);
}
.headroom--pinned {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: #ffffffd9 !important;
  border-bottom: 1px solid #0000001a;
  box-shadow: 0 4px 20px #0000001a;
  position: fixed;
  transform: translateY(0);
}
.headroom--pinned:has(.menu-btn:checked) {
  border-bottom-color: #0000 !important;
  box-shadow: none !important;
}
.headroom--pinned.dark-menu {
  background-color: #21252bd9 !important;
  border-bottom: 1px solid #ffffff1a;
  box-shadow: 0 4px 20px #0000004d;
}
.headroom--pinned.dark-menu:has(.menu-btn:checked) {
  border-bottom-color: #0000 !important;
  box-shadow: none !important;
}
.dark-menu {
  background-color: #171c28 !important;
  color: #fff;
}
.dark-menu li a {
  color: #fff !important;
}
.dark-menu li a:hover {
  background-color: #5b5cf0 !important;
}
.header {
  background-color: #ffffffc7;
  margin: 0 auto;
  max-width: 1440px;
  padding: 6px 20px;
  position: relative;
}
.header ul {
  list-style: none;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: relative;
}
.grey-color {
  color: #667085;
}
.header li a {
  align-items: center;
  color: #17213d;
  display: block;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  gap: 6px;
  padding: 4px 12px;
  text-decoration: none;
}
.menu-item-icon {
  min-width: 14px;
  text-align: center;
  width: 14px;
}
.header .menu-btn:hover,
.header li a:hover {
  background-color: #5b5cf017;
}
.header li.more {
  position: relative;
}
.header li.more .more-menu {
  background: #ffffffc7;
  border: 1px solid #ffffffb8;
  border-radius: 6px;
  box-shadow: 0 8px 24px #0000001f;
  display: none;
  max-width: 200px;
  min-width: 200px;
  overflow: hidden;
  padding: 6px 0;
  position: absolute;
  right: 0;
  top: 100%;
  white-space: nowrap;
  width: 200px;
  z-index: 1001;
}
.header li.more:focus-within .more-menu,
.header li.more:hover .more-menu {
  display: block;
}
body.hide-dropdown .header li.more:focus-within .more-menu,
body.hide-dropdown .header li.more:hover .more-menu {
  display: none;
}
.header li.more .more-menu li a {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  overflow: hidden;
  padding: 8px 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.header li.more .more-menu li {
  display: block;
  float: none;
  width: 100%;
}
.dropdown-icon {
  transition: transform 0.2s ease-in-out;
}
.header li.more:focus-within .dropdown-icon,
.header li.more:hover .dropdown-icon {
  transform: rotate(180deg);
}
.dark-menu li.more .more-menu {
  background: #171c28;
  border-color: #30363d;
}
.header .logo {
  display: block;
  flex: none;
  float: left;
  font-size: 1.4em;
  line-height: normal;
  margin-top: 2px;
  text-decoration: none;
}
.header .logo-name {
  color: #6a2f96 !important;
  font-family: Agustina Regular;
  padding: 0 10px;
}
.dark-menu .logo-name {
  color: #fff !important;
}
.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 24px 18px;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
}
.header .menu-icon .navicon {
  background: #17213d;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 17px;
}
.header .menu-icon .navicon-dark {
  background: #fff;
}
.header .menu-icon .navicon:after,
.header .menu-icon .navicon:before {
  background: #17213d;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}
.header .menu-icon .navicon-dark:after,
.header .menu-icon .navicon-dark:before {
  background: #fff !important;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}
.header .menu-icon .navicon:before {
  top: 5px;
}
.header .menu-icon .navicon:after {
  top: -5px;
}
.header .menu-btn {
  display: none;
}
.header .menu-btn:checked ~ .menu {
  box-shadow: 0 12px 12px -12px #00000040;
  max-height: 486px;
}
.header .menu-btn:checked ~ .menu-icon .navicon {
  background: #0000 !important;
}
.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
@media (min-width: 48em) {
  .header li {
    float: left;
  }
  .header {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .header .menu {
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}
@media (max-width: 960px) {
  .header {
    font-size: 12px;
    padding: 10px 18px;
  }
  .header ul {
    overflow: auto;
  }
  .header li a {
    font-size: 13px;
    padding: 6px 10px;
  }
  .header .logo {
    font-size: 1.3em;
    margin-top: 6px;
  }
}
@media (max-width: 480px) {
  .header {
    padding: 8px 15px;
  }
  .header li a {
    font-size: 13px;
    padding: 7px 12px;
  }
  .header .logo {
    font-size: 1.2em;
    margin-top: 4px;
  }
  .header .logo-name {
    padding: 0 8px;
  }
  .header .menu-icon {
    padding: 18px 14px;
  }
}
.headroom-wrapper {
  min-height: 88px;
}
.headroom {
  box-sizing: border-box;
  padding: 14px 20px 0;
}
.headroom--pinned,
.headroom--unfixed,
.headroom--unpinned {
  background: #0000 !important;
  border: 0 !important;
  box-shadow: none !important;
}
.header {
  backdrop-filter: blur(22px) saturate(130%);
  -webkit-backdrop-filter: blur(22px) saturate(130%);
  background: #ffffffa8;
  border: 1px solid #ffffffd1;
  border-radius: 20px;
  box-shadow: 0 14px 38px #28315e1c, inset 0 1px 0 #fffffff2;
  max-width: 1240px;
  min-height: 62px;
  padding: 8px 12px;
  width: 100%;
}
.header .logo {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  align-items: center;
  border-radius: 12px;
  display: inline-flex;
  line-height: 1;
  margin: 0;
  min-height: 44px;
  padding: 0 10px;
}
.header .logo:active,
.header .logo:focus,
.header .logo:focus-visible,
.header .logo:hover {
  background: #0000;
  box-shadow: none;
  outline: none;
}
.header .logo-name {
  font-feature-settings: "liga", "clig off";
  color: #202a48 !important;
  font-family: Agustina Regular, cursive;
  font-size: 19px;
  font-variant-ligatures: no-common-ligatures;
  -webkit-font-variant-ligatures: no-common-ligatures;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0;
}
.header li a {
  border-radius: 10px;
  color: #4d5875;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 12px;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.header li a:hover {
  background: #5b5cf017;
  color: #4f50d8;
  transform: translateY(-1px);
}
.header li.more .more-menu {
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  background: #ffffffdb;
  border: 1px solid #ffffffe6;
  border-radius: 16px;
  box-shadow: 0 20px 50px #28315e29;
  padding: 8px;
  top: calc(100% + 10px);
}
.header li.more:after {
  content: "";
  height: 10px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 200px;
  z-index: 1000;
}
.header li.more .more-menu li a {
  border-radius: 10px;
}
@media (min-width: 768px) {
  .header .menu {
    overflow: visible;
  }
}
@media (max-width: 767px) {
  .headroom {
    padding: 10px 12px 0;
  }
  .headroom-wrapper {
    min-height: 78px;
  }
  .header {
    border-radius: 18px;
    min-height: 58px;
    padding: 8px 10px;
  }
  .header .logo {
    margin: 0;
  }
  .header .logo-name {
    display: inline-block;
    font-size: 17px;
  }
  .header .menu-icon {
    padding: 18px 14px;
  }
  .header .menu {
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    background: #fffffff0;
    border: 0 solid #ffffffeb;
    border-radius: 18px;
    box-shadow: none;
    left: 0;
    padding: 0 8px;
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
  }
  .header .menu-btn:checked ~ .menu {
    border-width: 1px;
    box-shadow: 0 22px 54px #28315e2e;
    max-height: 520px;
    padding: 8px;
  }
  .header li,
  .header li a {
    box-sizing: border-box;
    width: 100%;
  }
}
.greeting-main {
  grid-gap: clamp(40px, 5vw, 72px);
  align-items: center;
  display: grid;
  gap: clamp(40px, 5vw, 72px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  margin: 80px auto 96px;
  max-width: 1240px;
  padding: 32px 8px;
  position: relative;
  width: calc(100% - 40px);
}
.greeting-image-div,
.greeting-text-div {
  position: relative;
  z-index: 1;
}
.greeting-text-div {
  text-align: left;
}
.greeting-text {
  color: #111a35 !important;
  font-size: clamp(42px, 4.4vw, 64px);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.98;
  margin: 0;
  max-width: 760px;
}
.greeting-text-p {
  color: #59647e;
  font-size: clamp(17px, 1.6vw, 21px);
  letter-spacing: -0.02em;
  line-height: 1.65;
  margin: 26px 0 0;
  max-width: 690px;
}
.greeting-text-p strong {
  color: #253052;
}
.subtitle-line {
  line-height: 1.65;
  margin: 0;
}
.achievements-line,
.professional-line {
  color: #59647e;
  font-weight: 500;
}
.subtitle-divider {
  background: #25305229;
  border-radius: 999px;
  height: 2px;
  margin: 16px 0;
  width: 56px;
}
.social-media-wrapper {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-top: 26px;
}
.greeting-image-div {
  justify-self: end;
  max-width: 380px;
  width: 100%;
}
.profile-card {
  background: #0000;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 24px 60px #28315e2e;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 2;
}
.profile-image {
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: block;
  filter: saturate(0.9) contrast(1.03);
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1100px) {
  .greeting-main {
    gap: 32px;
    grid-template-columns: minmax(0, 1fr) 280px;
  }
}
@media (min-width: 1024px) {
  .greeting-text {
    white-space: nowrap;
  }
}
@media (max-width: 820px) {
  .greeting-main {
    grid-template-columns: 1fr;
    margin: 28px auto 80px;
    padding: 58px 8px;
    width: calc(100% - 40px);
  }
  .greeting-text-div {
    text-align: center;
  }
  .social-media-wrapper {
    justify-content: center;
  }
  .greeting-text-p,
  .subtitle-divider {
    margin-left: auto;
    margin-right: auto;
  }
  .greeting-image-div {
    justify-self: center;
    max-width: 320px;
  }
}
@media (max-width: 540px) {
  .greeting-main {
    margin: 24px auto 70px;
    padding: 46px 8px;
  }
  .greeting-text {
    font-size: clamp(36px, 10vw, 48px);
  }
  .greeting-image-div {
    max-width: 280px;
  }
  .social-media-wrapper {
    flex-direction: row;
    justify-content: center;
  }
}
.social-media-div {
  align-items: center;
  display: flex;
  font-size: 1rem;
  gap: 8px;
}
.icon-button i {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: #fff9 !important;
  border: 1px solid #ffffffe0;
  border-radius: 12px;
  box-shadow: 0 8px 20px #2a335e14, inset 0 1px 0 #ffffffeb;
  color: #4f5b78;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  height: 2.45rem;
  line-height: 2.45rem;
  margin: 0;
  position: relative;
  text-align: center;
  transition: transform 0.2s ease, color 0.2s ease, background 0.2s ease;
  -webkit-user-select: none;
  user-select: none;
  width: 2.45rem;
}
.academy i {
  background-color: #333;
}
.blog i {
  background-color: #1da1f2;
}
.discord i {
  background-color: #333;
}
.linktree i {
  background-color: green;
}
.spotify i {
  background-color: #333;
}
.facebook i {
  background-color: #3b5998;
}
.linkedin i {
  background-color: #0e76a8;
}
.github i {
  background-color: #333;
  margin-left: 0 !important;
}
.gitlab i {
  background-color: #fca326;
}
.google i {
  background-color: #ea4335;
}
.twitter i {
  background-color: #1da1f2;
}
.medium i {
  background-color: #000;
}
.stack-overflow i {
  background-color: #f48024;
}
.kaggle i {
  background-color: #20beff;
}
.instagram i {
  background-color: #c13584;
}
.academy i:hover,
.blog i:hover,
.discord i:hover,
.facebook i:hover,
.github i:hover,
.gitlab i:hover,
.google i:hover,
.instagram i:hover,
.kaggle i:hover,
.linkedin i:hover,
.linktree i:hover,
.medium i:hover,
.spotify i:hover,
.stack-overflow i:hover,
.twitter i:hover {
  background: #fffffff0 !important;
  color: #5b5cf0;
  transform: translateY(-2px);
}
.social-media-div:has(.icon-button-with-label) {
  grid-gap: 15px;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  margin-top: 20px;
}
.icon-button-with-label {
  align-items: center;
  border-radius: 8px;
  color: #fff;
  display: flex;
  padding: 12px 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.icon-button-with-label i {
  background: none !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-size: 1.2rem;
  height: auto !important;
  line-height: normal !important;
  margin-right: 12px;
  text-align: center;
  width: 24px;
}
.icon-button-with-label .social-label {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 500;
}
.icon-button-with-label:hover {
  box-shadow: 0 4px 12px #0003;
  opacity: 0.9;
  text-decoration: none;
  transform: translateY(-2px);
}
.icon-button-with-label:hover i {
  background: none !important;
  color: #fff !important;
}
.icon-button-with-label.academy {
  background-color: #333;
}
.icon-button-with-label.blog {
  background-color: #1da1f2;
}
.icon-button-with-label.github {
  background-color: #333;
}
.icon-button-with-label.linkedin {
  background-color: #0e76a8;
}
.icon-button-with-label.google {
  background-color: #ea4335;
}
.icon-button-with-label.gitlab {
  background-color: #fca326;
}
.icon-button-with-label.facebook {
  background-color: #3b5998;
}
.icon-button-with-label.instagram {
  background-color: #c13584;
}
.icon-button-with-label.discord {
  background-color: #5865f2;
}
.icon-button-with-label.spotify {
  background-color: #1db954;
}
.icon-button-with-label.twitter {
  background-color: #1da1f2;
}
.icon-button-with-label.linktree {
  background-color: #39e09b;
}
.icon-button-with-label.medium {
  background-color: #000;
}
.icon-button-with-label.stack-overflow {
  background-color: #f48024;
}
.icon-button-with-label.kaggle {
  background-color: #20beff;
}
@media (max-width: 300px) {
  .social-media-div {
    text-align: center;
  }
  .social-media-div:has(.icon-button-with-label) {
    gap: 10px;
    grid-template-columns: 1fr;
  }
  .icon-button-with-label {
    padding: 10px 14px;
  }
  .icon-button-with-label i {
    font-size: 1.1rem;
    margin-right: 10px;
  }
  .icon-button-with-label .social-label {
    font-size: 0.9rem;
  }
}
.skills-heading {
  font-size: 56px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
#skills .skills-section-header {
  margin-bottom: 34px;
}
.skill-column-grid {
  grid-gap: 18px;
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.skill-column {
  background: #ffffff8f;
  border: 1px solid rgba(37, 48, 82, 0.085);
  border-radius: 22px;
  box-shadow: 0 16px 42px rgba(42, 51, 94, 0.075), inset 0 1px 0 #fffffff5;
  min-width: 0;
  overflow: hidden;
  transition: border-color 0.24s ease, box-shadow 0.24s ease;
}
.skill-column:hover {
  border-color: #25305221;
  box-shadow: 0 20px 48px #2a335e1a, inset 0 1px 0 #fff;
}
.skill-category {
  min-width: 0;
  padding: 22px;
}
.skill-column .skill-category + .skill-category {
  border-top: 1px solid #2530520f;
}
.skill-category__header {
  align-items: center;
  display: flex;
  gap: 9px;
  margin-bottom: 13px;
}
.skill-category__icon {
  align-items: center;
  background: #ffffffa8;
  border: 1px solid rgba(37, 48, 82, 0.075);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 #fffffff5;
  color: #626c82;
  display: inline-flex;
  flex: 0 0 26px;
  font-size: 10px;
  height: 26px;
  justify-content: center;
  width: 26px;
}
.skill-category__header h3 {
  color: #45506b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.005em;
  line-height: 1.35;
  margin: 0;
  min-width: 0;
}
.skill-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
  margin: 0;
  min-width: 0;
  padding: 0;
}
.skill-chip {
  align-items: center;
  background: #ffffffb8;
  border: 1px solid #fffffff0;
  border-radius: 9px;
  box-shadow: 0 6px 15px rgba(42, 51, 94, 0.055), inset 0 1px 0 #fffffff5;
  color: #59637a;
  display: inline-flex;
  font-size: 10.5px;
  font-weight: 500;
  gap: 7px;
  line-height: 1.35;
  max-width: 100%;
  min-height: 31px;
  min-width: 0;
  padding: 7px 9px;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.skill-chip:hover {
  background: #fffffff5;
  border-color: #2530521f;
  color: #303a54;
}
.skill-chip__icon,
.skill-chip__logo {
  flex: 0 0 12px;
  height: 12px;
  width: 12px;
}
.skill-chip__logo {
  display: block;
  object-fit: contain;
  opacity: 0.78;
}
.skill-chip__icon {
  align-items: center;
  color: #606a80;
  display: inline-flex;
  font-size: 10px;
  justify-content: center;
}
.skill-chip > span {
  min-width: 0;
  overflow-wrap: anywhere;
}
.skills-system--dark .skill-column {
  background: #1e2332b8;
  border-color: #ffffff17;
  color: #f1f4fa;
}
.skills-system--dark .skill-category__header h3 {
  color: #f4f6fb;
}
.skills-system--dark .skill-chip {
  background: hsla(0, 0%, 100%, 0.055);
  border-color: #ffffff14;
  color: #c4cad7;
}
.skills-system--dark .skill-chip__logo {
  filter: grayscale(1) invert(1);
}
@media (max-width: 1100px) {
  .skill-column-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .skill-column:last-child {
    display: grid;
    grid-column: 1/-1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .skill-column:last-child .skill-category + .skill-category {
    border-left: 1px solid #2530520f;
    border-top: 0;
  }
}
@media (max-width: 768px) {
  #skills .skills-section-header {
    margin-bottom: 26px;
  }
  .skills-heading {
    font-size: 30px;
    text-align: left;
  }
  .skill-column-grid {
    gap: 14px;
    grid-template-columns: 1fr;
  }
  .skill-column,
  .skill-column:last-child {
    border-radius: 18px;
    display: block;
    grid-column: auto;
  }
  .skill-column:last-child .skill-category + .skill-category {
    border-left: 0;
    border-top: 1px solid #2530520f;
  }
  .skill-category {
    padding: 18px;
  }
  .skill-chip {
    font-size: 10px;
    min-height: 29px;
    padding: 6px 8px;
  }
}
.professional-experience-cards-div {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.experience-heading {
  font-size: 56px;
  font-weight: 400;
}
.experience-container {
  box-sizing: border-box;
  margin: 2rem auto 0;
  min-height: 200px;
  padding: 20px;
  width: 100%;
}
.experience-toggle-row {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin: 6px 0 12px;
}
.exp-switch {
  align-items: center;
  color: #667085;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  gap: 10px;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
}
.exp-switch input {
  display: none;
}
.exp-slider {
  background: #c7c7c7;
  border-radius: 999px;
  height: 24px;
  position: relative;
  transition: background 0.2s ease;
  width: 42px;
}
.exp-slider:after {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 6px #0003;
  content: "";
  height: 18px;
  left: 3px;
  position: absolute;
  top: 3px;
  transition: transform 0.2s ease;
  width: 18px;
}
.exp-switch input:checked + .exp-slider {
  background: #5b5cf0;
}
.exp-switch input:checked + .exp-slider:after {
  transform: translateX(18px);
}
.exp-toggle-text {
  font-size: 13px;
}
@media (max-width: 768px) {
  .exp-switch {
    gap: 6px;
  }
  .exp-slider {
    height: 20px;
    width: 36px;
  }
  .exp-slider:after {
    height: 16px;
    left: 2px;
    top: 2px;
    width: 16px;
  }
  .exp-switch input:checked + .exp-slider:after {
    transform: translateX(16px);
  }
  .exp-toggle-text {
    font-size: 12px;
  }
}
@media (max-width: 1380px) {
  .experience-heading {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .experience-heading {
    font-size: 30px;
    margin-bottom: 1rem;
    text-align: center;
  }
  .professional-experience-cards-div {
    gap: 14px;
  }
  .experience-container {
    min-height: 100px;
    overflow-x: hidden;
    padding: 10px 5px;
    width: 95%;
  }
}
@media (max-width: 480px) {
  .experience-heading {
    font-size: 24px;
    margin-bottom: 1rem;
  }
  .experience-container {
    padding: 8px 2px;
    width: 98%;
  }
}
.site-shell #experience .professional-experience-card,
.site-shell #experience .professional-experience-card-dark {
  background: #0000;
  border: 1px solid rgba(37, 48, 82, 0.085);
  border-radius: 22px;
  box-shadow: none;
  display: grid;
  grid-template-columns: 275px minmax(0, 1fr);
  margin: 0;
  min-width: 0;
  overflow: hidden;
  transition: border-color 0.24s ease, background 0.24s ease;
}
.site-shell #experience .professional-experience-card-dark:hover,
.site-shell #experience .professional-experience-card:hover {
  background: #ffffff2e;
  border-color: #25305221;
  box-shadow: none;
  transform: none;
}
.site-shell #experience .company-header {
  background: #ffffff6b;
  border-bottom: 0;
  border-right: 1px solid rgba(37, 48, 82, 0.075);
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 28px;
}
.site-shell #experience .company-info {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 19px;
  min-width: 0;
}
.site-shell #experience .company-logo {
  background: #ffffffc2;
  border: 1px solid #25305212;
  border-radius: 17px;
  box-shadow: 0 12px 28px #2a335e1a, inset 0 1px 0 #fffffff5;
  flex: 0 0 72px;
  height: 72px;
  object-fit: contain;
  padding: 6px;
  width: 72px;
}
.site-shell #experience .company-details {
  min-width: 0;
  width: 100%;
}
.site-shell #experience .company-name {
  color: #202a48;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.18;
  margin: 0;
  overflow-wrap: anywhere;
}
.site-shell #experience .overall-title {
  color: #5f687e;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  margin: 7px 0 0;
}
.site-shell #experience .company-meta {
  grid-gap: 9px;
  border-top: 1px solid #25305212;
  display: grid;
  gap: 9px;
  margin-top: 22px;
  padding-top: 18px;
}
.site-shell #experience .company-duration,
.site-shell #experience .company-location {
  grid-gap: 8px;
  align-items: start;
  color: #737d92;
  display: grid;
  font-size: 11.5px;
  font-weight: 500;
  gap: 8px;
  grid-template-columns: 14px minmax(0, 1fr);
  line-height: 1.55;
  margin: 0;
}
.site-shell #experience .company-duration i,
.site-shell #experience .company-location i {
  align-items: center;
  color: #7d879b;
  display: inline-flex;
  font-size: 10px;
  height: 17px;
  justify-content: center;
}
.site-shell #experience .company-links {
  align-items: flex-start;
  border-top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 7px 14px;
  margin-top: auto;
  padding: 24px 0 0;
}
.site-shell #experience .company-link,
.site-shell #experience .company-link.dark-mode-link,
.site-shell #experience .role-link,
.site-shell #experience .role-link.dark-mode-link {
  align-items: center;
  background: #0000 !important;
  border: 0;
  border-bottom: 1px solid #6267c93d;
  border-radius: 0;
  box-shadow: none;
  color: #6267c9 !important;
  display: inline-flex;
  font-size: 10.5px;
  font-weight: 500;
  gap: 0;
  line-height: 1.45;
  padding: 0 0 2px;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.site-shell #experience .company-link i,
.site-shell #experience .role-link i {
  display: none;
}
.site-shell #experience .company-link:after,
.site-shell #experience .role-link:after {
  content: "↗";
  font-size: 9px;
  margin-left: 4px;
}
.site-shell #experience .company-link:focus-visible,
.site-shell #experience .company-link:hover,
.site-shell #experience .role-link:focus-visible,
.site-shell #experience .role-link:hover {
  background: #0000 !important;
  border-color: currentColor;
  box-shadow: none;
  color: #4247a9 !important;
  transform: none;
}
.site-shell #experience .roles-container {
  min-width: 0;
  padding: 0;
}
.site-shell #experience .role-item {
  background: #0000;
  border-bottom: 1px solid #25305212;
  min-width: 0;
  padding: 28px 32px 30px;
  position: relative;
  transition: background 0.2s ease;
}
.site-shell #experience .role-item:last-child {
  border-bottom: 0;
}
.site-shell #experience .role-item:hover {
  background: #ffffff4d;
}
.site-shell #experience .role-header {
  margin: 0 0 18px;
}
.site-shell #experience .role-title-section {
  grid-gap: 7px 24px;
  align-items: start;
  display: grid;
  gap: 7px 24px;
  grid-template-areas: "title duration" "project duration";
  grid-template-columns: minmax(0, 1fr) auto;
  min-width: 0;
}
.site-shell #experience .role-title {
  color: #26304d;
  font-size: 20px;
  font-weight: 600;
  grid-area: title;
  letter-spacing: -0.025em;
  line-height: 1.28;
  margin: 0;
}
.site-shell #experience .project-name {
  align-items: center;
  background: #ffffff7a;
  border: 1px solid rgba(37, 48, 82, 0.075);
  border-radius: 7px;
  color: #687187;
  display: inline-flex;
  font-size: 10.5px;
  font-weight: 500;
  gap: 6px;
  grid-area: project;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0;
  padding: 4px 8px;
  width: fit-content;
}
.site-shell #experience .project-name i {
  color: #7d8699;
  font-size: 9px;
}
.site-shell #experience .role-duration-text {
  align-items: center;
  color: #7a8499;
  display: inline-flex;
  font-size: 11px;
  font-weight: 500;
  gap: 7px;
  grid-area: duration;
  line-height: 1.45;
  margin: 3px 0 0;
  white-space: nowrap;
}
.site-shell #experience .role-duration-text i {
  color: #818a9d;
  font-size: 9px;
}
.site-shell #experience .bullet-points-list {
  grid-gap: 11px;
  display: grid;
  gap: 11px;
  list-style: none;
  margin: 0;
  max-width: 900px;
  padding: 0;
}
.site-shell #experience .bullet-point {
  color: #5f6980;
  font-size: 13.5px;
  line-height: 1.7;
  margin: 0;
  padding-left: 17px;
  position: relative;
}
.site-shell #experience .bullet-point:before {
  background: #8e96a8;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 1px;
  position: absolute;
  top: 0.75em;
  width: 4px;
}
.site-shell #experience .bullet-highlight {
  color: #303a57;
  font-weight: 600;
}
.site-shell #experience .role-links {
  border-top: 1px solid rgba(37, 48, 82, 0.065);
  display: flex;
  flex-wrap: wrap;
  gap: 7px 14px;
  margin-top: 17px;
  padding-top: 13px;
}
.site-shell #experience .professional-experience-card-dark {
  background: #1e233280;
  border-color: #ffffff17;
}
.site-shell #experience .professional-experience-card-dark .company-header {
  background: hsla(0, 0%, 100%, 0.035);
  border-color: #ffffff14;
}
@media (max-width: 1100px) and (min-width: 769px) {
  .site-shell #experience .professional-experience-card,
  .site-shell #experience .professional-experience-card-dark {
    grid-template-columns: 230px minmax(0, 1fr);
  }
  .site-shell #experience .company-header {
    padding: 24px;
  }
  .site-shell #experience .role-item {
    padding: 25px 26px 27px;
  }
  .site-shell #experience .role-title-section {
    gap: 7px;
    grid-template-areas: "title" "project" "duration";
    grid-template-columns: 1fr;
  }
  .site-shell #experience .role-duration-text {
    margin-top: 1px;
  }
}
@media (max-width: 768px) {
  .site-shell #experience .professional-experience-card,
  .site-shell #experience .professional-experience-card-dark {
    border-radius: 18px;
    grid-template-columns: 1fr;
  }
  .site-shell #experience .company-header {
    border-bottom: 1px solid rgba(37, 48, 82, 0.075);
    border-right: 0;
    padding: 20px;
  }
  .site-shell #experience .company-info {
    flex-direction: row;
    gap: 15px;
  }
  .site-shell #experience .company-logo {
    border-radius: 14px;
    flex-basis: 58px;
    height: 58px;
    width: 58px;
  }
  .site-shell #experience .company-name {
    font-size: 20px;
    line-height: 1.23;
  }
  .site-shell #experience .overall-title {
    font-size: 12px;
    margin-top: 5px;
  }
  .site-shell #experience .company-meta {
    gap: 6px;
    margin-top: 14px;
    padding-top: 13px;
  }
  .site-shell #experience .company-duration,
  .site-shell #experience .company-location {
    font-size: 10.5px;
  }
  .site-shell #experience .company-links {
    margin-top: 16px;
    padding-top: 0;
  }
  .site-shell #experience .role-item {
    padding: 21px 20px 23px;
  }
  .site-shell #experience .role-title-section {
    gap: 7px;
    grid-template-areas: "title" "project" "duration";
    grid-template-columns: 1fr;
  }
  .site-shell #experience .role-title {
    font-size: 17px;
    line-height: 1.32;
  }
  .site-shell #experience .role-duration-text {
    margin-top: 1px;
    white-space: normal;
  }
  .site-shell #experience .bullet-points-list {
    gap: 10px;
  }
  .site-shell #experience .bullet-point {
    font-size: 12.5px;
    line-height: 1.68;
    overflow-wrap: break-word;
    padding-left: 15px;
  }
}
@media (max-width: 420px) {
  .site-shell #experience .company-info {
    align-items: flex-start;
  }
  .site-shell #experience .company-name {
    font-size: 18px;
  }
}
.project-heading {
  font-size: 56px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.project-subtitle {
  margin: 0 0 50px;
}
.dark-mode.project-subtitle {
  color: #fff;
}
#general_projects .project-button {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px !important;
  padding-right: 2px;
  text-align: right;
}
#general_projects .project-button > .main-button {
  align-items: center;
  background: #ffffffb8;
  border: 1px solid #2530521f;
  border-radius: 10px;
  box-shadow: 0 6px 16px #2a335e12, inset 0 1px 0 #ffffffe6;
  color: #46506a;
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  gap: 5px;
  padding: 8px 12px;
}
#general_projects .project-button > .main-button:after {
  content: "↗";
  font-size: 11px;
}
#general_projects .project-button > .main-button:hover {
  background: #fffffff0;
  border-color: #2530522e;
  box-shadow: 0 8px 18px #2a335e1a;
  color: #303a55;
  transform: none;
}
@media (max-width: 1380px) {
  .project-heading {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  #general_projects .project-button {
    justify-content: center;
    padding-right: 0;
    text-align: center;
  }
  .project-heading {
    font-size: 30px;
    text-align: center;
  }
  .project-subtitle {
    font-size: 16px;
    line-height: normal;
    text-align: center;
  }
}
#general_projects .project-cards-div {
  grid-gap: 18px;
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
#general_projects .project-card {
  background: #ffffffa3;
  border: 1px solid #25305214;
  border-radius: 20px;
  box-shadow: 0 14px 36px #2a335e12, inset 0 1px 0 #fffffff0;
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
  padding: 22px;
  text-align: left;
  transition: border-color 0.24s ease, box-shadow 0.24s ease;
}
#general_projects .project-card:hover {
  border-color: #25305221;
  box-shadow: 0 18px 42px #2a335e1a, inset 0 1px 0 #fff;
  transform: none;
}
#general_projects .project-card-header {
  grid-gap: 14px;
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 50px minmax(0, 1fr);
}
#general_projects .project-image-div {
  align-items: center;
  background: #ffffffb8;
  border: 1px solid #25305212;
  border-radius: 14px;
  box-shadow: inset 0 1px 0 #fffffff5;
  color: #303a55;
  display: flex;
  flex: 0 0 50px;
  height: 50px;
  justify-content: center;
  overflow: hidden;
  width: 50px;
}
#general_projects .project-icon {
  filter: none;
  flex-shrink: 0;
  height: 25px;
  width: 25px;
}
#general_projects .project-heading-copy {
  min-width: 0;
}
#general_projects .project-heading-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 9px;
  margin-bottom: 4px;
}
#general_projects .project-kind {
  color: #7a8398;
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.085em;
  line-height: 1.35;
  text-transform: uppercase;
}
#general_projects .project-star-highlight {
  align-items: center;
  background: #e7b54c1a;
  border: 1px solid #b786232e;
  border-radius: 999px;
  color: #725617;
  display: inline-flex;
  font-size: 9px;
  font-weight: 700;
  gap: 4px;
  letter-spacing: 0.025em;
  line-height: 1.35;
  padding: 2px 7px;
  white-space: nowrap;
}
#general_projects .project-star-highlight i {
  color: #bd8827;
  font-size: 8px;
}
#general_projects .card-title {
  color: #202a48;
  font-size: 19px;
  font-weight: 650;
  letter-spacing: -0.028em;
  line-height: 1.25;
  margin: 0;
}
#general_projects .project-detail-div {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  padding-top: 18px;
  text-align: left;
}
#general_projects .expandable-card-copy,
#general_projects .project-main-content {
  min-width: 0;
}
#general_projects .card-subtitle {
  color: #68728a;
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}
#general_projects .expandable-card-toggle {
  color: #6b7387;
  font-size: 10.5px;
  font-weight: 600;
  margin-top: 7px;
  text-align: left;
}
#general_projects .project-bottom-content {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 18px;
  padding: 0;
}
#general_projects .project-technologies {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 0;
  justify-content: flex-start;
  min-width: 0;
}
#general_projects .project-technologies .tech-tag {
  background: #0000;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #727b90;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  padding: 0;
}
#general_projects .project-technologies .tech-tag:not(:last-child):after {
  color: #b0b6c4;
  content: "·";
  margin: 0 6px;
}
#general_projects .project-stats {
  border-top: 1px solid #25305212;
  color: #606a81;
  display: flex;
  flex-wrap: wrap;
  font-size: 10.5px;
  gap: 7px 14px;
  justify-content: flex-start;
  margin-top: 13px;
  padding-top: 12px;
}
#general_projects .stat-item {
  align-items: center;
  display: inline-flex;
  gap: 5px;
  white-space: nowrap;
}
#general_projects .stat-item i {
  color: #8991a3;
  font-size: 10px;
  text-align: center;
  width: 12px;
}
#general_projects .project-card-footer {
  align-items: center;
  border-top: 1px solid #25305214;
  display: flex;
  flex-wrap: wrap;
  gap: 7px 15px;
  justify-content: flex-start;
  margin-top: 18px;
  padding-top: 13px;
}
#general_projects .project-card-footer .project-tag {
  align-items: center;
  border-bottom: 1px solid #6264cf38;
  color: #6264cf;
  display: inline-flex;
  font-size: 10.5px;
  font-weight: 600;
  gap: 4px;
  line-height: 1.45;
  padding: 0 0 2px;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease;
}
#general_projects .project-card-footer .project-tag:focus-visible,
#general_projects .project-card-footer .project-tag:hover {
  border-color: currentColor;
  color: #4143ac;
}
#general_projects .project-card-footer .project-tag:focus-visible {
  border-radius: 2px;
  outline: 2px solid #4143ac2e;
  outline-offset: 4px;
}
#general_projects .dark-mode.project-card {
  background: #1e2332c7;
  border-color: #ffffff17;
  color: #f1f4fa;
}
#general_projects .dark-mode.project-card .card-title {
  color: #f4f6fb;
}
#general_projects .dark-mode.project-card .card-subtitle,
#general_projects .dark-mode.project-card .project-technologies .tech-tag,
#general_projects .dark-mode.project-card .stat-item {
  color: #aab2c4;
}
#general_projects .dark-mode.project-card .project-star-highlight {
  background: #e7b54c1a;
  border-color: #e7b54c3d;
  color: #f0d38b;
}
@media (min-width: 769px) and (max-width: 1099px) {
  #general_projects .project-cards-div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  #general_projects .project-cards-div {
    gap: 14px;
    grid-template-columns: 1fr;
  }
  #general_projects .project-card {
    border-radius: 18px;
    padding: 18px;
  }
  #general_projects .project-card-header {
    gap: 12px;
    grid-template-columns: 46px minmax(0, 1fr);
  }
  #general_projects .project-image-div {
    border-radius: 13px;
    flex-basis: 46px;
    height: 46px;
    width: 46px;
  }
  #general_projects .project-icon {
    height: 23px;
    width: 23px;
  }
  #general_projects .card-title {
    font-size: 18px;
  }
  #general_projects .project-detail-div {
    padding-top: 15px;
  }
  #general_projects .card-subtitle {
    font-size: 12.5px;
  }
  #general_projects .project-bottom-content,
  #general_projects .project-card-footer {
    margin-top: 15px;
  }
}
.expandable-card-copy {
  width: 100%;
}
.expandable-card-toggle {
  background: #0000;
  border: 0;
  color: #6c748b;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 8px;
  padding: 0;
  text-decoration: underline;
  text-decoration-color: #0000;
  text-underline-offset: 3px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
.expandable-card-toggle:focus-visible,
.expandable-card-toggle:hover {
  color: #4f5870;
  text-decoration-color: initial;
}
.expandable-card-toggle:focus-visible {
  border-radius: 2px;
  outline: 2px solid #4f58703d;
  outline-offset: 4px;
}
.expandable-card-text:not(.is-expanded) {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
}
.main-button {
  background: linear-gradient(135deg, #6567f2, #5455df);
  border: 1px solid #ffffff70;
  border-radius: 14px;
  box-shadow: 0 12px 28px #494bd138, inset 0 1px 0 #ffffff5c;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-right: 0;
  margin-top: 0;
  padding: 14px 22px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  width: max-content;
}
.main-button:hover {
  background: linear-gradient(135deg, #6f70f8, #4547d6);
  box-shadow: 0 16px 34px #494bd147, inset 0 1px 0 #fff6;
  color: #fff;
  transform: translateY(-2px);
}
.secondary-action .main-button {
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: #ffffff94;
  border-color: #ffffffe0;
  box-shadow: 0 10px 28px #2a335e17, inset 0 1px 0 #ffffffeb;
  color: #253052;
}
.secondary-action .main-button:hover {
  background: #fffc;
  box-shadow: 0 14px 30px #2a335e24;
  color: #4f50d8;
}
.project-button {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.project-button > .main-button {
  margin-right: 0 !important;
}
@media (max-width: 768px) {
  .main-button {
    font-size: 15px;
    margin-right: 0;
    padding: 12px 18px;
  }
}
@media (max-width: 320px) {
  .main-button {
    font-size: 12px;
  }
}
.problem-setting-overview {
  grid-gap: 24px;
  align-items: stretch;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.7fr);
}
.problem-setting-featured,
.problem-setting-platform-card {
  background: #ffffff9e;
  border: 1px solid #ffffffe6;
  box-shadow: 0 16px 40px #2a335e14, inset 0 1px 0 #fffffff5;
}
.problem-setting-featured {
  align-items: flex-start;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  padding: 26px;
}
.problem-setting-card-logo,
.problem-setting-featured-logo {
  align-items: center;
  background: #ffffffc7;
  border: 1px solid #5c699514;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.problem-setting-featured-logo {
  border-radius: 16px;
  height: 62px;
  width: 62px;
}
.problem-setting-card-logo img,
.problem-setting-featured-logo img {
  height: 82%;
  object-fit: contain;
  width: 82%;
}
.problem-setting-card-logo i {
  color: #5d667d;
  font-size: 19px;
}
.problem-setting-featured h2 {
  color: #202a48;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.28;
  margin: 24px 0 10px;
}
.problem-setting-credential-copy > p,
.problem-setting-featured > p,
.problem-setting-platform-card > p {
  color: #69738b;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}
.problem-setting-featured .problem-setting-links {
  margin-top: auto;
  padding-top: 24px;
}
.problem-setting-primary {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.problem-setting-stats {
  border-bottom: 1px solid #5c69951f;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 18px;
  padding: 12px 0 22px;
}
.problem-setting-stat {
  border-right: 1px solid #5c69951f;
  color: inherit;
  min-width: 0;
  padding: 0 22px;
  text-decoration: none;
}
.problem-setting-stat[href]:focus-visible strong,
.problem-setting-stat[href]:hover strong {
  color: #4d50c4;
}
.problem-setting-stat:first-child {
  padding-left: 0;
}
.problem-setting-stat:last-child {
  border-right: 0;
  padding-right: 0;
}
.problem-setting-stat span,
.problem-setting-stat strong {
  display: block;
}
.problem-setting-stat strong {
  font-feature-settings: "lnum" 1, "pnum" 1, lining-nums proportional-nums;
  color: #202a48;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    sans-serif;
  font-size: 28px;
  font-variant-numeric: lining-nums proportional-nums;
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1;
}
.problem-setting-stat span {
  color: #788197;
  font-size: 11px;
  line-height: 1.45;
  margin-top: 7px;
}
.problem-setting-stat span.problem-setting-stat-link {
  border-bottom: 1px solid #5658cf42;
  color: #5658cf;
  font-weight: 500;
  padding-bottom: 1px;
  width: fit-content;
}
.problem-setting-platforms {
  grid-gap: 16px;
  display: grid;
  flex: 1 1;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.problem-setting-platform-card {
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 20px;
}
.problem-setting-platform-card--emphasis {
  background: #ffffffc2;
  border-color: #25305221;
  box-shadow: 0 18px 44px #2a335e1c, inset 0 1px 0 #fff;
}
.problem-setting-card-header {
  align-items: center;
  display: flex;
  gap: 10px;
}
.problem-setting-card-header > span {
  color: #7a8398;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.problem-setting-card-logo {
  border-radius: 12px;
  flex: 0 0 44px;
  height: 44px;
  width: 44px;
}
.problem-setting-credential h3,
.problem-setting-platform-card h3 {
  color: #27314f;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.problem-setting-platform-card h3 {
  font-size: 19px;
  line-height: 1.3;
  margin: 20px 0 8px;
}
.problem-setting-platform-card .problem-setting-links {
  margin-top: auto;
  padding-top: 18px;
}
.problem-setting-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px 14px;
}
.problem-setting-links a {
  border-bottom: 1px solid #5658cf42;
  color: #5658cf;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.45;
  padding-bottom: 2px;
  text-decoration: none;
}
.problem-setting-links a:focus-visible,
.problem-setting-links a:hover {
  border-color: currentColor;
  color: #3f41b8;
}
.problem-setting-additional {
  border-top: 1px solid #5c69951f;
  margin-top: 32px;
  padding-top: 26px;
}
.problem-setting-additional > h2 {
  color: #35405e;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0 0 18px;
}
.problem-setting-credentials {
  grid-gap: 12px 20px;
  display: grid;
  gap: 12px 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.problem-setting-credential {
  grid-gap: 14px;
  align-items: flex-start;
  border-bottom: 1px solid #5c69951a;
  display: grid;
  gap: 14px;
  grid-template-columns: 44px minmax(0, 1fr);
  min-width: 0;
  padding: 16px 0;
}
.problem-setting-credential h3 {
  font-size: 15px;
  line-height: 1.4;
  margin: 1px 0 6px;
}
.problem-setting-credential-copy {
  min-width: 0;
}
.problem-setting-credential-copy > p {
  font-size: 12px;
  line-height: 1.55;
}
.problem-setting-credential .problem-setting-links {
  margin-top: 10px;
}
@media (max-width: 980px) {
  .problem-setting-overview {
    grid-template-columns: 1fr;
  }
  .problem-setting-featured {
    grid-column-gap: 18px;
    column-gap: 18px;
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
  }
  .problem-setting-featured .problem-setting-links,
  .problem-setting-featured > p {
    grid-column: 1/-1;
  }
  .problem-setting-featured h2 {
    align-self: center;
    margin: 0;
  }
  .problem-setting-featured > p {
    margin-top: 16px;
  }
  .problem-setting-featured .problem-setting-links {
    margin-top: 0;
    padding-top: 18px;
  }
}
@media (max-width: 640px) {
  .problem-setting-overview {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .problem-setting-primary {
    display: contents;
  }
  .problem-setting-featured {
    display: flex;
    order: 2;
    padding: 20px;
  }
  .problem-setting-featured-logo {
    height: 52px;
    width: 52px;
  }
  .problem-setting-featured h2 {
    align-self: flex-start;
    font-size: 21px;
    margin: 18px 0 8px;
  }
  .problem-setting-featured > p {
    margin-top: 0;
  }
  .problem-setting-stats {
    border-bottom: 0;
    grid-template-columns: 1fr;
    margin: 0;
    order: 1;
    padding: 0 0 10px;
  }
  .problem-setting-platforms {
    order: 3;
  }
  .problem-setting-stat {
    align-items: center;
    border-bottom: 1px solid #5c69951a;
    border-right: 0;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    min-height: 54px;
    padding: 10px 0;
  }
  .problem-setting-stat:last-child {
    border-bottom: 0;
  }
  .problem-setting-stat strong {
    font-size: 25px;
  }
  .problem-setting-stat span {
    font-size: 12px;
    margin-top: 0;
  }
  .problem-setting-credentials,
  .problem-setting-platforms {
    grid-template-columns: 1fr;
  }
  .problem-setting-platform-card {
    padding: 18px;
  }
  .problem-setting-additional {
    margin-top: 26px;
    padding-top: 22px;
  }
  .problem-setting-credential {
    padding: 14px 0;
  }
}
.problem-solving-showcase {
  grid-gap: 32px;
  align-items: stretch;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 2fr);
}
.problem-solving-summary {
  align-items: flex-start;
  border-right: 1px solid #5c699521;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 32px 18px 0;
}
.problem-solving-count {
  font-feature-settings: "lnum" 1, "pnum" 1, lining-nums proportional-nums;
  color: #111a35;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    sans-serif;
  font-size: clamp(36px, 3.3vw, 46px);
  font-variant-numeric: lining-nums proportional-nums;
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 0.95;
}
.problem-solving-summary h2 {
  color: #202a48;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.25;
  margin: 14px 0 10px;
}
.problem-solving-summary p {
  color: #69738b;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}
.competitive-profile-link,
.problem-solving-summary-link {
  color: #5658cf;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}
.problem-solving-summary-link {
  align-items: center;
  background: #0000;
  border: 0;
  border-bottom: 1px solid #5658cf42;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  gap: 9px;
  margin-top: 20px;
  padding: 0 0 3px;
}
.competitive-profile-card:focus-visible .competitive-profile-link,
.competitive-profile-card:hover .competitive-profile-link,
.problem-solving-summary-link:focus-visible,
.problem-solving-summary-link:hover {
  border-color: currentColor;
  color: #3f41b8;
}
.competitive-profiles {
  grid-gap: 16px;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.competitive-profile-card {
  background: #ffffff9e;
  border: 1px solid #ffffffe6;
  border-radius: 20px;
  box-shadow: 0 14px 34px #2a335e14, inset 0 1px 0 #fffffff5;
  color: inherit;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 20px;
  text-decoration: none;
  transition: border-color 0.2s ease, background-color 0.2s ease,
    box-shadow 0.2s ease;
}
.competitive-profile-card:focus-visible,
.competitive-profile-card:hover {
  background: #ffffffd1;
  border-color: #fff;
  box-shadow: 0 18px 42px #2a335e1f, inset 0 1px 0 #fff;
  outline: none;
}
.competitive-profile-header {
  align-items: center;
  display: flex;
  gap: 11px;
}
.competitive-profile-logo {
  align-items: center;
  background: #ffffffc7;
  border: 1px solid #5c699514;
  border-radius: 13px;
  display: flex;
  flex: 0 0 46px;
  height: 46px;
  justify-content: center;
  overflow: hidden;
  width: 46px;
}
.competitive-profile-logo img {
  height: 80%;
  object-fit: contain;
  width: 80%;
}
.competitive-profile-handle,
.competitive-profile-platform {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.competitive-profile-platform {
  color: #27314f;
  font-size: 14px;
  font-weight: 600;
}
.competitive-profile-handle {
  color: #81899d;
  font-size: 11px;
  margin-top: 3px;
}
.competitive-profile-card h3 {
  color: #202a48;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 22px 0 18px;
  min-height: 2.5em;
}
.competitive-profile-stats {
  grid-gap: 10px;
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
}
.competitive-profile-stats div {
  align-items: baseline;
  border-bottom: 1px solid #5c69951a;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding-bottom: 9px;
}
.competitive-profile-stats dt {
  color: #838b9e;
  font-size: 10px;
  line-height: 1.4;
}
.competitive-profile-stats dd {
  color: #535e79;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  text-align: right;
}
.competitive-profile-stats dd.competitive-profile-rating {
  font-weight: 700;
}
.competitive-profile-link {
  align-self: flex-start;
  border-bottom: 1px solid #5658cf42;
  justify-self: start;
  margin-top: auto;
  padding-bottom: 2px;
  width: max-content;
}
.problem-stats-backdrop {
  animation: problem-stats-backdrop-in 0.2s ease-out;
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  background: #12192e6b;
  display: grid;
  inset: 0;
  padding: 24px;
  place-items: center;
  position: fixed;
  z-index: 4000;
}
.problem-stats-dialog {
  animation: problem-stats-dialog-in 0.24s ease-out;
  background: #fafafcf7;
  border: 1px solid #fffffff0;
  border-radius: 28px;
  box-shadow: 0 34px 90px #1119324d, inset 0 1px 0 #fff;
  display: flex;
  flex-direction: column;
  max-height: min(780px, 100vh - 48px);
  overflow: hidden;
  width: min(780px, 100%);
}
.problem-stats-header {
  grid-gap: 24px;
  align-items: center;
  border-bottom: 1px solid #5c69951c;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 26px 74px 22px 28px;
  position: relative;
}
.problem-stats-eyebrow {
  color: #7d869c;
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.problem-stats-header h2 {
  color: #18223f;
  font-size: 26px;
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.15;
  margin: 0;
}
.problem-stats-header p {
  color: #778198;
  font-size: 12px;
  line-height: 1.5;
  margin: 7px 0 0;
}
.problem-stats-total {
  background: #ffffffb8;
  border: 1px solid #5c69951c;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  min-width: 122px;
  padding: 13px 17px;
  text-align: right;
}
.problem-stats-total strong {
  font-feature-settings: "lnum" 1, "tnum" 1, lining-nums tabular-nums;
  color: #1e2948;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    sans-serif;
  font-size: 25px;
  font-variant-numeric: lining-nums tabular-nums;
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 1;
}
.problem-stats-total span {
  color: #8a92a5;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 5px;
  text-transform: uppercase;
}
.problem-stats-close {
  background: #ffffffb8;
  border: 1px solid #5c69951f;
  border-radius: 50%;
  color: #59637c;
  cursor: pointer;
  display: grid;
  font-family: inherit;
  font-size: 22px;
  font-weight: 300;
  height: 36px;
  line-height: 1;
  padding: 0;
  place-items: center;
  position: absolute;
  right: 18px;
  top: 18px;
  transition: border-color 0.2s ease, background-color 0.2s ease,
    color 0.2s ease;
  width: 36px;
}
.problem-stats-close:focus-visible,
.problem-stats-close:hover {
  background: #fff;
  border-color: #49537340;
  color: #1e2948;
  outline: none;
}
.problem-stats-columns,
.problem-stats-row {
  grid-gap: 18px;
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(190px, 1.3fr) minmax(190px, 1fr) 90px;
}
.problem-stats-columns {
  border-bottom: 1px solid #5c69951a;
  color: #969daf;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
  padding: 11px 28px;
  text-transform: uppercase;
}
.problem-stats-columns span:last-child {
  text-align: right;
}
.problem-stats-list {
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: #5c69953d #0000;
  scrollbar-width: thin;
}
.problem-stats-row {
  border-bottom: 1px solid rgba(92, 105, 149, 0.085);
  padding: 11px 28px;
  transition: background-color 0.18s ease;
}
.problem-stats-row:hover {
  background: #ffffffb8;
}
.problem-stats-judge {
  align-items: center;
  display: flex;
  gap: 12px;
  min-width: 0;
}
.problem-stats-logo {
  background: #fff;
  border: 1px solid #5c69951c;
  border-radius: 11px;
  box-shadow: 0 7px 18px #2a335e12;
  display: grid;
  flex: 0 0 36px;
  height: 36px;
  overflow: hidden;
  place-items: center;
  position: relative;
  width: 36px;
}
.problem-stats-logo > span {
  color: var(--judge-color);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: -0.02em;
}
.problem-stats-logo img {
  background: #fff;
  height: calc(100% - 10px);
  inset: 5px;
  object-fit: contain;
  position: absolute;
  width: calc(100% - 10px);
  z-index: 1;
}
.codeforces-short-mark {
  align-items: flex-end;
  display: flex;
  gap: 2px;
  height: 18px;
}
.codeforces-short-mark i {
  border-radius: 2px 2px 1px 1px;
  display: block;
  width: 4px;
}
.codeforces-short-mark i:first-child {
  background: #f2bd3f;
  height: 10px;
}
.codeforces-short-mark i:nth-child(2) {
  background: #2d91c7;
  height: 18px;
}
.codeforces-short-mark i:nth-child(3) {
  background: #cf3d45;
  height: 13px;
}
.problem-stats-judge strong {
  color: #27314f;
  font-size: 13px;
  font-weight: 650;
}
.problem-stats-handle,
.problem-stats-judge strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.problem-stats-handle {
  border-bottom: 1px solid #5c69952e;
  color: #606b84;
  font-size: 11px;
  max-width: 100%;
  padding-bottom: 2px;
  text-decoration: none;
  width: max-content;
}
.problem-stats-handle:focus-visible,
.problem-stats-handle:hover {
  border-color: currentColor;
  color: #3f41b8;
  outline: none;
}
.problem-stats-solved {
  font-feature-settings: "lnum" 1, "tnum" 1, lining-nums tabular-nums;
  color: #26314f;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    sans-serif;
  font-size: 15px;
  font-variant-numeric: lining-nums tabular-nums;
  font-weight: 650;
  letter-spacing: -0.018em;
  line-height: 1;
  text-align: right;
}
@keyframes problem-stats-backdrop-in {
  0% {
    opacity: 0;
  }
}
@keyframes problem-stats-dialog-in {
  0% {
    opacity: 0;
    transform: translateY(10px) scale(0.985);
  }
}
@media (max-width: 980px) {
  .problem-solving-showcase {
    gap: 24px;
    grid-template-columns: 1fr;
  }
  .problem-solving-summary {
    grid-column-gap: 24px;
    border-bottom: 1px solid #5c699521;
    border-right: 0;
    column-gap: 24px;
    display: grid;
    grid-template-columns: auto 1fr;
    padding: 0 0 24px;
  }
  .problem-solving-summary-link {
    grid-column: 1/-1;
  }
  .problem-solving-count {
    align-self: center;
    grid-row: 1 / span 2;
  }
  .problem-solving-summary h2 {
    align-self: end;
    margin: 0 0 4px;
  }
  .problem-solving-summary-link {
    margin-top: 16px;
    width: max-content;
  }
}
@media (max-width: 700px) {
  .problem-solving-summary {
    align-items: flex-start;
    display: flex;
    min-width: 0;
    padding-bottom: 22px;
    width: 100%;
  }
  .problem-solving-count {
    align-self: flex-start;
    font-size: 33px;
    white-space: nowrap;
  }
  .problem-solving-summary h2 {
    align-self: flex-start;
    font-size: 20px;
    margin: 10px 0 8px;
    max-width: 100%;
  }
  .problem-solving-summary p {
    width: 100%;
  }
  .problem-solving-summary-link {
    align-self: flex-start;
  }
  .competitive-profiles {
    gap: 12px;
    grid-template-columns: 1fr;
  }
  .competitive-profile-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 16px;
  }
  .competitive-profile-card h3,
  .competitive-profile-header,
  .competitive-profile-stats {
    grid-column: 1/-1;
  }
  .competitive-profile-logo {
    flex-basis: 42px;
    height: 42px;
    width: 42px;
  }
  .competitive-profile-card h3 {
    margin: 16px 0 12px;
    min-height: 0;
  }
  .competitive-profile-stats {
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 16px;
  }
  .competitive-profile-stats div {
    background: #5c69950d;
    border: 0;
    border-radius: 10px;
    display: block;
    padding: 10px 12px;
  }
  .competitive-profile-stats dd {
    margin-top: 3px;
    text-align: left;
  }
  .problem-stats-backdrop {
    padding: 10px;
  }
  .problem-stats-dialog {
    border-radius: 22px;
    max-height: calc(100dvh - 20px);
  }
  .problem-stats-header {
    display: block;
    padding: 22px 58px 18px 18px;
  }
  .problem-stats-header h2 {
    font-size: 22px;
  }
  .problem-stats-header p {
    font-size: 11px;
  }
  .problem-stats-total {
    margin-top: 15px;
    min-width: 0;
    padding: 10px 13px;
    text-align: left;
    width: max-content;
  }
  .problem-stats-total strong {
    font-size: 22px;
  }
  .problem-stats-close {
    right: 14px;
    top: 14px;
  }
  .problem-stats-columns {
    display: none;
  }
  .problem-stats-row {
    gap: 4px 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 12px 18px;
  }
  .problem-stats-judge {
    grid-column: 1;
    grid-row: 1;
  }
  .problem-stats-logo {
    flex-basis: 34px;
    height: 34px;
    width: 34px;
  }
  .problem-stats-handle {
    font-size: 10px;
    grid-column: 1;
    grid-row: 2;
    margin-left: 46px;
  }
  .problem-stats-solved {
    align-self: center;
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}
@media (prefers-reduced-motion: reduce) {
  .problem-stats-backdrop,
  .problem-stats-dialog {
    animation: none;
  }
}
.achievement-heading {
  font-size: 56px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.achievement-subtitle {
  margin: 0 0 50px;
}
#achievements .achievement-showcase {
  display: block;
}
#achievements .achievement-spotlight-stack {
  grid-gap: 18px;
  display: grid;
  gap: 18px;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  min-width: 0;
}
#achievements .achievement-highlight-grid {
  grid-gap: 18px;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}
.site-shell #achievements .certificate-card {
  background: #ffffff94;
  border-color: rgba(37, 48, 82, 0.085);
  box-shadow: 0 16px 42px rgba(42, 51, 94, 0.075), inset 0 1px 0 #fffffff5;
  margin: 0;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
}
.site-shell #achievements .certificate-card:hover {
  border-color: #25305221;
  box-shadow: 0 21px 50px rgba(42, 51, 94, 0.105), inset 0 1px 0 #fff;
}
.site-shell #achievements .certificate-card--hero {
  grid-gap: 18px 26px;
  border-radius: 24px;
  display: grid;
  gap: 18px 26px;
  grid-template-areas: "image detail" "image footer";
  grid-template-columns: 220px minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: 310px;
  padding: 28px;
}
.site-shell #achievements .certificate-card--hero .certificate-image-div {
  background: #f8f8f6d1;
  border-color: rgba(37, 48, 82, 0.065);
  border-radius: 18px;
  grid-area: image;
  height: 100%;
  min-height: 245px;
  width: 100%;
}
.site-shell #achievements .certificate-card--hero .card-image {
  border-radius: 13px;
  height: 160px;
  max-height: 78%;
  max-width: 78%;
  width: 160px;
}
.site-shell #achievements .certificate-card--hero .certificate-detail-div {
  grid-area: detail;
  justify-content: center;
  min-width: 0;
  padding: 0;
  text-align: left;
}
.site-shell #achievements .certificate-card--hero .card-title {
  font-size: 29px;
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.17;
  margin: 0 0 13px;
}
.site-shell #achievements .certificate-card--hero .card-subtitle {
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}
.site-shell
  #achievements
  .certificate-card--hero
  .expandable-card-text:not(.is-expanded) {
  -webkit-line-clamp: 6;
}
.site-shell #achievements .certificate-card--spotlight {
  grid-gap: 12px 16px;
  border-radius: 20px;
  display: grid;
  gap: 12px 16px;
  grid-template-areas: "image detail" "image footer";
  grid-template-columns: 88px minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) auto;
  padding: 20px;
}
.site-shell #achievements .certificate-card--spotlight .certificate-image-div {
  background: #f8f8f6d1;
  border-color: rgba(37, 48, 82, 0.065);
  border-radius: 15px;
  grid-area: image;
  height: 88px;
  width: 88px;
}
.site-shell #achievements .certificate-card--spotlight .card-image {
  border-radius: 10px;
  height: 66px;
  max-height: 76%;
  max-width: 76%;
  width: 66px;
}
.site-shell #achievements .certificate-card--spotlight .certificate-detail-div {
  grid-area: detail;
  min-width: 0;
  padding: 0;
  text-align: left;
}
.site-shell #achievements .certificate-card--spotlight .card-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.28;
  margin: 0 0 7px;
}
.site-shell #achievements .certificate-card--spotlight .card-subtitle {
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
}
.site-shell
  #achievements
  .certificate-card--spotlight
  .expandable-card-text:not(.is-expanded) {
  -webkit-line-clamp: 3;
}
.site-shell #achievements .certificate-card--compact,
.site-shell #achievements .certificate-card--highlight {
  grid-gap: 16px;
  border-radius: 20px;
  display: grid;
  gap: 16px;
  grid-template-areas: "image detail" "footer footer";
  grid-template-columns: 68px minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) auto;
  padding: 20px;
}
.site-shell #achievements .certificate-card--highlight {
  min-height: 238px;
}
.site-shell #achievements .certificate-card--compact .certificate-image-div,
.site-shell #achievements .certificate-card--highlight .certificate-image-div {
  background: #f8f8f6d1;
  border-color: rgba(37, 48, 82, 0.065);
  border-radius: 14px;
  grid-area: image;
  height: 68px;
  width: 68px;
}
.site-shell #achievements .certificate-card--compact .card-image,
.site-shell #achievements .certificate-card--highlight .card-image {
  border-radius: 9px;
  height: 52px;
  max-height: 76%;
  max-width: 76%;
  width: 52px;
}
.site-shell #achievements .certificate-card--compact .certificate-detail-div,
.site-shell #achievements .certificate-card--highlight .certificate-detail-div {
  grid-area: detail;
  min-width: 0;
  padding: 0;
  text-align: left;
}
.site-shell #achievements .certificate-card--compact .card-title,
.site-shell #achievements .certificate-card--highlight .card-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 7px;
}
.site-shell #achievements .certificate-card--compact .card-subtitle,
.site-shell #achievements .certificate-card--highlight .card-subtitle {
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
}
.site-shell
  #achievements
  .certificate-card--compact
  .expandable-card-text:not(.is-expanded),
.site-shell
  #achievements
  .certificate-card--highlight
  .expandable-card-text:not(.is-expanded) {
  -webkit-line-clamp: 3;
}
.site-shell #achievements .certificate-card-footer {
  align-items: center;
  border-top: 1px solid rgba(92, 105, 149, 0.085);
  display: flex;
  gap: 6px 14px;
  grid-area: footer;
  justify-content: flex-start;
  margin: 0;
  min-width: 0;
  padding-top: 12px;
}
.site-shell #achievements .certificate-card-footer:empty {
  display: none;
}
.site-shell #achievements a.certificate-tag,
.site-shell #achievements a.certificate-tag.dark-mode {
  background: #0000;
  border: 0;
  border-bottom: 1px solid #6267c93d;
  border-radius: 0;
  box-shadow: none;
  color: #6267c9;
  display: inline-flex;
  font-size: 10.5px;
  font-weight: 500;
  height: auto;
  line-height: 1.45;
  margin: 0;
  padding: 0 0 2px;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.site-shell #achievements a.certificate-tag:after {
  content: "↗";
  font-size: 9px;
  margin-left: 4px;
}
.site-shell #achievements a.certificate-tag:focus-visible,
.site-shell #achievements a.certificate-tag:hover {
  background: #0000;
  border-color: currentColor;
  box-shadow: none;
  color: #4247a9;
  transform: none;
}
.site-shell #achievements .certificate-card--hero .certificate-card-footer {
  padding-top: 14px;
}
.site-shell
  #achievements
  .certificate-card--spotlight
  .certificate-card-footer {
  padding-top: 9px;
}
#achievements .achievement-disclosure {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
#achievements .achievement-toggle {
  align-items: center;
  background: #ffffffa3;
  border: 1px solid #2530521f;
  border-radius: 11px;
  box-shadow: 0 8px 22px rgba(42, 51, 94, 0.065), inset 0 1px 0 #fffffff0;
  color: #535d73;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  gap: 9px;
  justify-content: center;
  padding: 10px 15px;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease,
    box-shadow 0.2s ease;
}
#achievements .achievement-toggle:hover {
  background: #ffffffeb;
  border-color: #2530522e;
  box-shadow: 0 11px 27px #2a335e17, inset 0 1px 0 #fff;
  color: #303a54;
}
#achievements .achievement-toggle:focus-visible {
  outline: 3px solid #4f587033;
  outline-offset: 4px;
}
#achievements .achievement-toggle-icon {
  font-size: 9px;
  transition: transform 0.2s ease;
}
#achievements .achievement-toggle.is-expanded .achievement-toggle-icon {
  transform: rotate(180deg);
}
#achievements .achievement-more-list {
  grid-gap: 16px;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}
.site-shell #achievements .certificate-card--compact {
  min-height: 190px;
}
.site-shell #achievements .dark-mode.certificate-card {
  background: #1e2332b8;
  border-color: #ffffff17;
}
@media (max-width: 1100px) {
  #achievements .achievement-spotlight-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }
  .site-shell #achievements .certificate-card--hero {
    min-height: 300px;
  }
  #achievements .achievement-highlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #achievements .achievement-highlight-grid > :last-child:nth-child(odd) {
    grid-column: 1/-1;
  }
}
@media (max-width: 768px) {
  #achievements .achievement-highlight-grid,
  #achievements .achievement-more-list,
  #achievements .achievement-showcase,
  #achievements .achievement-spotlight-stack {
    gap: 12px;
    grid-template-columns: 1fr;
  }
  #achievements .achievement-highlight-grid {
    margin-top: 12px;
  }
  #achievements .achievement-highlight-grid > :last-child:nth-child(odd) {
    grid-column: auto;
  }
  .site-shell #achievements .certificate-card--compact,
  .site-shell #achievements .certificate-card--hero,
  .site-shell #achievements .certificate-card--highlight,
  .site-shell #achievements .certificate-card--spotlight {
    grid-gap: 12px 14px;
    border-radius: 17px;
    display: grid;
    gap: 12px 14px;
    grid-template-areas: "image detail" "footer footer";
    grid-template-columns: 68px minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) auto;
    min-height: 0;
    padding: 16px;
  }
  .site-shell #achievements .certificate-card--compact .certificate-image-div,
  .site-shell #achievements .certificate-card--hero .certificate-image-div,
  .site-shell #achievements .certificate-card--highlight .certificate-image-div,
  .site-shell
    #achievements
    .certificate-card--spotlight
    .certificate-image-div {
    border-radius: 13px;
    grid-area: image;
    height: 68px;
    min-height: 0;
    width: 68px;
  }
  .site-shell #achievements .certificate-card--compact .card-image,
  .site-shell #achievements .certificate-card--hero .card-image,
  .site-shell #achievements .certificate-card--highlight .card-image,
  .site-shell #achievements .certificate-card--spotlight .card-image {
    border-radius: 9px;
    height: 52px;
    max-height: 76%;
    max-width: 76%;
    width: 52px;
  }
  .site-shell #achievements .certificate-card--compact .certificate-detail-div,
  .site-shell #achievements .certificate-card--hero .certificate-detail-div,
  .site-shell
    #achievements
    .certificate-card--highlight
    .certificate-detail-div,
  .site-shell
    #achievements
    .certificate-card--spotlight
    .certificate-detail-div {
    grid-area: detail;
    justify-content: flex-start;
  }
  .site-shell #achievements .certificate-card--compact .card-title,
  .site-shell #achievements .certificate-card--hero .card-title,
  .site-shell #achievements .certificate-card--highlight .card-title,
  .site-shell #achievements .certificate-card--spotlight .card-title {
    font-size: 17px;
    line-height: 1.32;
    margin-bottom: 6px;
  }
  .site-shell #achievements .certificate-card--compact .card-subtitle,
  .site-shell #achievements .certificate-card--hero .card-subtitle,
  .site-shell #achievements .certificate-card--highlight .card-subtitle,
  .site-shell #achievements .certificate-card--spotlight .card-subtitle {
    font-size: 12px;
    line-height: 1.55;
  }
  .site-shell
    #achievements
    .certificate-card
    .expandable-card-text:not(.is-expanded) {
    -webkit-line-clamp: 3;
  }
  .site-shell #achievements .certificate-card-footer {
    grid-area: footer;
    padding-top: 10px;
  }
  #achievements .achievement-disclosure {
    margin-top: 20px;
  }
  #achievements .achievement-toggle {
    width: 100%;
  }
}
.card-image {
  flex-shrink: 0;
  height: 180px;
  object-fit: contain;
  object-position: center;
  width: 180px;
}
.card-title {
  color: #111a35;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 15px;
}
.card-subtitle {
  color: #5e6882;
  font-size: 17px;
  line-height: 1.5rem;
}
.certificate-card {
  background-color: #ffffffb8;
  border: 1px solid #ffffffb8;
  border-radius: 10px;
  box-shadow: 0 10px 30px -15px #2a335e2e;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  min-height: 400px;
  padding: 1.5rem;
  transition: all 0.3s ease;
}
.certificate-detail-div {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 20px;
  text-align: center;
}
.certificate-card:hover {
  box-shadow: 0 20px 30px -10px #2a335e2e;
}
.dark-mode.certificate-card:hover {
  box-shadow: 0 20px 30px -10px #fff3;
}
.certificate-image-div {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 200px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.achievement-cards-div {
  grid-gap: 2rem 1rem;
  display: grid;
  gap: 2rem 1rem;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}
.certificate-card-footer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.certificate-card-footer a.certificate-tag {
  align-items: center;
  background: #5b5cf0;
  border-radius: 4px;
  color: #eef1ff;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0 0.75em;
  text-decoration: none;
  transition: 0.2s ease-in;
  vertical-align: middle;
  white-space: nowrap;
}
a.certificate-tag:hover {
  background: #4547dd;
}
@media (max-width: 1024px) {
  .achievement-cards-div {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
.blog-header-text {
  font-size: 56px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.blog-main-div {
  width: 100%;
}
#blogs .blog-showcase {
  grid-gap: 18px;
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
}
#blogs .blog-reading-list {
  background: #ffffff94;
  border: 1px solid #25305214;
  border-radius: 22px;
  box-shadow: 0 16px 42px rgba(42, 51, 94, 0.075), inset 0 1px 0 #fffffff5;
  min-width: 0;
  padding: 0 26px;
}
.blog-reading-list__header {
  align-items: center;
  border-bottom: 1px solid rgba(37, 48, 82, 0.075);
  color: #69738a;
  display: flex;
  font-size: 9px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.1em;
  line-height: 1.35;
  padding: 22px 0 17px;
  text-transform: uppercase;
}
.blog-reading-list__header span:last-child {
  color: #9aa1af;
  font-size: 8px;
}
.blog-archive-link {
  align-items: center;
  border-top: 1px solid rgba(37, 48, 82, 0.075);
  color: inherit;
  display: flex;
  justify-content: space-between;
  padding: 20px 0 22px;
  text-decoration: none;
}
.blog-archive-link > span:first-child {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.blog-archive-link strong {
  color: #303a55;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.4;
}
.blog-archive-link small {
  color: #80889a;
  font-size: 9.5px;
  line-height: 1.45;
  margin-top: 3px;
}
.blog-archive-link__arrow {
  align-items: center;
  background: #ffffffb8;
  border: 1px solid #2530521c;
  border-radius: 11px;
  color: #5f6980;
  display: inline-flex;
  flex: 0 0 34px;
  font-size: 10px;
  height: 34px;
  justify-content: center;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  width: 34px;
}
.blog-archive-link:focus-visible .blog-archive-link__arrow,
.blog-archive-link:hover .blog-archive-link__arrow {
  background: #fffffffa;
  border-color: #2530522e;
  color: #303a54;
}
.blog-archive-link:focus-visible {
  border-radius: 4px;
  outline: 2px solid #303a542e;
  outline-offset: 4px;
}
.blog-reading-list--dark {
  background: #1e2332b8;
  border-color: #ffffff17;
  color: #f1f4fa;
}
.blog-reading-list--dark .blog-archive-link strong {
  color: #f4f6fb;
}
.blog-reading-list--dark .blog-archive-link small {
  color: #aab2c4;
}
@media (max-width: 1380px) {
  .blog-header-text {
    font-size: 40px;
  }
}
@media (max-width: 900px) {
  #blogs .blog-showcase {
    gap: 16px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .blog-header-text {
    font-size: 30px;
    text-align: left;
  }
  .blog-subtitle {
    font-size: 16px;
    line-height: normal;
    text-align: left;
  }
}
@media (max-width: 520px) {
  #blogs .blog-reading-list {
    border-radius: 18px;
    padding: 0 18px;
  }
  .blog-reading-list__header {
    padding: 18px 0 14px;
  }
  .blog-archive-link {
    gap: 14px;
    justify-content: flex-start;
    padding: 17px 0 19px;
  }
}
.journal-feature {
  background: #ffffffc2;
  border: 1px solid #2530521a;
  border-radius: 22px;
  box-shadow: 0 18px 48px #2a335e17, inset 0 1px 0 #fffffffa;
  min-height: 620px;
  min-width: 0;
  overflow: hidden;
  position: relative;
  transition: border-color 0.24s ease, box-shadow 0.24s ease;
}
.journal-feature:hover {
  border-color: #25305226;
  box-shadow: 0 22px 54px #2a335e1f, inset 0 1px 0 #fff;
}
.journal-feature__link {
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 620px;
  padding: 30px;
  position: relative;
  text-decoration: none;
  z-index: 1;
}
.journal-feature__content {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  justify-content: center;
  max-width: 450px;
  padding: 56px 0 62px;
}
.journal-feature h2 {
  color: #202a48;
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 1.02;
  margin: 0;
}
.journal-feature p {
  color: #69738a;
  font-size: 14px;
  line-height: 1.72;
  margin: 24px 0 0;
}
.journal-feature__footer {
  align-items: center;
  border-top: 1px solid #25305214;
  color: #4e5870;
  display: flex;
  font-size: 11px;
  font-weight: 650;
  justify-content: space-between;
  line-height: 1.4;
  padding-top: 18px;
}
.journal-entry__arrow,
.journal-feature__arrow {
  align-items: center;
  background: #ffffffad;
  border: 1px solid #2530521a;
  border-radius: 50%;
  color: #687188;
  display: inline-flex;
  flex: 0 0 31px;
  font-size: 10px;
  height: 31px;
  justify-content: center;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  width: 31px;
}
.journal-entry__link:focus-visible .journal-entry__arrow,
.journal-entry__link:hover .journal-entry__arrow,
.journal-feature__link:focus-visible .journal-feature__arrow,
.journal-feature__link:hover .journal-feature__arrow {
  background: #fffffff5;
  border-color: #2530522e;
  color: #303a54;
}
.journal-entry__link:focus-visible,
.journal-feature__link:focus-visible {
  border-radius: inherit;
  outline: 2px solid #303a542e;
  outline-offset: -5px;
}
.journal-entry {
  border-top: 1px solid rgba(37, 48, 82, 0.075);
  min-width: 0;
}
.journal-entry:first-child {
  border-top: 0;
}
.journal-entry__link {
  grid-gap: 15px;
  align-items: center;
  color: inherit;
  display: grid;
  gap: 15px;
  grid-template-columns: minmax(0, 1fr) 31px;
  min-width: 0;
  padding: 21px 0;
  text-decoration: none;
}
.journal-entry__content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.journal-entry__title {
  color: #25304e;
  font-size: 18px;
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.25;
}
.journal-entry__description {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #727b90;
  display: -webkit-box;
  font-size: 11.5px;
  line-height: 1.52;
  margin-top: 7px;
  overflow: hidden;
}
.journal-entry__link:focus-visible .journal-entry__title,
.journal-entry__link:hover .journal-entry__title {
  color: #111b39;
}
.journal-entry--dark,
.journal-feature--dark {
  color: #f1f4fa;
}
.journal-feature--dark {
  background: #1e2332c7;
  border-color: #ffffff17;
}
.journal-entry--dark .journal-entry__title,
.journal-feature--dark h2 {
  color: #f4f6fb;
}
.journal-entry--dark .journal-entry__description,
.journal-feature--dark p {
  color: #aab2c4;
}
@media (max-width: 900px) {
  .journal-feature,
  .journal-feature__link {
    min-height: 470px;
  }
  .journal-feature__content {
    max-width: 620px;
    padding: 48px 0 54px;
  }
}
@media (max-width: 520px) {
  .journal-feature,
  .journal-feature__link {
    min-height: 0;
  }
  .journal-feature {
    border-radius: 18px;
  }
  .journal-feature__link {
    padding: 20px;
  }
  .journal-feature__content {
    flex: 0 0 auto;
    justify-content: flex-start;
    padding: 32px 0 34px;
  }
  .journal-feature h2 {
    font-size: 36px;
  }
  .journal-feature p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    font-size: 12.5px;
    line-height: 1.65;
    margin-top: 18px;
    overflow: hidden;
  }
  .journal-feature__footer {
    gap: 12px;
    justify-content: flex-start;
  }
  .journal-entry__link {
    gap: 0;
    grid-template-columns: minmax(0, 1fr);
    padding: 19px 0;
  }
  .journal-entry__title {
    font-size: 16px;
  }
  .journal-entry__title:after {
    color: #8c94a5;
    content: " ↗";
    font-size: 9px;
    font-weight: 600;
  }
  .journal-entry__description {
    font-size: 10.5px;
  }
  .journal-entry__arrow {
    display: none;
  }
}
.talk-header-title {
  font-size: 56px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.talk-header-subtitle {
  margin: 0 0 50px;
}
.subTitle {
  color: #667085;
}
#talks .talk-cards-div {
  grid-gap: 18px;
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
#talks .talk-card-shell {
  grid-column: span 5;
  min-width: 0;
}
#talks .talk-card-shell--lead {
  grid-column: span 7;
  grid-row: span 2;
}
#talks .talk-card-shell:nth-child(4),
#talks .talk-card-shell:nth-child(5) {
  grid-column: span 6;
}
@media (max-width: 1380px) {
  .talk-header-title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  #talks .talk-cards-div {
    gap: 14px;
    grid-template-columns: 1fr;
  }
  #talks .talk-card-shell,
  #talks .talk-card-shell--lead,
  #talks .talk-card-shell:nth-child(4),
  #talks .talk-card-shell:nth-child(5) {
    grid-column: 1;
    grid-row: auto;
  }
  .talk-header-title {
    font-size: 30px;
    text-align: center;
  }
  .talk-header-subtitle {
    font-size: 16px;
    line-height: normal;
    text-align: center;
  }
}
@media (max-width: 480px) {
  #talks .talk-cards-div {
    gap: 12px;
  }
}
@media (min-width: 769px) and (max-width: 1099px) {
  #talks .talk-cards-div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #talks .talk-card-shell,
  #talks .talk-card-shell:nth-child(4),
  #talks .talk-card-shell:nth-child(5) {
    grid-column: span 1;
  }
  #talks .talk-card-shell--lead {
    grid-column: span 2;
    grid-row: auto;
  }
}
.talk-card-shell {
  height: 100%;
}
.media-story {
  background: #ffffffb3;
  border: 1px solid #25305214;
  border-radius: 20px;
  box-shadow: 0 16px 42px #2a335e14, inset 0 1px 0 #fffffff5;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 260px;
  min-width: 0;
  overflow: hidden;
  padding: 22px;
  position: relative;
  transition: border-color 0.24s ease, box-shadow 0.24s ease;
}
.media-story:after {
  background: #fffffff2;
  content: "";
  height: 1px;
  left: 24px;
  position: absolute;
  right: 24px;
  top: 0;
}
.media-story:hover {
  border-color: #25305221;
  box-shadow: 0 20px 48px #2a335e1c, inset 0 1px 0 #fff;
}
.media-story--lead {
  background: #ffffffc7;
  border-color: #2530521c;
  min-height: 538px;
  padding: 30px;
}
.media-story__header {
  align-items: center;
  border-bottom: 1px solid #25305212;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding-bottom: 17px;
}
.media-story__identity {
  align-items: center;
  display: flex;
  gap: 11px;
  min-width: 0;
}
.media-story__icon {
  align-items: center;
  background: #ffffffc2;
  border: 1px solid #25305214;
  border-radius: 11px;
  box-shadow: inset 0 1px 0 #fffffffa;
  color: #59637a;
  display: inline-flex;
  flex: 0 0 38px;
  font-size: 14px;
  height: 38px;
  justify-content: center;
  width: 38px;
}
.media-story--lead .media-story__icon {
  border-radius: 13px;
  flex-basis: 44px;
  font-size: 16px;
  height: 44px;
  width: 44px;
}
.media-story__meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.media-story__type {
  color: #7f8798;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}
.media-story__source {
  color: #4d5871;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.media-story__content {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 20px 0;
}
.media-story--lead .media-story__content {
  max-width: 620px;
  padding: 54px 0 48px;
}
.media-story__title {
  color: #202a48;
  font-size: 19px;
  font-weight: 650;
  letter-spacing: -0.032em;
  line-height: 1.25;
  margin: 0;
}
.media-story--lead .media-story__title {
  font-size: clamp(28px, 3vw, 38px);
  letter-spacing: -0.045em;
  line-height: 1.12;
  max-width: 590px;
}
.media-story__description {
  color: #69738a;
  font-size: 12.5px;
  line-height: 1.62;
  margin: 12px 0 0;
}
.media-story--lead .media-story__description {
  font-size: 14px;
  line-height: 1.68;
  margin-top: 18px;
  max-width: 590px;
}
.media-story--lead
  .media-story__description.expandable-card-text:not(.is-expanded) {
  -webkit-line-clamp: 5;
}
.media-story__content .expandable-card-toggle {
  color: #697287;
}
.media-story__links {
  align-items: center;
  border-top: 1px solid #25305212;
  display: flex;
  gap: 8px 20px;
  justify-content: space-between;
  padding-top: 15px;
}
.media-story__link {
  align-items: center;
  color: #667087;
  display: inline-flex;
  font-size: 11px;
  font-weight: 600;
  gap: 5px;
  line-height: 1.4;
  min-width: 0;
  text-decoration: underline;
  text-decoration-color: #66708747;
  text-underline-offset: 4px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
.media-story__link span {
  font-size: 9px;
  text-decoration: none;
}
.media-story__link:focus-visible,
.media-story__link:hover {
  color: #303a54;
  text-decoration-color: initial;
}
.media-story__link:focus-visible {
  border-radius: 2px;
  outline: 2px solid #303a542e;
  outline-offset: 5px;
}
.media-story__link--article {
  color: #4e5870;
  text-align: right;
}
.media-story--dark {
  background: #1e2332c7;
  border-color: #ffffff17;
  color: #f1f4fa;
}
.media-story--dark .media-story__source,
.media-story--dark .media-story__title {
  color: #f4f6fb;
}
.media-story--dark .media-story__description,
.media-story--dark .media-story__link {
  color: #aab2c4;
}
.media-story--dark .media-story__header,
.media-story--dark .media-story__links {
  border-color: #ffffff14;
}
@media (max-width: 1099px) {
  .media-story--lead {
    min-height: 370px;
  }
  .media-story--lead .media-story__content {
    padding: 38px 0 34px;
  }
}
@media (max-width: 768px) {
  .media-story,
  .media-story--lead {
    border-radius: 18px;
    min-height: 0;
    padding: 18px;
  }
  .media-story__header {
    padding-bottom: 14px;
  }
  .media-story--lead .media-story__icon {
    flex-basis: 40px;
    height: 40px;
    width: 40px;
  }
  .media-story--lead .media-story__content,
  .media-story__content {
    max-width: none;
    padding: 24px 0;
  }
  .media-story--lead .media-story__title,
  .media-story__title {
    font-size: 20px;
    line-height: 1.24;
    max-width: none;
  }
  .media-story--lead .media-story__description,
  .media-story__description {
    font-size: 12.5px;
    line-height: 1.62;
    margin-top: 12px;
    max-width: none;
  }
  .media-story--lead
    .media-story__description.expandable-card-text:not(.is-expanded) {
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 420px) {
  .media-story__links {
    flex-wrap: wrap;
    gap: 10px 14px;
    justify-content: flex-start;
  }
  .media-story__link {
    font-size: 10.5px;
  }
}
.education-heading {
  font-size: 56px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
#education .education-section-header {
  margin-bottom: 34px;
}
#education .education-timeline {
  background: #ffffff94;
  border: 1px solid rgba(37, 48, 82, 0.085);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(42, 51, 94, 0.075), inset 0 1px 0 #fffffff5;
  overflow: hidden;
}
.education-timeline--dark {
  background: #1e2332b8 !important;
  border-color: #ffffff17 !important;
}
@media (max-width: 1380px) {
  .education-heading {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  #education .education-section-header {
    margin-bottom: 26px;
  }
  .education-heading {
    font-size: 30px;
    text-align: left;
  }
  #education .education-timeline {
    border-radius: 18px;
  }
}
.academic-entry {
  grid-gap: 22px;
  align-items: stretch;
  display: grid;
  gap: 22px;
  grid-template-columns: 84px minmax(0, 1fr);
  min-width: 0;
  padding: 30px 34px;
  position: relative;
}
.academic-entry + .academic-entry {
  border-top: 1px solid rgba(37, 48, 82, 0.075);
}
.academic-entry__marker {
  display: flex;
}
.academic-entry__logo-shell,
.academic-entry__marker {
  align-items: center;
  justify-content: center;
  position: relative;
}
.academic-entry__logo-shell {
  background: #ffffffe6;
  border: 1px solid #25305214;
  border-radius: 19px;
  box-shadow: 0 12px 28px #2a335e1c, inset 0 1px 0 #fff;
  display: inline-flex;
  height: 72px;
  width: 72px;
  z-index: 1;
}
.academic-entry__logo {
  display: block;
  height: 56px;
  object-fit: contain;
  width: 56px;
}
.academic-entry__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 4px 0;
}
.academic-entry__credential {
  align-self: flex-start;
  background: #ffffff8f;
  border: 1px solid rgba(37, 48, 82, 0.085);
  border-radius: 7px;
  color: #687188;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.09em;
  line-height: 1.2;
  margin-bottom: 7px;
  padding: 4px 7px;
  text-transform: uppercase;
}
.academic-entry h2 {
  color: #202a48;
  font-size: clamp(21px, 2.2vw, 28px);
  font-weight: 650;
  letter-spacing: -0.038em;
  line-height: 1.18;
  margin: 0;
}
.academic-entry__degree {
  color: #5c6780;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  margin: 7px 0 0;
}
.academic-entry__meta {
  align-items: center;
  color: #7a8397;
  display: flex;
  flex-wrap: wrap;
  font-size: 10.5px;
  gap: 8px 22px;
  line-height: 1.45;
  margin-top: 13px;
}
.academic-entry__meta span {
  align-items: center;
  display: inline-flex;
  gap: 7px;
}
.academic-entry__meta i {
  color: #9299a9;
  font-size: 9px;
  text-align: center;
  width: 11px;
}
.academic-entry__bullets ul {
  margin: 13px 0 0;
  padding-left: 18px;
}
.academic-entry--dark {
  color: #f1f4fa;
}
.academic-entry--dark + .academic-entry--dark {
  border-color: #ffffff14;
}
.academic-entry--dark h2 {
  color: #f4f6fb;
}
.academic-entry--dark .academic-entry__degree,
.academic-entry--dark .academic-entry__meta {
  color: #aab2c4;
}
@media (max-width: 768px) {
  .academic-entry {
    gap: 14px;
    grid-template-columns: 62px minmax(0, 1fr);
    padding: 22px 20px;
  }
  .academic-entry__marker {
    grid-column: 1;
  }
  .academic-entry__logo-shell {
    border-radius: 16px;
    height: 58px;
    width: 58px;
  }
  .academic-entry__logo {
    height: 46px;
    width: 46px;
  }
  .academic-entry__content {
    grid-column: 2;
    padding: 0;
  }
  .academic-entry h2 {
    font-size: 19px;
    line-height: 1.22;
  }
  .academic-entry__degree {
    font-size: 11.5px;
  }
  .academic-entry__meta {
    font-size: 9.5px;
    gap: 7px 14px;
    margin-top: 11px;
  }
}
@media (max-width: 420px) {
  .academic-entry {
    gap: 12px;
    grid-template-columns: 54px minmax(0, 1fr);
    padding: 20px 16px;
  }
  .academic-entry__logo-shell {
    border-radius: 14px;
    height: 52px;
    width: 52px;
  }
  .academic-entry__logo {
    height: 41px;
    width: 41px;
  }
  .academic-entry h2 {
    font-size: 17px;
  }
  .academic-entry__credential {
    margin-bottom: 6px;
  }
}
#topButton {
  background-color: #5b5cf0;
  border: none;
  border-radius: 15px;
  bottom: 20px;
  color: #fff;
  cursor: pointer;
  font-size: 25px;
  outline: none;
  padding: 15px;
  position: fixed;
  right: 30px;
  visibility: hidden;
  z-index: 99;
}
#topButton:hover {
  background-color: #111a35;
  transition: all 0.2s ease-in-out;
}
.site-shell #contact.contact-margin-top {
  margin-top: 112px;
  padding-bottom: 72px;
}
.site-shell #contact.contact-margin-top:after {
  display: none;
}
.site-shell #contact .contact-div-main {
  grid-gap: 36px 64px;
  align-items: end;
  background: #0000;
  border-top: 1px solid #2530521a;
  display: grid;
  gap: 36px 64px;
  grid-template-areas: "intro primary" "links links";
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  min-width: 0;
  padding: 42px 0 0;
}
.site-shell #contact .contact-header {
  grid-area: intro;
  min-width: 0;
}
.site-shell #contact .contact-title {
  margin-bottom: 15px;
}
.site-shell #contact .contact-subtitle {
  margin: 0;
  max-width: 500px;
}
.site-shell #contact .contact-primary-actions {
  grid-gap: 10px;
  align-self: end;
  display: grid;
  gap: 10px;
  grid-area: primary;
  min-width: 0;
}
.site-shell #contact .contact-detail,
.site-shell #contact .contact-detail-email {
  align-items: center;
  border-bottom: 1px solid #2530521a;
  border-top: 1px solid #2530521a;
  color: #303a56;
  display: flex;
  font-size: clamp(20px, 2.35vw, 30px);
  font-weight: 500;
  gap: 20px;
  justify-content: space-between;
  letter-spacing: -0.035em;
  line-height: 1.25;
  margin: 0;
  min-width: 0;
  padding: 17px 0;
  text-decoration: none;
  text-shadow: none;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.site-shell #contact .contact-detail + .contact-detail-email {
  border-top: 0;
}
.site-shell #contact .contact-detail span,
.site-shell #contact .contact-detail-email span {
  min-width: 0;
  overflow-wrap: anywhere;
}
.site-shell #contact .contact-detail i,
.site-shell #contact .contact-detail-email i {
  align-items: center;
  background: #ffffff9e;
  border: 1px solid #2530521a;
  border-radius: 12px;
  box-shadow: 0 8px 20px #2a335e0f, inset 0 1px 0 #fffffff0;
  color: #667086;
  display: inline-flex;
  flex: 0 0 38px;
  font-size: 11px;
  height: 38px;
  justify-content: center;
  transform: rotate(45deg);
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  width: 38px;
}
.site-shell #contact .contact-detail-email:focus-visible,
.site-shell #contact .contact-detail-email:hover,
.site-shell #contact .contact-detail:focus-visible,
.site-shell #contact .contact-detail:hover {
  border-color: #2530522e;
  color: #171f37;
  text-shadow: none;
}
.site-shell #contact .contact-detail-email:focus-visible i,
.site-shell #contact .contact-detail-email:hover i,
.site-shell #contact .contact-detail:focus-visible i,
.site-shell #contact .contact-detail:hover i {
  background: #ffffffeb;
  border-color: #25305229;
  color: #303a55;
}
.site-shell #contact .contact-text-div {
  grid-area: links;
  margin: 4px 0 0;
  min-width: 0;
  padding-top: 5px;
}
.site-shell
  #contact
  .contact-text-div
  .social-media-div:has(.icon-button-with-label) {
  grid-gap: 0 28px;
  display: grid;
  gap: 0 28px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
}
.site-shell #contact .contact-text-div .icon-button-with-label,
.site-shell #contact .contact-text-div .icon-button-with-label:hover {
  align-items: center;
  background: #0000 !important;
  border: 0;
  border-bottom: 1px solid rgba(37, 48, 82, 0.075);
  border-radius: 0;
  box-shadow: none;
  color: #606a80;
  display: flex;
  gap: 10px;
  min-width: 0;
  opacity: 1;
  padding: 13px 0;
  text-decoration: none;
  transform: none;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.site-shell #contact .contact-text-div .icon-button-with-label i {
  align-items: center;
  background: #ffffff94 !important;
  border: 1px solid #25305214;
  border-radius: 9px !important;
  box-shadow: inset 0 1px 0 #ffffffe6;
  color: #657086 !important;
  display: inline-flex;
  flex: 0 0 28px;
  font-size: 10px;
  height: 28px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  width: 28px;
}
.site-shell #contact .contact-text-div .icon-button-with-label .social-label {
  color: #606a80 !important;
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.4;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.site-shell #contact .contact-text-div .icon-button-with-label:after {
  color: #9aa2b1;
  content: "↗";
  font-size: 9px;
  margin-left: auto;
}
.site-shell #contact .contact-text-div .icon-button-with-label:focus-visible,
.site-shell #contact .contact-text-div .icon-button-with-label:hover {
  border-color: #25305226;
  color: #303a55;
}
.site-shell
  #contact
  .contact-text-div
  .icon-button-with-label:focus-visible
  .social-label,
.site-shell
  #contact
  .contact-text-div
  .icon-button-with-label:hover
  .social-label {
  color: #303a55 !important;
}
.site-shell #contact .contact-div-main--dark {
  border-color: #ffffff17;
}
@media (max-width: 900px) {
  .site-shell #contact .contact-div-main {
    gap: 28px;
    grid-template-areas: "intro" "primary" "links";
    grid-template-columns: 1fr;
  }
  .site-shell
    #contact
    .contact-text-div
    .social-media-div:has(.icon-button-with-label) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .site-shell #contact.contact-margin-top {
    margin-top: 84px;
    padding-bottom: 54px;
  }
  .site-shell #contact .contact-div-main {
    gap: 24px;
    padding-top: 30px;
  }
  .site-shell #contact .contact-subtitle {
    margin: 0;
  }
  .site-shell #contact .contact-detail,
  .site-shell #contact .contact-detail-email {
    font-size: clamp(16px, 4.6vw, 20px);
    gap: 13px;
    padding: 14px 0;
  }
  .site-shell #contact .contact-detail i,
  .site-shell #contact .contact-detail-email i {
    border-radius: 10px;
    flex-basis: 34px;
    font-size: 10px;
    height: 34px;
    width: 34px;
  }
  .site-shell
    #contact
    .contact-text-div
    .social-media-div:has(.icon-button-with-label) {
    gap: 0 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .site-shell #contact .contact-text-div .icon-button-with-label {
    padding: 12px 0;
  }
  .site-shell #contact .contact-text-div .icon-button-with-label .social-label {
    font-size: 10.5px;
  }
}
@media (max-width: 360px) {
  .site-shell
    #contact
    .contact-text-div
    .social-media-div:has(.icon-button-with-label) {
    grid-template-columns: 1fr;
  }
}
.sk-circle {
  height: 40px;
  margin: 100px auto;
  position: relative;
  width: 40px;
}
.sk-circle .sk-child {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.sk-circle .sk-child:before {
  animation: sk-circleBounceDelay 1.2s ease-in-out infinite both;
  background-color: #17213d;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15%;
  margin: 0 auto;
  width: 15%;
}
.sk-circle .sk-circle2 {
  transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
  transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
  transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
  transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
  transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
  transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
  transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
  transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
  transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
  transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
  transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
  animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
  animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
  animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
  animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
  animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
  animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
  animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
  animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
  animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
  animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
  animation-delay: -0.1s;
}
@keyframes sk-circleBounceDelay {
  0%,
  80%,
  to {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
#leadership .leadership-grid {
  grid-gap: 18px;
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
#leadership .leadership-card {
  background: #ffffffa3;
  border: 1px solid #25305214;
  border-radius: 20px;
  box-shadow: 0 14px 36px #2a335e12, inset 0 1px 0 #fffffff0;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 24px;
  transition: border-color 0.24s ease, box-shadow 0.24s ease;
}
#leadership .leadership-card:hover {
  border-color: #25305221;
  box-shadow: 0 18px 42px #2a335e1a, inset 0 1px 0 #fff;
}
#leadership .leadership-card-header {
  grid-gap: 14px;
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 50px minmax(0, 1fr);
}
#leadership .leadership-card-icon {
  align-items: center;
  background: #ffffffb8;
  border: 1px solid #25305212;
  border-radius: 14px;
  box-shadow: inset 0 1px 0 #fffffff5;
  color: #4f5971;
  display: flex;
  font-size: 17px;
  height: 50px;
  justify-content: center;
  width: 50px;
}
#leadership .leadership-card-heading {
  min-width: 0;
}
#leadership .leadership-category {
  color: #7a8398;
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.085em;
  line-height: 1.35;
  margin-bottom: 4px;
  text-transform: uppercase;
}
#leadership .leadership-card-heading h2 {
  color: #202a48;
  font-size: 20px;
  font-weight: 650;
  letter-spacing: -0.028em;
  line-height: 1.25;
  margin: 0;
}
#leadership .leadership-card-heading p {
  color: #68728a;
  font-size: 12px;
  line-height: 1.45;
  margin: 4px 0 0;
}
#leadership .leadership-meta {
  align-items: center;
  border-bottom: 1px solid #25305212;
  border-top: 1px solid #25305212;
  color: #657087;
  display: flex;
  flex-wrap: wrap;
  font-size: 10.5px;
  gap: 8px 18px;
  justify-content: flex-start;
  line-height: 1.45;
  margin: 18px 0 0;
  padding: 13px 0;
}
#leadership .leadership-meta span {
  align-items: center;
  display: inline-flex;
  gap: 6px;
}
#leadership .leadership-meta i {
  color: #8a92a4;
  font-size: 10px;
  text-align: center;
  width: 12px;
}
#leadership .leadership-impact {
  margin-top: 17px;
}
#leadership .leadership-impact .impact-title {
  color: #657087;
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.085em;
  line-height: 1.4;
  text-transform: uppercase;
}
#leadership .leadership-impact ul {
  list-style: none;
  margin: 11px 0 0;
  padding: 0;
}
#leadership .leadership-impact li {
  color: #5f6981;
  font-size: 12.5px;
  line-height: 1.62;
  margin: 0;
  padding-left: 16px;
  position: relative;
}
#leadership .leadership-impact li + li {
  margin-top: 8px;
}
#leadership .leadership-impact li:before {
  background: #9ca4b5;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 1px;
  position: absolute;
  top: 0.72em;
  width: 4px;
}
#leadership .dark-mode.leadership-card {
  background: #1e2332c7;
  border-color: #ffffff17;
  color: #f1f4fa;
}
#leadership .dark-mode.leadership-card .leadership-card-heading h2 {
  color: #f4f6fb;
}
#leadership .dark-mode.leadership-card .leadership-card-heading p,
#leadership .dark-mode.leadership-card .leadership-impact li,
#leadership .dark-mode.leadership-card .leadership-meta {
  color: #aab2c4;
}
.research-section {
  padding: 0 8px;
}
.research-main-div {
  margin: 0;
  max-width: none;
}
.research-header {
  margin-bottom: 26px;
  text-align: left;
}
.research-header h1 {
  color: #17213d;
}
.research-header p {
  color: #68728d;
}
.research-card {
  background: #ffffffa3;
  border: 1px solid #25305214;
  border-radius: 20px;
  box-shadow: 0 14px 36px #2a335e12, inset 0 1px 0 #fffffff0;
  padding: 28px;
}
.research-card-type {
  color: #5b5cf0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.research-card h2 {
  color: #17213d;
  font-size: 25px;
  line-height: 1.3;
  margin: 10px 0 8px;
}
.research-card-venue,
.research-card-authors {
  color: #68728d;
  font-size: 14px;
  line-height: 1.6;
}
.research-card-description {
  color: #3e4863;
  line-height: 1.7;
  margin: 22px 0 14px;
}
.research-card-highlights {
  color: #3e4863;
  display: grid;
  gap: 8px 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  line-height: 1.5;
  margin: 0 0 20px;
  padding-left: 20px;
}
.research-card-links {
  margin-top: 18px;
}
.research-card-links a {
  color: #5b5cf0;
  font-weight: 700;
  text-decoration: none;
}
.research-section.dark-mode .research-header h1,
.research-section.dark-mode .research-card h2 {
  color: #f4f6fb;
}
.research-section.dark-mode .research-header p,
.research-section.dark-mode .research-card-venue,
.research-section.dark-mode .research-card-authors,
.research-section.dark-mode .research-card-description,
.research-section.dark-mode .research-card-highlights {
  color: #aab2c4;
}
.research-section.dark-mode .research-card {
  background: #1e2332c7;
  border-color: #ffffff17;
}
@media (max-width: 768px) {
  #leadership .leadership-grid {
    gap: 14px;
    grid-template-columns: 1fr;
  }
  #leadership .leadership-card {
    border-radius: 18px;
    padding: 18px;
  }
  #leadership .leadership-card-header {
    gap: 12px;
    grid-template-columns: 46px minmax(0, 1fr);
  }
  #leadership .leadership-card-icon {
    border-radius: 13px;
    font-size: 16px;
    height: 46px;
    width: 46px;
  }
  #leadership .leadership-card-heading h2 {
    font-size: 18px;
  }
  #leadership .leadership-meta {
    gap: 7px 14px;
    margin-top: 15px;
    padding: 11px 0;
  }
  #leadership .leadership-impact {
    margin-top: 15px;
  }
  #leadership .leadership-impact li {
    font-size: 12px;
  }
  .research-section {
    padding: 0 8px;
  }
  .research-card {
    border-radius: 18px;
    padding: 20px;
  }
  .research-card h2 {
    font-size: 20px;
  }
  .research-card-highlights {
    grid-template-columns: 1fr;
  }
}
.dark-mode {
  background-color: #171c28;
  color: #fff;
  transition: "0.1s";
}
.site-shell > div:not(.headroom-wrapper) {
  position: relative;
}
.site-shell .education-section,
.site-shell .experience-container,
.site-shell .main {
  margin: 112px auto 0;
  max-width: 1240px;
  padding: 0 8px;
  width: calc(100% - 40px);
}
.site-shell .experience-container {
  margin-top: 0;
}
.site-shell #achievements,
.site-shell #blogs,
.site-shell #contact,
.site-shell #education,
.site-shell #experience,
.site-shell #general_projects,
.site-shell #leadership,
.site-shell #problem_setting,
.site-shell #problem_solving,
.site-shell #skills,
.site-shell #talks {
  scroll-margin-top: 110px;
}
.site-shell .achievement-heading,
.site-shell .blog-header-text,
.site-shell .contact-title,
.site-shell .education-heading,
.site-shell .experience-heading,
.site-shell .project-heading,
.site-shell .skills-heading,
.site-shell .talk-header-title {
  text-wrap: balance;
  color: #111a35;
  font-size: clamp(40px, 4vw, 52px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.08;
  margin: 0 0 16px;
}
.site-shell .achievement-subtitle,
.site-shell .blog-subtitle,
.site-shell .contact-subtitle,
.site-shell .project-subtitle,
.site-shell .skills-text-subtitle,
.site-shell .talk-header-subtitle {
  color: #687187 !important;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.005em;
  line-height: 1.65;
  margin: 0 0 38px;
  max-width: 720px;
  position: relative;
  text-align: left;
}
.site-shell .achievement-subtitle:empty,
.site-shell .blog-subtitle:empty,
.site-shell .contact-subtitle:empty,
.site-shell .project-subtitle:empty,
.site-shell .skills-text-subtitle:empty,
.site-shell .talk-header-subtitle:empty {
  display: none;
}
.site-shell .achievement-cards-div,
.site-shell .blog-text-div,
.site-shell .project-cards-div,
.site-shell .projects-container,
.site-shell .talk-cards-div {
  gap: 22px;
}
.site-shell .blog-container,
.site-shell .certificate-card,
.site-shell .project-card,
.site-shell .rectangle {
  backdrop-filter: blur(18px) saturate(120%);
  -webkit-backdrop-filter: blur(18px) saturate(120%);
  background: #ffffffa8;
  border: 1px solid #ffffffd6;
  border-radius: 24px;
  box-shadow: 0 20px 54px #2a335e1a, inset 0 1px 0 #fffffff0;
  overflow: hidden;
  position: relative;
  transition: transform 0.28s ease, box-shadow 0.28s ease,
    border-color 0.28s ease;
}
.site-shell .blog-container:hover,
.site-shell .certificate-card:hover,
.site-shell .project-card:hover,
.site-shell .rectangle:hover {
  border-color: #fff;
  box-shadow: 0 28px 68px #2a335e26, inset 0 1px 0 #fff;
  transform: none;
}
.site-shell .card-title {
  color: #202a48;
  font-size: 21px;
  letter-spacing: -0.025em;
  line-height: 1.3;
}
.site-shell .card-subtitle {
  color: #67718a;
  font-size: 15px;
  line-height: 1.65;
}
.site-shell .professional-experience-card {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  background: #0000;
  border: 1px solid #25305214;
  border-radius: 20px;
  box-shadow: none;
  margin-bottom: 24px;
  overflow: hidden;
}
.site-shell .professional-experience-card:hover {
  border-color: #2530521f;
  box-shadow: none;
  transform: none;
}
.site-shell .company-header {
  background: #0000;
  border-bottom: 1px solid #5c69951a;
  padding: 24px 28px;
}
.site-shell .company-logo {
  background: #ffffffb8;
  border: 1px solid #fffffff0;
  border-radius: 16px;
  box-shadow: 0 10px 26px #2a335e1f;
  height: 64px;
  padding: 5px;
  width: 64px;
}
.site-shell .project-name i {
  color: #7b8499;
  font-size: 11px;
}
.site-shell .role-links {
  border-top: 1px solid #5c69951a;
  gap: 6px 14px;
  margin-top: 14px;
  padding-top: 12px;
}
.site-shell .company-links {
  border-top-color: #5c69951a;
  gap: 6px 14px;
  padding: 12px 28px 18px;
}
.site-shell .company-link,
.site-shell .company-link.dark-mode-link,
.site-shell .role-link,
.site-shell .role-link.dark-mode-link {
  background: #0000 !important;
  border: 0;
  border-bottom: 1px solid #5658df42;
  border-radius: 0;
  box-shadow: none;
  color: #5658df !important;
  font-size: 11px;
  font-weight: 500;
  gap: 0;
  line-height: 1.45;
  padding: 0 0 2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.site-shell .company-link i,
.site-shell .role-link i {
  display: none;
}
.site-shell .company-link:after,
.site-shell .role-link:after {
  content: "↗";
  font-size: 10px;
  margin-left: 4px;
}
.site-shell .company-link.dark-mode-link:hover,
.site-shell .company-link:hover,
.site-shell .role-link.dark-mode-link:hover,
.site-shell .role-link:hover {
  background: #0000 !important;
  border-color: currentColor;
  box-shadow: none;
  color: #3f41bd !important;
  transform: none;
}
.site-shell .company-name {
  color: #202a48;
  font-size: 25px;
  letter-spacing: -0.035em;
}
.site-shell .overall-title {
  color: #5658df;
  font-size: 15px;
}
.site-shell .company-duration,
.site-shell .company-location,
.site-shell .role-duration-text {
  color: #768099;
  font-size: 12px;
}
.site-shell .company-duration i,
.site-shell .company-location i,
.site-shell .role-duration-text i {
  color: #7b8499;
}
.site-shell .role-item {
  border-bottom-color: #5c69951a;
  padding: 26px 30px 28px;
}
.site-shell .role-title {
  color: #27314e;
  font-size: 19px;
  letter-spacing: -0.02em;
}
.site-shell .project-name {
  background: #0000;
  border: 0;
  border-radius: 0;
  color: #667089;
  font-size: 13px;
  font-weight: 500;
  gap: 6px;
  letter-spacing: 0;
  margin: 7px 0 4px;
  padding: 0;
}
.site-shell .bullet-point {
  color: #5e6881;
  font-size: 14px;
  line-height: 1.75;
}
.site-shell .bullet-point:before {
  color: #8a93a7;
}
.site-shell .bullet-highlight {
  color: #303b5c;
  font-weight: 700;
}
.site-shell .company-link,
.site-shell .role-link {
  background: #5b5cf012;
  border-color: #5b5cf029;
  color: #5658df;
}
.site-shell .certificate-card,
.site-shell .project-card {
  min-height: 390px;
  padding: 24px;
}
.site-shell .certificate-image-div,
.site-shell .project-image,
.site-shell .project-image-div {
  background: #ffffff80;
  border: 1px solid #fffc;
  border-radius: 18px;
}
.site-shell .certificate-image-div {
  height: 190px;
}
.site-shell .project-image {
  height: 210px;
}
.site-shell .project-image-div {
  height: 112px;
}
.site-shell .card-image {
  border-radius: 16px;
  max-height: 82%;
  max-width: 82%;
}
.site-shell .project-icon {
  filter: drop-shadow(0 10px 18px rgba(41, 51, 95, 0.14));
  height: 68px;
  width: 68px;
}
.site-shell .certificate-detail-div,
.site-shell .project-detail,
.site-shell .project-detail-div {
  padding-top: 24px;
}
.site-shell .tech-tag {
  background: #fff9;
  border: 1px solid #ffffffeb;
  border-radius: 9px;
  box-shadow: inset 0 1px 0 #ffffffe0;
  color: #58627d;
  padding: 6px 9px;
}
.site-shell .project-card-footer {
  border-top-color: #5c69951a;
}
.site-shell .certificate-card-footer {
  border-top: 1px solid #5c69951a;
  flex-shrink: 0;
  margin-top: 18px;
  padding-top: 12px;
}
.site-shell .certificate-card-footer span.certificate-tag,
.site-shell .project-card-footer span.project-tag {
  background: #5b5cf014;
  border: 1px solid #5b5cf024;
  border-radius: 9px;
  color: #5153d4;
  cursor: pointer;
  height: auto;
  padding: 7px 11px;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease,
    box-shadow 0.2s ease, transform 0.2s ease;
}
.site-shell .certificate-card-footer span.certificate-tag:hover,
.site-shell .project-card-footer span.project-tag:hover {
  background: #5b5cf0;
  border-color: #5b5cf0;
  box-shadow: 0 7px 16px #494bd138;
  color: #fff;
  transform: translateY(-2px);
}
.site-shell .project-bottom-content {
  gap: 10px;
  padding-top: 16px;
}
.site-shell .project-technologies {
  gap: 2px 0;
}
.site-shell .project-technologies .tech-tag {
  background: #0000;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #68728a;
  font-size: 11px;
  line-height: 1.5;
  padding: 0;
}
.site-shell .project-technologies .tech-tag:not(:last-child):after {
  color: #a1a8ba;
  content: "·";
  margin: 0 7px;
}
.site-shell .project-card-footer {
  gap: 6px 14px;
  margin-top: 12px;
  padding-top: 12px;
}
.site-shell .project-card-footer span.project-tag {
  background: #0000;
  border: 0;
  border-bottom: 1px solid #5658df42;
  border-radius: 0;
  box-shadow: none;
  color: #5658df;
  font-size: 11px;
  height: auto;
  line-height: 1.45;
  margin: 0;
  padding: 0 0 2px;
}
.site-shell .project-card-footer span.project-tag:after {
  content: "↗";
  font-size: 10px;
  margin-left: 4px;
}
.site-shell .project-card-footer span.project-tag:hover {
  background: #0000;
  border-color: currentColor;
  box-shadow: none;
  color: #3f41bd;
  transform: none;
}
.site-shell .certificate-card-footer {
  gap: 6px 14px;
}
.site-shell .certificate-card-footer span.certificate-tag {
  background: #0000;
  border: 0;
  border-bottom: 1px solid #5658df42;
  border-radius: 0;
  box-shadow: none;
  color: #5658df;
  font-size: 11px;
  height: auto;
  line-height: 1.45;
  margin: 0;
  padding: 0 0 2px;
}
.site-shell .certificate-card-footer span.certificate-tag:after {
  content: "↗";
  font-size: 10px;
  margin-left: 4px;
}
.site-shell .certificate-card-footer span.certificate-tag:hover {
  background: #0000;
  border-color: currentColor;
  box-shadow: none;
  color: #3f41bd;
  transform: none;
}
.site-shell .leadership-impact .impact-title {
  color: #424d6c;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.site-shell .skills-main-div,
.site-shell .skills-text-div {
  padding: 0 !important;
}
.site-shell .skills-columns-container {
  background: #0000;
  border: 0;
  border-radius: 0;
  gap: 22px !important;
  padding: 0;
}
.site-shell .skills-left-column,
.site-shell .skills-mobile-column,
.site-shell .skills-right-column {
  min-width: 0 !important;
}
.site-shell .skills-text > div {
  background: #0000;
  border: 0;
  border-bottom: 1px solid rgba(37, 48, 82, 0.055);
  border-radius: 0;
  margin-bottom: 0 !important;
  padding: 20px 0 24px;
}
.site-shell .skills-text > div:first-child {
  padding-top: 0;
}
.site-shell .skills-text > div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.site-shell .skills-text > div > div:first-child {
  color: #5456d9 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
}
.site-shell .skills-text > div > div:last-child > span {
  background: #ffffffb8 !important;
  border: 1px solid #ffffffeb !important;
  border-radius: 9px !important;
  box-shadow: 0 6px 16px #2a335e0f;
  color: #4f5975 !important;
  margin: 3px !important;
  padding: 7px 10px !important;
}
.site-shell .skills-text > div > div:last-child > span i {
  color: #59627a !important;
}
.site-shell .education-card-container {
  gap: 18px;
  padding-top: 0;
}
.site-shell .education-card {
  align-items: center;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  background: #0000;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 24px 0;
}
.site-shell .education-card + .education-card {
  border-top: 1px solid #2530521a;
}
.site-shell .education-card-border {
  display: none;
}
.site-shell .education-roundedimg {
  background: #ffffffb8;
  border: 1px solid #fffffff0;
  border-radius: 20px;
  box-shadow: 0 12px 28px #2a335e1f;
  height: 78px;
  padding: 7px;
  width: 78px;
}
.site-shell .education-card-right {
  max-width: none;
}
.site-shell .education-text-school {
  color: #202a48;
  font-size: 24px;
  height: auto;
  letter-spacing: -0.03em;
  line-height: 1.25;
  overflow: visible;
}
.site-shell .education-text-desc,
.site-shell .education-text-duration,
.site-shell .education-text-subHeader {
  color: #65708a;
  font-size: 14px;
}
.site-shell .rectangle {
  margin-top: 0;
  min-height: 310px;
  padding: 24px;
}
.site-shell .card-footer-button-div,
.site-shell .talk-card-header {
  border-color: #5c69951a;
}
.site-shell .talk-icon {
  background: #5b5cf014;
  border: 1px solid #5b5cf024;
  border-radius: 10px;
  box-shadow: none;
  color: #5658df;
  height: 36px;
  width: 36px;
}
.site-shell .talk-type {
  color: #5a5cdf;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.site-shell .talk-card-title {
  color: #253052;
  letter-spacing: -0.025em;
}
.site-shell .talk-card-subtitle {
  color: #68728b;
}
.site-shell .talk-button {
  background: #0000;
  border: 0;
  border-bottom: 1px solid #5456d842;
  border-radius: 0;
  color: #5456d8;
  flex: 0 0 auto;
  font-size: 11px;
  line-height: 1.45;
  min-height: 0;
  padding: 0 0 2px;
}
.site-shell .talk-button:hover {
  background: #0000;
  border-color: currentColor;
  color: #3f41bd;
  transform: none;
}
.site-shell .card-footer-button-div {
  flex-direction: row;
  gap: 18px;
  justify-content: flex-start;
  padding-top: 13px;
}
.site-shell .blog-container {
  height: 220px;
}
.site-shell .blog-card:before {
  background: #6f70f429;
  border-radius: 50%;
  height: 82px;
  right: -28px;
  top: -28px;
  transform: scale(1);
  transition: transform 0.3s ease;
  width: 82px;
}
.site-shell .blog-card:hover:before {
  transform: scale(1.4);
}
.site-shell .blog-title {
  color: #253052;
  letter-spacing: -0.025em;
}
.site-shell .blog-card:hover > .small {
  color: #67718a;
}
.site-shell .blog-card:hover > h3 {
  color: #4f50d8;
}
.site-shell .go-corner {
  background: linear-gradient(145deg, #6869f1, #5556dc);
}
.site-shell .contact-margin-top {
  margin-top: 112px;
  padding-bottom: 56px;
}
.site-shell .contact-margin-top:after {
  background: #25305224;
  border-radius: 999px;
  content: "";
  display: block;
  height: 2px;
  margin: 72px auto 0;
  width: 44px;
}
.site-shell .contact-div-main {
  align-items: center;
  background: #0000;
  border: 0;
  border-radius: 0;
  gap: 36px;
  overflow: visible;
  padding: 0;
}
.site-shell .contact-detail,
.site-shell .contact-detail-email {
  color: #3d4869;
  font-size: clamp(18px, 2.5vw, 30px);
  font-weight: 600;
  letter-spacing: -0.035em;
}
.site-shell .contact-detail-email:hover,
.site-shell .contact-detail:hover {
  color: #5658df;
  text-shadow: none;
}
.site-shell .contact-text-div .social-media-div {
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.site-shell .contact-text-div .icon-button-with-label {
  background: #ffffff94;
  border: 1px solid #ffffffe6;
  border-radius: 12px;
  box-shadow: 0 8px 20px #2a335e12;
  color: #53607c;
}
.site-shell .contact-text-div .icon-button-with-label .social-label,
.site-shell .contact-text-div .icon-button-with-label i {
  color: #53607c !important;
}
.site-shell .contact-text-div .icon-button-with-label:hover {
  background: #ffffffe6;
  box-shadow: 0 12px 26px #2a335e1f;
}
.site-shell #topButton {
  backdrop-filter: blur(16px) saturate(115%);
  -webkit-backdrop-filter: blur(16px) saturate(115%);
  background: #ffffffc7;
  border: 1px solid #2530521f;
  border-radius: 14px;
  box-shadow: 0 11px 26px #2a335e1f, inset 0 1px 0 #fffffff5;
  color: #5f697f;
  font-size: 14px;
  height: 44px;
  padding: 0;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease,
    box-shadow 0.2s ease;
  width: 44px;
}
.site-shell #topButton:focus-visible,
.site-shell #topButton:hover {
  background: #fffffff5;
  border-color: #2530522e;
  box-shadow: 0 14px 30px #2a335e29, inset 0 1px 0 #fff;
  color: #303a55;
}
@media (min-width: 1100px) {
  .site-shell .achievement-cards-div,
  .site-shell .blog-text-div,
  .site-shell .project-cards-div,
  .site-shell .projects-container,
  .site-shell .talk-cards-div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 769px) and (max-width: 1099px) {
  .site-shell .achievement-cards-div,
  .site-shell .blog-text-div,
  .site-shell .project-cards-div,
  .site-shell .projects-container,
  .site-shell .talk-cards-div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1099px) {
  .site-shell .achievement-subtitle,
  .site-shell .blog-subtitle,
  .site-shell .contact-subtitle,
  .site-shell .project-subtitle,
  .site-shell .skills-text-subtitle,
  .site-shell .talk-header-subtitle {
    margin-left: 0;
    margin-right: auto;
    text-align: left !important;
  }
}
@media (max-width: 768px) {
  .site-shell .education-section,
  .site-shell .experience-container,
  .site-shell .main {
    margin-top: 84px;
    padding: 0;
    width: calc(100% - 24px);
  }
  .site-shell .experience-container {
    margin-top: 0;
    width: calc(100% - 24px);
  }
  .site-shell .achievement-heading,
  .site-shell .blog-header-text,
  .site-shell .contact-title,
  .site-shell .education-heading,
  .site-shell .experience-heading,
  .site-shell .project-heading,
  .site-shell .skills-heading,
  .site-shell .talk-header-title {
    font-size: clamp(32px, 8.5vw, 36px);
    letter-spacing: -0.035em;
    line-height: 1.1;
    text-align: left;
  }
  .site-shell .achievement-subtitle,
  .site-shell .blog-subtitle,
  .site-shell .contact-subtitle,
  .site-shell .project-subtitle,
  .site-shell .skills-text-subtitle,
  .site-shell .talk-header-subtitle {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 28px;
    max-width: 100%;
    text-align: left;
  }
  .site-shell .achievement-cards-div,
  .site-shell .blog-text-div,
  .site-shell .project-cards-div,
  .site-shell .projects-container,
  .site-shell .talk-cards-div {
    grid-template-columns: 1fr;
  }
  .site-shell .skills-columns-container {
    padding: 14px;
  }
  .site-shell .education-card {
    align-items: flex-start;
    padding: 20px 0;
    text-align: left;
  }
  .site-shell .education-text-bullets > ul {
    max-width: 100%;
  }
  .site-shell .contact-margin-top {
    margin-top: 84px;
    padding-bottom: 40px;
  }
  .site-shell .contact-margin-top:after {
    margin-top: 56px;
  }
  .site-shell .contact-subtitle,
  .site-shell .contact-text-div,
  .site-shell .contact-title {
    text-align: left;
  }
}
@media (max-width: 520px) {
  .site-shell .certificate-card,
  .site-shell .company-header,
  .site-shell .project-card,
  .site-shell .rectangle,
  .site-shell .role-item {
    padding: 20px;
  }
  .site-shell .company-info {
    align-items: flex-start;
  }
  .site-shell .company-logo {
    height: 52px;
    width: 52px;
  }
  .site-shell .company-name {
    font-size: 21px;
  }
  .site-shell .role-item:before {
    left: 5px;
  }
  .site-shell .contact-div-main {
    padding: 0;
  }
  .site-shell .contact-text-div .social-media-div {
    grid-template-columns: 1fr 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  .site-shell *,
  .site-shell :after,
  .site-shell :before {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
/*# sourceMappingURL=main.25c6a2cd.css.map*/
