.google-sans-flex-100 {
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "ROND" 0;
}

@font-face {
  font-family: "Abolition";
  src: url("portfolio/fonts/AbolitionTest-Regular.otf") format("truetype");
  font-weight: normal;
}

body {
  font-family: "Google Sans Flex", sans-serif;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  position: relative;
  background:
    radial-gradient(
      ellipse at 15% 8%,
      rgba(4, 118, 172, 0.18),
      transparent 38%
    ),
    radial-gradient(
      ellipse at 85% 12%,
      rgba(5, 168, 110, 0.16),
      transparent 36%
    ),
    radial-gradient(
      ellipse at 70% 60%,
      rgba(245, 158, 11, 0.12),
      transparent 38%
    ),
    radial-gradient(
      ellipse at 25% 85%,
      rgba(217, 70, 239, 0.1),
      transparent 36%
    ),
    linear-gradient(180deg, #fdfcff 0%, #f4f8fc 50%, #eaf1f8 100%);
  background-attachment: fixed;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: radial-gradient(
    rgba(4, 118, 172, 0.08) 1px,
    transparent 1px
  );
  background-size: 22px 22px;
  pointer-events: none;
  z-index: 0;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.15));
  -webkit-mask-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.15)
  );
}

.container,
.hero {
  position: relative;
  z-index: 1;
}
h1 {
  color: #333;
  font-weight: normal;
  text-align: center;
  font-size: larger;
}

h2 {
  color: #333;
  font-weight: normal;
  margin-top: 15px;
  padding-bottom: 15px;
  font-size: 28px;
}

h3 {
  color: #333;
  font-weight: normal;
  font-size: 20px;
}

h4 {
  color: #333;
  font-weight: 600;
  font-size: 20px;
}

p {
  color: #666;
  font-size: 12px;
}

#introduction {
  font-size: 14px;
  color: #555555;
  line-height: 1.7;
}

#about-section {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px) saturate(140%);
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(4, 118, 172, 0.08);
  padding: 32px 36px 34px;
  margin-bottom: 30px;
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

#about-section h2 {
  margin-top: 20px;
}

#about-section::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(4, 118, 172, 0.15), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

#about-section::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -50px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(5, 168, 110, 0.12), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

#about-section > * {
  position: relative;
  z-index: 1;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 24px 0 20px;
}

.about-stat {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 14px;
  padding: 16px 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
  box-shadow: 0 6px 18px rgba(4, 118, 172, 0.08);
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease;
}

.about-stat:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(4, 118, 172, 0.18);
}

.about-stat-num {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  background: linear-gradient(135deg, #0476ac, #05a86e);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-stat:nth-child(2) .about-stat-num {
  background: linear-gradient(135deg, #f59e0b, #ef4444);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-stat:nth-child(3) .about-stat-num {
  background: linear-gradient(135deg, #d946ef, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-stat-plus {
  font-size: 0.7em;
  vertical-align: super;
  margin-left: 1px;
}

.about-stat-label {
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.about-current {
  display: flex;
  align-items: center;
  gap: 14px;
  background: linear-gradient(
    135deg,
    rgba(5, 168, 110, 0.08),
    rgba(20, 184, 166, 0.06)
  );
  border: 1px solid rgba(5, 168, 110, 0.2);
  border-radius: 14px;
  padding: 14px 18px;
  margin-bottom: 18px;
}

.about-current-pulse {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #05a86e;
  flex-shrink: 0;
  position: relative;
  box-shadow: 0 0 0 0 rgba(5, 168, 110, 0.5);
  animation: pulse 2s ease-out infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(5, 168, 110, 0.55);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(5, 168, 110, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(5, 168, 110, 0);
  }
}

.about-current-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.about-current-label {
  font-size: 11px;
  font-weight: 700;
  color: #047857;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.about-current-value {
  font-size: 14px;
  color: #1f2937;
  font-weight: 500;
}

.about-current-value strong {
  color: #047857;
  font-weight: 700;
}

.about-contact {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.about-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(4, 118, 172, 0.18);
  color: #0476ac;
  font-size: 16px;
  text-decoration: none;
  transition:
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.about-contact-btn:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #0476ac, #05a86e);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 10px 22px rgba(4, 118, 172, 0.25);
}

.about-contact-btn--primary {
  width: auto;
  padding: 0 18px;
  background: linear-gradient(135deg, #0476ac, #05a86e);
  color: #ffffff;
  border-color: transparent;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 8px 20px rgba(4, 118, 172, 0.25);
}

.about-contact-btn--primary:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #036090, #048b5b);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(4, 118, 172, 0.32);
}

@media (max-width: 600px) {
  .about-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .about-stat {
    padding: 12px 8px;
  }
  .about-stat-num {
    font-size: 24px;
  }
  .about-stat-label {
    font-size: 10px;
  }
  #about-section {
    padding: 24px 22px 26px;
  }
  .about-contact-btn--primary span {
    display: none;
  }
  .about-contact-btn--primary {
    width: 44px;
    padding: 0;
  }
}

.titleh2 {
  font-size: 42px;
  line-height: 1.05;
  font-weight: 750;
  letter-spacing: -0.03em;
  color: #1f2937;
  margin: 0 0 28px;
  display: flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  max-width: 100%;
  position: relative;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

.titleh2::after {
  opacity: 0.75;
  font-weight: 500 !important;
  font-size: 0.78em;
  margin-left: 4px;
  vertical-align: middle;
}

.titleh2 i:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 20px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #0476ac, #05a86e);
  box-shadow: 0 8px 20px rgba(4, 118, 172, 0.25);
  flex-shrink: 0;
  transform: rotate(-4deg);
  transition: transform 0.4s ease;
}

.titleh2:hover i:first-child {
  transform: rotate(4deg) scale(1.05);
}

#blahblahblah i:first-child {
  background: linear-gradient(135deg, #0476ac, #38bdf8);
  box-shadow: 0 8px 20px rgba(4, 118, 172, 0.3);
}
#roblox i:first-child {
  background: linear-gradient(135deg, #ef4444, #f59e0b);
  box-shadow: 0 8px 20px rgba(239, 68, 68, 0.3);
}
#coolstuff i:first-child {
  background: linear-gradient(135deg, #f59e0b, #d946ef);
  box-shadow: 0 8px 20px rgba(245, 158, 11, 0.3);
}
#essential i:first-child {
  background: linear-gradient(135deg, #05a86e, #14b8a6);
  box-shadow: 0 8px 20px rgba(5, 168, 110, 0.3);
}
#learning i:first-child {
  background: linear-gradient(135deg, #12ac04, #84cc16);
  box-shadow: 0 8px 20px rgba(18, 172, 4, 0.3);
}
#helpful i:first-child {
  background: linear-gradient(135deg, #d946ef, #ec4899);
  box-shadow: 0 8px 20px rgba(217, 70, 239, 0.3);
}

#blahblahblah::after {
  content: ".blahblahblah";
  color: #0476ac;
  font-weight: lighter;
  font-family: "Palatino", Times, serif;
  font-style: italic;
}
#roblox::after {
  content: ".roblox";
  color: #fa0808;
  font-weight: bold;
  font-family: "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-style: normal;
}
#coolstuff::after {
  content: ".coolstufff";
  color: #47a0a3;
  font-weight: lighter;
  font-family:
    "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans",
    Arial, sans-serif;
  font-style: italic;
}
#essential::after {
  content: ".essential";
  color: #66c29f;
  font-weight: bold;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-style: normal;
}
#learning::after {
  content: ".learning";
  color: #12ac04;
  font-weight: lighter;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-style: normal;
}
#helpful::after {
  content: ".helpful";
  color: #ac0452;
}

#about-section p {
  font-size: 18px;
  line-height: 1.9;
  color: #444444;
  margin: 0;
  max-width: 820px;
}

#about-section p + p {
  margin-top: 18px;
}

#about-section strong {
  color: #111111;
  font-weight: 700;
}

#about-section em {
  color: #0476ac;
  font-style: normal;
  font-weight: 600;
}
#skill-text {
  font-size: 16px;
}

.hero {
  position: relative;
  padding: 60px 16px 120px;
  overflow: hidden;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -10% -5% 0;
  z-index: -2;
  background:
    radial-gradient(
      circle at 20% 30%,
      rgba(4, 118, 172, 0.35),
      transparent 45%
    ),
    radial-gradient(circle at 80% 25%, rgba(5, 168, 110, 0.3), transparent 45%),
    radial-gradient(
      circle at 65% 75%,
      rgba(245, 158, 11, 0.28),
      transparent 45%
    ),
    radial-gradient(
      circle at 30% 80%,
      rgba(217, 70, 239, 0.22),
      transparent 45%
    );
  filter: blur(40px);
  animation: heroGlow 14s ease-in-out infinite alternate;
}

@keyframes heroGlow {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(2%, -1%, 0) scale(1.05);
  }
  100% {
    transform: translate3d(-2%, 1%, 0) scale(1.02);
  }
}

.hero-shape {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  opacity: 0.85;
}

.hero-shape--blob1 {
  width: 110px;
  height: 110px;
  top: 12%;
  left: 8%;
  background: linear-gradient(135deg, #0476ac, #05a86e);
  border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  animation:
    float1 9s ease-in-out infinite,
    morph 12s ease-in-out infinite;
  box-shadow: 0 12px 30px rgba(4, 118, 172, 0.25);
}

.hero-shape--blob2 {
  width: 80px;
  height: 80px;
  top: 18%;
  right: 10%;
  background: linear-gradient(135deg, #f59e0b, #ef4444);
  border-radius: 50%;
  animation: float2 11s ease-in-out infinite;
  box-shadow: 0 10px 25px rgba(245, 158, 11, 0.3);
}

.hero-shape--ring {
  width: 90px;
  height: 90px;
  bottom: 18%;
  left: 6%;
  border: 4px solid #d946ef;
  border-radius: 50%;
  background: transparent;
  animation: float1 13s ease-in-out infinite reverse;
  opacity: 0.55;
}

.hero-shape--triangle {
  width: 0;
  height: 0;
  bottom: 22%;
  right: 7%;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
  border-bottom: 56px solid #05a86e;
  opacity: 0.75;
  animation:
    spin 18s linear infinite,
    float2 9s ease-in-out infinite;
  filter: drop-shadow(0 8px 16px rgba(5, 168, 110, 0.25));
}

.hero-shape--squiggle {
  top: 8%;
  right: 28%;
  width: 70px;
  height: 30px;
  background: none;
  border: none;
  opacity: 0.6;
  animation: float2 10s ease-in-out infinite;
}

.hero-shape--squiggle::before {
  content: "";
  display: block;
  width: 70px;
  height: 30px;
  background:
    radial-gradient(
      circle at 10px 15px,
      transparent 6px,
      #0476ac 6px,
      #0476ac 9px,
      transparent 9px
    ),
    radial-gradient(
      circle at 35px 15px,
      transparent 6px,
      #0476ac 6px,
      #0476ac 9px,
      transparent 9px
    ),
    radial-gradient(
      circle at 60px 15px,
      transparent 6px,
      #0476ac 6px,
      #0476ac 9px,
      transparent 9px
    );
}

.hero-shape--star {
  top: 60%;
  left: 50%;
  width: 24px;
  height: 24px;
  background: #f59e0b;
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
  animation: spin 9s linear infinite;
  opacity: 0.8;
}

@keyframes float1 {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(15px, -20px) rotate(8deg);
  }
}

@keyframes float2 {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(-12px, 18px) rotate(-6deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes morph {
  0%,
  100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  50% {
    border-radius: 38% 62% 41% 59% / 45% 60% 40% 55%;
  }
}

.hero-card {
  position: relative;
  max-width: 720px;
  margin: 60px auto 0;
  padding: 90px 40px 44px;
  text-align: center;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(24px) saturate(140%);
  -webkit-backdrop-filter: blur(24px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 32px;
  box-shadow:
    0 30px 60px -20px rgba(4, 118, 172, 0.25),
    0 18px 40px -12px rgba(217, 70, 239, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.4) inset;
  animation: heroCardIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes heroCardIn {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 34px;
  padding: 2px;
  background: linear-gradient(
    135deg,
    #0476ac 0%,
    #05a86e 30%,
    #f59e0b 60%,
    #d946ef 100%
  );
  background-size: 200% 200%;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  animation: shimmer 8s ease-in-out infinite;
  opacity: 0.65;
}

@keyframes shimmer {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.hero-avatar {
  width: 138px;
  height: 138px;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: -70px;
  transform: translateX(-50%);
  border: 5px solid #ffffff;
  box-shadow:
    0 14px 32px rgba(4, 118, 172, 0.3),
    0 0 0 4px rgba(255, 255, 255, 0.6);
  animation: avatarBob 5s ease-in-out infinite;
  transition: transform 0.4s ease;
}

.hero-avatar:hover {
  transform: translateX(-50%) scale(1.05) rotate(-3deg);
}

@keyframes avatarBob {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-6px);
  }
}

.hero-name {
  font-size: 44px;
  background: linear-gradient(135deg, #0476ac 0%, #05a86e 50%, #d946ef 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  margin: 0 0 14px;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.hero-tagline {
  font-size: 15px;
  color: #555;
  margin: 0 0 18px;
  font-weight: 500;
}

.hero-tagline span {
  color: #0476ac;
  font-weight: 700;
}

.hero-meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 18px;
  background: linear-gradient(
    135deg,
    rgba(4, 118, 172, 0.08),
    rgba(5, 168, 110, 0.08)
  );
  border: 1px solid rgba(4, 118, 172, 0.18);
  border-radius: 999px;
  font-size: 14px;
  color: #1a1a1a;
  font-weight: 600;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.hero-meta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(4, 118, 172, 0.18);
}

.hero-meta img {
  width: 28px;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.hero-pills {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.hero-pills span {
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #e5edf5;
  color: #444;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hero-pills span i {
  color: #0476ac;
}

.hero-pills span:nth-child(2) i {
  color: #05a86e;
}
.hero-pills span:nth-child(3) i {
  color: #f59e0b;
}
.hero-pills span:nth-child(4) i {
  color: #d946ef;
}

@media (max-width: 600px) {
  .hero {
    padding: 40px 12px 90px;
  }
  .hero-card {
    padding: 80px 22px 36px;
    margin-top: 50px;
  }
  .hero-name {
    font-size: 34px;
  }
  .hero-shape--blob1 {
    width: 70px;
    height: 70px;
    top: 6%;
    left: 4%;
  }
  .hero-shape--blob2 {
    width: 55px;
    height: 55px;
    top: 8%;
    right: 5%;
  }
  .hero-shape--ring {
    width: 60px;
    height: 60px;
  }
  .hero-shape--triangle {
    border-left-width: 22px;
    border-right-width: 22px;
    border-bottom-width: 38px;
  }
}

.card {
  padding: 5px;
  margin: 10px;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(4, 118, 172, 0.08);
  transition:
    box-shadow 0.4s,
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.card:hover {
  box-shadow: 0 14px 32px rgba(4, 118, 172, 0.18);
  transform: translateY(-3px);
}

.section,
.experience-section,
.projects-section,
.skills-section,
.languages-section,
.tools-section,
#about-section {
  animation: sectionIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes sectionIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.timeline {
  border: 1px solid hsla(0, 0%, 0%, 0.2);
  border-left: 2px solid #0476ac;
  position: relative;
  list-style: none;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.timeline .timeline-item {
  position: relative;
}

.timeline .timeline-item:after {
  position: absolute;
  display: block;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  top: 0;
}

.timeline .timeline-item:hover:after {
  transform: scale(1.4);
  box-shadow: 0 0 0 6px rgba(4, 118, 172, 0.2);
}

.timeline .timeline-item:after {
  background-color: #0476ac;
  left: -26px;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
}

#experience-list {
  list-style-type: disc;
  padding-left: 20px;
  font-size: small;
  color: #666;
}

#generic-list {
  list-style-type: disc;
  padding-left: 20px;
  font-size: 12px;
  color: #666;
}

hr {
  border: none;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(4, 118, 172, 0.25) 20%,
    rgba(5, 168, 110, 0.25) 50%,
    rgba(217, 70, 239, 0.25) 80%,
    transparent 100%
  );
  margin: 50px 0;
  position: relative;
  overflow: visible;
}

hr::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: linear-gradient(135deg, #0476ac, #d946ef);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.9),
    0 4px 12px rgba(4, 118, 172, 0.3);
}

.experience-section {
  margin-bottom: 10px;
}

.exp-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 12px;
}

@media (max-width: 768px) {
  .exp-grid {
    grid-template-columns: 1fr;
  }
}

.exp-card {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  border-radius: 18px;
  padding: 22px 24px;
  box-shadow: 0 8px 24px rgba(4, 118, 172, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-left: 4px solid #0476ac;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    border-color 0.35s ease;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  overflow: hidden;
}

.exp-card::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, rgba(4, 118, 172, 0.12), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  transition: transform 0.5s ease;
}

.exp-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(4, 118, 172, 0.18);
}

.exp-card:hover::before {
  transform: scale(1.4);
}

.exp-card:nth-child(even):not(.exp-card--current) {
  border-left-color: #d946ef;
}
.exp-card:nth-child(even):not(.exp-card--current)::before {
  background: radial-gradient(
    circle,
    rgba(217, 70, 239, 0.12),
    transparent 70%
  );
}
.exp-card:nth-child(even):not(.exp-card--current) .exp-icon-wrap {
  background: linear-gradient(135deg, #fdf4ff, #fce7f3);
  color: #d946ef;
}
.exp-card:nth-child(even):not(.exp-card--current) .exp-role {
  color: #d946ef;
}
.exp-card:nth-child(even):not(.exp-card--current) .exp-tags span {
  background: #fdf4ff;
  color: #d946ef;
  border-color: #f5d0fe;
}

.exp-card--current {
  border-left: 4px solid #05a86e;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.8) 70%,
    rgba(237, 250, 244, 0.85) 100%
  );
}

.exp-card--current::before {
  background: radial-gradient(circle, rgba(5, 168, 110, 0.15), transparent 70%);
}

.exp-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
}

.exp-icon-wrap {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #eef6fb, #dbeafe);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #0476ac;
  flex-shrink: 0;
  transition: transform 0.4s ease;
}

.exp-card:hover .exp-icon-wrap {
  transform: rotate(-8deg) scale(1.08);
}

.exp-card--current .exp-icon-wrap {
  background: linear-gradient(135deg, #edfaf4, #d1fae5);
  color: #05a86e;
}

.exp-header-text {
  flex: 1;
  min-width: 0;
}

.exp-company {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 2px;
}

.exp-role {
  font-size: 12px;
  color: #0476ac;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.exp-card--current .exp-role {
  color: #05a86e;
}

.exp-badge {
  flex-shrink: 0;
  background: linear-gradient(135deg, #f3f4f6, #e5e7eb);
  color: #555;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 999px;
  white-space: nowrap;
  letter-spacing: 0.02em;
}

.exp-badge--current {
  background: linear-gradient(135deg, #d4f5e7, #a7f3d0);
  color: #047857;
  display: flex;
  align-items: center;
  gap: 5px;
  box-shadow: 0 4px 12px rgba(5, 168, 110, 0.25);
}

.exp-desc {
  font-size: 12.5px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.exp-desc strong {
  color: #333;
}

.exp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}

.exp-tags span {
  background: #f0f6fb;
  color: #0476ac;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 999px;
  border: 1px solid #d0e8f5;
}

.exp-card--current .exp-tags span {
  background: #edfaf4;
  color: #05a86e;
  border-color: #b2ecd4;
}

.projects-section {
  margin-bottom: 10px;
}

.warfront-banner {
  display: block;
  position: relative;
  width: 100%;
  height: 240px;
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 20px;
  cursor: default;
  text-decoration: none;
  box-shadow:
    0 20px 50px rgba(161, 6, 6, 0.35),
    0 8px 20px rgba(0, 0, 0, 0.25);
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s ease;
  border: 1px solid rgba(161, 6, 6, 0.4);
}

.warfront-banner:hover {
  transform: translateY(-4px);
  box-shadow:
    0 28px 60px rgba(161, 6, 6, 0.45),
    0 12px 28px rgba(0, 0, 0, 0.3);
}

.warfront-banner-bg {
  position: absolute;
  inset: 0;
}

.warfront-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 70%;
  display: block;
  transform: scale(1.02);
  transition: transform 0.6s ease;
}

.warfront-banner:hover .warfront-banner-img {
  transform: scale(1.05);
}

.warfront-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(10, 2, 2, 0.88) 0%,
    rgba(20, 4, 4, 0.75) 40%,
    rgba(80, 10, 10, 0.45) 70%,
    rgba(0, 0, 0, 0.2) 100%
  );
}

.warfront-banner-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.08'/%3E%3C/svg%3E");
  background-size: 160px 160px;
  opacity: 0.3;
  pointer-events: none;
}

.warfront-banner-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 36px;
  gap: 20px;
}

.warfront-banner-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 520px;
}

.warfront-banner-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e7a341;
  background: rgba(231, 163, 65, 0.15);
  border: 1px solid rgba(231, 163, 65, 0.35);
  border-radius: 999px;
  padding: 4px 12px;
  width: fit-content;
}

.warfront-banner-label::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e7a341;
  box-shadow: 0 0 0 0 rgba(231, 163, 65, 0.6);
  animation: pulse-gold 2s ease-out infinite;
  flex-shrink: 0;
}

@keyframes pulse-gold {
  0% {
    box-shadow: 0 0 0 0 rgba(231, 163, 65, 0.6);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(231, 163, 65, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(231, 163, 65, 0);
  }
}

.warfront-banner-title {
  font-family: "Abolition", "Impact", "Arial Black", sans-serif;
  font-size: 64px;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #e7a341;
  text-shadow:
    0 2px 12px rgba(0, 0, 0, 0.8),
    0 0 40px rgba(231, 163, 65, 0.25);
  line-height: 1;
  margin: 0;
}

.warfront-banner-desc {
  font-size: 13px;
  color: rgba(220, 190, 170, 0.9);
  line-height: 1.6;
  margin: 0;
  max-width: 440px;
}

.warfront-banner-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.warfront-banner-tags span {
  background: rgba(161, 6, 6, 0.35);
  color: #e7a341;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 999px;
  border: 1px solid rgba(231, 163, 65, 0.3);
  letter-spacing: 0.02em;
}

.warfront-banner-right {
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  padding-bottom: 8px;
}

.warfront-banner-tagline {
  font-family: "Abolition", "Impact", "Arial Black", sans-serif;
  font-size: 18px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(231, 163, 65, 0.55);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  white-space: nowrap;
}

@media (max-width: 768px) {
  .warfront-banner {
    height: auto;
    min-height: 200px;
  }
  .warfront-banner-content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 28px 24px;
    gap: 0;
  }
  .warfront-banner-title {
    font-size: 44px;
  }
  .warfront-banner-right {
    display: none;
  }
}

.mypcshop-banner {
  display: block;
  position: relative;
  width: 100%;
  height: 220px;
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 20px;
  cursor: default;
  text-decoration: none;
  box-shadow:
    0 20px 50px rgba(4, 118, 172, 0.28),
    0 8px 20px rgba(0, 0, 0, 0.15);
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s ease;
  border: 1px solid rgba(4, 118, 172, 0.25);
}

.mypcshop-banner:hover {
  transform: translateY(-4px);
  box-shadow:
    0 28px 60px rgba(4, 118, 172, 0.38),
    0 12px 28px rgba(0, 0, 0, 0.2);
}

.mypcshop-banner-bg {
  position: absolute;
  inset: 0;
}

.mypcshop-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transform: scale(1.02);
  transition: transform 0.6s ease;
}

.mypcshop-banner:hover .mypcshop-banner-img {
  transform: scale(1.05);
}

.mypcshop-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(8, 24, 40, 0.82) 0%,
    rgba(10, 30, 55, 0.68) 40%,
    rgba(4, 60, 100, 0.38) 70%,
    rgba(0, 20, 40, 0.15) 100%
  );
}

.mypcshop-banner-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 36px;
  gap: 20px;
}

.mypcshop-banner-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 520px;
}

.mypcshop-banner-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #60c8f5;
  background: rgba(96, 200, 245, 0.12);
  border: 1px solid rgba(96, 200, 245, 0.3);
  border-radius: 999px;
  padding: 4px 12px;
  width: fit-content;
  font-family: "Google Sans Flex", sans-serif;
}

.mypcshop-banner-title {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 54px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #e8f4fd;
  text-shadow:
    0 2px 16px rgba(0, 0, 0, 0.7),
    0 0 40px rgba(96, 200, 245, 0.18);
  line-height: 1;
  margin: 0;
}

.mypcshop-banner-desc {
  font-size: 13px;
  color: rgba(180, 215, 240, 0.88);
  line-height: 1.6;
  margin: 0;
  max-width: 420px;
  font-family: "Google Sans Flex", sans-serif;
  font-weight: 400;
}

.mypcshop-banner-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.mypcshop-banner-tags span {
  background: rgba(4, 118, 172, 0.28);
  color: #60c8f5;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 999px;
  border: 1px solid rgba(96, 200, 245, 0.28);
  letter-spacing: 0.02em;
}

.mypcshop-banner-right {
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  padding-bottom: 8px;
}

.mypcshop-banner-tagline {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(96, 200, 245, 0.45);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

@media (max-width: 768px) {
  .mypcshop-banner {
    height: auto;
    min-height: 190px;
  }
  .mypcshop-banner-content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 28px 24px;
    gap: 0;
  }
  .mypcshop-banner-title {
    font-size: 38px;
  }
  .mypcshop-banner-right {
    display: none;
  }
}

.proj-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 0;
}

@media (max-width: 992px) {
  .proj-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .proj-grid {
    grid-template-columns: 1fr;
  }
}

.proj-card {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  border-radius: 18px;
  padding: 22px 24px;
  box-shadow: 0 8px 24px rgba(4, 118, 172, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-left: 4px solid #0476ac;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  overflow: hidden;
}

.proj-card::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, rgba(4, 118, 172, 0.12), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  transition: transform 0.5s ease;
}

.proj-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(4, 118, 172, 0.18);
}

.proj-card:hover::before {
  transform: scale(1.4);
}

.proj-card:nth-child(3n + 2):not(.proj-card--featured) {
  border-left-color: #05a86e;
}
.proj-card:nth-child(3n + 2):not(.proj-card--featured)::before {
  background: radial-gradient(circle, rgba(5, 168, 110, 0.12), transparent 70%);
}
.proj-card:nth-child(3n + 2):not(.proj-card--featured) .proj-icon-wrap {
  background: linear-gradient(135deg, #edfaf4, #d1fae5);
  color: #05a86e;
}
.proj-card:nth-child(3n + 2):not(.proj-card--featured) .proj-type {
  color: #05a86e;
}
.proj-card:nth-child(3n + 2):not(.proj-card--featured) .proj-tags span {
  background: #edfaf4;
  color: #05a86e;
  border-color: #b2ecd4;
}

.proj-card:nth-child(3n + 3):not(.proj-card--featured) {
  border-left-color: #d946ef;
}
.proj-card:nth-child(3n + 3):not(.proj-card--featured)::before {
  background: radial-gradient(
    circle,
    rgba(217, 70, 239, 0.12),
    transparent 70%
  );
}
.proj-card:nth-child(3n + 3):not(.proj-card--featured) .proj-icon-wrap {
  background: linear-gradient(135deg, #fdf4ff, #fce7f3);
  color: #d946ef;
}
.proj-card:nth-child(3n + 3):not(.proj-card--featured) .proj-type {
  color: #d946ef;
}
.proj-card:nth-child(3n + 3):not(.proj-card--featured) .proj-tags span {
  background: #fdf4ff;
  color: #d946ef;
  border-color: #f5d0fe;
}

.proj-card--featured {
  border-left: 4px solid #f59e0b;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.8) 70%,
    rgba(255, 251, 235, 0.85) 100%
  );
}

.proj-card--featured::before {
  background: radial-gradient(
    circle,
    rgba(245, 158, 11, 0.18),
    transparent 70%
  );
}

.proj-icon-wrap {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #eef6fb, #dbeafe);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #0476ac;
  flex-shrink: 0;
  transition: transform 0.4s ease;
}

.proj-card:hover .proj-icon-wrap {
  transform: rotate(-8deg) scale(1.08);
}

.proj-card--featured .proj-icon-wrap {
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  color: #f59e0b;
}

.proj-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
}

.proj-header-text {
  flex: 1;
  min-width: 0;
}

.proj-title {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 2px;
}

.proj-type {
  font-size: 12px;
  color: #0476ac;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.proj-card--featured .proj-type {
  color: #f59e0b;
}

.proj-badge {
  flex-shrink: 0;
  background: linear-gradient(135deg, #f3f4f6, #e5e7eb);
  color: #555;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 999px;
  white-space: nowrap;
  letter-spacing: 0.02em;
}

.proj-badge--featured {
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  color: #b45309;
  display: flex;
  align-items: center;
  gap: 5px;
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.25);
}

.proj-desc {
  font-size: 12.5px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.proj-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.proj-tags span {
  background: #f0f6fb;
  color: #0476ac;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 999px;
  border: 1px solid #d0e8f5;
}

.proj-card--featured .proj-tags span {
  background: #fef9ec;
  color: #d97706;
  border-color: #fde68a;
}

.proj-media {
  margin-top: 4px;
  border-radius: 10px;
  overflow: hidden;
  background: #f4f4f4;
}

.proj-media-content {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  max-height: 220px;
  object-fit: cover;
}

.info-grid {
  display: grid;
  gap: 16px;
  margin-top: 12px;
}

.info-grid--skills {
  grid-template-columns: repeat(2, 1fr);
}

.info-grid--languages {
  grid-template-columns: repeat(3, 1fr);
}

.info-grid--tools {
  grid-template-columns: repeat(2, 1fr);
}

#mini-logo {
  width: 1.45em;
  height: 1.45em;
  display: inline-block;
  object-fit: contain;
  margin: 0 0.15em;
  vertical-align: middle;
  transform: translateY(0.08em);
}

@media (max-width: 992px) {
  .info-grid--languages {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .info-grid--skills,
  .info-grid--languages,
  .info-grid--tools {
    grid-template-columns: 1fr;
  }
}

.info-card {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  border-radius: 18px;
  padding: 22px 24px;
  box-shadow: 0 8px 24px rgba(4, 118, 172, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-left: 4px solid #0476ac;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  overflow: hidden;
}

.info-card::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, rgba(4, 118, 172, 0.1), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  transition: transform 0.5s ease;
}

.info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(4, 118, 172, 0.18);
}

.info-card:hover::before {
  transform: scale(1.4);
}

.info-card:hover .info-icon-wrap,
.info-card:hover .language-mark,
.info-card:hover .tool-mark {
  transform: rotate(-8deg) scale(1.08);
}

.info-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
}

.info-icon-wrap,
.language-mark,
.tool-mark {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #eef6fb, #dbeafe);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #0476ac;
  flex-shrink: 0;
  overflow: hidden;
  transition: transform 0.4s ease;
}

.language-mark img,
.tool-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
}

.info-header-text {
  flex: 1;
  min-width: 0;
}

.info-title {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 2px;
}

.info-subtitle {
  font-size: 12px;
  color: #0476ac;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.info-badge {
  flex-shrink: 0;
  background: #f0f0f0;
  color: #555;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
  white-space: nowrap;
}

.info-desc {
  font-size: 12.5px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.skill-meter {
  width: 100%;
  height: 10px;
  background: #edf2f7;
  border-radius: 999px;
  overflow: hidden;
  position: relative;
}

.skill-meter span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0476ac, #05a86e, #d946ef);
  background-size: 200% 100%;
  animation: meterShimmer 4s ease-in-out infinite;
  position: relative;
}

@keyframes meterShimmer {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.skill-meta {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #6b7280;
}

.info-tags,
.tool-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}

.info-tags span,
.tool-flow span {
  background: #f0f6fb;
  color: #0476ac;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 999px;
  border: 1px solid #d0e8f5;
}

.language-card {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.8) 70%,
    rgba(248, 251, 255, 0.85) 100%
  );
}

.tool-card--rojo {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.8) 70%,
    rgba(248, 252, 255, 0.85) 100%
  );
  border-left-color: #d946ef;
}

.tool-card--rojo .tool-mark {
  background: linear-gradient(135deg, #fdf4ff, #fce7f3);
}

.tool-card--rojo::before {
  background: radial-gradient(
    circle,
    rgba(217, 70, 239, 0.12),
    transparent 70%
  );
}

.tool-card--git {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.8) 70%,
    rgba(251, 252, 255, 0.85) 100%
  );
  border-left-color: #ec4899;
}

.tool-card--git .tool-mark {
  background: linear-gradient(135deg, #fdf4ff, #fce7f3);
}

.tool-card--git::before {
  background: radial-gradient(
    circle,
    rgba(236, 72, 153, 0.12),
    transparent 70%
  );
}

.info-grid--skills .info-card:nth-child(3n + 2) {
  border-left-color: #05a86e;
}
.info-grid--skills .info-card:nth-child(3n + 2)::before {
  background: radial-gradient(circle, rgba(5, 168, 110, 0.12), transparent 70%);
}
.info-grid--skills .info-card:nth-child(3n + 2) .info-icon-wrap {
  background: linear-gradient(135deg, #edfaf4, #d1fae5);
  color: #05a86e;
}
.info-grid--skills .info-card:nth-child(3n + 2) .info-subtitle {
  color: #05a86e;
}

.info-grid--skills .info-card:nth-child(3n + 3) {
  border-left-color: #f59e0b;
}
.info-grid--skills .info-card:nth-child(3n + 3)::before {
  background: radial-gradient(
    circle,
    rgba(245, 158, 11, 0.12),
    transparent 70%
  );
}
.info-grid--skills .info-card:nth-child(3n + 3) .info-icon-wrap {
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  color: #f59e0b;
}
.info-grid--skills .info-card:nth-child(3n + 3) .info-subtitle {
  color: #f59e0b;
}

.info-badge--growing {
  background: linear-gradient(135deg, #33ce0d 50%, #3cee2c 100%);
  color: white;
}

.info-badge--experienced {
  background: linear-gradient(135deg, #f1e543 50%, #d2e61f 100%);
}

/* Home page */
.site-home *,
.site-home *::before,
.site-home *::after {
  box-sizing: border-box;
}

.site-home {
  color: #18212f;
}

.site-home .home-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.home-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 0 16px;
}

.home-brand,
.home-nav-link,
.home-button,
.home-tile {
  text-decoration: none;
}

.home-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #172033;
  font-size: 18px;
  font-weight: 800;
}

.home-brand-mark {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(135deg, #0476ac, #05a86e);
  box-shadow: 0 8px 18px rgba(4, 118, 172, 0.2);
}

.home-nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.home-nav-link {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(4, 118, 172, 0.18);
  border-radius: 8px;
  color: #30415a;
  font-size: 14px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.72);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease;
}

.home-nav-link:hover,
.home-nav-link:focus-visible {
  color: #0476ac;
  border-color: rgba(4, 118, 172, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(4, 118, 172, 0.12);
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 24px;
  align-items: stretch;
  padding: 46px 0 30px;
}

.home-hero-panel,
.home-status-panel,
.home-tile {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(4, 118, 172, 0.11);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
}

.home-hero-panel {
  min-height: 440px;
  padding: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-kicker,
.home-section-label,
.home-tile-tag {
  margin: 0;
  color: #0476ac;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-title {
  margin: 12px 0 18px;
  padding: 0;
  color: #172033;
  font-size: 60px;
  line-height: 1.05;
  font-weight: 850;
  letter-spacing: 0;
  text-align: left;
}

.home-title span {
  color: #0476ac;
}

.home-intro {
  max-width: 690px;
  margin: 0;
  color: #4b5563;
  font-size: 18px;
  line-height: 1.75;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}

.home-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  border: 1px solid rgba(4, 118, 172, 0.2);
  border-radius: 8px;
  color: #25344a;
  font-size: 14px;
  font-weight: 800;
  background: #ffffff;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}

.home-button--primary {
  color: #ffffff;
  border-color: transparent;
  background: linear-gradient(135deg, #0476ac, #05a86e);
  box-shadow: 0 12px 24px rgba(4, 118, 172, 0.22);
}

.home-button:hover,
.home-button:focus-visible {
  color: #0476ac;
  border-color: rgba(4, 118, 172, 0.42);
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(4, 118, 172, 0.14);
}

.home-button--primary:hover,
.home-button--primary:focus-visible {
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 16px 30px rgba(4, 118, 172, 0.28);
}

.home-status-panel {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.home-portrait-frame {
  overflow: hidden;
  background: #eaf1f8;
  border-radius: 100%;
  border: 1px solid rgba(4, 118, 172, 0.12);
}

.home-portrait {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.home-mini-list {
  list-style: none;
  display: grid;
  gap: 10px;
  margin: 12px 0 0;
  padding: 0;
}

.home-mini-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #405169;
  font-size: 14px;
  line-height: 1.45;
}

.home-mini-list i {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  color: #0476ac;
  background: #eef6fb;
}

.home-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 12px 0 56px;
}

.home-tile {
  min-height: 250px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #172033;
  overflow: hidden;
  border-left: 4px solid #0476ac;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.home-tile:hover,
.home-tile:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(4, 118, 172, 0.18);
}

.home-tile-icon {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0476ac;
  background: #eef6fb;
  font-size: 18px;
}

.home-tile h2 {
  margin: 0;
  padding: 0;
  color: #172033;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 850;
  letter-spacing: 0;
  text-align: left;
}

.home-tile p {
  margin: 0;
  color: #526174;
  font-size: 14px;
  line-height: 1.6;
}

.home-tile-action {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0476ac;
  font-size: 13px;
  font-weight: 850;
}

.home-tile--media {
  padding: 0;
}

.home-tile-media {
  height: 118px;
  display: block;
  overflow: hidden;
  background: #dde8f2;
}

.home-tile-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.home-tile--media:hover .home-tile-media img,
.home-tile--media:focus-visible .home-tile-media img {
  transform: scale(1.04);
}

.home-tile-body {
  padding: 16px 18px 18px;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
}

.home-tile--accent-red {
  border-left-color: #ef4444;
}

.home-tile--accent-red .home-tile-tag,
.home-tile--accent-red .home-tile-action {
  color: #b91c1c;
}

.home-tile--accent-blue {
  border-left-color: #2563eb;
}

.home-tile--accent-blue .home-tile-tag,
.home-tile--accent-blue .home-tile-action {
  color: #2563eb;
}

.home-tile--accent-green {
  border-left-color: #05a86e;
}

.home-tile--accent-green .home-tile-icon {
  color: #047857;
  background: #edfaf4;
}

.home-tile--accent-green .home-tile-tag,
.home-tile--accent-green .home-tile-action {
  color: #047857;
}

.home-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 0 0 28px;
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 980px) {
  .home-hero {
    grid-template-columns: 1fr;
  }

  .home-status-panel {
    display: grid;
    grid-template-columns: 220px 1fr;
    align-items: center;
  }

  .home-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .home-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-nav-links {
    width: 100%;
    justify-content: stretch;
  }

  .home-nav-link {
    flex: 1;
  }

  .home-hero {
    padding-top: 26px;
  }

  .home-hero-panel {
    min-height: 0;
    padding: 28px 22px;
  }

  .home-title {
    font-size: 40px;
  }

  .home-intro {
    font-size: 16px;
  }

  .home-actions,
  .home-button {
    width: 100%;
  }

  .home-status-panel {
    display: flex;
  }

  .home-link-grid {
    grid-template-columns: 1fr;
    padding-bottom: 42px;
  }

  .home-tile {
    min-height: 220px;
  }

  .home-footer {
    flex-direction: column;
  }
}

/* Project placeholder pages */
.project-page,
.quick-page {
  min-height: 100vh;
  color: #f8fafc;
  background: #0b1018;
}

.project-page::before,
.quick-page::before {
  display: none;
}

.project-nav {
  width: min(1120px, calc(100% - 32px));
  min-height: 64px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  position: relative;
  z-index: 5;
}

.project-back {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  background: rgba(10, 16, 24, 0.72);
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease;
}

.project-back:hover,
.project-back:focus-visible {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.38);
  transform: translateY(-2px);
}

.project-back--muted {
  color: rgba(255, 255, 255, 0.78);
}

.project-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.project-action {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 17px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.project-action:hover,
.project-action:focus-visible {
  transform: translateY(-2px);
}

.project-action--dark {
  color: #f6d279;
  background: rgba(0, 0, 0, 0.58);
  border: 1px solid rgba(246, 210, 121, 0.28);
}

.project-action--light {
  color: #16324c;
  background: #f7fbff;
  border: 1px solid rgba(22, 50, 76, 0.14);
}

.project-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-hero-content {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.project-hero-copy {
  max-width: 620px;
  color: rgba(255, 239, 205, 0.9);
  font-size: 18px;
  line-height: 1.75;
  margin: 18px 0 0;
}

.project-content {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.project-panel,
.project-detail,
.pcshop-shelf-card,
.quick-card {
  border-radius: 8px;
}

.project-panel {
  padding: 28px;
}

.project-panel-label,
.warfront-label,
.pcshop-label,
.quick-label {
  margin: 0;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.project-panel h2,
.project-detail h3,
.pcshop-shelf-card h2,
.quick-card h2 {
  margin: 8px 0 10px;
  padding: 0;
  text-align: left;
  letter-spacing: 0;
}

.project-panel h2 {
  font-size: 30px;
  line-height: 1.2;
}

.project-panel p,
.project-detail p,
.pcshop-shelf-card p,
.quick-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

.project-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.project-detail {
  padding: 22px;
}

.project-detail i,
.pcshop-shelf-card i {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.project-detail h3 {
  color: inherit;
  font-size: 20px;
  font-weight: 900;
}

/* WARFRONT */
.warfront-page {
  background: #050101;
}

.warfront-hero {
  min-height: 710px;
  margin-top: -64px;
  padding: 150px 0 130px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.warfront-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(94, 0, 0, 0.92) 0%,
      rgba(142, 8, 14, 0.72) 46%,
      rgba(12, 0, 0, 0.3) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.24) 0%,
      rgba(0, 0, 0, 0.05) 45%,
      #050101 100%
    );
}

.warfront-slope {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 28%;
  z-index: 1;
  background: #020000;
  clip-path: polygon(0 72%, 100% 10%, 100% 100%, 0% 100%);
}

.warfront-label {
  color: #f0bd50;
}

.warfront-hero h1 {
  max-width: 0px;
  margin: 8px 0 0;
  color: #e8a93f;
  font-family: "Abolition", "Impact", "Arial Black", sans-serif;
  font-size: 116px;
  line-height: 0.85;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.42);
}

.warfront-subtitle {
  margin: 12px 0 0;
  color: #f0bd50;
  font-family: "Abolition", "Impact", "Arial Black", sans-serif;
  font-size: 42px;
  line-height: 1;
  text-transform: uppercase;
}

.project-action--warfront {
  color: #160902;
  background: #e8a93f;
  box-shadow: 0 14px 30px rgba(232, 169, 63, 0.22);
}

.warfront-content {
  padding: 0 0 72px;
  margin-top: -46px;
}

.warfront-content .project-panel,
.warfront-content .project-detail {
  color: #f8e7c7;
  background:
    linear-gradient(135deg, rgba(62, 4, 4, 0.94), rgba(16, 4, 4, 0.96)), #170404;
  border: 1px solid rgba(232, 169, 63, 0.28);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.24);
}

.warfront-content .project-panel-label {
  color: #e8a93f;
}

.warfront-content .project-panel h2 {
  color: #ffffff;
}

.warfront-content .project-panel p,
.warfront-content .project-detail p {
  color: rgba(248, 231, 199, 0.78);
}

.project-detail--gold i {
  color: #1a0902;
  background: #e8a93f;
}

/* My PC Shop */
.pcshop-page {
  color: #172033;
  background:
    linear-gradient(180deg, rgba(12, 20, 30, 0.88), rgba(226, 234, 242, 0.82)),
    url("portfolio/images/projects/mypcshop3.png") center top / cover fixed,
    #d8e2ec;
}

.pcshop-nav .project-back {
  color: #f7fbff;
  background: rgba(20, 31, 44, 0.72);
}

.pcshop-layout {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 42px 0 72px;
}

.pcshop-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 24px;
  align-items: center;
}

.pcshop-copy,
.pcshop-screen,
.pcshop-shelf-card {
  border: 1px solid rgba(224, 232, 240, 0.8);
  border-radius: 8px;
  background: rgba(246, 250, 253, 0.88);
  box-shadow: 0 24px 54px rgba(12, 20, 30, 0.22);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.pcshop-copy {
  padding: 34px;
}

.pcshop-label {
  color: #1e7ab4;
}

.pcshop-copy h1 {
  margin: 10px 0 16px;
  margin-right: 72px;
  color: #13283b;
  font-family: "Inter", "Google Sans Flex", sans-serif;
  font-size: 56px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

.pcshop-copy p {
  color: #4a5a69;
  font-size: 17px;
  line-height: 1.75;
  margin: 0;
}

.pcshop-register {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 22px;
}

.pcshop-register span {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 8px;
  border: 1px solid rgba(30, 122, 180, 0.22);
  border-radius: 8px;
  color: #1f5f86;
  background: #eef7fc;
  font-size: 13px;
  font-weight: 850;
  text-align: center;
}

.project-action--pcshop {
  color: #ffffff;
  background: linear-gradient(135deg, #1e7ab4, #24a0c6);
  box-shadow: 0 14px 30px rgba(30, 122, 180, 0.24);
}

.pcshop-screen {
  padding: 12px;
  background: linear-gradient(180deg, #d7dde4, #9fa8b2), #cbd5df;
}

.pcshop-screen img {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  border: 1px solid rgba(30, 42, 55, 0.18);
}

.pcshop-shelves {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.pcshop-shelf-card {
  padding: 22px;
}

.pcshop-shelf-card i {
  color: #1e7ab4;
  background: #e7f4fb;
}

.pcshop-shelf-card h2 {
  color: #152f45;
  font-size: 20px;
  font-weight: 900;
}

.pcshop-shelf-card p {
  color: #536271;
}

/* Quick Info */
.quick-page {
  color: #172033;
  background:
    radial-gradient(
      ellipse at 12% 10%,
      rgba(4, 118, 172, 0.18),
      transparent 34%
    ),
    radial-gradient(
      ellipse at 90% 20%,
      rgba(5, 168, 110, 0.16),
      transparent 32%
    ),
    linear-gradient(180deg, #fdfcff 0%, #eef6fb 100%);
}

.quick-nav .project-back {
  color: #233246;
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(4, 118, 172, 0.16);
}

.quick-nav .project-back:hover,
.quick-nav .project-back:focus-visible {
  color: #0476ac;
  background: #ffffff;
}

.quick-shell {
  width: min(960px, calc(100% - 32px));
  margin: 0 auto;
  padding: 48px 0 72px;
}

.quick-hero {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 28px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 42px rgba(4, 118, 172, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.quick-avatar {
  width: 180px;
  height: 180px;
  border-radius: 100%;
  object-fit: cover;
  display: block;
  border: 4px solid #ffffff;
  box-shadow: 0 14px 32px rgba(4, 118, 172, 0.18);
}

.quick-label {
  color: #0476ac;
}

.quick-hero h1 {
  margin: 8px 0 10px;
  color: #172033;
  font-size: 52px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

.quick-hero p {
  max-width: 680px;
  margin: 0;
  color: #526174;
  font-size: 17px;
  line-height: 1.75;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.quick-card {
  padding: 24px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 34px rgba(4, 118, 172, 0.1);
}

.quick-card span {
  color: #0476ac;
  font-size: 13px;
  font-weight: 950;
}

.quick-card h2 {
  color: #172033;
  font-size: 21px;
  font-weight: 900;
}

.quick-card p {
  color: #526174;
}

.quick-card--link {
  border-left: 4px solid #05a86e;
}

.quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.quick-actions a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, #0476ac, #05a86e);
  text-decoration: none;
  font-size: 13px;
  font-weight: 850;
}

@media (max-width: 860px) {
  .warfront-hero h1 {
    font-size: 82px;
  }

  .warfront-subtitle {
    font-size: 32px;
  }

  .project-detail-grid,
  .pcshop-shelves,
  .pcshop-hero,
  .quick-grid {
    grid-template-columns: 1fr;
  }

  .pcshop-screen img {
    min-height: 300px;
  }
}

@media (max-width: 620px) {
  .project-nav {
    align-items: stretch;
    flex-direction: column;
    padding: 12px 0;
  }

  .project-back {
    width: 100%;
  }

  .warfront-hero {
    min-height: 640px;
    padding-top: 150px;
  }

  .warfront-hero h1 {
    font-size: 62px;
  }

  .project-hero-copy,
  .pcshop-copy p,
  .quick-hero p {
    font-size: 15px;
  }

  .project-actions,
  .project-action {
    width: 100%;
  }

  .pcshop-copy {
    padding: 24px;
  }

  .pcshop-copy h1,
  .quick-hero h1 {
    font-size: 40px;
  }

  .pcshop-register {
    grid-template-columns: 1fr;
  }

  .quick-hero {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .quick-avatar {
    width: 150px;

    height: 150px;
  }
}
