/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./components/ui/SecureAccessModal.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
.SecureAccessModal_overlay__YVKeS {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.92);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: SecureAccessModal_fadeIn__sfkt5 0.3s ease-out;
}

@keyframes SecureAccessModal_fadeIn__sfkt5 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.SecureAccessModal_modal__FS3Cp {
  position: relative;
  background: linear-gradient(135deg, #0a1929 0%, #000814 100%);
  border: 1px solid rgba(0, 255, 242, 0.3);
  max-width: 450px;
  width: 90%;
  padding: 2rem;
  animation: SecureAccessModal_slideUp__3qv5f 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow:
    0 0 60px rgba(0, 255, 242, 0.15),
    inset 0 0 40px rgba(0, 255, 242, 0.03);
}

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

/* Corner Brackets */
.SecureAccessModal_cornerTL__CN9w_,
.SecureAccessModal_cornerTR__kH1IO,
.SecureAccessModal_cornerBL__KpA8m,
.SecureAccessModal_cornerBR__gqDff {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #EBFA1D;
}

.SecureAccessModal_cornerTL__CN9w_ {
  top: -1px;
  left: -1px;
  border-right: none;
  border-bottom: none;
}

.SecureAccessModal_cornerTR__kH1IO {
  top: -1px;
  right: -1px;
  border-left: none;
  border-bottom: none;
}

.SecureAccessModal_cornerBL__KpA8m {
  bottom: -1px;
  left: -1px;
  border-right: none;
  border-top: none;
}

.SecureAccessModal_cornerBR__gqDff {
  bottom: -1px;
  right: -1px;
  border-left: none;
  border-top: none;
}

/* Close Button */
.SecureAccessModal_closeBtn__DWFgk {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 2rem;
  line-height: 1;
  cursor: none;
  padding: 0.5rem;
  transition: all 0.3s ease;
  font-family: 'JetBrains Mono', monospace;
}

.SecureAccessModal_closeBtn__DWFgk:hover {
  color: #EBFA1D;
  transform: rotate(90deg);
}

/* Content */
.SecureAccessModal_content__O67Tv {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.SecureAccessModal_title__EwnTx {
  font-size: clamp(1rem, 3vw, 1.25rem);
  font-weight: 300;
  letter-spacing: 0.25em;
  color: #00FFF2;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  font-family: 'JetBrains Mono', monospace;
}

.SecureAccessModal_glitchLine__zRycS {
  width: 60%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #00FFF2 20%,
    #EBFA1D 50%,
    #00FFF2 80%,
    transparent 100%
  );
  opacity: 0.6;
  animation: SecureAccessModal_pulse__5m759 2s ease-in-out infinite;
}

@keyframes SecureAccessModal_pulse__5m759 {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.8;
  }
}

/* Form */
.SecureAccessModal_form__0zlVo {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.SecureAccessModal_inputWrapper__SLJvL {
  position: relative;
  width: 100%;
}

.SecureAccessModal_input__wk882 {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 255, 242, 0.3);
  color: #FFFFFF;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  padding: 0.875rem 1.25rem;
  text-align: center;
  outline: none;
  transition: all 0.3s ease;
}

.SecureAccessModal_input__wk882:focus {
  border-color: #00FFF2;
  box-shadow:
    0 0 20px rgba(0, 255, 242, 0.3),
    inset 0 0 20px rgba(0, 255, 242, 0.1);
}

.SecureAccessModal_input__wk882::placeholder {
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.15em;
}

.SecureAccessModal_input__wk882:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.SecureAccessModal_inputBorder__BP0qa {
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 1px solid transparent;
  pointer-events: none;
  transition: border-color 0.3s ease;
}

.SecureAccessModal_input__wk882:focus + .SecureAccessModal_inputBorder__BP0qa {
  border-color: rgba(235, 250, 29, 0.5);
}

/* Error Message */
.SecureAccessModal_error__Mm_T_ {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #FF3366;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  animation: SecureAccessModal_shake__jrae0 0.4s ease;
}

@keyframes SecureAccessModal_shake__jrae0 {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-10px); }
  75% { transform: translateX(10px); }
}

.SecureAccessModal_errorIcon__q_uvV {
  font-size: 1.25rem;
  animation: SecureAccessModal_blink__EJWG6 1s ease infinite;
}

@keyframes SecureAccessModal_blink__EJWG6 {
  0%, 50%, 100% { opacity: 1; }
  25%, 75% { opacity: 0.3; }
}

/* Submit Button */
.SecureAccessModal_submitBtn__77_O3 {
  position: relative;
  background: linear-gradient(135deg, rgba(75, 80, 45, 0.8) 0%, rgba(50, 60, 30, 0.9) 100%);
  border: 1px solid rgba(235, 250, 29, 0.4);
  color: #EBFA1D;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  padding: 0.875rem 1.5rem;
  cursor: none;
  transition: all 0.3s ease;
  overflow: hidden;
  text-transform: uppercase;
}

.SecureAccessModal_submitBtn__77_O3:hover:not(:disabled) {
  background: linear-gradient(135deg, rgba(75, 80, 45, 1) 0%, rgba(50, 60, 30, 1) 100%);
  border-color: #EBFA1D;
  box-shadow:
    0 0 30px rgba(235, 250, 29, 0.3),
    inset 0 0 20px rgba(235, 250, 29, 0.1);
  transform: translateY(-2px);
}

.SecureAccessModal_submitBtn__77_O3:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

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

/* Button Corners */
.SecureAccessModal_btnCornerTL__57QF_,
.SecureAccessModal_btnCornerTR__pIii6,
.SecureAccessModal_btnCornerBL__NqPrp,
.SecureAccessModal_btnCornerBR__4qb6O {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid #EBFA1D;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.SecureAccessModal_btnCornerTL__57QF_ {
  top: -1px;
  left: -1px;
  border-right: none;
  border-bottom: none;
}

.SecureAccessModal_btnCornerTR__pIii6 {
  top: -1px;
  right: -1px;
  border-left: none;
  border-bottom: none;
}

.SecureAccessModal_btnCornerBL__NqPrp {
  bottom: -1px;
  left: -1px;
  border-right: none;
  border-top: none;
}

.SecureAccessModal_btnCornerBR__4qb6O {
  bottom: -1px;
  right: -1px;
  border-left: none;
  border-top: none;
}

.SecureAccessModal_submitBtn__77_O3:hover:not(:disabled) .SecureAccessModal_btnCornerTL__57QF_,
.SecureAccessModal_submitBtn__77_O3:hover:not(:disabled) .SecureAccessModal_btnCornerTR__pIii6,
.SecureAccessModal_submitBtn__77_O3:hover:not(:disabled) .SecureAccessModal_btnCornerBL__NqPrp,
.SecureAccessModal_submitBtn__77_O3:hover:not(:disabled) .SecureAccessModal_btnCornerBR__4qb6O {
  opacity: 1;
  width: 16px;
  height: 16px;
}

/* Hint Text */
.SecureAccessModal_hint__G0pyn {
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}

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

  .SecureAccessModal_title__EwnTx {
    font-size: 1rem;
  }

  .SecureAccessModal_input__wk882 {
    font-size: 0.8125rem;
    padding: 0.75rem 1rem;
  }

  .SecureAccessModal_submitBtn__77_O3 {
    padding: 0.75rem 1.25rem;
    font-size: 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]!./app/incubator/incubator.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
/* Locked State */
.incubator_lockedContainer__sMvCf {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0a0a0a;
  position: relative;
  overflow: hidden;
}

.incubator_lockedContent__727GX {
  text-align: center;
  z-index: 10;
  padding: 2rem;
}

.incubator_lockIcon__zagvC {
  font-size: 4rem;
  margin-bottom: 1rem;
  animation: incubator_pulse__ZKCkY 2s ease-in-out infinite;
}

@keyframes incubator_pulse__ZKCkY {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.05);
  }
}

.incubator_lockedTitle__IqunU {
  font-size: 2.5rem;
  font-weight: 700;
  color: #EBFA1D;
  margin-bottom: 1rem;
  letter-spacing: 0.1em;
  text-shadow: 0 0 20px rgba(235, 250, 29, 0.5);
}

.incubator_lockedMessage__af4XA {
  font-size: 1.1rem;
  color: #888;
  line-height: 1.6;
}

/* Main Container */
.incubator_container__kNtif {
  min-height: 100vh;
  padding: 2rem;
  background: #0a0a0a;
}

.incubator_loading__sBkos {
  text-align: center;
  padding: 4rem 2rem;
  font-size: 1.2rem;
  color: #EBFA1D;
}

.incubator_main__F__81 {
  min-height: 100vh;
  padding: 2rem;
  background: #0a0a0a;
  position: relative;
}

/* Header */
.incubator_header__pFFUf {
  max-width: 1400px;
  margin: 0 auto 3rem;
  position: relative;
  z-index: 10;
}

.incubator_backLink__7VTHN {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-mono);
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(235, 250, 29, 0.3);
  background: rgba(235, 250, 29, 0.05);
  text-decoration: none;
  transition: all 0.3s ease;
}

.incubator_backLink__7VTHN:hover {
  color: #EBFA1D;
  border-color: #EBFA1D;
  background: rgba(235, 250, 29, 0.1);
  transform: translateX(-4px);
}

.incubator_headerInfo__CtD73 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}

.incubator_title__KPrrv {
  font-size: 3rem;
  font-weight: 700;
  color: #EBFA1D;
  margin: 0;
  letter-spacing: -0.02em;
  text-shadow: 0 0 30px rgba(235, 250, 29, 0.3);
}

.incubator_titlePrefix__2s_Lw {
  color: #666;
  margin-right: 0.5rem;
}

.incubator_subtitle__CSytI {
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* Controls */
.incubator_controls__XAPlV {
  max-width: 1400px;
  margin: 0 auto 2rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}

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

.incubator_filterLabel__OsxY_ {
  color: #888;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.incubator_filterSelect__iuEhK {
  background: #1a1a1a;
  border: 1px solid #333;
  color: #EBFA1D;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-size: 0.9rem;
  font-family: 'Courier New', monospace;
  cursor: pointer;
  transition: all 0.3s ease;
}

.incubator_filterSelect__iuEhK:hover {
  border-color: #EBFA1D;
  box-shadow: 0 0 10px rgba(235, 250, 29, 0.2);
}

.incubator_filterSelect__iuEhK:focus {
  outline: none;
  border-color: #EBFA1D;
  box-shadow: 0 0 10px rgba(235, 250, 29, 0.3);
}

.incubator_toggleGroup__6wbMm {
  display: flex;
  align-items: center;
}

.incubator_toggleLabel__Q0hrq {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #888;
  font-size: 0.9rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.incubator_toggleCheckbox__hpUKg {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 40px;
  height: 20px;
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

.incubator_toggleCheckbox__hpUKg::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background: #666;
  border-radius: 50%;
  top: 2px;
  left: 2px;
  transition: all 0.3s ease;
}

.incubator_toggleCheckbox__hpUKg:checked {
  background: rgba(235, 250, 29, 0.2);
  border-color: #EBFA1D;
}

.incubator_toggleCheckbox__hpUKg:checked::after {
  background: #EBFA1D;
  left: 22px;
}

.incubator_toggleText__zFi9V {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.incubator_refreshBtn__6y_sc {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #1a1a1a;
  border: 1px solid #333;
  color: #EBFA1D;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.incubator_refreshBtn__6y_sc:hover {
  border-color: #EBFA1D;
  box-shadow: 0 0 15px rgba(235, 250, 29, 0.3);
  transform: translateY(-2px);
}

/* Stats */
.incubator_stats__Xoz_L {
  max-width: 1400px;
  margin: 0 auto 3rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 1.5rem;
  gap: 1.5rem;
  position: relative;
  z-index: 10;
}

.incubator_statCard__CGhUU {
  background: #1a1a1a;
  border: 1px solid #333;
  padding: 1.5rem;
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s ease;
}

.incubator_statCard__CGhUU:hover {
  border-color: #EBFA1D;
  box-shadow: 0 0 20px rgba(235, 250, 29, 0.2);
  transform: translateY(-4px);
}

.incubator_statValue__qUaui {
  font-size: 2.5rem;
  font-weight: 700;
  color: #EBFA1D;
  margin-bottom: 0.5rem;
  font-family: 'Courier New', monospace;
}

.incubator_statLabel__Y9e6p {
  font-size: 0.85rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* Chart Section */
.incubator_chartSection__zUkXJ {
  max-width: 1400px;
  margin: 0 auto 3rem;
  position: relative;
  z-index: 10;
}

.incubator_chartContainer__GZ5NY {
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 2rem;
  transition: all 0.3s ease;
}

.incubator_chartContainer__GZ5NY:hover {
  border-color: #EBFA1D;
  box-shadow: 0 0 20px rgba(235, 250, 29, 0.2);
}

/* Logs Section */
.incubator_logsSection__3yhhp {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.incubator_sectionTitle__a9fE2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #EBFA1D;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.incubator_logsList__pGsy5 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.incubator_noLogs__k08W5 {
  text-align: center;
  padding: 3rem;
  color: #666;
  font-size: 1.1rem;
}

.incubator_logCard__MpY3t {
  background: #1a1a1a;
  border: 1px solid #333;
  border-left: 3px solid #EBFA1D;
  padding: 1.5rem;
  border-radius: 4px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.incubator_logCard__MpY3t:hover {
  border-color: #EBFA1D;
  box-shadow: 0 0 20px rgba(235, 250, 29, 0.2);
  transform: translateX(4px);
}

.incubator_logHeader__Nuy7c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}

.incubator_logAgent__kIIuP {
  font-size: 1.1rem;
  font-weight: 600;
  color: #EBFA1D;
  font-family: 'Courier New', monospace;
}

.incubator_logMeta__BAyuY {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.85rem;
}

.incubator_logTimestamp__5RFm_ {
  color: #888;
}

.incubator_logReward__ewFMY {
  font-weight: 600;
  font-family: 'Courier New', monospace;
}

.incubator_logEpisode__nOYZv {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 1rem;
  font-family: 'Courier New', monospace;
}

.incubator_logPreview__B1zf7 {
  color: #ccc;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* Modal */
.incubator_modal__I4A_e {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 2rem;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.incubator_modalContent__V0StN {
  background: #1a1a1a;
  border: 2px solid #EBFA1D;
  border-radius: 8px;
  padding: 2rem;
  max-width: 900px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 0 40px rgba(235, 250, 29, 0.3);
}

.incubator_closeButton__JjDxJ {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: transparent;
  border: none;
  color: #888;
  cursor: pointer;
  padding: 0.5rem;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.incubator_closeButton__JjDxJ:hover {
  color: #EBFA1D;
  transform: rotate(90deg);
}

.incubator_modalHeader__6Bdp5 {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #333;
}

.incubator_modalTitle__nla0H {
  font-size: 1.8rem;
  font-weight: 700;
  color: #EBFA1D;
  margin-bottom: 0.5rem;
  font-family: 'Courier New', monospace;
}

.incubator_modalMeta__fEVJT {
  display: flex;
  gap: 1.5rem;
  font-size: 0.9rem;
  color: #888;
}

.incubator_modalSection__E5TS_ {
  margin-bottom: 1.5rem;
}

.incubator_modalSectionTitle__Anwr3 {
  font-size: 0.85rem;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
}

.incubator_modalCode__i_4MR {
  display: block;
  background: #0a0a0a;
  border: 1px solid #333;
  padding: 0.75rem;
  border-radius: 4px;
  color: #EBFA1D;
  font-family: 'Courier New', monospace;
  font-size: 0.9rem;
  overflow-x: auto;
}

.incubator_modalText__VwbVf {
  color: #ccc;
  line-height: 1.8;
  font-size: 0.95rem;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* Scrollbar Styling */
.incubator_modalContent__V0StN::-webkit-scrollbar {
  width: 8px;
}

.incubator_modalContent__V0StN::-webkit-scrollbar-track {
  background: #0a0a0a;
}

.incubator_modalContent__V0StN::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 4px;
}

.incubator_modalContent__V0StN::-webkit-scrollbar-thumb:hover {
  background: #EBFA1D;
}

/* Responsive */
@media (max-width: 768px) {
  .incubator_title__KPrrv {
    font-size: 2rem;
  }

  .incubator_controls__XAPlV {
    flex-direction: column;
    align-items: stretch;
  }

  .incubator_filterGroup__kOw90 {
    flex-direction: column;
    align-items: stretch;
  }

  .incubator_filterSelect__iuEhK,
  .incubator_refreshBtn__6y_sc {
    width: 100%;
  }

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

  .incubator_logHeader__Nuy7c {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .incubator_modalContent__V0StN {
    padding: 1.5rem;
    margin: 1rem;
  }

  .incubator_modalTitle__nla0H {
    font-size: 1.4rem;
  }
}

