.hero-grid-pattern[data-astro-cid-gxkxjdfc] {
  background-image: linear-gradient(rgb(var(--color-primary) / .15) 1px,transparent 1px),linear-gradient(90deg,rgb(var(--color-primary) / .15) 1px,transparent 1px);
  background-size: 50px 50px;
  opacity: .3
}
.dark .hero-grid-pattern[data-astro-cid-gxkxjdfc],
html.dark .hero-grid-pattern[data-astro-cid-gxkxjdfc] {
  background-image: linear-gradient(rgb(var(--color-primary) / .25) 1px,transparent 1px),linear-gradient(90deg,rgb(var(--color-primary) / .25) 1px,transparent 1px);
  opacity: .4
}
section[data-astro-cid-gxkxjdfc] {
  width: 100vw!important;
  position: relative;
  left: 50%;
  right: auto;
  margin-left: -50vw;
  margin-right: 0;
  margin-top: -2rem;
  margin-bottom: 0;
  max-width: 100vw
}
@media(max-width:768px) {
  section[data-astro-cid-gxkxjdfc] {
    width: 100vw!important;
    left: 50%;
    margin-left: -50vw;
    margin-top: -2rem;
    max-width: 100vw
  }
}
.flow-visualization[data-astro-cid-3ihvj4wd] {
  padding: 3rem 0;
  width: 100%
}
.section-header[data-astro-cid-3ihvj4wd] {
  text-align: center;
  margin-bottom: 4rem
}
.tech-toggle-all-btn[data-astro-cid-3ihvj4wd] {
  margin-top: 1.5rem;
  padding: .75rem 1.5rem;
  background: #ffffff0d;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
  color: rgb(var(--color-secondary));
  font-size: .9375rem;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  transition: all .3s ease
}
.tech-toggle-all-btn[data-astro-cid-3ihvj4wd]:hover {
  background: #ffffff1a;
  border-color: rgb(var(--color-primary) / .5);
  transform: translateY(-1px)
}
.tech-toggle-all-btn[data-astro-cid-3ihvj4wd].expanded .tech-toggle-all-icon[data-astro-cid-3ihvj4wd] {
  transform: rotate(180deg)
}
.tech-toggle-all-icon[data-astro-cid-3ihvj4wd] {
  transition: transform .3s ease;
  font-size: .75rem
}
:root:not(.dark) .tech-toggle-all-btn[data-astro-cid-3ihvj4wd] {
  background: #0000000d;
  border-color: #0000001a
}
:root:not(.dark) .tech-toggle-all-btn[data-astro-cid-3ihvj4wd]:hover {
  background: #0000001a;
  border-color: rgb(var(--color-primary) / .5)
}
.section-title[data-astro-cid-3ihvj4wd] {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: .5px
}
.dark[data-astro-cid-3ihvj4wd] .section-title[data-astro-cid-3ihvj4wd] {
  color: #fff
}
.section-subtitle[data-astro-cid-3ihvj4wd] {
  color: rgb(var(--color-secondary));
  font-size: 1.2rem;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto
}
.flow-container[data-astro-cid-3ihvj4wd] {
  position: relative;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  width: 100%
}
.flow-connector-vertical-between[data-astro-cid-3ihvj4wd] {
  position: relative;
  height: 60px;
  width: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem auto
}
.connector-line-vertical[data-astro-cid-3ihvj4wd] {
  position: absolute;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg,rgb(var(--color-primary)),rgb(var(--color-secondary)),rgb(var(--color-accent)));
  border-radius: 1px;
  animation: flowGlowVertical 2s ease-in-out infinite
}
@keyframes flowGlowVertical {
  0%,
  to {
    box-shadow: 0 0 10px rgb(var(--color-primary) / .3)
  }
  50% {
    box-shadow: 0 0 20px rgb(var(--color-primary) / .6)
  }
}
.connector-arrow-down[data-astro-cid-3ihvj4wd] {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 8px solid rgb(var(--color-primary));
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  animation: arrowPulseDown 2s ease-in-out infinite
}
@keyframes arrowPulseDown {
  0%,
  to {
    opacity: .7;
    transform: scale(1)
  }
  50% {
    opacity: 1;
    transform: scale(1.1)
  }
}
.data-particles-vertical[data-astro-cid-3ihvj4wd] {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none
}
.data-particles-vertical[data-astro-cid-3ihvj4wd] .particle[data-astro-cid-3ihvj4wd] {
  position: absolute;
  width: 3px;
  height: 3px;
  background: rgb(var(--color-primary));
  border-radius: 50%;
  animation: particleFlowVertical 3s linear infinite
}
.data-particles-vertical[data-astro-cid-3ihvj4wd] .particle[data-astro-cid-3ihvj4wd]:first-child {
  animation-delay: 0s;
  left: 50%
}
.data-particles-vertical[data-astro-cid-3ihvj4wd] .particle[data-astro-cid-3ihvj4wd]:nth-child(2) {
  animation-delay: 1s;
  left: 50%
}
.data-particles-vertical[data-astro-cid-3ihvj4wd] .particle[data-astro-cid-3ihvj4wd]:nth-child(3) {
  animation-delay: 2s;
  left: 50%
}
@keyframes particleFlowVertical {
  0% {
    top: 0;
    opacity: 0;
    transform: translate(-50%) scale(0)
  }
  20% {
    opacity: 1;
    transform: translate(-50%) scale(1)
  }
  80% {
    opacity: 1;
    transform: translate(-50%) scale(1)
  }
  to {
    top: 100%;
    opacity: 0;
    transform: translate(-50%) scale(0)
  }
}
.desktop-flow[data-astro-cid-3ihvj4wd].horizontal-flow {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  margin-bottom: 1rem;
  position: relative;
  flex: 0 0 auto
}
.desktop-flow[data-astro-cid-3ihvj4wd].horizontal-flow >[data-astro-cid-3ihvj4wd] {
  flex-shrink: 0
}
.desktop-flow[data-astro-cid-3ihvj4wd].horizontal-flow > .flow-connector[data-astro-cid-3ihvj4wd].horizontal-connector {
  align-self: center
}
.flow-node[data-astro-cid-3ihvj4wd] {
  flex: 1 1 0;
  min-width: 240px;
  max-width: 300px;
  position: relative;
  z-index: 2;
  display: flex
}
.node-content[data-astro-cid-3ihvj4wd] {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  background: #00000080;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 16px;
  padding: 1.25rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all .4s cubic-bezier(.4,0,.2,1);
  width: 100%;
  box-sizing: border-box
}
:root:not(.dark) .node-content[data-astro-cid-3ihvj4wd] {
  background: #fff;
  border: 1px solid rgba(0,0,0,.1)
}
.node-content[data-astro-cid-3ihvj4wd]:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 25px 50px #0006;
  border-color: #ffffff4d
}
:root:not(.dark) .node-content[data-astro-cid-3ihvj4wd]:hover {
  box-shadow: 0 25px 50px #0000001a;
  border-color: #0003
}
.node-icon[data-astro-cid-3ihvj4wd] {
  font-size: 2.5rem;
  margin-bottom: .75rem;
  display: block
}
.node-content[data-astro-cid-3ihvj4wd] h3[data-astro-cid-3ihvj4wd] {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: .5rem;
  letter-spacing: .5px;
  color: rgb(var(--color-secondary))
}
.node-content[data-astro-cid-3ihvj4wd] p[data-astro-cid-3ihvj4wd] {
  color: rgb(var(--color-secondary) / .7);
  font-size: .8rem;
  line-height: 1.4;
  margin: 0 0 .5rem
}
.tech-details[data-astro-cid-3ihvj4wd] {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin-top: 0;
  text-align: left;
  transition: max-height .4s ease,opacity .3s ease,margin-top .3s ease
}
.tech-details[data-astro-cid-3ihvj4wd].expanded {
  max-height: 500px;
  opacity: 1;
  margin-top: .75rem
}
.tech-group[data-astro-cid-3ihvj4wd] {
  color: rgb(var(--color-secondary));
  font-size: .75rem;
  line-height: 1.6;
  margin-bottom: .5rem;
  padding: .5rem;
  background: #ffffff08;
  border-radius: 6px
}
.tech-group[data-astro-cid-3ihvj4wd]:last-child {
  margin-bottom: 0
}
.tech-group[data-astro-cid-3ihvj4wd] strong[data-astro-cid-3ihvj4wd] {
  color: rgb(var(--color-primary));
  display: block;
  margin-bottom: .25rem
}
:root:not(.dark) .tech-group[data-astro-cid-3ihvj4wd] {
  color: rgb(var(--color-secondary) / .7);
  background: #00000008
}
.node-pulse[data-astro-cid-3ihvj4wd] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  border-radius: 16px;
  display: none
}
@keyframes pulse {
  0%,
  to {
    opacity: 0;
    transform: translate(-50%,-50%) scale(1)
  }
  50% {
    opacity: 1;
    transform: translate(-50%,-50%) scale(1.1)
  }
}
.flow-connector[data-astro-cid-3ihvj4wd].horizontal-connector {
  flex: 0 0 80px;
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  align-self: center
}
.connector-line[data-astro-cid-3ihvj4wd] {
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg,rgb(var(--color-primary)),rgb(var(--color-secondary)),rgb(var(--color-accent)));
  border-radius: 1px;
  animation: flowGlow 2s ease-in-out infinite
}
@keyframes flowGlow {
  0%,
  to {
    box-shadow: 0 0 10px rgb(var(--color-primary) / .3)
  }
  50% {
    box-shadow: 0 0 20px rgb(var(--color-primary) / .6)
  }
}
.connector-arrow[data-astro-cid-3ihvj4wd] {
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-left: 10px solid rgb(var(--color-primary));
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  animation: arrowPulse 2s ease-in-out infinite
}
@keyframes arrowPulse {
  0%,
  to {
    opacity: .7;
    transform: scale(1)
  }
  50% {
    opacity: 1;
    transform: scale(1.1)
  }
}
.data-particles[data-astro-cid-3ihvj4wd] {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none
}
.particle[data-astro-cid-3ihvj4wd] {
  position: absolute;
  width: 3px;
  height: 3px;
  background: rgb(var(--color-primary));
  border-radius: 50%;
  animation: particleFlow 3s linear infinite
}
.particle[data-astro-cid-3ihvj4wd]:first-child {
  animation-delay: 0s;
  top: 30%
}
.particle[data-astro-cid-3ihvj4wd]:nth-child(2) {
  animation-delay: 1s;
  top: 50%
}
.particle[data-astro-cid-3ihvj4wd]:nth-child(3) {
  animation-delay: 2s;
  top: 70%
}
@keyframes particleFlow {
  0% {
    left: 0;
    opacity: 0;
    transform: scale(0)
  }
  20% {
    opacity: 1;
    transform: scale(1)
  }
  80% {
    opacity: 1;
    transform: scale(1)
  }
  to {
    left: 100%;
    opacity: 0;
    transform: scale(0)
  }
}
.desktop-flow[data-astro-cid-3ihvj4wd].horizontal-flow > .flow-connector[data-astro-cid-3ihvj4wd].horizontal-connector:last-of-type {
  display: none
}
@media(max-width:1200px) {
  .flow-connector[data-astro-cid-3ihvj4wd].horizontal-connector {
    flex: 0 0 60px;
    min-width: 40px
  }
}
@media(max-width:900px) {
  .desktop-flow[data-astro-cid-3ihvj4wd].horizontal-flow {
    flex-direction: column;
    align-items: center
  }
  .flow-connector[data-astro-cid-3ihvj4wd].horizontal-connector {
    width: 2px;
    height: 60px;
    flex: 0 0 60px;
    min-width: 2px
  }
  .connector-line[data-astro-cid-3ihvj4wd] {
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg,rgb(var(--color-primary)),rgb(var(--color-secondary)),rgb(var(--color-accent)))
  }
  .connector-arrow[data-astro-cid-3ihvj4wd] {
    bottom: 0;
    right: auto;
    top: auto;
    border-top: 8px solid rgb(var(--color-primary));
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: none;
    animation: arrowPulseDown 2s ease-in-out infinite
  }
  @keyframes arrowPulseDown {
    0%,
    to {
      opacity: .7;
      transform: scale(1)
    }
    50% {
      opacity: 1;
      transform: scale(1.1)
    }
  }
  .particle[data-astro-cid-3ihvj4wd] {
    animation: particleFlowVertical 3s linear infinite
  }
  @keyframes particleFlowVertical {
    0% {
      top: 0;
      opacity: 0;
      transform: translate(-50%) scale(0);
      left: 50%
    }
    20% {
      opacity: 1;
      transform: translate(-50%) scale(1)
    }
    80% {
      opacity: 1;
      transform: translate(-50%) scale(1)
    }
    to {
      top: 100%;
      opacity: 0;
      transform: translate(-50%) scale(0)
    }
  }
}
.random-particles[data-astro-cid-3ihvj4wd] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden
}
.random-particle[data-astro-cid-3ihvj4wd] {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgb(var(--color-primary));
  border-radius: 50%;
  opacity: .4;
  animation: randomParticleFlow 15s linear infinite
}
.random-particle[data-astro-cid-3ihvj4wd]:first-child {
  left: 10%;
  animation-delay: 0s;
  animation-duration: 18s
}
.random-particle[data-astro-cid-3ihvj4wd]:nth-child(2) {
  left: 25%;
  animation-delay: 2s;
  animation-duration: 20s
}
.random-particle[data-astro-cid-3ihvj4wd]:nth-child(3) {
  left: 40%;
  animation-delay: 4s;
  animation-duration: 16s
}
.random-particle[data-astro-cid-3ihvj4wd]:nth-child(4) {
  left: 55%;
  animation-delay: 1s;
  animation-duration: 22s
}
.random-particle[data-astro-cid-3ihvj4wd]:nth-child(5) {
  left: 70%;
  animation-delay: 3s;
  animation-duration: 19s
}
.random-particle[data-astro-cid-3ihvj4wd]:nth-child(6) {
  left: 85%;
  animation-delay: 5s;
  animation-duration: 17s
}
.random-particle[data-astro-cid-3ihvj4wd]:nth-child(7) {
  left: 15%;
  animation-delay: 6s;
  animation-duration: 21s
}
.random-particle[data-astro-cid-3ihvj4wd]:nth-child(8) {
  left: 60%;
  animation-delay: 7s;
  animation-duration: 18s
}
@keyframes randomParticleFlow {
  0% {
    top: -10px;
    opacity: 0;
    transform: translate(0) scale(0)
  }
  10% {
    opacity: .6;
    transform: translate(20px) scale(1)
  }
  50% {
    opacity: .8;
    transform: translate(-30px) scale(1.2)
  }
  90% {
    opacity: .6;
    transform: translate(15px) scale(1)
  }
  to {
    top: 100%;
    opacity: 0;
    transform: translate(-20px) scale(0)
  }
}
.random-particles-up[data-astro-cid-3ihvj4wd] .random-particle-up[data-astro-cid-3ihvj4wd] {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgb(var(--color-primary));
  border-radius: 50%;
  opacity: .4;
  animation: randomParticleFlowUp 15s linear infinite
}
.random-particles-up[data-astro-cid-3ihvj4wd] .random-particle-up[data-astro-cid-3ihvj4wd]:first-child {
  left: 12%;
  animation-delay: 0s;
  animation-duration: 19s
}
.random-particles-up[data-astro-cid-3ihvj4wd] .random-particle-up[data-astro-cid-3ihvj4wd]:nth-child(2) {
  left: 30%;
  animation-delay: 2.5s;
  animation-duration: 21s
}
.random-particles-up[data-astro-cid-3ihvj4wd] .random-particle-up[data-astro-cid-3ihvj4wd]:nth-child(3) {
  left: 45%;
  animation-delay: 1s;
  animation-duration: 17s
}
.random-particles-up[data-astro-cid-3ihvj4wd] .random-particle-up[data-astro-cid-3ihvj4wd]:nth-child(4) {
  left: 62%;
  animation-delay: 3.5s;
  animation-duration: 20s
}
.random-particles-up[data-astro-cid-3ihvj4wd] .random-particle-up[data-astro-cid-3ihvj4wd]:nth-child(5) {
  left: 75%;
  animation-delay: 1.5s;
  animation-duration: 18s
}
.random-particles-up[data-astro-cid-3ihvj4wd] .random-particle-up[data-astro-cid-3ihvj4wd]:nth-child(6) {
  left: 88%;
  animation-delay: 4s;
  animation-duration: 22s
}
.random-particles-up[data-astro-cid-3ihvj4wd] .random-particle-up[data-astro-cid-3ihvj4wd]:nth-child(7) {
  left: 20%;
  animation-delay: 5.5s;
  animation-duration: 16s
}
.random-particles-up[data-astro-cid-3ihvj4wd] .random-particle-up[data-astro-cid-3ihvj4wd]:nth-child(8) {
  left: 52%;
  animation-delay: 6.5s;
  animation-duration: 19s
}
@keyframes randomParticleFlowUp {
  0% {
    bottom: -10px;
    top: auto;
    opacity: 0;
    transform: translate(0) scale(0)
  }
  10% {
    opacity: .6;
    transform: translate(-15px) scale(1)
  }
  50% {
    opacity: .8;
    transform: translate(25px) scale(1.2)
  }
  90% {
    opacity: .6;
    transform: translate(-10px) scale(1)
  }
  to {
    bottom: 100%;
    top: auto;
    opacity: 0;
    transform: translate(18px) scale(0)
  }
}
@media(max-width:768px) {
  .section-title[data-astro-cid-3ihvj4wd] {
    font-size: 2rem
  }
  .section-subtitle[data-astro-cid-3ihvj4wd] {
    font-size: 1rem
  }
  .flow-node[data-astro-cid-3ihvj4wd] {
    flex: 0 0 auto;
    min-width: 260px;
    max-width: 100%
  }
  .node-content[data-astro-cid-3ihvj4wd] {
    width: 100%;
    padding: 1.25rem
  }
  .node-icon[data-astro-cid-3ihvj4wd] {
    font-size: 2rem
  }
  .node-content[data-astro-cid-3ihvj4wd] h3[data-astro-cid-3ihvj4wd] {
    font-size: 1.1rem
  }
  .random-particles[data-astro-cid-3ihvj4wd] {
    display: none
  }
}
.quiz-input[data-astro-cid-3vf2asyb] {
  background-color: rgb(var(--color-surface));
  border: 1px solid rgb(var(--color-border));
  color: rgb(var(--color-secondary))
}
.quiz-input[data-astro-cid-3vf2asyb]::-moz-placeholder {
  color: rgb(var(--color-secondary));
  opacity: .7
}
.quiz-input[data-astro-cid-3vf2asyb]::placeholder {
  color: rgb(var(--color-secondary));
  opacity: .7
}
.quiz-input[data-astro-cid-3vf2asyb]:focus {
  outline: 0;
  border-color: rgb(var(--color-primary));
  box-shadow: 0 0 0 2px #d4af3733
}
.quiz-checkbox[data-astro-cid-3vf2asyb] {
  accent-color: rgb(var(--color-primary))
}
.quiz-option-box[data-astro-cid-3vf2asyb] {
  background-color: rgb(var(--color-surface));
  border-color: rgb(var(--color-border));
  transition: all .4s cubic-bezier(.25,.1,.25,1)
}
.quiz-option-box[data-astro-cid-3vf2asyb]:hover {
  border-color: rgb(var(--color-primary));
  transform: translateY(-4px);
  box-shadow: 0 15px 30px -10px rgba(var(--color-foreground),.05)
}
.dark .quiz-option-box[data-astro-cid-3vf2asyb]:hover {
  box-shadow: 0 15px 30px -10px #00000080
}
.quiz-option[data-astro-cid-3vf2asyb].selected .quiz-option-box[data-astro-cid-3vf2asyb] {
  border-color: rgb(var(--color-primary))!important;
  box-shadow: 0 0 0 2px #d4af3733
}
#world-map-img[data-astro-cid-7bfvx7sk] {
  filter: brightness(.95)
}
.dark[data-astro-cid-7bfvx7sk] #world-map-img[data-astro-cid-7bfvx7sk] {
  filter: brightness(.7)
}
.cutting-mat-background[data-astro-cid-rknujjkz] {
  background-color: transparent;
  position: relative;
  background-image: repeating-linear-gradient(0deg,transparent,transparent 19px,rgb(var(--color-border)) 19px,rgb(var(--color-border)) 20px),repeating-linear-gradient(90deg,transparent,transparent 19px,rgb(var(--color-border)) 19px,rgb(var(--color-border)) 20px)
}
.dark .cutting-mat-background[data-astro-cid-rknujjkz],
html.dark .cutting-mat-background[data-astro-cid-rknujjkz] {
  background-color: rgb(var(--color-background))!important;
  background-image: repeating-linear-gradient(0deg,transparent,transparent 19px,rgb(var(--color-secondary) / .08) 19px,rgb(var(--color-secondary) / .08) 20px),repeating-linear-gradient(90deg,transparent,transparent 19px,rgb(var(--color-secondary) / .08) 19px,rgb(var(--color-secondary) / .08) 20px)!important
}
.cutting-mat-background[data-astro-cid-rknujjkz] >[data-astro-cid-rknujjkz] {
  position: relative;
  z-index: 2
}
@media(max-width:768px) {
  .cutting-mat-background[data-astro-cid-rknujjkz] {
    min-height: auto;
    overflow: visible
  }
  .cutting-mat-background[data-astro-cid-rknujjkz] .container-modern[data-astro-cid-rknujjkz] {
    padding-bottom: 2rem
  }
}
/*# sourceMappingURL=index.CoCO03k5.css.map */