/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/page.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.page_main__GlU4n {
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

/* Sections */
.page_section__61PEw {
  padding: 4rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.page_sectionHeader__a4Fw5 {
  margin-bottom: 2.5rem;
}

.page_headerWithToggle__dIWkj {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.page_sectionTitle__hzsAh {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  gap: 1rem;
}

.page_titleAccent__HY_Nq {
  color: var(--emerald-bright);
  text-shadow: 0 0 10px var(--emerald-primary);
}

/* Tabs */
.page_tabsContainer__3QZNv {
  display: flex;
  gap: 0.5rem;
}

.page_tab__UB7xw {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--text-muted);
  background: transparent;
  border: none;
  padding: 0.5rem 1.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transition: all 0.3s ease;
  position: relative;
}

.page_tab__UB7xw:hover {
  color: var(--text-secondary);
}

.page_tab__UB7xw .page_titleAccent__HY_Nq {
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

.page_tabActive__UaBD7 {
  color: var(--text-primary);
}

.page_tabActive__UaBD7 .page_titleAccent__HY_Nq {
  opacity: 1;
}

.page_tabActive__UaBD7::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--emerald-primary), transparent);
}

/* SFW/NSFW Toggle */
.page_toggleContainer__8jvGu {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.page_toggleLabel__SVeSl {
  font-family: 'Orbitron', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-muted);
  letter-spacing: 0.1em;
  transition: color 0.3s ease;
}

.page_toggleLabelActive__tJNgO {
  color: var(--emerald-bright);
  text-shadow: 0 0 10px var(--shadow-glow);
}

.page_toggle__ni725 {
  position: relative;
  width: 50px;
  height: 26px;
  background: var(--surface-dark);
  border: 2px solid var(--emerald-dark);
  border-radius: 13px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.page_toggle__ni725:hover {
  border-color: var(--emerald-primary);
}

.page_toggleActive__3YXY_ {
  border-color: var(--emerald-primary);
  box-shadow: 0 0 15px var(--shadow-glow);
}

.page_toggleKnob__ruts_ {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  background: var(--emerald-dark);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.page_toggleActive__3YXY_ .page_toggleKnob__ruts_ {
  left: calc(100% - 20px);
  background: var(--emerald-bright);
  box-shadow: 0 0 10px var(--emerald-primary);
}

/* Reference Container */
.page_referenceContainer__p6T_i {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.page_referenceFrame__iprDZ {
  position: relative;
  background: var(--surface-dark);
  border: 2px solid var(--emerald-dark);
  padding: 4px;
  transition: all 0.3s ease;
}

.page_referenceFrame__iprDZ:hover {
  border-color: var(--emerald-primary);
  box-shadow: 0 0 40px var(--shadow-glow);
}

/* Frame Corners */
.page_frameCornerTL__YNkUe,
.page_frameCornerTR__qM0v2,
.page_frameCornerBL__cOaZN,
.page_frameCornerBR__k766A {
  position: absolute;
  width: 30px;
  height: 30px;
  pointer-events: none;
  z-index: 10;
}

.page_frameCornerTL__YNkUe {
  top: -2px;
  left: -2px;
  border-top: 3px solid var(--emerald-bright);
  border-left: 3px solid var(--emerald-bright);
}

.page_frameCornerTR__qM0v2 {
  top: -2px;
  right: -2px;
  border-top: 3px solid var(--emerald-bright);
  border-right: 3px solid var(--emerald-bright);
}

.page_frameCornerBL__cOaZN {
  bottom: -2px;
  left: -2px;
  border-bottom: 3px solid var(--emerald-bright);
  border-left: 3px solid var(--emerald-bright);
}

.page_frameCornerBR__k766A {
  bottom: -2px;
  right: -2px;
  border-bottom: 3px solid var(--emerald-bright);
  border-right: 3px solid var(--emerald-bright);
}

.page_referenceImage__TTYx6 {
  width: 100%;
  aspect-ratio: auto;
}

.page_referenceInfo__owR0m {
  display: flex;
  justify-content: center;
}

.page_referenceNote__NSAyN {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.95rem;
  color: var(--text-muted);
}

.page_noteIcon__667W7 {
  color: var(--emerald-primary);
  text-shadow: 0 0 10px var(--shadow-glow);
}

/* Footer */
.page_footer__sHKi3 {
  padding: 3rem 2rem 2rem;
  margin-top: 4rem;
  position: relative;
}

.page_footerLine__phB5g {
  position: absolute;
  top: 0;
  left: 5%;
  right: 5%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--emerald-dark), var(--emerald-primary), var(--emerald-dark), transparent);
}

.page_footerContent__sUmFz {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.page_footerLogo__PfgLJ {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.page_logoIcon__vIYln {
  font-size: 1.5rem;
  color: var(--emerald-bright);
  text-shadow: 0 0 15px var(--emerald-primary);
}

.page_logoText__ZUV_x {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--text-primary);
}

.page_footerText__OqpQ_ {
  color: var(--text-muted);
  font-size: 0.9rem;
  text-align: center;
}

.page_artistLink__HbBox {
  color: var(--emerald-bright);
  text-decoration: none;
  transition: all 0.3s ease;
}

.page_artistLink__HbBox:hover {
  color: var(--emerald-glow);
  text-shadow: 0 0 10px var(--emerald-primary);
}

/* Responsive */
@media (max-width: 768px) {
  .page_section__61PEw {
    padding: 2rem 1rem;
  }
  
  .page_sectionTitle__hzsAh {
    font-size: 1.2rem;
  }
  
  .page_headerWithToggle__dIWkj {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  
  .page_tab__UB7xw {
    font-size: 1rem;
    padding: 0.4rem 0.75rem;
  }
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/TechFrame.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.TechFrame_frame___d4xb {
  position: relative;
  padding: 1rem 1.5rem;
  background: linear-gradient(135deg, var(--surface-mid) 0%, var(--teal-dark) 100%);
  border: 1px solid var(--emerald-dark);
  overflow: hidden;
}

.TechFrame_frame___d4xb::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    transparent 0%,
    rgba(0, 200, 83, 0.03) 50%,
    transparent 100%
  );
  pointer-events: none;
}

/* Variants */
.TechFrame_default__8BRhM {
  -webkit-clip-path: polygon(
    0 0,
    calc(100% - 15px) 0,
    100% 15px,
    100% 100%,
    15px 100%,
    0 calc(100% - 15px)
  );
          clip-path: polygon(
    0 0,
    calc(100% - 15px) 0,
    100% 15px,
    100% 100%,
    15px 100%,
    0 calc(100% - 15px)
  );
}

.TechFrame_accent__xu3p2 {
  border-color: var(--emerald-primary);
  box-shadow: 0 0 20px var(--shadow-glow),
              inset 0 0 30px rgba(0, 200, 83, 0.05);
}

.TechFrame_accent__xu3p2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--emerald-primary), var(--emerald-bright), var(--emerald-primary));
  animation: TechFrame_border-trace__c66Wa 3s ease-in-out infinite;
  background-size: 200% 200%;
}

.TechFrame_subtle__qjrMa {
  background: transparent;
  border-color: rgba(0, 200, 83, 0.2);
}

/* Corner Accents */
.TechFrame_cornerTL__PyVZL,
.TechFrame_cornerTR__ae9Lv,
.TechFrame_cornerBL__scfH2,
.TechFrame_cornerBR__X9kpW {
  position: absolute;
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.TechFrame_cornerTL__PyVZL {
  top: 0;
  left: 0;
  border-top: 2px solid var(--emerald-primary);
  border-left: 2px solid var(--emerald-primary);
}

.TechFrame_cornerTR__ae9Lv {
  top: 0;
  right: 0;
  border-top: 2px solid var(--emerald-primary);
  border-right: 2px solid var(--emerald-primary);
}

.TechFrame_cornerBL__scfH2 {
  bottom: 0;
  left: 0;
  border-bottom: 2px solid var(--emerald-primary);
  border-left: 2px solid var(--emerald-primary);
}

.TechFrame_cornerBR__X9kpW {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid var(--emerald-primary);
  border-right: 2px solid var(--emerald-primary);
}

.TechFrame_content__pFfqT {
  position: relative;
  z-index: 1;
}

/* Scan Line Effect */
.TechFrame_scanLine__PdLHh {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--emerald-glow), transparent);
  opacity: 0;
  pointer-events: none;
}

.TechFrame_frame___d4xb:hover .TechFrame_scanLine__PdLHh {
  animation: TechFrame_scan__n__lG 1.5s ease-in-out;
}

@keyframes TechFrame_scan__n__lG {
  0% {
    top: 0;
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}

@keyframes TechFrame_border-trace__c66Wa {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/HeroSection.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.HeroSection_hero__LcTg9 {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  padding-top: 35vh;
  overflow: hidden;
}

/* Hero Background Image */
.HeroSection_heroImageContainer__5Es5x {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--teal-deep);
}

.HeroSection_heroImage__98kf8 {
  width: 100%;
  height: auto;
  min-height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center top;
  margin-top: 80px;
}

.HeroSection_heroImageOverlay__xx4mh {
  position: absolute;
  inset: 0;
  background: 
    linear-gradient(
      180deg,
      rgba(6, 26, 20, 0.2) 0%,
      rgba(5, 21, 16, 0.3) 60%,
      var(--surface-dark) 100%
    ),
    radial-gradient(
      ellipse at center,
      transparent 50%,
      rgba(6, 26, 20, 0.4) 100%
    );
}

/* Background Elements */
.HeroSection_bgElements__Pg3_c {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}

.HeroSection_hexGrid__aYf3H {
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(circle at 25px 25px, var(--emerald-dark) 2px, transparent 0);
  background-size: 50px 50px;
  opacity: 0.1;
}

.HeroSection_gradientOrb__n9OYz {
  position: absolute;
  top: 10%;
  right: 10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--emerald-primary) 0%, transparent 60%);
  opacity: 0.08;
  filter: blur(80px);
  animation: HeroSection_float__2QO8G 8s ease-in-out infinite;
}

.HeroSection_gradientOrb2__QMajm {
  position: absolute;
  bottom: 20%;
  left: 5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--accent-cyan) 0%, transparent 60%);
  opacity: 0.05;
  filter: blur(60px);
  animation: HeroSection_float__2QO8G 10s ease-in-out infinite reverse;
}

@keyframes HeroSection_float__2QO8G {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(30px, -30px); }
}

/* Tech Lines */
.HeroSection_techLines__I0Zjd {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 60px;
  opacity: 0.15;
  pointer-events: none;
  z-index: 1;
}

.HeroSection_techLine__ayEJV {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--emerald-primary) 20%,
    var(--emerald-bright) 50%,
    var(--emerald-primary) 80%,
    transparent 100%
  );
  transform-origin: left;
}

/* Content */
.HeroSection_content__7Lf9F {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 900px;
}

/* Title Row - Logo + Title side by side */
.HeroSection_titleRow__f_4nL {
  display: flex;
  align-items: center;
  gap: 2rem;
}

/* Logo */
.HeroSection_logoContainer__rXPaC {
  position: relative;
  flex-shrink: 0;
}

.HeroSection_logoOuter__qXoyd {
  width: 100px;
  height: 100px;
  border: 2px solid var(--emerald-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  background: linear-gradient(135deg, rgba(13, 41, 34, 0.9) 0%, rgba(10, 32, 26, 0.9) 100%);
  animation: HeroSection_glow-pulse__1UCLO 3s ease-in-out infinite;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.HeroSection_logoInner__lAB8_ {
  width: 70px;
  height: 70px;
  border: 1px solid var(--emerald-bright);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  background: rgba(5, 21, 16, 0.9);
}

.HeroSection_logoIcon___Tl5_ {
  font-size: 2rem;
  color: var(--emerald-bright);
  text-shadow: 0 0 20px var(--emerald-primary);
}

.HeroSection_logoGlow__uDza6 {
  position: absolute;
  inset: -20px;
  background: radial-gradient(circle, var(--emerald-primary) 0%, transparent 60%);
  opacity: 0.3;
  filter: blur(20px);
  animation: HeroSection_glow-pulse__1UCLO 3s ease-in-out infinite;
}

/* Title */
.HeroSection_title__kiiC4 {
  text-align: left;
}

.HeroSection_titleTop__Yr1vX {
  display: inline-block;
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.4em;
  color: var(--emerald-bright);
  margin-bottom: 0.5rem;
  padding: 0.4rem 1rem;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid var(--emerald-dark);
  text-shadow: 0 0 10px var(--emerald-primary);
}

.HeroSection_titleMain__ag7tp {
  display: block;
  font-family: 'Orbitron', sans-serif;
  font-size: clamp(2rem, 6vw, 3.5rem);
  font-weight: 900;
  letter-spacing: 0.15em;
  background: linear-gradient(
    135deg,
    var(--emerald-bright) 0%,
    var(--text-primary) 30%,
    var(--emerald-bright) 50%,
    var(--accent-cyan) 70%,
    var(--emerald-bright) 100%
  );
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: HeroSection_gradient-shift__vmSrp 5s ease-in-out infinite;
  filter: drop-shadow(0 0 30px var(--shadow-glow));
}

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

/* Tagline */
.HeroSection_tagline__Hd1jA {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-muted);
  font-style: italic;
  white-space: nowrap;
  margin-top: 1.5rem;
  padding: 0.6rem 1.25rem;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid var(--emerald-dark);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.HeroSection_taglineIcon__HLurZ {
  font-size: 1.3rem;
  color: var(--emerald-primary);
  font-style: normal;
  flex-shrink: 0;
}

/* Subtitle */
.HeroSection_subtitle__gJ3T4 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  letter-spacing: 0.1em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

/* Info Pills */
.HeroSection_infoPills__u8smJ {
  display: flex;
  gap: 1rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.HeroSection_pill__aBB6D {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.2rem;
  background: rgba(0, 200, 83, 0.15);
  border: 1px solid var(--emerald-dark);
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-secondary);
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.HeroSection_pill__aBB6D:hover {
  border-color: var(--emerald-primary);
  background: rgba(0, 200, 83, 0.25);
  box-shadow: 0 0 15px var(--shadow-glow);
}

.HeroSection_pillIcon__hHjBI {
  color: var(--emerald-bright);
  font-size: 0.8rem;
}

/* Artist Credit */
.HeroSection_artistCredit__skeE_ {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid var(--emerald-dark);
  -webkit-clip-path: polygon(
    8px 0,
    calc(100% - 8px) 0,
    100% 8px,
    100% calc(100% - 8px),
    calc(100% - 8px) 100%,
    8px 100%,
    0 calc(100% - 8px),
    0 8px
  );
          clip-path: polygon(
    8px 0,
    calc(100% - 8px) 0,
    100% 8px,
    100% calc(100% - 8px),
    calc(100% - 8px) 100%,
    8px 100%,
    0 calc(100% - 8px),
    0 8px
  );
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.HeroSection_creditLabel__Pl3_L {
  font-size: 0.85rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.HeroSection_creditName__X2_Il {
  font-family: 'Orbitron', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--emerald-bright);
  letter-spacing: 0.1em;
  text-shadow: 0 0 10px var(--shadow-glow);
}

/* Bottom Decoration */
.HeroSection_bottomDecor__7z708 {
  position: absolute;
  bottom: 80px;
  left: 5%;
  right: 5%;
  display: flex;
  align-items: center;
  gap: 1rem;
  z-index: 2;
}

.HeroSection_decorLine__Cg4rF {
  flex: 1 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--emerald-dark));
}

.HeroSection_decorLine__Cg4rF:last-child {
  background: linear-gradient(90deg, var(--emerald-dark), transparent);
}

.HeroSection_decorCenter__eyDNp {
  display: flex;
  align-items: center;
  justify-content: center;
}

.HeroSection_decorDiamond__KZBfR {
  width: 10px;
  height: 10px;
  background: var(--emerald-primary);
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  box-shadow: 0 0 10px var(--emerald-primary);
}

/* Scroll Indicator */
.HeroSection_scrollIndicator__TekLk {
  position: absolute;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  z-index: 2;
}

.HeroSection_scrollText__nTY6k {
  font-family: 'Orbitron', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: var(--text-muted);
}

.HeroSection_scrollArrow__pZUt7 {
  font-size: 1.2rem;
  color: var(--emerald-primary);
  text-shadow: 0 0 10px var(--emerald-primary);
}

/* Responsive */
@media (max-width: 900px) {
  .HeroSection_tagline__Hd1jA {
    white-space: normal;
    text-align: center;
    font-size: 0.85rem;
  }
}

@media (max-width: 768px) {
  .HeroSection_hero__LcTg9 {
    padding: 3rem 1rem;
    padding-top: 25vh;
  }
  
  .HeroSection_heroImage__98kf8 {
    object-position: center center;
  }
  
  .HeroSection_titleRow__f_4nL {
    flex-direction: column;
    gap: 1.5rem;
  }
  
  .HeroSection_title__kiiC4 {
    text-align: center;
  }
  
  .HeroSection_infoPills__u8smJ {
    flex-direction: column;
    align-items: center;
  }
  
  .HeroSection_pill__aBB6D {
    width: 100%;
    max-width: 200px;
    justify-content: center;
  }
}

@keyframes HeroSection_glow-pulse__1UCLO {
  0%, 100% {
    box-shadow: 0 0 5px var(--emerald-primary),
                0 0 10px var(--border-glow),
                0 0 20px var(--shadow-glow);
  }
  50% {
    box-shadow: 0 0 10px var(--emerald-primary),
                0 0 20px var(--border-glow),
                0 0 40px var(--shadow-glow);
  }
}

/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/GridBackground.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
.GridBackground_background__KDskf {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  background: var(--surface-dark);
}

/* Gradient Overlay - Base layer */
.GridBackground_gradientOverlay__yzBGv {
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(ellipse at top, rgba(0, 77, 64, 0.5) 0%, transparent 50%),
    radial-gradient(ellipse at bottom, rgba(0, 77, 64, 0.4) 0%, transparent 50%);
  z-index: 0;
}

/* Dot Grid - Visible throughout the page */
.GridBackground_dotGrid__876Rm {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle at center,
    var(--emerald-primary) 1.5px,
    transparent 1.5px
  );
  background-size: 28px 28px;
  opacity: 0.3;
  z-index: 1;
}

/* CRT-style Scan Lines */
.GridBackground_scanLines__bdH6W {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    rgba(0, 0, 0, 0.1) 2px,
    rgba(0, 0, 0, 0.1) 4px
  );
  pointer-events: none;
  opacity: 0.2;
  z-index: 2;
}

/* Vignette Effect - Subtle edge darkening */
.GridBackground_vignette__7_jdA {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at center,
    transparent 0%,
    transparent 70%,
    rgba(5, 21, 16, 0.6) 100%
  );
  z-index: 3;
}

/* Floating Particles */
.GridBackground_particles__fiHIw {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 4;
}

.GridBackground_particle__EzhQL {
  position: absolute;
  bottom: -10px;
  width: 4px;
  height: 4px;
  background: var(--emerald-primary);
  border-radius: 50%;
  opacity: 0;
  animation: GridBackground_rise__pCxvB linear infinite;
  box-shadow: 0 0 10px var(--emerald-primary),
              0 0 20px var(--emerald-bright);
}

@keyframes GridBackground_rise__pCxvB {
  0% {
    transform: translateY(0) scale(0);
    opacity: 0;
  }
  10% {
    opacity: 0.6;
    transform: scale(1);
  }
  90% {
    opacity: 0.3;
  }
  100% {
    transform: translateY(-100vh) scale(0.5);
    opacity: 0;
  }
}

/* Additional Ambient Glow */
.GridBackground_background__KDskf::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  height: 400px;
  background: radial-gradient(
    ellipse at top,
    rgba(0, 200, 83, 0.1) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.GridBackground_background__KDskf::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 300px;
  background: linear-gradient(
    0deg,
    var(--emerald-dark) 0%,
    transparent 100%
  );
  opacity: 0.3;
  pointer-events: none;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/CharacterInfo.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.CharacterInfo_container__ZXouj {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
}

/* Quote Section - Compact */
.CharacterInfo_quoteSection__WewRG {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1rem 1.5rem;
  background: linear-gradient(135deg, rgba(0, 200, 83, 0.08) 0%, rgba(0, 200, 83, 0.03) 100%);
  border: 1px solid var(--emerald-dark);
  border-left: 3px solid var(--emerald-primary);
  position: relative;
}

.CharacterInfo_quoteLabelGroup__FejP2 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.CharacterInfo_quoteIcon__1WScc {
  font-size: 1.3rem;
  color: var(--emerald-bright);
  text-shadow: 0 0 20px var(--emerald-primary);
}

.CharacterInfo_quoteLabel__jFl5U {
  font-family: 'Orbitron', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--emerald-bright);
  letter-spacing: 0.15em;
  white-space: nowrap;
}

.CharacterInfo_quote__DVazb {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--text-secondary);
  line-height: 1.5;
  margin: 0;
  text-align: right;
  flex: 1 1;
}

/* Stats Section - Badges */
.CharacterInfo_statsSection__aq43i {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.CharacterInfo_statBadge__w7VQC {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.75rem 1.25rem;
  background: linear-gradient(135deg, var(--surface-mid) 0%, var(--teal-dark) 100%);
  border: 1px solid var(--emerald-dark);
  cursor: default;
  transition: all 0.3s ease;
  min-width: 120px;
}

.CharacterInfo_statBadge__w7VQC:hover {
  border-color: var(--emerald-primary);
  box-shadow: 0 0 20px var(--shadow-glow);
}

.CharacterInfo_statLabel__18Spr {
  font-family: 'Orbitron', sans-serif;
  font-size: 0.6rem;
  font-weight: 600;
  color: var(--text-muted);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}

.CharacterInfo_statValue__PUNHT {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--emerald-bright);
}

/* Summary Section */
.CharacterInfo_summarySection__uDkGM {
  text-align: center;
  padding: 1.5rem 2rem;
  border-top: 1px solid var(--emerald-dark);
  border-bottom: 1px solid var(--emerald-dark);
}

.CharacterInfo_summaryText__9vLir {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* Cards Grid */
.CharacterInfo_cardsGrid__sl7Y_ {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  grid-gap: 1rem;
  gap: 1rem;
}

/* Expandable Card */
.CharacterInfo_card__C7mjd {
  position: relative;
  background: linear-gradient(135deg, var(--surface-mid) 0%, var(--teal-dark) 100%);
  border: 1px solid var(--emerald-dark);
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
}

.CharacterInfo_card__C7mjd::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--emerald-primary), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.CharacterInfo_card__C7mjd:hover::before,
.CharacterInfo_cardExpanded__oIGVU::before {
  opacity: 1;
}

.CharacterInfo_card__C7mjd:hover {
  border-color: var(--emerald-primary);
}

.CharacterInfo_cardExpanded__oIGVU {
  border-color: var(--emerald-primary);
  box-shadow: 0 0 25px var(--shadow-glow);
}

.CharacterInfo_cardHeader__lcYw8 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
}

.CharacterInfo_cardIcon__yylA3 {
  font-size: 1.1rem;
  color: var(--emerald-bright);
  text-shadow: 0 0 10px var(--emerald-primary);
}

.CharacterInfo_cardTitle__232Pg {
  flex: 1 1;
  font-family: 'Orbitron', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-primary);
  letter-spacing: 0.1em;
}

.CharacterInfo_cardToggle__bJ_Kq {
  font-size: 1.2rem;
  color: var(--emerald-primary);
  font-weight: 300;
  transition: transform 0.3s ease;
}

.CharacterInfo_cardExpanded__oIGVU .CharacterInfo_cardToggle__bJ_Kq {
  transform: rotate(180deg);
}

.CharacterInfo_cardContent__XQwPx {
  overflow: hidden;
}

.CharacterInfo_cardText__5r0XK {
  padding: 0 1.25rem 1.25rem;
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.6;
  border-top: 1px solid var(--emerald-dark);
  padding-top: 1rem;
  margin: 0;
}

.CharacterInfo_cardGlow__HAaxx {
  position: absolute;
  bottom: -30%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 60px;
  background: radial-gradient(ellipse at bottom, var(--emerald-primary) 0%, transparent 70%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.CharacterInfo_card__C7mjd:hover .CharacterInfo_cardGlow__HAaxx,
.CharacterInfo_cardExpanded__oIGVU .CharacterInfo_cardGlow__HAaxx {
  opacity: 0.15;
}

/* Responsive */
@media (max-width: 768px) {
  .CharacterInfo_container__ZXouj {
    gap: 1.5rem;
  }

  .CharacterInfo_quoteSection__WewRG {
    flex-direction: column;
    gap: 0.75rem;
  }

  .CharacterInfo_quote__DVazb {
    font-size: 1rem;
    text-align: center;
  }

  .CharacterInfo_quoteLabelGroup__FejP2 {
    justify-content: center;
  }

  .CharacterInfo_statsSection__aq43i {
    gap: 0.5rem;
  }

  .CharacterInfo_statBadge__w7VQC {
    min-width: 100px;
    padding: 0.6rem 1rem;
  }

  .CharacterInfo_cardsGrid__sl7Y_ {
    grid-template-columns: 1fr;
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/TattooGallery.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.TattooGallery_container__XgOrF {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.TattooGallery_grid__1B5jY {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

.TattooGallery_tattooCard__PFpAP {
  position: relative;
  background: linear-gradient(135deg, var(--surface-mid) 0%, var(--teal-dark) 100%);
  border: 1px solid var(--emerald-dark);
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}

.TattooGallery_tattooCard__PFpAP::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--emerald-primary), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.TattooGallery_tattooCard__PFpAP:hover::before {
  opacity: 1;
}

.TattooGallery_tattooCard__PFpAP:hover {
  border-color: var(--emerald-primary);
  box-shadow: 0 0 25px var(--shadow-glow);
}

.TattooGallery_tattooImage__A8P_z {
  aspect-ratio: 1;
  background: var(--surface-dark);
  display: flex;
  align-items: center;
  justify-content: center;
}

.TattooGallery_imagePlaceholder__WUx_N {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}

.TattooGallery_placeholderIcon__yDeM5 {
  font-size: 2rem;
  color: var(--emerald-primary);
  opacity: 0.3;
  text-shadow: 0 0 15px var(--emerald-primary);
}

.TattooGallery_tattooInfo__iYjt6 {
  padding: 1rem;
  border-top: 1px solid var(--emerald-dark);
  text-align: center;
}

.TattooGallery_tattooName__GMOlv {
  font-family: 'Orbitron', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--emerald-bright);
  letter-spacing: 0.05em;
}

.TattooGallery_cardGlow__UJ_aZ {
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 60px;
  background: radial-gradient(ellipse at bottom, var(--emerald-primary) 0%, transparent 70%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.TattooGallery_tattooCard__PFpAP:hover .TattooGallery_cardGlow__UJ_aZ {
  opacity: 0.15;
}

/* Note Section */
.TattooGallery_noteSection__Gh7UW {
  position: relative;
  padding: 1.25rem 1.5rem;
  background: rgba(0, 200, 83, 0.05);
  border: 1px solid var(--emerald-dark);
}

.TattooGallery_noteBorder__Yml9I {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--emerald-bright), var(--emerald-primary), var(--emerald-dark));
}

.TattooGallery_noteContent__B2jho {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.TattooGallery_noteIcon__R9Rmy {
  color: var(--emerald-bright);
  font-size: 1.2rem;
  text-shadow: 0 0 10px var(--emerald-primary);
  flex-shrink: 0;
}

.TattooGallery_noteText__Cgifr {
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
  .TattooGallery_grid__1B5jY {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/ReferenceImage.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
.ReferenceImage_imageWrapper__yxjwy {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  background: var(--surface-dark);
}

.ReferenceImage_image__wiD7F {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.ReferenceImage_imageWrapper__yxjwy:hover .ReferenceImage_image__wiD7F {
  transform: scale(1.02);
}

.ReferenceImage_overlay__MQy1j {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 50%,
    rgba(0, 0, 0, 0.7) 100%
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 1rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.ReferenceImage_imageWrapper__yxjwy:hover .ReferenceImage_overlay__MQy1j {
  opacity: 1;
}

.ReferenceImage_overlayIcon__yPp5A {
  font-size: 1.5rem;
  color: var(--emerald-bright);
  margin-bottom: 0.25rem;
}

.ReferenceImage_overlayText___UHHK {
  font-family: 'Orbitron', sans-serif;
  font-size: 0.7rem;
  color: var(--text-secondary);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Placeholder */
.ReferenceImage_placeholder__XVUTR {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: 
    radial-gradient(circle at 50% 50%, var(--emerald-dark) 0%, transparent 50%),
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 15px,
      rgba(0, 200, 83, 0.03) 15px,
      rgba(0, 200, 83, 0.03) 16px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 15px,
      rgba(0, 200, 83, 0.03) 15px,
      rgba(0, 200, 83, 0.03) 16px
    );
}

.ReferenceImage_placeholderIcon__DWJpV {
  font-size: 2.5rem;
  color: var(--emerald-primary);
  opacity: 0.4;
  text-shadow: 0 0 20px var(--emerald-primary);
}

.ReferenceImage_placeholderText__iaoOq {
  font-family: 'Orbitron', sans-serif;
  font-size: 0.7rem;
  color: var(--text-muted);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Lightbox */
.ReferenceImage_lightbox__6j6Rf {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  cursor: pointer;
}

.ReferenceImage_lightboxContent__pzLBh {
  position: relative;
  max-width: 95vw;
  max-height: 95vh;
  cursor: default;
}

.ReferenceImage_lightboxImage__DLgLc {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  border: 2px solid var(--emerald-dark);
  box-shadow: 0 0 60px var(--shadow-glow);
}

.ReferenceImage_closeButton__tJpg9 {
  position: absolute;
  top: -40px;
  right: 0;
  width: 36px;
  height: 36px;
  background: var(--surface-dark);
  border: 1px solid var(--emerald-primary);
  color: var(--emerald-bright);
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.ReferenceImage_closeButton__tJpg9:hover {
  background: var(--emerald-primary);
  color: var(--surface-dark);
  box-shadow: 0 0 20px var(--shadow-glow);
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/StickersGallery.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
.StickersGallery_container__kapgu {
  width: 100%;
}

.StickersGallery_grid__LjdMj {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  grid-gap: 1rem;
  gap: 1rem;
}

.StickersGallery_stickerCard__kj_ij {
  position: relative;
  aspect-ratio: 1;
  background: linear-gradient(135deg, var(--surface-mid) 0%, var(--teal-dark) 100%);
  border: 1px solid var(--emerald-dark);
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}

.StickersGallery_stickerCard__kj_ij::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--emerald-primary), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.StickersGallery_stickerCard__kj_ij:hover::before {
  opacity: 1;
}

.StickersGallery_stickerCard__kj_ij:hover {
  border-color: var(--emerald-primary);
  box-shadow: 0 0 25px var(--shadow-glow);
}

.StickersGallery_stickerImage__DtIAf {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.StickersGallery_stickerCard__kj_ij:hover .StickersGallery_stickerImage__DtIAf {
  transform: scale(1.05);
}

.StickersGallery_placeholder__YA_aw {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  height: 100%;
}

.StickersGallery_placeholderIcon__qiogF {
  font-size: 2rem;
  color: var(--emerald-primary);
  opacity: 0.3;
  text-shadow: 0 0 15px var(--emerald-primary);
}

.StickersGallery_placeholderText__UxIwC {
  font-family: 'Orbitron', sans-serif;
  font-size: 0.6rem;
  color: var(--text-muted);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.StickersGallery_stickerGlow__0XCrr {
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 50px;
  background: radial-gradient(ellipse at bottom, var(--emerald-primary) 0%, transparent 70%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.StickersGallery_stickerCard__kj_ij:hover .StickersGallery_stickerGlow__0XCrr {
  opacity: 0.2;
}

/* Artist Credit */
.StickersGallery_artistCredit__JBbzV {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
  padding: 0.75rem;
}

.StickersGallery_creditIcon__OHPCo {
  color: var(--emerald-primary);
  text-shadow: 0 0 10px var(--shadow-glow);
}

.StickersGallery_creditText__LZy1Q {
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.95rem;
  color: var(--text-muted);
}

/* NSFW Card styling */
.StickersGallery_nsfwCard__D3Zuc {
  border-color: rgba(255, 100, 100, 0.3);
}

.StickersGallery_nsfwCard__D3Zuc:hover {
  border-color: rgba(255, 100, 100, 0.6);
  box-shadow: 0 0 20px rgba(255, 100, 100, 0.2);
}

.StickersGallery_nsfwIndicator__d7HEg {
  position: absolute;
  top: 4px;
  right: 4px;
  font-family: 'Orbitron', sans-serif;
  font-size: 0.5rem;
  font-weight: 700;
  color: #ff6b6b;
  background: rgba(0, 0, 0, 0.7);
  padding: 2px 4px;
  border-radius: 3px;
  letter-spacing: 0.05em;
}

/* Lightbox */
.StickersGallery_lightbox__9zGYm {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  cursor: pointer;
}

.StickersGallery_lightboxContent__EocPb {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  cursor: default;
}

.StickersGallery_lightboxImage__W3wfE {
  max-width: 100%;
  max-height: 85vh;
  object-fit: contain;
  filter: drop-shadow(0 0 30px var(--shadow-glow));
}

.StickersGallery_closeButton__J_rQb {
  position: absolute;
  top: -40px;
  right: 0;
  width: 36px;
  height: 36px;
  background: var(--surface-dark);
  border: 1px solid var(--emerald-primary);
  color: var(--emerald-bright);
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.StickersGallery_closeButton__J_rQb:hover {
  background: var(--emerald-primary);
  color: var(--surface-dark);
  box-shadow: 0 0 20px var(--shadow-glow);
}

/* Responsive */
@media (max-width: 768px) {
  .StickersGallery_grid__LjdMj {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
  }
}

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

/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/ArtGallery.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
.ArtGallery_container__6R_BP {
  width: 100%;
}

.ArtGallery_grid__jCfMP {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

.ArtGallery_artCard__lMPKo {
  position: relative;
  background: linear-gradient(135deg, var(--surface-mid) 0%, var(--teal-dark) 100%);
  border: 1px solid var(--emerald-dark);
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}

.ArtGallery_artCard__lMPKo::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--emerald-primary), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.ArtGallery_artCard__lMPKo:hover::before {
  opacity: 1;
}

.ArtGallery_artCard__lMPKo:hover {
  border-color: var(--emerald-primary);
  box-shadow: 0 0 30px var(--shadow-glow);
}

.ArtGallery_imageContainer__mY_hV {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
}

.ArtGallery_artImage__5B1L_ {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.ArtGallery_artCard__lMPKo:hover .ArtGallery_artImage__5B1L_ {
  transform: scale(1.05);
}

.ArtGallery_overlay__oEq1y {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 60%,
    rgba(0, 0, 0, 0.8) 100%
  );
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 1rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.ArtGallery_artCard__lMPKo:hover .ArtGallery_overlay__oEq1y {
  opacity: 1;
}

.ArtGallery_overlayIcon__fZImZ {
  font-size: 1.5rem;
  color: var(--emerald-bright);
  text-shadow: 0 0 10px var(--emerald-primary);
}

.ArtGallery_cardGlow__yMMZ3 {
  position: absolute;
  bottom: -30%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 80px;
  background: radial-gradient(ellipse at bottom, var(--emerald-primary) 0%, transparent 70%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.ArtGallery_artCard__lMPKo:hover .ArtGallery_cardGlow__yMMZ3 {
  opacity: 0.2;
}

/* NSFW Card styling */
.ArtGallery_nsfwCard__JwEKl {
  border-color: rgba(255, 100, 100, 0.3);
}

.ArtGallery_nsfwCard__JwEKl:hover {
  border-color: rgba(255, 100, 100, 0.6);
  box-shadow: 0 0 20px rgba(255, 100, 100, 0.2);
}

.ArtGallery_nsfwIndicator__yxh9z {
  position: absolute;
  top: 8px;
  right: 8px;
  font-family: 'Orbitron', sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  color: #ff6b6b;
  background: rgba(0, 0, 0, 0.8);
  padding: 3px 6px;
  border-radius: 3px;
  letter-spacing: 0.05em;
  z-index: 2;
}

/* Lightbox */
.ArtGallery_lightbox__nO043 {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  cursor: pointer;
}

.ArtGallery_lightboxContent___8JDW {
  position: relative;
  max-width: 95vw;
  max-height: 95vh;
  cursor: default;
}

.ArtGallery_lightboxImage__oSJJL {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  border: 2px solid var(--emerald-dark);
  box-shadow: 0 0 60px var(--shadow-glow);
}

.ArtGallery_closeButton__Sgcjn {
  position: absolute;
  top: -40px;
  right: 0;
  width: 36px;
  height: 36px;
  background: var(--surface-dark);
  border: 1px solid var(--emerald-primary);
  color: var(--emerald-bright);
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.ArtGallery_closeButton__Sgcjn:hover {
  background: var(--emerald-primary);
  color: var(--surface-dark);
  box-shadow: 0 0 20px var(--shadow-glow);
}

/* Responsive */
@media (max-width: 768px) {
  .ArtGallery_grid__jCfMP {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

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

