/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./features/notifications/ui/NotificationCenter.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
.NotificationCenter_notification-center__4rMr0 {
  position: fixed;
  top: var(--notif-edge-gap);
  right: var(--notif-edge-gap);
  z-index: 95;
}

.NotificationCenter_notification-bell__nn07W {
  width: var(--notif-bell-size);
  height: var(--notif-bell-size);
  border-radius: 18px;
  position: relative;
  border: 1px solid #41537a;
  background: linear-gradient(140deg, rgba(33, 47, 76, 0.94) 0%, rgba(24, 34, 56, 0.96) 100%);
  color: #dbe6ff;
  padding: 0;
  display: grid;
  place-items: center;
  box-shadow: 0 16px 32px rgba(8, 13, 23, 0.46);
  transition:
    transform 0.16s ease,
    border-color 0.16s ease,
    background 0.16s ease,
    box-shadow 0.16s ease;
}

.NotificationCenter_notification-bell__nn07W:hover {
  transform: translateY(-1px);
  border-color: #6077ac;
  background: linear-gradient(140deg, rgba(41, 58, 92, 0.94) 0%, rgba(28, 41, 67, 0.96) 100%);
}

.NotificationCenter_notification-bell__nn07W:active {
  transform: translateY(0);
}

.NotificationCenter_notification-bell__nn07W:focus-visible {
  outline: 2px solid rgba(111, 149, 255, 0.9);
  outline-offset: 2px;
}

.NotificationCenter_notification-bell__nn07W svg {
  width: calc(var(--notif-bell-size) * 0.44);
  height: calc(var(--notif-bell-size) * 0.44);
}

.NotificationCenter_notification-badge__YsvMF {
  position: absolute;
  top: calc(var(--notif-bell-size) * -0.11);
  right: calc(var(--notif-bell-size) * -0.11);
  min-width: calc(var(--notif-bell-size) * 0.4);
  height: calc(var(--notif-bell-size) * 0.4);
  border-radius: 999px;
  border: 1px solid rgba(105, 131, 193, 0.72);
  background: linear-gradient(140deg, #5f8bff 0%, #4f7cff 100%);
  color: #f8fbff;
  font-size: clamp(11px, calc(var(--notif-bell-size) * 0.2), 13px);
  font-weight: 700;
  display: grid;
  place-items: center;
  line-height: 1;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  padding: 0 6px;
}

.NotificationCenter_notification-panel__FfidG {
  position: absolute;
  top: calc(var(--notif-bell-size) + var(--notif-gap));
  right: 0;
  width: min(430px, calc(100vw - (var(--notif-edge-gap) * 2)));
  max-height: min(72vh, 560px);
  border-radius: 16px;
  border: 1px solid #3f5179;
  background: linear-gradient(160deg, rgba(30, 41, 66, 0.98) 0%, rgba(22, 30, 48, 0.98) 100%);
  box-shadow: 0 20px 40px rgba(7, 12, 20, 0.48);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
  animation: NotificationCenter_panel-in__buOIz 0.2s ease both;
}

.NotificationCenter_notification-panel__FfidG header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 12px 14px;
  border-bottom: 1px solid #344463;
}

.NotificationCenter_notification-close__Cl7j2 {
  width: 34px;
  height: 34px;
  padding: 0;
  border-radius: 10px;
  border: 1px solid #42567f;
  background: rgba(41, 57, 90, 0.64);
  color: #dce8ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 19px;
  font-weight: 600;
  transition:
    border-color 0.16s ease,
    background-color 0.16s ease,
    color 0.16s ease;
}

.NotificationCenter_notification-close__Cl7j2:hover {
  border-color: #5a72a9;
  background: rgba(61, 81, 126, 0.64);
}

.NotificationCenter_notification-close__Cl7j2:focus-visible {
  outline: 2px solid rgba(111, 149, 255, 0.9);
  outline-offset: 2px;
}

.NotificationCenter_notification-panel-list__bA6Zb {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  padding: 10px;
  min-height: 0;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
}

.NotificationCenter_notification-empty__IzSwf {
  color: #9fb2de;
  font-size: 13px;
  padding: 8px;
}

.NotificationCenter_notification-item___hZBN {
  border-radius: 12px;
  border: 1px solid #394c74;
  background: #1b2640;
  padding: 12px;
  display: grid;
  grid-gap: 6px;
  gap: 6px;
}

.NotificationCenter_notification-item___hZBN p,
.NotificationCenter_notification-item___hZBN span {
  margin: 0;
  color: #d9e6ff;
  font-size: 13px;
  line-height: 1.4;
}

.NotificationCenter_notification-item___hZBN time {
  color: #95abd6;
  font-size: 11px;
}

.NotificationCenter_notification-item___hZBN.NotificationCenter_success___krhZ {
  border-color: rgba(78, 190, 150, 0.52);
  background: rgba(31, 79, 63, 0.34);
}

.NotificationCenter_notification-item___hZBN.NotificationCenter_error__lak3h {
  border-color: rgba(230, 118, 148, 0.58);
  background: rgba(92, 38, 53, 0.35);
}

.NotificationCenter_notification-item___hZBN.NotificationCenter_is-clickable__McD75 {
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition:
    border-color 0.16s ease,
    background-color 0.16s ease,
    transform 0.16s ease;
}

.NotificationCenter_notification-item___hZBN.NotificationCenter_is-clickable__McD75:hover {
  border-color: rgba(111, 149, 255, 0.72);
  background: rgba(49, 71, 112, 0.4);
  transform: translateY(-1px);
}

.NotificationCenter_notification-item___hZBN.NotificationCenter_is-clickable__McD75:active {
  transform: translateY(0);
}

.NotificationCenter_notification-item___hZBN.NotificationCenter_is-clickable__McD75:focus-visible {
  outline: 2px solid rgba(111, 149, 255, 0.86);
  outline-offset: 1px;
}

.NotificationCenter_notification-toasts__NUlDq {
  position: fixed;
  top: var(--notif-edge-gap);
  right: calc(var(--notif-edge-gap) + var(--notif-bell-size) + 12px);
  z-index: 94;
  width: min(
    380px,
    calc(100vw - (var(--notif-edge-gap) * 2 + var(--notif-bell-size) + 24px))
  );
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  pointer-events: none;
}

.NotificationCenter_notification-toast__m7Qla {
  border-radius: 12px;
  border: 1px solid rgba(79, 214, 162, 0.42);
  background: linear-gradient(135deg, rgba(32, 73, 59, 0.95) 0%, rgba(24, 57, 47, 0.95) 100%);
  color: #abf3d8;
  padding: 11px 13px;
  font-size: 13px;
  line-height: 1.35;
  box-shadow: 0 16px 32px rgba(7, 16, 26, 0.45);
  animation: NotificationCenter_rise__4tg_Z 0.2s ease both;
}

.NotificationCenter_notification-toast__m7Qla.NotificationCenter_error__lak3h {
  border-color: rgba(255, 122, 157, 0.44);
  background: linear-gradient(135deg, rgba(108, 40, 60, 0.95) 0%, rgba(80, 30, 45, 0.95) 100%);
  color: #ffd2de;
}

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

@keyframes NotificationCenter_panel-in__buOIz {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./app/homePage.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.homePage_card__hITQ8 {
  width: 100%;
  max-width: 940px;
  padding: 32px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(160deg, rgba(30, 40, 62, 0.95) 0%, rgba(23, 31, 48, 0.96) 100%);
  border: 1px solid rgba(83, 101, 143, 0.4);
  box-shadow: var(--shadow-1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.homePage_header__n_GOX {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.homePage_badge__D5w_G {
  display: inline-block;
  margin-bottom: 12px;
  background: rgba(79, 124, 255, 0.2);
  color: #c4d5ff;
  border: 1px solid rgba(104, 137, 237, 0.38);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.homePage_subtitle__wUb9e {
  margin-top: 8px;
  color: #b6c1dd;
  font-size: var(--fs-body-md);
  line-height: 1.45;
}

.homePage_actions__wf32A {
  display: flex;
  gap: 8px;
}

.homePage_status__Si_Ss {
  margin-top: 20px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(130, 146, 186, 0.32);
  background: rgba(42, 53, 82, 0.72);
  color: #c6d4fb;
}

.homePage_profileDump__y2cIU {
  margin-top: 16px;
  padding: 16px;
  border-radius: 14px;
  overflow: auto;
  background: rgba(17, 23, 38, 0.82);
  border: 1px solid #2c3550;
  color: #d4dffb;
}

@media (max-width: 640px) {
  .homePage_card__hITQ8 {
    padding: 18px;
    border-radius: 16px;
  }

  .homePage_header__n_GOX {
    gap: 12px;
  }

  .homePage_subtitle__wUb9e {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.4;
  }
}

