/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&family=Sora:wght@500;600;700&display=swap");

/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./shared/styles/tokens.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
:root {
  --bg-base: #10141f;
  --bg-soft: #151b2b;
  --bg-card: #1b2335;
  --bg-card-2: #202a3f;
  --line: #2c3650;
  --text: #e7edf8;
  --text-soft: #aeb9d2;
  --brand: #4f7cff;
  --brand-soft: #7b9dff;
  --good: #4fd6a2;
  --warn: #ffb967;
  --bad: #ff7a9d;
  --shadow-1: 0 20px 45px rgba(6, 9, 18, 0.45);
  --radius-xl: 24px;
  --radius-lg: 18px;
  --radius-md: 12px;
  --notif-edge-gap: clamp(14px, 2.4vw, 34px);
  --notif-bell-size: clamp(48px, 7vmin, 68px);
  --notif-gap: 14px;
  --icon-control-size: 42px;
  --fs-title-xl: clamp(1.9rem, 1.45rem + 1.35vw, 2.5rem);
  --fs-title-lg: clamp(1.15rem, 1.02rem + 0.55vw, 1.45rem);
  --fs-body-md: 1rem;
  --fs-body-sm: 0.875rem;
  --fs-caption: 0.75rem;
  --fs-table: 0.875rem;
}

@media (max-width: 860px) {
  :root {
    --notif-edge-gap: 14px;
    --notif-bell-size: clamp(46px, 9vw, 58px);
    --notif-gap: 10px;
  }
}

@media (max-width: 640px) {
  :root {
    --notif-edge-gap: 12px;
    --notif-bell-size: clamp(44px, 12vw, 52px);
    --notif-gap: 8px;
  }
}

/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./shared/styles/reset.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(1200px 420px at -8% -25%, rgba(79, 124, 255, 0.32), transparent 70%),
    radial-gradient(900px 360px at 110% -12%, rgba(79, 214, 162, 0.2), transparent 70%),
    linear-gradient(160deg, #0f1422 0%, #121a2b 48%, #111727 100%);
}

main:not([data-app-shell="department"]):not(.status-screen) {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 36px 16px;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Sora", "Plus Jakarta Sans", sans-serif;
}

p {
  margin: 0;
  line-height: 1.5;
}

button,
input,
select,
textarea {
  font: inherit;
}

/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./shared/styles/base.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
a {
  color: inherit;
}

h1 {
  font-size: var(--fs-title-xl);
  line-height: 1.08;
}

h2 {
  font-size: var(--fs-title-lg);
  line-height: 1.2;
}

h3 {
  font-size: 1.1rem;
  line-height: 1.25;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./shared/styles/utility.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.btn,
button {
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 10px 14px;
  cursor: pointer;
  color: var(--text);
  transition:
    transform 0.16s ease,
    background-color 0.16s ease,
    border-color 0.16s ease,
    box-shadow 0.16s ease,
    color 0.16s ease,
    opacity 0.16s ease;
}

.btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

a {
  transition:
    color 0.16s ease,
    opacity 0.16s ease,
    -webkit-text-decoration-color 0.16s ease;
  transition:
    color 0.16s ease,
    opacity 0.16s ease,
    text-decoration-color 0.16s ease;
  transition:
    color 0.16s ease,
    opacity 0.16s ease,
    text-decoration-color 0.16s ease,
    -webkit-text-decoration-color 0.16s ease;
}

:where(a, button, .btn, input, select, textarea):focus-visible {
  outline: 2px solid rgba(111, 149, 255, 0.9);
  outline-offset: 2px;
}

.btn:hover,
button:hover {
  transform: translateY(-1px);
}

.btn:active,
button:active {
  transform: translateY(0);
}

.btn:disabled,
button:disabled {
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
  opacity: 1;
  border-color: #3a4767;
  background: #27324a;
  color: #8fa2ca;
}

.btn.btn-primary:disabled {
  border-color: #5b6f9e;
  background: linear-gradient(135deg, #415680 0%, #384a6f 100%);
  color: #c7d4f3;
}

.btn.btn-dark:disabled,
.btn.btn-light:disabled,
.btn.btn-link:disabled {
  border-color: #3a4767;
  background: #27324a;
  color: #8fa2ca;
}

.btn.btn-primary {
  background: linear-gradient(135deg, #5f8bff 0%, #4f7cff 100%);
  border-color: #6f95ff;
  color: #f6f9ff;
  box-shadow: 0 12px 28px rgba(74, 113, 242, 0.36);
}

.btn.btn-dark {
  background: #27324b;
  border-color: #3a4765;
}

.btn.btn-light {
  background: #212a3f;
  border-color: #323d59;
  color: #d3ddf5;
}

.btn.btn-link {
  background: transparent;
  border-color: #364160;
  color: #aac0ff;
  padding: 6px 10px;
}

.btn.btn-icon {
  width: 40px;
  padding: 8px 0;
  text-align: center;
}

.panel {
  border-radius: var(--radius-xl);
  border: 1px solid #2f3b58;
  background:
    linear-gradient(155deg, rgba(27, 36, 56, 0.96) 0%, rgba(24, 32, 50, 0.96) 100%);
  box-shadow: var(--shadow-1);
}

.builder-card {
  border-radius: 16px;
  border: 1px solid #33415f;
  background: #1f2940;
  padding: 14px;
  display: grid;
  align-content: start;
  grid-gap: 12px;
  gap: 12px;
}

.builder-card.wide {
  grid-column: 1 / -1;
}

.section-help {
  color: #9fb1d8;
  font-size: var(--fs-body-sm);
  line-height: 1.45;
  margin-top: -2px;
}

.field-label {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  font-size: 13px;
  color: #b7c4e5;
}

textarea,
input,
select {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #3a4868;
  background: #131b2d;
  color: #dde6fb;
  padding: 10px 12px;
  outline: none;
}

textarea:focus,
input:focus,
select:focus {
  border-color: #678af2;
  box-shadow: 0 0 0 3px rgba(97, 136, 255, 0.2);
}

.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.notice {
  border-radius: 10px;
  border: 1px solid rgba(79, 214, 162, 0.36);
  background: rgba(36, 89, 71, 0.26);
  color: #88e9c2;
  padding: 10px;
  font-size: 13px;
}

.table-wrap {
  overflow: auto;
  border-radius: 12px;
  border: 1px solid #334666;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}

th,
td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid #2c3a58;
  font-size: var(--fs-table);
}

thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #1b2438;
  color: #b3c2e5;
  font-weight: 600;
  font-size: var(--fs-body-sm);
}

.empty {
  color: #95a6cf;
}

.state {
  display: inline-block;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 4px 9px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.state.found {
  color: #7cedc1;
  background: rgba(50, 117, 92, 0.32);
  border-color: rgba(90, 217, 166, 0.35);
}

.state.not_found {
  color: #ffb8cb;
  background: rgba(135, 53, 73, 0.3);
  border-color: rgba(227, 111, 140, 0.35);
}

.state.invalid,
.state.duplicate {
  color: #ffd190;
  background: rgba(148, 96, 30, 0.3);
  border-color: rgba(234, 174, 87, 0.35);
}

.status-screen {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #4b6498 #111a2d;
}

*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

*::-webkit-scrollbar-track {
  background: #111a2d;
  border-radius: 999px;
}

*::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #5f7eb8 0%, #455f91 100%);
  border: 2px solid #111a2d;
  border-radius: 999px;
}

*::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #7394d4 0%, #5371ad 100%);
}

.status-card {
  width: min(560px, 100%);
  border-radius: var(--radius-xl);
  border: 1px solid #34405f;
  background: linear-gradient(140deg, #1b2438 0%, #1a2333 100%);
  box-shadow: var(--shadow-1);
  padding: 26px;
  display: grid;
  grid-gap: 14px;
  gap: 14px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skeleton {
  position: relative;
  overflow: hidden;
}

.skeleton::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent 0%, rgba(120, 147, 208, 0.24) 45%, transparent 100%);
  animation: skeleton-shimmer 1.1s ease-in-out infinite;
}

.skeleton-line {
  display: block;
  width: 100%;
  height: 12px;
  border-radius: 7px;
  background: rgba(86, 108, 153, 0.36);
}

.skeleton-block {
  border-radius: 10px;
  background: rgba(86, 108, 153, 0.28);
}

@keyframes skeleton-shimmer {
  100% {
    transform: translateX(100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 860px) {
  .btn:not(.btn-icon):not(.btn-link) {
    min-height: 40px;
  }

  .action-row .btn:not(.btn-icon):not(.btn-link) {
    flex: 1 1;
  }

  table {
    min-width: 560px;
  }

  th,
  td {
    padding: 9px 10px;
    font-size: 12px;
  }
}

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

  table {
    min-width: 500px;
  }

  .btn,
  button {
    padding: 9px 12px;
  }
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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);
  }
}

