.nsys-wizard .form-pane[hidden] { display: none; }
.nsys-login-bar { margin-bottom: 16px; }
.nsys-login-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.nsys-login-inline input {
  flex: 1 1 10rem;
  width: auto;
  min-width: 0;
  margin: 0;
}
.nsys-suggest-wrap { position: relative; display: block; }
.nsys-suggest {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 4px);
  z-index: 30;
  background: #fff;
  border: 1px solid #d3e0e7;
  border-radius: 10px;
  max-height: 220px;
  overflow: auto;
  box-shadow: 0 12px 28px rgba(11, 61, 92, 0.14);
}
.nsys-suggest[hidden] { display: none !important; }
.nsys-suggest button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 8px 12px;
  border: 0;
  background: none;
  cursor: pointer;
  font: inherit;
}
.nsys-suggest button.is-on,
.nsys-suggest button:hover { background: #e7f3f8; }
[data-reg-fields][hidden] { display: none !important; }
.doc-row {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.doc-row > a:first-child { flex: 1; }
.nsys-table { width: 100%; border-collapse: collapse; }
.nsys-table th, .nsys-table td { text-align: left; padding: 8px; border-bottom: 1px solid #d3e0e7; }
.nsys-bars { display: flex; gap: 6px; align-items: flex-end; height: 90px; margin: 12px 0; }
.nsys-bar { flex: 1; background: #e7f3f8; border-radius: 6px 6px 0 0; display: flex; align-items: flex-end; }
.nsys-bar span { display: block; width: 100%; background: linear-gradient(#3ec4e8, #0b3d5c); border-radius: 6px 6px 0 0; }
.nsys-cookie {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 200;
  background: #0b3d5c;
  color: #fff;
  padding: 16px 18px;
  border-radius: 16px;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: 0 18px 40px rgba(11, 61, 92, 0.28);
}
.nsys-cookie:not([hidden]) { display: flex; }
.nsys-cookie[hidden] { display: none !important; }
.nsys-cookie p { margin: 0; flex: 1 1 16rem; }
.nsys-cookie a { color: #fff; text-decoration: underline; }
.nsys-cookie .btn-cookie {
  flex: 0 0 auto;
  background: #fff;
  color: #0b3d5c;
  box-shadow: none;
  min-width: 8.5rem;
}
.nsys-modal {
  position: fixed;
  inset: 0;
  background: rgba(6, 20, 30, 0.55);
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 16px;
}
.nsys-modal[hidden] { display: none; }
.nsys-modal__box {
  width: min(640px, 100%);
  max-height: 90vh;
  overflow: auto;
  position: relative;
}
.nsys-modal__close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  border: 0;
  background: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 1.4rem;
  cursor: pointer;
}
@media print {
  .site-header, .site-footer, .nsys-status, .form-nav, .nsys-cookie, .header-actions { display: none !important; }
  .form-card { box-shadow: none; }
}
