/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/app/page.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.page_page__ZU32B {
  min-height: 100vh;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.page_header__kVzhN {
  background: rgba(255, 255, 255, 0.98);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}

.page_headerContent__bPi_q {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page_logo__7fc9l {
  font-size: 2rem;
  font-weight: 300;
  color: #2c3e50;
  margin: 0;
  letter-spacing: 2px;
}

.page_nav__zpG_3 {
  display: flex;
  gap: 2rem;
}

.page_navLink__2S7dD {
  color: #495057;
  text-decoration: none;
  font-weight: 400;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.page_navLink__2S7dD:hover {
  background: rgba(44, 62, 80, 0.1);
  color: #2c3e50;
}

.page_main__GlU4n {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.page_hero__SKW6o {
  text-align: center;
  margin-bottom: 3rem;
  color: #2c3e50;
}

.page_heroTitle__Gfler {
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 1rem;
  color: #2c3e50;
}

.page_heroSubtitle__RTAw0 {
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 600px;
  margin: 0 auto;
  font-weight: 300;
}

.page_profilesGrid__j6rNK {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  grid-gap: 2rem;
  gap: 2rem;
  margin-bottom: 3rem;
}

.page_profileCard__I3HMT {
  background: white;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.page_profileCard__I3HMT:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.page_cardHeader__NhxBC {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.page_avatar__m7D8N {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #e9ecef;
  filter: grayscale(20%);
}

.page_profileInfo__pwCEJ {
  flex: 1 1;
}

.page_profileName__Ht6HJ {
  font-size: 1.3rem;
  font-weight: 500;
  color: #2c3e50;
  margin: 0 0 0.5rem 0;
}

.page_years__AqFdS {
  font-size: 1rem;
  color: #6c757d;
  margin: 0 0 0.5rem 0;
  font-weight: 400;
}

.page_location__LXEDd {
  color: #868e96;
  font-size: 0.9rem;
  margin: 0;
}

.page_bio__fqC7V {
  color: #495057;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
  font-weight: 300;
}

.page_dates__6Afa9 {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1.5rem;
  border: 1px solid #e9ecef;
}

.page_dateItem__A8bV_ {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.page_dateItem__A8bV_:last-child {
  margin-bottom: 0;
}

.page_dateLabel__Y8dY0 {
  color: #6c757d;
  font-size: 0.85rem;
  font-weight: 500;
}

.page_dateValue__hjfn_ {
  color: #2c3e50;
  font-size: 0.85rem;
  font-weight: 400;
}

.page_stats__L5b4y {
  display: flex;
  justify-content: space-around;
  margin-bottom: 1.5rem;
  padding: 1rem 0;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
}

.page_stat__aEnCU {
  text-align: center;
}

.page_statNumber__XnvUq {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  color: #2c3e50;
}

.page_statLabel__YuhHa {
  font-size: 0.75rem;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.page_cardActions__eKmPK {
  display: flex;
  gap: 0.75rem;
}

.page_candleButton__Zz_Tu, .page_memoryButton__4APdC {
  flex: 1 1;
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

.page_candleButton__Zz_Tu {
  background: #2c3e50;
  color: white;
  box-shadow: 0 2px 8px rgba(44, 62, 80, 0.2);
}

.page_candleButton__Zz_Tu:hover {
  background: #34495e;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(44, 62, 80, 0.3);
}

.page_memoryButton__4APdC {
  background: #f8f9fa;
  color: #2c3e50;
  border: 1px solid #dee2e6;
}

.page_memoryButton__4APdC:hover {
  background: #e9ecef;
  border-color: #adb5bd;
  transform: translateY(-1px);
}

.page_footer__sHKi3 {
  background: #2c3e50;
  color: white;
  text-align: center;
  padding: 2rem;
  margin-top: 3rem;
}

.page_footerLinks__DGiLt {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 1rem;
}

.page_footerLinks__DGiLt a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.2s ease;
  font-weight: 300;
}

.page_footerLinks__DGiLt a:hover {
  color: white;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page_headerContent__bPi_q {
    padding: 1rem;
    flex-direction: column;
    gap: 1rem;
  }
  
  .page_nav__zpG_3 {
    gap: 1rem;
  }
  
  .page_main__GlU4n {
    padding: 1rem;
  }
  
  .page_heroTitle__Gfler {
    font-size: 2rem;
  }
  
  .page_profilesGrid__j6rNK {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .page_profileCard__I3HMT {
    padding: 1rem;
  }
  
  .page_cardActions__eKmPK {
    flex-direction: column;
  }
  
  .page_footerLinks__DGiLt {
    flex-direction: column;
    gap: 1rem;
  }
}

@media (max-width: 480px) {
  .page_heroTitle__Gfler {
    font-size: 1.5rem;
  }
  
  .page_heroSubtitle__RTAw0 {
    font-size: 1rem;
  }
  
  .page_cardHeader__NhxBC {
    flex-direction: column;
    text-align: center;
  }
  
  .page_avatar__m7D8N {
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }
  
  .page_dates__6Afa9 {
    padding: 0.75rem;
  }
  
  .page_dateItem__A8bV_ {
    flex-direction: column;
    gap: 0.25rem;
  }
}

