@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;700&display=swap");

@media screen, projection {
  :root {
    --bg-top: #f6f8ff;
    --bg-mid: #ecf4f2;
    --surface: #ffffff;
    --surface-soft: #f8fbff;
    --text: #1e2a3c;
    --text-soft: #4b5f7b;
    --line: #d9e3f5;
    --primary: #2d62d8;
    --primary-strong: #1f44aa;
    --accent: #0f9d8b;
    --btn-top: #4a82ff;
    --btn-mid: #356add;
    --btn-bottom: #2b5fcb;
    --header-start: #0e1a37;
    --header-mid: #1b345f;
    --header-end: #0a738b;
    --shadow: 0 24px 60px rgba(15, 30, 68, 0.16);
  }

  * {
    box-sizing: border-box;
  }

  html,
  body {
    height: 100%;
  }

  body {
    margin: 0;
    padding: 20px 0;
    background:
      radial-gradient(circle at 8% 10%, rgba(61, 118, 255, 0.16), transparent 35%),
      radial-gradient(circle at 94% 92%, rgba(15, 157, 139, 0.16), transparent 38%),
      linear-gradient(160deg, var(--bg-top), var(--bg-mid));
    font-family: "Manrope", "Trebuchet MS", "Lucida Grande", sans-serif;
    font-size: 15px;
    color: var(--text);
  }

  .page_margins {
    width: min(1180px, calc(100% - 32px)) !important;
    min-width: 0 !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
    background: transparent !important;
  }

  .page {
    margin: 0 !important;
    padding: 0 !important;
    background: var(--surface) !important;
    border: 1px solid var(--line);
    border-radius: 24px;
    box-shadow: var(--shadow);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1;
  }

  .page::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 180px;
    background: linear-gradient(140deg, rgba(32, 68, 168, 0.08), rgba(25, 154, 136, 0.02));
    pointer-events: none;
  }

  #border-top,
  #border-bottom,
  #edge-tl,
  #edge-tr,
  #edge-bl,
  #edge-br {
    display: none !important;
  }

  #header {
    order: -1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    float: none !important;
    overflow: visible !important;
    padding: 16px 22px;
    border-bottom: 1px solid #1a2e56;
    background:
      radial-gradient(circle at 100% -50%, rgba(86, 160, 255, 0.34), transparent 48%),
      linear-gradient(125deg, var(--header-start) 0%, var(--header-mid) 56%, var(--header-end) 100%);
    animation: fadeUp 420ms ease both;
  }

  #logo {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 0 !important;
    color: #f6f9ff !important;
    background: transparent !important;
    min-width: 0;
  }

  #logocontent {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0 !important;
    background: none !important;
  }

  #logotext {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: "Space Grotesk", "Trebuchet MS", sans-serif;
    font-size: clamp(2rem, 3.3vw, 2.7rem) !important;
    font-weight: 700 !important;
    line-height: 1.1;
    color: #f3f8ff;
    letter-spacing: 0.01em;
  }

  #logotext::before {
    content: "NL";
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: linear-gradient(135deg, #56a0ff, #2d62d8);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
  }

  #logo p {
    margin: 7px 0 0;
    font-size: 0.96rem;
    color: rgba(230, 241, 255, 0.9);
    letter-spacing: 0.01em;
  }

  #topnav {
    flex: 0 0 auto;
    margin-top: 0;
    margin-left: auto;
    padding: 7px 12px;
    border-radius: 999px;
    border: 1px solid rgba(210, 227, 255, 0.34);
    background: rgba(255, 255, 255, 0.1);
    text-align: right;
    font-size: 0.85rem;
    color: #d9e6ff;
    line-height: 1.55;
    white-space: nowrap;
    word-spacing: 2px;
  }

  #topnav a {
    color: #e9f1ff !important;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 160ms ease, color 160ms ease;
  }

  #topnav a:hover,
  #topnav a:focus {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
  }

  #nav,
  div.hlist {
    background: transparent !important;
  }

  #nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 0;
    margin-left: 0;
    overflow: visible !important;
  }

  #header .hlist {
    width: 100%;
    overflow: visible !important;
  }

  #header .hlist ul {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: normal !important;
  }

  #header .hlist li {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    background: transparent !important;
  }

  #header .hlist a,
  #header .hlist strong {
    display: block;
    width: auto !important;
    padding: 10px 16px !important;
    border-radius: 999px;
    border: 1px solid rgba(203, 223, 255, 0.35);
    color: #e9f2ff !important;
    background: rgba(255, 255, 255, 0.09) !important;
    font-weight: 700 !important;
    font-size: 0.88rem;
    letter-spacing: 0.01em;
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
    text-decoration: none !important;
  }

  #header .hlist li:hover a,
  #header .hlist li:focus a {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.18) !important;
    border-color: rgba(240, 247, 255, 0.65);
    transform: none;
  }

  #header .hlist li.active,
  #header .hlist li.active:hover {
    background: transparent !important;
  }

  #header .hlist li.active a,
  #header .hlist li.active strong {
    color: #15336f !important;
    background: linear-gradient(140deg, #ffffff, #dfecff) !important;
    border-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 8px 22px rgba(9, 27, 76, 0.28);
  }

  #main {
    order: 0;
    margin: 0 !important;
    background: transparent !important;
    padding: 24px;
    display: grid;
    grid-template-columns: minmax(250px, 330px) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
  }

  #main > #col1,
  #main > #col2,
  #main > #col3 {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
  }

  #main > #col1 {
    grid-column: 1;
    animation: fadeUp 520ms ease both;
  }

  #main > #col3 {
    grid-column: 2;
    animation: fadeUp 580ms ease both;
    animation-delay: 60ms;
  }

  #main > #col3:only-child {
    grid-column: 1 / -1;
  }

  #col1_content,
  #col3_content {
    padding: 0 !important;
  }

  #col1_content {
    background: linear-gradient(180deg, #fbfdff, #f5f9ff);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 18px !important;
  }

  #col3_content {
    background: var(--surface-soft);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 24px !important;
  }

  h1,
  h2,
  h3,
  h4 {
    margin: 0 0 0.6em;
    font-family: "Space Grotesk", "Trebuchet MS", sans-serif;
    font-weight: 700;
    color: #1a2944;
    letter-spacing: 0.01em;
  }

  h1 {
    font-size: clamp(1.5rem, 2.2vw, 2rem);
  }

  h2 {
    font-size: clamp(1.22rem, 1.6vw, 1.45rem);
  }

  h3 {
    font-size: clamp(1.02rem, 1.4vw, 1.18rem);
  }

  p,
  li,
  dd,
  dt {
    line-height: 1.68;
    color: #2c3b55;
  }

  ul,
  ol {
    margin: 0 0 1.1em 1.1em;
  }

  a {
    color: var(--primary-strong);
  }

  a:visited {
    color: #3c3f88;
  }

  a:hover,
  a:focus {
    color: #173783;
    text-decoration: underline;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  form.yform {
    margin-bottom: 1.25rem;
  }

  .nl-inline-form {
    margin: 12px 0 8px !important;
    max-width: 440px;
    width: 100%;
  }

  .nl-inline-form .type-button {
    margin: 0;
  }

  form.yform fieldset {
    margin: 0 0 14px;
    padding: 18px 16px 12px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #ffffff;
  }

  form.yform legend {
    font-family: "Space Grotesk", "Trebuchet MS", sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #203459;
    padding: 0 8px;
  }

  form.yform .type-text label {
    display: block;
    margin: 0 0 6px;
    font-weight: 600;
    color: #324968;
  }

  form.yform .type-text input,
  form.yform .type-text textarea {
    width: 100% !important;
    border: 1px solid #cddaf1;
    border-radius: 10px;
    background: #ffffff;
    color: #192a42;
    padding: 11px 12px;
    font-size: 0.95rem;
    transition: border-color 140ms ease, box-shadow 140ms ease;
  }

  form.yform .type-text input:focus,
  form.yform .type-text textarea:focus {
    border-color: #7ea5ff;
    box-shadow: 0 0 0 3px rgba(45, 98, 216, 0.14);
    outline: none;
  }

  form.yform .type-button input,
  form.yform input[type="button"],
  form.yform input[type="submit"],
  form.yform button,
  .nl-btn {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #2a57bd;
    border-radius: 14px;
    background: linear-gradient(180deg, var(--btn-top) 0%, var(--btn-mid) 62%, var(--btn-bottom) 100%);
    color: #ffffff;
    font-family: "Manrope", "Trebuchet MS", sans-serif;
    font-weight: 800;
    font-size: 0.94rem;
    letter-spacing: 0;
    line-height: 1.2;
    min-height: 50px;
    padding: 12px 22px;
    text-align: center;
    cursor: pointer;
    text-shadow: none;
    transition:
      background 160ms ease,
      border-color 160ms ease,
      box-shadow 160ms ease,
      filter 140ms ease;
    box-shadow:
      0 7px 18px rgba(30, 74, 177, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.2);
  }

  form.yform .type-button input:hover,
  form.yform input[type="button"]:hover,
  form.yform input[type="submit"]:hover,
  form.yform button:hover,
  .nl-btn:hover {
    transform: none;
    background: linear-gradient(180deg, #5b8fff 0%, #3d73df 62%, #315fc1 100%);
    border-color: #315fc1;
    filter: none;
    box-shadow:
      0 9px 20px rgba(30, 74, 177, 0.33),
      inset 0 1px 0 rgba(255, 255, 255, 0.24);
  }

  form.yform .type-button input:active,
  form.yform input[type="button"]:active,
  form.yform input[type="submit"]:active,
  form.yform button:active,
  .nl-btn:active {
    transform: none;
    background: linear-gradient(180deg, #3f79f3 0%, #315fca 62%, #274fa9 100%);
    box-shadow:
      inset 0 2px 4px rgba(9, 26, 71, 0.24),
      0 2px 8px rgba(29, 65, 160, 0.2);
  }

  form.yform .type-button input:focus-visible,
  form.yform input[type="button"]:focus-visible,
  form.yform input[type="submit"]:focus-visible,
  form.yform button:focus-visible,
  .nl-btn:focus-visible {
    outline: none;
    box-shadow:
      0 0 0 3px rgba(255, 255, 255, 0.95),
      0 0 0 6px rgba(55, 106, 221, 0.46),
      0 12px 24px rgba(29, 64, 157, 0.32);
  }

  form.yform .type-button input[disabled],
  form.yform input[type="button"][disabled],
  form.yform input[type="submit"][disabled],
  form.yform button[disabled],
  .nl-btn[disabled] {
    opacity: 0.65;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
  }

  .nl-btn-wide {
    width: 100% !important;
    max-width: 440px;
  }

  /* Homepage primary action: keep the shape fully pill and remove any square halo. */
  #button1.nl-btn,
  .nl-btn-primary {
    border-radius: 999px !important;
    min-height: 48px;
    padding: 11px 24px;
    box-shadow: none !important;
    background: linear-gradient(180deg, #4f8fff 0%, #356ddb 64%, #2b5fcb 100%);
    border-color: #2a57bd;
  }

  #button1.nl-btn:hover,
  #button1.nl-btn:active,
  .nl-btn-primary:hover,
  .nl-btn-primary:active {
    transform: none !important;
    box-shadow: none !important;
    filter: none !important;
  }

  #button1.nl-btn:hover,
  .nl-btn-primary:hover {
    background: linear-gradient(180deg, #5c93ff 0%, #3f74df 64%, #315fc1 100%);
    border-color: #315fc1;
  }

  #button1.nl-btn:active,
  .nl-btn-primary:active {
    background: linear-gradient(180deg, #457fe8 0%, #325fca 64%, #274fa9 100%);
    border-color: #274fa9;
  }

  #button1.nl-btn:focus-visible,
  .nl-btn-primary:focus-visible {
    border-radius: 999px;
    box-shadow:
      0 0 0 2px rgba(255, 255, 255, 0.95),
      0 0 0 4px rgba(55, 106, 221, 0.42) !important;
  }

  #anonymizedlink {
    width: 100%;
    padding: 10px 12px;
    border-radius: 10px;
    background: #f2f7ff;
    border: 1px solid #cfddf8;
    word-break: break-all;
  }

  pre {
    background: #0f1729;
    color: #dbe8ff;
    border-radius: 14px;
    border: 1px solid #2f4268 !important;
    padding: 14px !important;
    overflow: auto;
  }

  code {
    font-size: 0.92rem;
  }

  table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
  }

  th,
  td {
    border-bottom: 1px solid #e3ebfa;
    padding: 10px 12px;
    text-align: left;
  }

  thead th {
    background: #eff4ff;
    color: #21395f;
    font-weight: 700;
  }

  tbody tr:hover td {
    background: #f8fbff;
  }

  .hiddenfieldset {
    display: none;
  }

  #ie_clearing {
    display: none;
  }

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

  @media (max-width: 1060px) {
    #header {
      align-items: stretch;
      gap: 10px;
      padding: 18px 16px;
    }

    #logo {
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
    }

    #topnav {
      margin-left: 0;
      width: 100%;
      white-space: normal;
      text-align: left;
      border-radius: 12px;
    }

    #nav {
      width: 100%;
      justify-content: center;
      margin-left: 0;
    }

    #header .hlist ul {
      justify-content: center;
      padding: 0 !important;
    }

    #main {
      grid-template-columns: 1fr;
      gap: 16px;
      padding: 18px;
    }

    #main > #col1,
    #main > #col3 {
      grid-column: 1;
    }

    #logo {
      padding: 20px 18px 12px !important;
    }

    .hlist ul {
      padding: 10px 12px !important;
    }
  }

  @media (max-width: 680px) {
    body {
      padding: 8px 0;
    }

    .page_margins {
      width: calc(100% - 12px) !important;
    }

    #main {
      padding: 12px;
    }

    #col1_content,
    #col3_content {
      border-radius: 12px;
    }

    #col3_content {
      padding: 16px !important;
    }

    #logotext::before {
      width: 28px;
      height: 28px;
      border-radius: 8px;
      font-size: 0.62rem;
    }

    #topnav {
      font-size: 0.8rem;
      line-height: 1.45;
    }

    #header .hlist a,
    #header .hlist strong {
      padding: 9px 12px !important;
      font-size: 0.84rem;
    }
  }
}
