*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

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

.relative {
  position: relative;
}

.z-20 {
  z-index: 20;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-\[187px\] {
  margin-bottom: 187px;
}

.mb-\[270px\] {
  margin-bottom: 270px;
}

.mb-\[91px\] {
  margin-bottom: 91px;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

.h-full {
  height: 100%;
}

.w-\[656px\] {
  width: 656px;
}

.w-\[667px\] {
  width: 667px;
}

.w-full {
  width: 100%;
}

.max-w-\[543px\] {
  max-width: 543px;
}

.max-w-\[684px\] {
  max-width: 684px;
}

.max-w-\[694px\] {
  max-width: 694px;
}

.flex-none {
  flex: none;
}

.grow {
  flex-grow: 1;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.resize {
  resize: both;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

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

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-\[42px\] {
  gap: 42px;
}

.gap-\[60px\] {
  gap: 60px;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-\[60px\] {
  row-gap: 60px;
}

.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}

.space-y-\[30px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(30px * var(--tw-space-y-reverse));
}

.space-y-\[60px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(60px * var(--tw-space-y-reverse));
}

.overflow-y-auto {
  overflow-y: auto;
}

.border {
  border-width: 1px;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.\!py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.\!text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.\!leading-6 {
  line-height: 1.5rem !important;
}

.opacity-0 {
  opacity: 0;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* Stylesheet untuk keluarga halaman daya tampung:
     /daya-tampung                    hub
     /daya-tampung-snbt, -snbp        tool tabel interaktif
     /daya-tampung/kampus/<slug>      halaman statis per kampus
     /daya-tampung/jurusan/<slug>     halaman statis per jurusan

   Bertumpuk di atas /css/front-page/main.css yang menyediakan navbar, menu
   mobile, dan footer (kelas an-header/an-footer/an-menu-mobile) — pola yang
   sama dipakai halaman /tryout-cpns/formasi. Jangan menduplikasi kelas chrome
   di sini; kalau navbar terlihat rusak, yang kurang adalah glob content
   halaman ini di tailwind.config.js, bukan CSS-nya. */

/* Section: Long Content */

.an-long-content {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 251 / var(--tw-bg-opacity, 1));
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  /* Breadcrumb — di luar .an-wrap, sejajar dengan pola .tum-crumb di halaman
     materi/formasi: menempel dekat navbar (16/24px), bukan ikut ritme 60px
     antar-section. Sebelumnya breadcrumb jadi anak pertama .an-wrap sehingga
     mewarisi padding-top 90px dan menggantung jauh dari navbar. */
  .an-crumb {
    padding-top: 1rem;
  }
  @media (min-width: 768px) {
    .an-crumb {
      padding-top: 1.5rem;
    }
  }
  .an-crumb {
    ol {
      display: flex;
    }
    ol {
      flex-direction: row;
    }
    ol {
      flex-wrap: wrap;
    }
    ol {
      align-items: center;
    }
    ol {
      -moz-column-gap: 0.5rem;
           column-gap: 0.5rem;
    }
    ol {
      row-gap: 0.25rem;
    }
    ol {
      li {
        font-size: 0.875rem;
        line-height: 1.25rem;
      }
      li {
        font-weight: 400;
      }
      li {
        line-height: 1.25rem;
      }
      li {
        --tw-text-opacity: 1;
        color: rgb(142 142 147 / var(--tw-text-opacity, 1));
      }
      li {
        &:not(:last-child)::after {
          content: '/';
        }
        &:not(:last-child)::after {
          margin-left: 0.5rem;
        }
        &:not(:last-child)::after {
          --tw-text-opacity: 1;
          color: rgb(209 209 214 / var(--tw-text-opacity, 1));
        }
        a {
          --tw-text-opacity: 1;
          color: rgb(142 142 147 / var(--tw-text-opacity, 1));
        }
        a {
          transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
          transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
          transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-duration: 150ms;
        }
        a:hover {
          --tw-text-opacity: 1;
          color: rgb(255 45 133 / var(--tw-text-opacity, 1));
        }
        span[aria-current] {
          font-weight: 500;
        }
        span[aria-current] {
          --tw-text-opacity: 1;
          color: rgb(18 18 18 / var(--tw-text-opacity, 1));
        }
      }
    }
  }
  /* Breadcrumb */
  .an-wrap > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px * var(--tw-space-y-reverse));
  }
  .an-wrap {
    padding-top: 2rem;
  }
  .an-wrap {
    padding-bottom: 60px;
  }
  @media (min-width: 768px) {
    .an-wrap {
      padding-top: 2.5rem;
    }
  }
  @media (min-width: 1280px) {
    .an-wrap {
      padding-bottom: 90px;
    }
  }
  .an-wrap {
    /* Hero */
    .an-hero-tool {
      max-width: 760px;
    }
    .an-hero-tool > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
    }
    .an-hero-tool {
      .an-eyebrow {
        display: inline-flex;
      }
      .an-eyebrow {
        align-items: center;
      }
      .an-eyebrow {
        gap: 0.5rem;
      }
      .an-eyebrow {
        border-radius: 9999px;
      }
      .an-eyebrow {
        border-width: 1px;
      }
      .an-eyebrow {
        --tw-border-opacity: 1;
        border-color: rgb(255 214 232 / var(--tw-border-opacity, 1));
      }
      .an-eyebrow {
        --tw-bg-opacity: 1;
        background-color: rgb(255 240 246 / var(--tw-bg-opacity, 1));
      }
      .an-eyebrow {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
      }
      .an-eyebrow {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
      }
      .an-eyebrow {
        font-size: 0.75rem;
        line-height: 1rem;
      }
      .an-eyebrow {
        font-weight: 700;
      }
      .an-eyebrow {
        text-transform: uppercase;
      }
      .an-eyebrow {
        line-height: 1rem;
      }
      .an-eyebrow {
        letter-spacing: 0%;
      }
      .an-eyebrow {
        --tw-text-opacity: 1;
        color: rgb(255 45 133 / var(--tw-text-opacity, 1));
      }
      .an-heading {
        font-size: 1.875rem;
        line-height: 2.25rem;
      }
      .an-heading {
        font-weight: 700;
      }
      .an-heading {
        line-height: 38px;
      }
      .an-heading {
        letter-spacing: -0.02em;
      }
      .an-heading {
        --tw-text-opacity: 1;
        color: rgb(18 18 18 / var(--tw-text-opacity, 1));
      }
      @media (min-width: 768px) {
        .an-heading {
          font-size: 3rem;
          line-height: 1;
        }
      }
      @media (min-width: 768px) {
        .an-heading {
          line-height: 60px;
        }
      }
      .an-desc {
        font-size: 1rem;
        line-height: 1.5rem;
      }
      .an-desc {
        font-weight: 400;
      }
      .an-desc {
        line-height: 1.5rem;
      }
      .an-desc {
        letter-spacing: 0%;
      }
      .an-desc {
        --tw-text-opacity: 1;
        color: rgb(58 58 60 / var(--tw-text-opacity, 1));
      }
      @media (min-width: 768px) {
        .an-desc {
          font-size: 1.125rem;
          line-height: 1.75rem;
        }
      }
      @media (min-width: 768px) {
        .an-desc {
          line-height: 2rem;
        }
      }
    }
    /* Hero */
    /* Judul section */
    .an-section-head {
      max-width: 760px;
    }
    .an-section-head > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
    }
    .an-section-head {
      .an-section-title {
        font-size: 1.5rem;
        line-height: 2rem;
      }
      .an-section-title {
        font-weight: 700;
      }
      .an-section-title {
        line-height: 2rem;
      }
      .an-section-title {
        letter-spacing: -0.02em;
      }
      .an-section-title {
        --tw-text-opacity: 1;
        color: rgb(18 18 18 / var(--tw-text-opacity, 1));
      }
      @media (min-width: 768px) {
        .an-section-title {
          font-size: 1.875rem;
          line-height: 2.25rem;
        }
      }
      @media (min-width: 768px) {
        .an-section-title {
          line-height: 2.25rem;
        }
      }
      .an-section-desc {
        font-size: 1rem;
        line-height: 1.5rem;
      }
      .an-section-desc {
        font-weight: 400;
      }
      .an-section-desc {
        line-height: 1.5rem;
      }
      .an-section-desc {
        --tw-text-opacity: 1;
        color: rgb(58 58 60 / var(--tw-text-opacity, 1));
      }
    }
    /* Judul section */
    /* Stat bar */
    .an-stat-bar {
      display: grid;
    }
    .an-stat-bar {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .an-stat-bar {
      gap: 0.75rem;
    }
    @media (min-width: 640px) {
      .an-stat-bar {
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }
    }
    .an-stat-bar {
      .an-item > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
      }
      .an-item {
        border-radius: 1rem;
      }
      .an-item {
        border-width: 1px;
      }
      .an-item {
        --tw-border-opacity: 1;
        border-color: rgb(229 229 234 / var(--tw-border-opacity, 1));
      }
      .an-item {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
      }
      .an-item {
        padding: 1.25rem;
      }
      .an-item {
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
      }
      .an-item {
        &:hover {
          --tw-border-opacity: 1;
          border-color: rgb(209 209 214 / var(--tw-border-opacity, 1));
        }
        &:hover {
          transform: translateY(-2px);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06), 0 0 1px rgba(0, 0, 0, 0.08);
        }
        .an-stat-icon {
          display: inline-flex;
        }
        .an-stat-icon {
          height: 2.5rem;
        }
        .an-stat-icon {
          width: 2.5rem;
        }
        .an-stat-icon {
          align-items: center;
        }
        .an-stat-icon {
          justify-content: center;
        }
        .an-stat-icon {
          border-radius: 0.75rem;
        }
        .an-stat-icon {
          --tw-bg-opacity: 1;
          background-color: rgb(255 240 246 / var(--tw-bg-opacity, 1));
        }
        .an-stat-icon {
          i {
            font-size: 1rem;
            line-height: 1.5rem;
          }
          i {
            --tw-text-opacity: 1;
            color: rgb(255 45 133 / var(--tw-text-opacity, 1));
          }
        }
        .an-number {
          font-size: 1.5rem;
          line-height: 2rem;
        }
        .an-number {
          font-weight: 700;
        }
        .an-number {
          line-height: 2rem;
        }
        .an-number {
          letter-spacing: -0.02em;
        }
        .an-number {
          --tw-text-opacity: 1;
          color: rgb(18 18 18 / var(--tw-text-opacity, 1));
        }
        @media (min-width: 768px) {
          .an-number {
            font-size: 1.875rem;
            line-height: 2.25rem;
          }
        }
        @media (min-width: 768px) {
          .an-number {
            line-height: 2.25rem;
          }
        }
        .an-label {
          font-size: 0.875rem;
          line-height: 1.25rem;
        }
        .an-label {
          font-weight: 400;
        }
        .an-label {
          line-height: 1.25rem;
        }
        .an-label {
          letter-spacing: 0%;
        }
        .an-label {
          --tw-text-opacity: 1;
          color: rgb(142 142 147 / var(--tw-text-opacity, 1));
        }
      }
    }
    /* Stat bar */
    /* Toolbar */
    .an-toolbar {
      display: flex;
    }
    .an-toolbar {
      flex-direction: column;
    }
    .an-toolbar {
      align-items: stretch;
    }
    .an-toolbar {
      gap: 0.75rem;
    }
    @media (min-width: 768px) {
      .an-toolbar {
        flex-direction: row;
      }
    }
    @media (min-width: 768px) {
      .an-toolbar {
        align-items: center;
      }
    }
    .an-toolbar {
      .an-search {
        position: relative;
      }
      .an-search {
        flex: 1 1 0%;
      }
      .an-search {
        input {
          height: 3rem;
        }
        input {
          width: 100%;
        }
        input {
          border-radius: 0.75rem;
        }
        input {
          border-width: 1px;
        }
        input {
          --tw-border-opacity: 1;
          border-color: rgb(229 229 234 / var(--tw-border-opacity, 1));
        }
        input {
          --tw-bg-opacity: 1;
          background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
        }
        input {
          padding-left: 2.75rem;
        }
        input {
          padding-right: 1rem;
        }
        input {
          font-size: 1rem;
          line-height: 1.5rem;
        }
        input {
          font-weight: 400;
        }
        input {
          line-height: 1.5rem;
        }
        input {
          --tw-text-opacity: 1;
          color: rgb(18 18 18 / var(--tw-text-opacity, 1));
        }
        input {
          outline: 2px solid transparent;
          outline-offset: 2px;
        }
        input {
          transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
          transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
          transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-duration: 150ms;
        }
        input::-moz-placeholder {
          --tw-text-opacity: 1;
          color: rgb(142 142 147 / var(--tw-text-opacity, 1));
        }
        input::placeholder {
          --tw-text-opacity: 1;
          color: rgb(142 142 147 / var(--tw-text-opacity, 1));
        }
        input:focus {
          --tw-border-opacity: 1;
          border-color: rgb(255 45 133 / var(--tw-border-opacity, 1));
        }
        i {
          position: absolute;
        }
        i {
          left: 1rem;
        }
        i {
          top: 50%;
        }
        i {
          --tw-translate-y: -50%;
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        }
        i {
          font-size: 0.875rem;
          line-height: 1.25rem;
        }
        i {
          --tw-text-opacity: 1;
          color: rgb(142 142 147 / var(--tw-text-opacity, 1));
        }
      }
      .an-filter {
        display: flex;
      }
      .an-filter {
        flex-direction: column;
      }
      .an-filter {
        gap: 0.75rem;
      }
      @media (min-width: 640px) {
        .an-filter {
          flex-direction: row;
        }
      }
      .an-filter {
        select {
          height: 3rem;
        }
        select {
          width: 100%;
        }
        select {
          cursor: pointer;
        }
        select {
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
        }
        select {
          border-radius: 0.75rem;
        }
        select {
          border-width: 1px;
        }
        select {
          --tw-border-opacity: 1;
          border-color: rgb(229 229 234 / var(--tw-border-opacity, 1));
        }
        select {
          --tw-bg-opacity: 1;
          background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
        }
        select {
          padding-left: 1rem;
        }
        select {
          padding-right: 2.25rem;
        }
        select {
          font-size: 0.875rem;
          line-height: 1.25rem;
        }
        select {
          font-weight: 400;
        }
        select {
          line-height: 1.25rem;
        }
        select {
          --tw-text-opacity: 1;
          color: rgb(18 18 18 / var(--tw-text-opacity, 1));
        }
        select {
          outline: 2px solid transparent;
          outline-offset: 2px;
        }
        select {
          transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
          transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
          transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-duration: 150ms;
        }
        select:focus {
          --tw-border-opacity: 1;
          border-color: rgb(255 45 133 / var(--tw-border-opacity, 1));
        }
        @media (min-width: 640px) {
          select {
            width: auto;
          }
        }
        select {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%238E8E93' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-position: right 12px center;
        }
      }
    }
    /* Toolbar */
    /* Result info */
    .an-result-info {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
    .an-result-info {
      font-weight: 400;
    }
    .an-result-info {
      line-height: 1.25rem;
    }
    .an-result-info {
      --tw-text-opacity: 1;
      color: rgb(142 142 147 / var(--tw-text-opacity, 1));
    }
    .an-result-info {
      strong {
        font-weight: 700;
      }
      strong {
        --tw-text-opacity: 1;
        color: rgb(18 18 18 / var(--tw-text-opacity, 1));
      }
    }
    /* Result info */
    /* Tabel data */
    .an-data-table {
      overflow: hidden;
    }
    .an-data-table {
      border-radius: 1rem;
    }
    .an-data-table {
      border-width: 1px;
    }
    .an-data-table {
      --tw-border-opacity: 1;
      border-color: rgb(229 229 234 / var(--tw-border-opacity, 1));
    }
    .an-data-table {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }
    .an-data-table {
      box-shadow: 0px 2px 8px 0px #00000014;
      .an-table-scroll {
        position: relative;
      }
      .an-table-scroll {
        overflow-x: auto;
      }
      table {
        width: 100%;
      }
      table {
        min-width: 860px;
      }
      table {
        border-collapse: collapse;
      }
      table {
        text-align: left;
      }
      table {
        thead {
          th {
            white-space: nowrap;
          }
          th {
            border-bottom-width: 1px;
          }
          th {
            --tw-border-opacity: 1;
            border-color: rgb(229 229 234 / var(--tw-border-opacity, 1));
          }
          th {
            --tw-bg-opacity: 1;
            background-color: rgb(248 249 251 / var(--tw-bg-opacity, 1));
          }
          th {
            padding-left: 1rem;
            padding-right: 1rem;
          }
          th {
            padding-top: 0.75rem;
            padding-bottom: 0.75rem;
          }
          th {
            font-size: 0.75rem;
            line-height: 1rem;
          }
          th {
            font-weight: 700;
          }
          th {
            text-transform: uppercase;
          }
          th {
            line-height: 1rem;
          }
          th {
            letter-spacing: 0%;
          }
          th {
            --tw-text-opacity: 1;
            color: rgb(142 142 147 / var(--tw-text-opacity, 1));
          }
        }
        tbody {
          tr.an-row {
            border-bottom-width: 1px;
          }
          tr.an-row {
            --tw-border-opacity: 1;
            border-color: rgb(229 229 234 / var(--tw-border-opacity, 1));
          }
          tr.an-row {
            transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
            transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
            transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
          }
          tr.an-row {
            &.an-row-klik {
              cursor: pointer;
            }
            &:hover {
              --tw-bg-opacity: 1;
              background-color: rgb(248 249 251 / var(--tw-bg-opacity, 1));
            }
            &.an-row-active {
              --tw-bg-opacity: 1;
              background-color: rgb(255 240 247 / var(--tw-bg-opacity, 1));
            }
            &.an-row-active {
              td:first-child {
                box-shadow: inset 3px 0 0 #FF2D85;
              }
            }
            td {
              padding-left: 1rem;
              padding-right: 1rem;
            }
            td {
              padding-top: 0.75rem;
              padding-bottom: 0.75rem;
            }
            td {
              vertical-align: top;
            }
            td {
              .an-td-prodi {
                font-size: 0.875rem;
                line-height: 1.25rem;
              }
              .an-td-prodi {
                font-weight: 600;
              }
              .an-td-prodi {
                line-height: 1.25rem;
              }
              .an-td-prodi {
                --tw-text-opacity: 1;
                color: rgb(18 18 18 / var(--tw-text-opacity, 1));
              }
              .an-td-ptn {
                font-size: 0.875rem;
                line-height: 1.25rem;
              }
              .an-td-ptn {
                font-weight: 400;
              }
              .an-td-ptn {
                line-height: 1.25rem;
              }
              .an-td-ptn {
                --tw-text-opacity: 1;
                color: rgb(18 18 18 / var(--tw-text-opacity, 1));
              }
              .an-td-sub {
                margin-top: 0.125rem;
              }
              .an-td-sub {
                font-size: 0.75rem;
                line-height: 1rem;
              }
              .an-td-sub {
                font-weight: 400;
              }
              .an-td-sub {
                line-height: 1rem;
              }
              .an-td-sub {
                --tw-text-opacity: 1;
                color: rgb(142 142 147 / var(--tw-text-opacity, 1));
              }
              .an-td-number {
                font-size: 0.875rem;
                line-height: 1.25rem;
              }
              .an-td-number {
                font-weight: 600;
              }
              .an-td-number {
                --tw-numeric-spacing: tabular-nums;
                font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
              }
              .an-td-number {
                line-height: 1.25rem;
              }
              .an-td-number {
                --tw-text-opacity: 1;
                color: rgb(18 18 18 / var(--tw-text-opacity, 1));
              }
              a {
                --tw-text-opacity: 1;
                color: rgb(18 18 18 / var(--tw-text-opacity, 1));
              }
              a {
                transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
                transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
                transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
                transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                transition-duration: 150ms;
              }
              a:hover {
                --tw-text-opacity: 1;
                color: rgb(255 45 133 / var(--tw-text-opacity, 1));
              }
            }
          }
          tr.an-row-detail {
            display: none;
          }
          tr.an-row-detail {
            --tw-bg-opacity: 1;
            background-color: rgb(248 249 251 / var(--tw-bg-opacity, 1));
          }
          tr.an-row-detail {
            &.an-row-detail-open {
              display: table-row;
            }
            td {
              padding-left: 1rem;
              padding-right: 1rem;
            }
            td {
              padding-top: 1rem;
              padding-bottom: 1rem;
            }
            .an-history-table {
              width: 100%;
            }
            .an-history-table {
              border-collapse: collapse;
            }
            .an-history-table {
              text-align: left;
            }
            .an-history-table {
              min-width: 0;
              th {
                padding-left: 0.75rem;
                padding-right: 0.75rem;
              }
              th {
                padding-top: 0.5rem;
                padding-bottom: 0.5rem;
              }
              th {
                font-size: 11px;
              }
              th {
                font-weight: 700;
              }
              th {
                text-transform: uppercase;
              }
              th {
                line-height: 1rem;
              }
              th {
                letter-spacing: 0%;
              }
              th {
                --tw-text-opacity: 1;
                color: rgb(142 142 147 / var(--tw-text-opacity, 1));
              }
              td {
                border-top-width: 1px;
              }
              td {
                --tw-border-opacity: 1;
                border-color: rgb(229 229 234 / var(--tw-border-opacity, 1));
              }
              td {
                padding-left: 0.75rem;
                padding-right: 0.75rem;
              }
              td {
                padding-top: 0.5rem;
                padding-bottom: 0.5rem;
              }
              td {
                font-size: 0.875rem;
                line-height: 1.25rem;
              }
              td {
                font-weight: 400;
              }
              td {
                line-height: 1.25rem;
              }
              td {
                --tw-text-opacity: 1;
                color: rgb(18 18 18 / var(--tw-text-opacity, 1));
              }
            }
          }
        }
      }
      &.an-empty-state > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1rem * var(--tw-space-y-reverse));
      }
      &.an-empty-state {
        padding: 3rem;
      }
      &.an-empty-state {
        text-align: center;
      }
      &.an-empty-state {
        .an-empty-illustration {
          margin-left: auto;
          margin-right: auto;
        }
        .an-empty-illustration {
          height: 7rem;
        }
        .an-empty-illustration {
          width: 7rem;
        }
        p {
          font-size: 0.875rem;
          line-height: 1.25rem;
        }
        p {
          font-weight: 400;
        }
        p {
          line-height: 1.25rem;
        }
        p {
          --tw-text-opacity: 1;
          color: rgb(142 142 147 / var(--tw-text-opacity, 1));
        }
      }
    }
    /* Tabel data */
    /* Tabel data: tampilan mobile (<768px)
       Dua perlakuan, sengaja dipisah:
       - .an-tool-table  : tabel interaktif di /daya-tampung-snbt|snbp. Susunan
                           kolomnya tetap (6 kolom, urutan tidak pernah berubah),
                           jadi aman dipetakan ke grid-areas lewat nth-child.
       - tabel statis     : halaman kampus & jurusan. Jumlah dan urutan kolomnya
                           BERBEDA-BEDA (SNBP punya kolom Diterima, halaman
                           jurusan punya dua kolom kuota), jadi nth-child akan
                           salah pasang label. Dipakai layout bertumpuk generik
                           yang membaca data-label tiap sel. */
    @media (max-width: 767.98px) {
      .an-data-table:not(.an-tool-table) {
        .an-table-scroll {
          & > table {
            display: block;
          }
          & > table {
            width: 100%;
          }
          & > table {
            min-width: 0;
            & > thead {
              position: absolute;
              width: 1px;
              height: 1px;
              padding: 0;
              margin: -1px;
              overflow: hidden;
              clip: rect(0, 0, 0, 0);
              white-space: nowrap;
              border-width: 0;
            }
            & > thead {
              display: block;
            }
            & > tbody {
              display: block;
            }
            & > tbody {
              tr.an-row {
                display: block;
              }
              tr.an-row {
                border-bottom-width: 1px;
              }
              tr.an-row {
                --tw-border-opacity: 1;
                border-color: rgb(229 229 234 / var(--tw-border-opacity, 1));
              }
              tr.an-row {
                padding-left: 1rem;
                padding-right: 1rem;
              }
              tr.an-row {
                padding-top: 1rem;
                padding-bottom: 1rem;
              }
              tr.an-row {
                td {
                  display: flex;
                }
                td {
                  flex-direction: row;
                }
                td {
                  align-items: baseline;
                }
                td {
                  justify-content: space-between;
                }
                td {
                  gap: 0.75rem;
                }
                td {
                  padding: 0px;
                }
                td {
                  padding-top: 0.25rem;
                  padding-bottom: 0.25rem;
                }
                td {
                  &::before {
                    content: attr(data-label);
                  }
                  &::before {
                    flex: none;
                  }
                  &::before {
                    font-size: 11px;
                  }
                  &::before {
                    font-weight: 700;
                  }
                  &::before {
                    text-transform: uppercase;
                  }
                  &::before {
                    line-height: 1rem;
                  }
                  &::before {
                    --tw-text-opacity: 1;
                    color: rgb(142 142 147 / var(--tw-text-opacity, 1));
                  }
                  /* Nama prodi/kampus jadi judul kartu: label disembunyikan,
                     teksnya dibuat penuh selebar kartu. */
                  &:first-child {
                    display: block;
                  }
                  &:first-child {
                    padding-bottom: 0.5rem;
                  }
                  &:first-child {
                    &::before {
                      display: none;
                    }
                    .an-td-prodi,
                    .an-td-ptn {
                      font-size: 1rem;
                      line-height: 1.5rem;
                    }
                    .an-td-prodi,
                    .an-td-ptn {
                      font-weight: 600;
                    }
                    .an-td-prodi,
                    .an-td-ptn {
                      line-height: 1.5rem;
                    }
                  }
                }
              }
            }
          }
        }
      }

      .an-data-table.an-tool-table {
        .an-table-scroll {
          & > table {
            display: block;
          }
          & > table {
            width: 100%;
          }
          & > table {
            min-width: 0;
            & > thead {
              position: absolute;
              width: 1px;
              height: 1px;
              padding: 0;
              margin: -1px;
              overflow: hidden;
              clip: rect(0, 0, 0, 0);
              white-space: nowrap;
              border-width: 0;
            }
            & > thead {
              display: block;
            }
            & > tbody {
              display: block;
            }
            & > tbody {
              tr.an-row {
                position: relative;
              }
              tr.an-row {
                display: grid;
              }
              tr.an-row {
                -moz-column-gap: 0.75rem;
                     column-gap: 0.75rem;
              }
              tr.an-row {
                row-gap: 0.375rem;
              }
              tr.an-row {
                border-bottom-width: 1px;
              }
              tr.an-row {
                --tw-border-opacity: 1;
                border-color: rgb(229 229 234 / var(--tw-border-opacity, 1));
              }
              tr.an-row {
                padding-left: 1rem;
                padding-right: 1rem;
              }
              tr.an-row {
                padding-top: 1rem;
                padding-bottom: 1rem;
              }
              tr.an-row {
                grid-template-columns: 1fr 1fr;
                grid-template-areas:
                  'kampus    kampus'
                  'prodi     prodi'
                  'jenjang   jenjang'
                  'kuota     peminat'
                  'keketatan keketatan';
                &.an-row-klik::after {
                  content: '\f078';
                  font-family: 'Font Awesome 6 Free';
                  font-weight: 900;
                }
                &.an-row-klik::after {
                  position: absolute;
                }
                &.an-row-klik::after {
                  top: 1rem;
                }
                &.an-row-klik::after {
                  right: 1rem;
                }
                &.an-row-klik::after {
                  font-size: 0.75rem;
                  line-height: 1rem;
                }
                &.an-row-klik::after {
                  --tw-text-opacity: 1;
                  color: rgb(142 142 147 / var(--tw-text-opacity, 1));
                }
                &.an-row-klik::after {
                  transition-property: transform;
                  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                  transition-duration: 150ms;
                }
                &.an-row-klik::after {
                  transition-duration: 150ms;
                }
                &.an-row-active::after {
                  --tw-rotate: 180deg;
                  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
                }
                &.an-row-active::after {
                  --tw-text-opacity: 1;
                  color: rgb(255 45 133 / var(--tw-text-opacity, 1));
                }
                td {
                  display: block;
                }
                td {
                  padding: 0px;
                }
                td {
                  vertical-align: top;
                }
                td {
                  &:nth-child(1) {
                    grid-area: kampus;
                    padding-right: 28px;
                  }
                  &:nth-child(2) {
                    grid-area: prodi;
                  }
                  &:nth-child(3) {
                    grid-area: jenjang;
                    justify-self: start;
                  }
                  &:nth-child(4) {
                    grid-area: kuota;
                  }
                  &:nth-child(5) {
                    grid-area: peminat;
                  }
                  &:nth-child(6) {
                    grid-area: keketatan;
                  }
                  &[data-label]:nth-child(4)::before,
                  &[data-label]:nth-child(5)::before {
                    content: attr(data-label);
                  }
                  &[data-label]:nth-child(4)::before,
                  &[data-label]:nth-child(5)::before {
                    margin-bottom: 0.125rem;
                  }
                  &[data-label]:nth-child(4)::before,
                  &[data-label]:nth-child(5)::before {
                    display: block;
                  }
                  &[data-label]:nth-child(4)::before,
                  &[data-label]:nth-child(5)::before {
                    font-size: 11px;
                  }
                  &[data-label]:nth-child(4)::before,
                  &[data-label]:nth-child(5)::before {
                    font-weight: 700;
                  }
                  &[data-label]:nth-child(4)::before,
                  &[data-label]:nth-child(5)::before {
                    text-transform: uppercase;
                  }
                  &[data-label]:nth-child(4)::before,
                  &[data-label]:nth-child(5)::before {
                    line-height: 1rem;
                  }
                  &[data-label]:nth-child(4)::before,
                  &[data-label]:nth-child(5)::before {
                    --tw-text-opacity: 1;
                    color: rgb(142 142 147 / var(--tw-text-opacity, 1));
                  }
                  &:nth-child(3) .an-td-ptn {
                    display: inline-flex;
                  }
                  &:nth-child(3) .an-td-ptn {
                    border-radius: 9999px;
                  }
                  &:nth-child(3) .an-td-ptn {
                    --tw-bg-opacity: 1;
                    background-color: rgb(242 242 247 / var(--tw-bg-opacity, 1));
                  }
                  &:nth-child(3) .an-td-ptn {
                    padding-top: 0.125rem;
                    padding-bottom: 0.125rem;
                  }
                  &:nth-child(3) .an-td-ptn {
                    padding-left: 0.5rem;
                    padding-right: 0.5rem;
                  }
                  &:nth-child(3) .an-td-ptn {
                    font-size: 11px;
                  }
                  &:nth-child(3) .an-td-ptn {
                    font-weight: 700;
                  }
                  &:nth-child(3) .an-td-ptn {
                    text-transform: uppercase;
                  }
                  &:nth-child(3) .an-td-ptn {
                    line-height: 1rem;
                  }
                  &:nth-child(3) .an-td-ptn {
                    --tw-text-opacity: 1;
                    color: rgb(142 142 147 / var(--tw-text-opacity, 1));
                  }
                  .an-td-prodi {
                    font-size: 1rem;
                    line-height: 1.5rem;
                  }
                  .an-td-prodi {
                    line-height: 1.5rem;
                  }
                }
              }
              tr.an-row-detail {
                &.an-row-detail-open {
                  display: block;
                }
                & > td {
                  display: block;
                }
                & > td {
                  padding: 1rem;
                }
              }
            }
          }
        }
      }
    }
    /* Tabel data: tampilan kartu di mobile */
    /* Badge keketatan */
    .an-badge-keketatan {
      display: inline-flex;
    }
    .an-badge-keketatan {
      align-items: center;
    }
    .an-badge-keketatan {
      gap: 0.375rem;
    }
    .an-badge-keketatan {
      white-space: nowrap;
    }
    .an-badge-keketatan {
      border-radius: 9999px;
    }
    .an-badge-keketatan {
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
    }
    .an-badge-keketatan {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
    }
    .an-badge-keketatan {
      font-size: 0.75rem;
      line-height: 1rem;
    }
    .an-badge-keketatan {
      font-weight: 700;
    }
    .an-badge-keketatan {
      line-height: 1rem;
    }
    .an-badge-keketatan {
      letter-spacing: 0%;
    }
    .an-badge-keketatan {
      &[data-level='tinggi'] {
        --tw-bg-opacity: 1;
        background-color: rgb(255 229 236 / var(--tw-bg-opacity, 1));
      }
      &[data-level='tinggi'] {
        --tw-text-opacity: 1;
        color: rgb(196 24 92 / var(--tw-text-opacity, 1));
      }
      &[data-level='tinggi'] {
        &::before {
          content: '\25CF';
        }
        &::before {
          font-size: 8px;
        }
      }
      &[data-level='sedang'] {
        --tw-bg-opacity: 1;
        background-color: rgb(255 244 214 / var(--tw-bg-opacity, 1));
      }
      &[data-level='sedang'] {
        --tw-text-opacity: 1;
        color: rgb(138 109 0 / var(--tw-text-opacity, 1));
      }
      &[data-level='sedang'] {
        &::before {
          content: '\25CF';
        }
        &::before {
          font-size: 8px;
        }
      }
      &[data-level='rendah'] {
        --tw-bg-opacity: 1;
        background-color: rgb(223 245 227 / var(--tw-bg-opacity, 1));
      }
      &[data-level='rendah'] {
        --tw-text-opacity: 1;
        color: rgb(30 123 60 / var(--tw-text-opacity, 1));
      }
      &[data-level='rendah'] {
        &::before {
          content: '\25CF';
        }
        &::before {
          font-size: 8px;
        }
      }
      &[data-level='-'] {
        --tw-bg-opacity: 1;
        background-color: rgb(242 242 247 / var(--tw-bg-opacity, 1));
      }
      &[data-level='-'] {
        --tw-text-opacity: 1;
        color: rgb(142 142 147 / var(--tw-text-opacity, 1));
      }
    }
    /* Badge keketatan */
    /* Pagination */
    .an-pagination {
      display: flex;
    }
    .an-pagination {
      flex-direction: column;
    }
    .an-pagination {
      align-items: center;
    }
    .an-pagination {
      justify-content: space-between;
    }
    .an-pagination {
      gap: 1rem;
    }
    @media (min-width: 640px) {
      .an-pagination {
        flex-direction: row;
      }
    }
    .an-pagination {
      .an-page-info {
        font-size: 0.875rem;
        line-height: 1.25rem;
      }
      .an-page-info {
        font-weight: 400;
      }
      .an-page-info {
        line-height: 1.25rem;
      }
      .an-page-info {
        --tw-text-opacity: 1;
        color: rgb(142 142 147 / var(--tw-text-opacity, 1));
      }
      .an-page-buttons {
        display: flex;
      }
      .an-page-buttons {
        flex-direction: row;
      }
      .an-page-buttons {
        align-items: center;
      }
      .an-page-buttons {
        gap: 0.5rem;
      }
      .an-page-buttons {
        button {
          height: 2.5rem;
        }
        button {
          min-width: 2.5rem;
        }
        button {
          border-radius: 0.5rem;
        }
        button {
          border-width: 1px;
        }
        button {
          --tw-border-opacity: 1;
          border-color: rgb(229 229 234 / var(--tw-border-opacity, 1));
        }
        button {
          --tw-bg-opacity: 1;
          background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
        }
        button {
          padding-left: 0.75rem;
          padding-right: 0.75rem;
        }
        button {
          font-size: 0.875rem;
          line-height: 1.25rem;
        }
        button {
          font-weight: 500;
        }
        button {
          line-height: 1.25rem;
        }
        button {
          --tw-text-opacity: 1;
          color: rgb(18 18 18 / var(--tw-text-opacity, 1));
        }
        button {
          transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
          transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
          transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-duration: 150ms;
        }
        button:hover {
          --tw-border-opacity: 1;
          border-color: rgb(255 45 133 / var(--tw-border-opacity, 1));
        }
        button:hover {
          --tw-text-opacity: 1;
          color: rgb(255 45 133 / var(--tw-text-opacity, 1));
        }
        button:disabled {
          pointer-events: none;
        }
        button:disabled {
          opacity: 0.4;
        }
      }
    }
    /* Pagination */
    /* Kartu favorit (kampus & jurusan) */
    .an-fav-grid {
      display: grid;
    }
    .an-fav-grid {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .an-fav-grid {
      gap: 0.75rem;
    }
    @media (min-width: 640px) {
      .an-fav-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }
    @media (min-width: 1024px) {
      .an-fav-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }
    .an-fav-grid {
      .an-fav-card {
        display: flex;
      }
      .an-fav-card {
        flex-direction: column;
      }
      .an-fav-card {
        gap: 0.25rem;
      }
      .an-fav-card {
        border-radius: 1rem;
      }
      .an-fav-card {
        border-width: 1px;
      }
      .an-fav-card {
        --tw-border-opacity: 1;
        border-color: rgb(229 229 234 / var(--tw-border-opacity, 1));
      }
      .an-fav-card {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
      }
      .an-fav-card {
        padding: 1.25rem;
      }
      .an-fav-card {
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
      }
      .an-fav-card {
        &:hover {
          --tw-border-opacity: 1;
          border-color: rgb(255 45 133 / var(--tw-border-opacity, 1));
        }
        &:hover {
          transform: translateY(-2px);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06), 0 0 1px rgba(0, 0, 0, 0.08);
        }
        .an-fav-nama {
          font-size: 1rem;
          line-height: 1.5rem;
        }
        .an-fav-nama {
          font-weight: 700;
        }
        .an-fav-nama {
          line-height: 1.5rem;
        }
        .an-fav-nama {
          --tw-text-opacity: 1;
          color: rgb(18 18 18 / var(--tw-text-opacity, 1));
        }
        .an-fav-meta {
          font-size: 0.875rem;
          line-height: 1.25rem;
        }
        .an-fav-meta {
          font-weight: 400;
        }
        .an-fav-meta {
          line-height: 1.25rem;
        }
        .an-fav-meta {
          --tw-text-opacity: 1;
          color: rgb(142 142 147 / var(--tw-text-opacity, 1));
        }
        .an-fav-angka {
          margin-top: 0.25rem;
        }
        .an-fav-angka {
          font-size: 0.875rem;
          line-height: 1.25rem;
        }
        .an-fav-angka {
          font-weight: 600;
        }
        .an-fav-angka {
          --tw-numeric-spacing: tabular-nums;
          font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
        }
        .an-fav-angka {
          line-height: 1.25rem;
        }
        .an-fav-angka {
          --tw-text-opacity: 1;
          color: rgb(255 45 133 / var(--tw-text-opacity, 1));
        }
      }
    }
    /* Kartu favorit */
    /* Kartu tool di halaman indeks /tools */
    .an-tool-grid {
      display: grid;
    }
    .an-tool-grid {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .an-tool-grid {
      gap: 0.75rem;
    }
    @media (min-width: 640px) {
      .an-tool-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }
    @media (min-width: 1024px) {
      .an-tool-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }
    .an-tool-grid {
      /* Kartu bergaya kuis.analitica.id: strip banner pastel di kepala kartu,
         ilustrasi rata kanan menyatu di dalamnya, isi di bawahnya pada latar
         putih. Latar pastel ada di dalam berkas gambar, bukan CSS, supaya tiap
         tool bisa punya warnanya sendiri tanpa menambah kelas baru. */
      .an-tool-card {
        display: flex;
      }
      .an-tool-card {
        flex-direction: column;
      }
      .an-tool-card {
        overflow: hidden;
      }
      .an-tool-card {
        border-radius: 1rem;
      }
      .an-tool-card {
        border-width: 1px;
      }
      .an-tool-card {
        --tw-border-opacity: 1;
        border-color: rgb(229 229 234 / var(--tw-border-opacity, 1));
      }
      .an-tool-card {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
      }
      .an-tool-card {
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
      }
      .an-tool-card {
        &:hover {
          --tw-border-opacity: 1;
          border-color: rgb(255 45 133 / var(--tw-border-opacity, 1));
        }
        &:hover {
          transform: translateY(-2px);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06), 0 0 1px rgba(0, 0, 0, 0.08);
        }
        .an-tool-banner {
          display: block;
        }
        .an-tool-banner {
          width: 100%;
        }
        .an-tool-banner {
          aspect-ratio: 3 / 1;
          img {
            display: block;
          }
          img {
            height: 100%;
          }
          img {
            width: 100%;
          }
          img {
            -o-object-fit: cover;
               object-fit: cover;
          }
        }
        .an-tool-body {
          display: flex;
        }
        .an-tool-body {
          flex-grow: 1;
        }
        .an-tool-body {
          flex-direction: column;
        }
        .an-tool-body {
          gap: 0.25rem;
        }
        .an-tool-body {
          padding: 1.25rem;
        }
        .an-tool-nama {
          font-size: 1rem;
          line-height: 1.5rem;
        }
        .an-tool-nama {
          font-weight: 700;
        }
        .an-tool-nama {
          line-height: 1.5rem;
        }
        .an-tool-nama {
          --tw-text-opacity: 1;
          color: rgb(18 18 18 / var(--tw-text-opacity, 1));
        }
        .an-tool-desc {
          flex-grow: 1;
        }
        .an-tool-desc {
          font-size: 0.875rem;
          line-height: 1.25rem;
        }
        .an-tool-desc {
          font-weight: 400;
        }
        .an-tool-desc {
          line-height: 1.25rem;
        }
        .an-tool-desc {
          --tw-text-opacity: 1;
          color: rgb(142 142 147 / var(--tw-text-opacity, 1));
        }
        .an-tool-aksi {
          margin-top: 0.5rem;
        }
        .an-tool-aksi {
          font-size: 0.875rem;
          line-height: 1.25rem;
        }
        .an-tool-aksi {
          font-weight: 600;
        }
        .an-tool-aksi {
          line-height: 1.25rem;
        }
        .an-tool-aksi {
          --tw-text-opacity: 1;
          color: rgb(255 45 133 / var(--tw-text-opacity, 1));
        }
      }
    }
    /* Kartu tool */
    /* Daftar indeks lengkap (hub) */
    .an-index-grid {
      display: grid;
    }
    .an-index-grid {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .an-index-grid {
      gap: 0.5rem;
    }
    @media (min-width: 640px) {
      .an-index-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }
    @media (min-width: 1024px) {
      .an-index-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }
    .an-index-grid {
      .an-index-link {
        display: flex;
      }
      .an-index-link {
        flex-direction: row;
      }
      .an-index-link {
        align-items: baseline;
      }
      .an-index-link {
        justify-content: space-between;
      }
      .an-index-link {
        gap: 0.75rem;
      }
      .an-index-link {
        border-radius: 0.75rem;
      }
      .an-index-link {
        border-width: 1px;
      }
      .an-index-link {
        --tw-border-opacity: 1;
        border-color: rgb(229 229 234 / var(--tw-border-opacity, 1));
      }
      .an-index-link {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
      }
      .an-index-link {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
      }
      .an-index-link {
        padding-left: 1rem;
        padding-right: 1rem;
      }
      .an-index-link {
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
      }
      .an-index-link {
        &:hover {
          --tw-border-opacity: 1;
          border-color: rgb(255 45 133 / var(--tw-border-opacity, 1));
        }
        span {
          font-size: 0.875rem;
          line-height: 1.25rem;
        }
        span {
          font-weight: 400;
        }
        span {
          line-height: 1.25rem;
        }
        span {
          --tw-text-opacity: 1;
          color: rgb(18 18 18 / var(--tw-text-opacity, 1));
        }
        .an-index-num {
          flex: none;
        }
        .an-index-num {
          font-size: 0.75rem;
          line-height: 1rem;
        }
        .an-index-num {
          font-weight: 600;
        }
        .an-index-num {
          --tw-numeric-spacing: tabular-nums;
          font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
        }
        .an-index-num {
          line-height: 1rem;
        }
        .an-index-num {
          --tw-text-opacity: 1;
          color: rgb(142 142 147 / var(--tw-text-opacity, 1));
        }
      }
    }
    /* Daftar indeks lengkap */
    /* Info box */
    .an-info-box > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
    }
    .an-info-box {
      border-radius: 24px;
    }
    .an-info-box {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }
    .an-info-box {
      padding: 1.5rem;
    }
    .an-info-box {
      box-shadow: 0px 2px 8px 0px #00000014;
      .an-info-title {
        display: flex;
      }
      .an-info-title {
        flex-direction: row;
      }
      .an-info-title {
        align-items: center;
      }
      .an-info-title {
        gap: 0.75rem;
      }
      .an-info-title {
        font-size: 1rem;
        line-height: 1.5rem;
      }
      .an-info-title {
        font-weight: 700;
      }
      .an-info-title {
        line-height: 1.5rem;
      }
      .an-info-title {
        --tw-text-opacity: 1;
        color: rgb(18 18 18 / var(--tw-text-opacity, 1));
      }
      .an-info-title {
        .an-info-icon {
          display: inline-flex;
        }
        .an-info-icon {
          height: 2rem;
        }
        .an-info-icon {
          width: 2rem;
        }
        .an-info-icon {
          flex: none;
        }
        .an-info-icon {
          align-items: center;
        }
        .an-info-icon {
          justify-content: center;
        }
        .an-info-icon {
          border-radius: 0.5rem;
        }
        .an-info-icon {
          --tw-bg-opacity: 1;
          background-color: rgb(255 240 246 / var(--tw-bg-opacity, 1));
        }
        .an-info-icon {
          i {
            font-size: 0.875rem;
            line-height: 1.25rem;
          }
          i {
            --tw-text-opacity: 1;
            color: rgb(255 45 133 / var(--tw-text-opacity, 1));
          }
        }
      }
      .an-info-desc {
        font-size: 0.875rem;
        line-height: 1.25rem;
      }
      .an-info-desc {
        font-weight: 400;
      }
      .an-info-desc {
        line-height: 1.5rem;
      }
      .an-info-desc {
        --tw-text-opacity: 1;
        color: rgb(58 58 60 / var(--tw-text-opacity, 1));
      }
      .an-info-desc {
        strong {
          --tw-text-opacity: 1;
          color: rgb(18 18 18 / var(--tw-text-opacity, 1));
        }
        a {
          --tw-text-opacity: 1;
          color: rgb(58 58 60 / var(--tw-text-opacity, 1));
        }
        a {
          text-decoration-line: underline;
        }
        a {
          transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
          transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
          transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-duration: 150ms;
        }
        a:hover {
          --tw-text-opacity: 1;
          color: rgb(255 45 133 / var(--tw-text-opacity, 1));
        }
      }
      ul > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
      }
      ul {
        padding-left: 1.25rem;
      }
      ul {
        li {
          list-style-type: disc;
        }
        li {
          font-size: 0.875rem;
          line-height: 1.25rem;
        }
        li {
          font-weight: 400;
        }
        li {
          line-height: 1.5rem;
        }
        li {
          --tw-text-opacity: 1;
          color: rgb(58 58 60 / var(--tw-text-opacity, 1));
        }
      }
    }
    /* Info box */
    /* Catatan kecil di bawah tabel statis */
    .an-note {
      font-size: 0.75rem;
      line-height: 1rem;
    }
    .an-note {
      font-weight: 400;
    }
    .an-note {
      line-height: 1.25rem;
    }
    .an-note {
      --tw-text-opacity: 1;
      color: rgb(142 142 147 / var(--tw-text-opacity, 1));
    }
    /* Catatan kecil */
    /* FAQ — komponen bersama seluruh situs.
       Disalin apa adanya dari .an-faq di src/css/utbk-snbt/main.css (lewat
       terjemahan di src/css/tryout-cpns-formasi/main.css) supaya akordeon di
       halaman ini identik dengan halaman ujian dan halaman formasi. Isinya
       ditutup dengan max-height:0, bukan display:none, jadi teks jawaban tetap
       terbaca crawler meski akordeonnya tertutup. */
    .an-faq {
      .an-content-faq {
        margin-left: auto;
        margin-right: auto;
      }
      .an-content-faq {
        width: 100%;
      }
      .an-content-faq {
        max-width: none;
        > * + * {
          margin-top: 30px;
        }
      }
      .an-title {
        text-align: center;
      }
      .an-title {
        font-size: 1.875rem;
        line-height: 2.25rem;
      }
      .an-title {
        font-weight: 700;
      }
      .an-title {
        line-height: 38px;
      }
      .an-title {
        --tw-text-opacity: 1;
        color: rgb(18 18 18 / var(--tw-text-opacity, 1));
      }
      @media (min-width: 768px) {
        .an-title {
          font-size: 3rem;
          line-height: 1;
        }
      }
      @media (min-width: 768px) {
        .an-title {
          line-height: 60px;
        }
      }
      @media (min-width: 768px) {
        .an-title {
          letter-spacing: -0.02em;
        }
      }
      .an-title {
        text-wrap: balance;
      }
      .an-faq-items {
        ul {
          display: flex;
        }
        ul {
          flex-direction: column;
        }
        ul {
          gap: 0.75rem;
        }
        ul {
          li {
            border-radius: 24px;
          }
          li {
            --tw-bg-opacity: 1;
            background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
          }
          li {
            padding: 2rem;
          }
          li {
            box-shadow: 0 2px 8px 0 #00000014;
          }
        }
      }
      .an-faq-title {
        display: flex;
      }
      .an-faq-title {
        cursor: pointer;
      }
      .an-faq-title {
        flex-direction: row;
      }
      .an-faq-title {
        align-items: center;
      }
      .an-faq-title {
        justify-content: space-between;
      }
      .an-faq-title {
        gap: 1.5rem;
      }
      .an-faq-title {
        h3 {
          font-size: 1.25rem;
          line-height: 1.75rem;
        }
        h3 {
          font-weight: 700;
        }
        h3 {
          line-height: 2rem;
        }
        h3 {
          --tw-text-opacity: 1;
          color: rgb(18 18 18 / var(--tw-text-opacity, 1));
        }
        h3 {
          text-wrap: balance;
        }
        i {
          font-size: 0.875rem;
          line-height: 1.25rem;
        }
        i {
          line-height: 1.25rem;
        }
        i {
          --tw-text-opacity: 1;
          color: rgb(18 18 18 / var(--tw-text-opacity, 1));
        }
        i {
          transition-property: transform;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-duration: 150ms;
        }
        i {
          transition-duration: 150ms;
        }
      }
      .an-faq-content {
        margin-top: 0px;
      }
      .an-faq-content {
        overflow: hidden;
      }
      .an-faq-content {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
      }
      .an-faq-content {
        transition-duration: 150ms;
      }
      .an-faq-content {
        max-height: 0;
        p {
          font-size: 1.25rem;
          line-height: 1.75rem;
        }
        p {
          font-weight: 400;
        }
        p {
          line-height: 2rem;
        }
        p {
          --tw-text-opacity: 1;
          color: rgb(18 18 18 / var(--tw-text-opacity, 1));
        }
        p {
          text-wrap: pretty;
        }
      }
      .an-faq-items ul li.show {
        .an-faq-title i {
          --tw-rotate: 180deg;
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        }
        .an-faq-content {
          margin-top: 1rem;
        }
        .an-faq-content {
          max-height: none;
        }
      }
    }
    /* FAQ */
    @media (min-width: 768px) {
      .an-faq .an-content-faq {
        max-width: 704px;
      }
    }
    @media (min-width: 1280px) {
      .an-faq .an-content-faq {
        max-width: 846px;
      }
    }
    /* CTA */
    .an-cta {
      .an-card-cta {
        border-radius: 32px;
      }
      .an-card-cta {
        --tw-bg-opacity: 1;
        background-color: rgb(28 28 30 / var(--tw-bg-opacity, 1));
      }
      .an-card-cta {
        padding: 1.5rem;
      }
      @media (min-width: 768px) {
        .an-card-cta {
          padding-top: 84px;
          padding-bottom: 84px;
        }
      }
      @media (min-width: 768px) {
        .an-card-cta {
          padding-left: 3.5rem;
          padding-right: 3.5rem;
        }
      }
      .an-card-cta {
        box-shadow: 0px 2px 8px 0px #00000014;
        .an-cta-left {
          .an-heading {
            font-size: 1.875rem;
            line-height: 2.25rem;
          }
          .an-heading {
            font-weight: 700;
          }
          .an-heading {
            line-height: 38px;
          }
          .an-heading {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity, 1));
          }
          @media (min-width: 640px) {
            .an-heading {
              max-width: 295px;
            }
          }
          @media (min-width: 768px) {
            .an-heading {
              max-width: 592px;
            }
          }
          @media (min-width: 768px) {
            .an-heading {
              font-size: 3rem;
              line-height: 1;
            }
          }
          @media (min-width: 768px) {
            .an-heading {
              line-height: 60px;
            }
          }
          @media (min-width: 768px) {
            .an-heading {
              letter-spacing: -0.02em;
            }
          }
          @media (min-width: 1440px) {
            .an-heading {
              max-width: 589px;
            }
          }
        }
        .an-cta-right > :not([hidden]) ~ :not([hidden]) {
          --tw-space-y-reverse: 0;
          margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
          margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
        }
        .an-cta-right {
          .an-desc {
            font-size: 1.25rem;
            line-height: 1.75rem;
          }
          .an-desc {
            font-weight: 400;
          }
          .an-desc {
            line-height: 2rem;
          }
          .an-desc {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity, 1));
          }
          @media (min-width: 768px) {
            .an-desc {
              font-size: 1.5rem;
              line-height: 2rem;
            }
          }
          @media (min-width: 768px) {
            .an-desc {
              line-height: 2.25rem;
            }
          }
          .an-btn-cta {
            display: inline-flex;
          }
          .an-btn-cta {
            justify-content: center;
          }
          .an-btn-cta {
            gap: 0.5rem;
          }
          .an-btn-cta {
            border-radius: 1rem;
          }
          .an-btn-cta {
            background-image: linear-gradient(to top, var(--tw-gradient-stops));
          }
          .an-btn-cta {
            --tw-gradient-from: #FF2D85 var(--tw-gradient-from-position);
            --tw-gradient-to: rgb(255 45 133 / 0) var(--tw-gradient-to-position);
            --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
          }
          .an-btn-cta {
            --tw-gradient-to: #FF5099 var(--tw-gradient-to-position);
          }
          .an-btn-cta {
            padding-top: 18px;
            padding-bottom: 18px;
          }
          .an-btn-cta {
            padding-left: 28px;
            padding-right: 28px;
          }
          .an-btn-cta {
            transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
            transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
            transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
          }
          .an-btn-cta:hover {
            opacity: 0.7;
          }
          @media (min-width: 640px) {
            .an-btn-cta {
              justify-content: flex-start;
            }
          }
          .an-btn-cta {
            border: 1px solid;
            border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 100%);
            box-shadow: 0px 1px 2px 0px #FF2D857A;
            span {
              font-size: 1.5rem;
              line-height: 2rem;
            }
            span {
              font-weight: 700;
            }
            span {
              line-height: 2.25rem;
            }
            span {
              --tw-text-opacity: 1;
              color: rgb(255 255 255 / var(--tw-text-opacity, 1));
            }
            span {
              &.an-accent {
                display: none;
              }
              &.an-accent {
                font-weight: 400;
              }
              &.an-accent {
                color: #FFFFFFCC;
              }
              @media (min-width: 768px) {
                &.an-accent {
                  display: block;
                }
              }
            }
          }
        }
      }
    }
    /* CTA */
  }
}

/* Section: Long Content */

@media (prefers-reduced-motion: reduce) {
  .an-stat-bar .an-item:hover,
  .an-fav-grid .an-fav-card:hover,
  .an-tool-grid .an-tool-card:hover {
    transform: none;
  }

  .an-faq-item summary i,
  .an-data-table tr.an-row::after {
    transition: none;
  }
}

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .tablet\:mb-\[246px\] {
    margin-bottom: 246px;
  }

  .tablet\:mb-\[84px\] {
    margin-bottom: 84px;
  }

  .tablet\:mb-\[88\.19px\] {
    margin-bottom: 88.19px;
  }

  .tablet\:grid {
    display: grid;
  }

  .tablet\:hidden {
    display: none;
  }

  .tablet\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tablet\:flex-row {
    flex-direction: row;
  }

  .tablet\:items-center {
    align-items: center;
  }

  .tablet\:justify-start {
    justify-content: flex-start;
  }

  .tablet\:gap-4 {
    gap: 1rem;
  }

  .tablet\:gap-\[96px\] {
    gap: 96px;
  }

  .tablet\:\!px-\[28px\] {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .tablet\:\!py-\[18px\] {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }

  .tablet\:\!text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .tablet\:\!leading-9 {
    line-height: 2.25rem !important;
  }
}

@media (min-width: 1024px) {
  .lg\:w-\[1020px\] {
    width: 1020px;
  }

  .lg\:w-\[468px\] {
    width: 468px;
  }

  .lg\:w-\[543px\] {
    width: 543px;
  }

  .lg\:w-\[681px\] {
    width: 681px;
  }

  .lg\:flex-none {
    flex: none;
  }

  .lg\:grow {
    flex-grow: 1;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:\!px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (min-width: 1280px) {
  .xl\:order-1 {
    order: 1;
  }

  .xl\:order-2 {
    order: 2;
  }

  .xl\:mb-\[137px\] {
    margin-bottom: 137px;
  }

  .xl\:mb-\[211\.19px\] {
    margin-bottom: 211.19px;
  }

  .xl\:mb-\[405px\] {
    margin-bottom: 405px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:w-\[302px\] {
    width: 302px;
  }

  .xl\:w-\[519px\] {
    width: 519px;
  }

  .xl\:w-\[568px\] {
    width: 568px;
  }

  .xl\:w-\[737px\] {
    width: 737px;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:max-w-\[398px\] {
    max-width: 398px;
  }

  .xl\:max-w-\[411px\] {
    max-width: 411px;
  }

  .xl\:max-w-\[738px\] {
    max-width: 738px;
  }

  .xl\:flex-none {
    flex: none;
  }

  .xl\:grow {
    flex-grow: 1;
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-col {
    flex-direction: column;
  }

  .xl\:items-start {
    align-items: flex-start;
  }

  .xl\:items-end {
    align-items: flex-end;
  }

  .xl\:gap-6 {
    gap: 1.5rem;
  }

  .xl\:gap-\[122px\] {
    gap: 122px;
  }
}

@media (min-width: 1440px) {
  .desktop\:\!px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}
