/* ============================================================
   ExpressMapChecker — site stylesheet
   Single shared stylesheet for every page.
   Sections: Base · Layout · Header/Nav · Typography ·
             Components · Buttons · Utilities · Responsive
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }

body {
  margin: 0;
  background: #FFFFFF;
  color: #0B1220;
  font-family: "Instrument Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: #0B1220; text-decoration: none; }
a:hover { color: #0E9F6E; }
a:focus-visible,
button:focus-visible,
input:focus-visible { outline: 2px solid #0E9F6E; outline-offset: 2px; }

input, button { font-family: inherit; }
button { cursor: pointer; }

img, svg { max-width: 100%; }

::selection { background: #C9F0DE; color: #06281C; }

@keyframes emc-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes emc-rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes emc-pulse { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }
@keyframes emc-sweep { 0% { transform: translateY(-100%); } 100% { transform: translateY(520%); } }
@keyframes emc-spin { to { transform: rotate(360deg); } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}


/* ---------- Layout (116 rules) ---------- */

.page {
  min-height: 100vh;
  background: #FFFFFF;
  overflow-x: clip;
}

.site-header {
  border-bottom: 1px solid #EDF0F4;
  background: #FFFFFFEE;
  position: sticky;
  top: 0;
  z-index: 5;
  backdrop-filter: blur(8px);
}

.wrap-1 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.row-2 {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14.5px;
  color: #4C5768;
}

.wrap-5 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 32px 44px;
}

.row-6 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11.5px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #93A0B4;
}

.row-9 {
  margin: 30px 0 0;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.row-10 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: #FFFFFF;
  border: 1px solid #E3E8EE;
  border-radius: 14px;
  box-shadow: 0 14px 34px -26px #0b122040;
  min-width: 320px;
}

.row-14 {
  margin: 22px 0 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.wrap-15 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 44px 32px 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.row-17 {
  display: flex;
  gap: 18px;
  font-size: 13px;
  color: #74809A;
}

.row-18 {
  display: flex;
  align-items: center;
  gap: 7px;
}

.wrap-22 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px 32px 0;
}

.grid-23 {
  display: grid;
  gap: 10px;
}

.wrap-27 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 32px 88px;
}

.grid-28 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.wrap-38 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 34px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 13.5px;
  color: #8A96A9;
}

.row-42 {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 22px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.grid-43 {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: #0B1220;
  display: grid;
  place-items: center;
  box-shadow: 0 6px 16px #0b122024;
}

.grid-45 {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 32px 88px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: start;
}

.row-51 {
  margin: 32px 0 0;
  padding: 10px;
  background: #FFFFFF;
  border: 1px solid #E3E8EE;
  border-radius: 18px;
  box-shadow: 0 24px 50px -28px #0b122033, 0 2px 4px #0b12200a;
  display: flex;
  gap: 10px;
  align-items: center;
  max-width: 560px;
}

.row-55 {
  margin: 16px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  font-size: 13.5px;
  color: #74809A;
}

.row-59 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-bottom: 1px solid #EDF0F4;
  background: #FBFCFD;
}

.row-60 {
  display: flex;
  gap: 6px;
}

.grid-66 {
  display: grid;
  gap: 14px;
  font-size: 14px;
  color: #4C5768;
}

.row-67 {
  display: flex;
  gap: 10px;
  align-items: center;
}

.row-69 {
  display: flex;
  gap: 10px;
  align-items: center;
  animation: emc-pulse 1.2s ease-in-out infinite;
}

.row-71 {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #A7B1C2;
}

.row-74 {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #FEF2F2;
  border: 1px solid #FBD5D5;
}

.grid-75 {
  flex: none;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #DC2626;
  color: #FFF;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 17px;
}

.grid-79 {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.wrap-87 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 26px 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 40px;
  border-bottom: 1px solid #EDF0F4;
}

.row-89 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wrap-91 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 88px 32px 20px;
}

.grid-92 {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 48px;
  align-items: start;
}

.grid-96 {
  display: grid;
  gap: 14px;
}

.grid-97 {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  padding: 22px;
  border: 1px solid #E7EBF1;
  border-radius: 16px;
  background: #FFFFFF;
}
.grid-97:hover {
  border-color: #B9E7D2;
  box-shadow: 0 18px 40px -30px #0b122040;
}

.wrap-101 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 88px 32px 0;
}

.row-102 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.grid-104 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 30px;
}

.row-106 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.wrap-111 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 32px;
}

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

.grid-116 {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 16px;
  margin-top: 32px;
}

.row-117 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  padding: 28px;
  border-radius: 20px;
  background: #0B1220;
  color: #FFFFFF;
  min-height: 260px;
}
.row-117:hover {
  color: #FFFFFF;
  background: #14213A;
}

.grid-122 {
  display: grid;
  gap: 16px;
}

.row-126 {
  margin-top: 26px;
  padding: 22px 26px;
  border-radius: 16px;
  background: #FFFFFF;
  border: 1px solid #E3E8EE;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.wrap-129 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 88px 32px;
}

.row-134 {
  margin: 30px 0 0;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.wrap-139 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 32px 46px;
}

.row-142 {
  margin: 28px 0 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: #FFFFFF;
  border: 1px solid #E3E8EE;
  border-radius: 14px;
  box-shadow: 0 14px 34px -26px #0b122040;
  max-width: 460px;
}

.wrap-143 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 32px 0;
}

.grid-144 {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 36px;
  align-items: center;
  padding: 36px 40px;
  border-radius: 22px;
  background: #0B1220;
  color: #FFFFFF;
}
.grid-144:hover {
  background: #14213A;
  color: #FFFFFF;
}

.row-148 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  border-radius: 12px;
  background: #FFFFFF0F;
}

.wrap-151 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 32px 0;
  display: grid;
  grid-template-columns: 232px 1fr;
  gap: 40px;
  align-items: start;
}

.grid-152 {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 6px;
}

.grid-155 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 16px;
}

.row-157 {
  padding: 26px 30px;
  border-radius: 18px;
  background: #F7F9FA;
  border: 1px solid #E9ECF1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.header-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.row-161 {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 6px 12px 6px 8px;
  border-radius: 999px;
  border: 1px solid #E7EBF1;
  font-size: 13.5px;
  color: #4C5768;
}

.grid-162 {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #0B1220;
  color: #FFFFFF;
  display: grid;
  place-items: center;
  font-size: 10.5px;
  font-weight: 700;
}

.wrap-163 {
  max-width: 1080px;
  margin: 0 auto;
  padding: 44px 32px 0;
}

.row-164 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.grid-167 {
  display: grid;
  gap: 10px;
  padding: 18px 22px;
  border: 1px solid #E7EBF1;
  border-radius: 16px;
  background: #FBFCFD;
  min-width: 220px;
}

.row-168 {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  font-size: 13.5px;
  color: #59647A;
}

.wrap-172 {
  max-width: 1080px;
  margin: 0 auto;
  padding: 28px 32px 0;
}

.row-173 {
  padding: 14px;
  border: 1px solid #E3E8EE;
  border-radius: 18px;
  background: #FFFFFF;
  box-shadow: 0 20px 44px -34px #0b12204d;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.row-176 {
  display: flex;
  gap: 6px;
  padding: 4px;
  border-radius: 12px;
  background: #F4F6F9;
}

.wrap-179 {
  max-width: 1080px;
  margin: 0 auto;
  padding: 22px 32px 0;
}

.row-180 {
  width: 46px;
  height: 26px;
  border: none;
  border-radius: 999px;
  padding: 3px;
  display: flex;
}

.wrap-186 {
  max-width: 1080px;
  margin: 0 auto;
  padding: 34px 32px 88px;
}

.grid-191 {
  display: grid;
  gap: 12px;
  font-size: 14px;
  color: #4C5768;
}

.row-192 {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.row-193 {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.wrap-196 {
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 32px 0;
}

.row-197 {
  margin: 16px 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}

.row-199 {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.row-204 {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.grid-207 {
  margin: 26px 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.wrap-210 {
  max-width: 1080px;
  margin: 0 auto;
  padding: 34px 32px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 32px;
  align-items: start;
}

.grid-213 {
  margin: 16px 0 0;
  display: grid;
  gap: 6px;
}

.grid-216 {
  margin: 16px 0 0;
  display: grid;
  gap: 12px;
}

.grid-218 {
  display: grid;
  gap: 14px;
  position: sticky;
  top: 92px;
}

.row-220 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  border-bottom: 1px solid #EDF0F4;
  background: #FBFCFD;
}

.grid-222 {
  position: relative;
  aspect-ratio: 4 / 3;
  background: #E9EDF1;
  display: grid;
  place-items: center;
}

.row-228 {
  padding: 14px 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.row-233 {
  margin: 12px 0 0;
  padding: 12px 14px;
  border-radius: 10px;
  background: #0B1220;
  display: flex;
  align-items: center;
  gap: 10px;
}

.grid-237 {
  margin: 16px 0 0;
  display: grid;
  gap: 11px;
  font-size: 13.5px;
  color: #59647A;
}

.row-238 {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.grid-243 {
  margin: 14px 0 0;
  display: grid;
  gap: 11px;
  font-size: 13.5px;
  color: #59647A;
}

.wrap-249 {
  max-width: 1080px;
  margin: 0 auto;
  padding: 18px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.wrap-252 {
  max-width: 1080px;
  margin: 0 auto;
  padding: 44px 32px 20px;
}

.wrap-255 {
  max-width: 1080px;
  margin: 0 auto;
  padding: 26px 32px 0;
}

.row-257 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 20px;
  border-bottom: 1px solid #EDF0F4;
  background: #FBFCFD;
}

.grid-263 {
  position: relative;
  display: grid;
  gap: 4px;
}

.wrap-264 {
  max-width: 1080px;
  margin: 0 auto;
  padding: 28px 32px 0;
  animation: emc-rise .4s ease both;
}

.row-265 {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 22px;
  border-radius: 18px;
  background: #FEF2F2;
  border: 1px solid #FBD5D5;
  flex-wrap: wrap;
}

.grid-266 {
  flex: none;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #DC2626;
  color: #FFFFFF;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 19px;
}

.grid-272 {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.row-274 {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.grid-277 {
  margin: 14px 0 0;
  padding-left: 20px;
  display: grid;
  gap: 7px;
  font-size: 14.5px;
  line-height: 1.5;
  color: #4C5768;
}

.row-283 {
  margin: 22px 0 0;
  padding: 22px 26px;
  border-radius: 18px;
  background: #F7F9FA;
  border: 1px solid #E9ECF1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.grid-288 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 36px;
  align-items: center;
}

.row-291 {
  margin: 18px 0 0;
  display: flex;
  gap: 8px 20px;
  flex-wrap: wrap;
  font-size: 13.5px;
  color: #8FA0B8;
}

.row-293 {
  display: flex;
  gap: 8px;
  padding: 8px;
  border-radius: 16px;
  background: #FFFFFF14;
  box-shadow: inset 0 0 0 1px #FFFFFF1F;
}

.row-298 {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  animation: emc-rise .35s ease both;
}

.grid-299 {
  flex: none;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #34D399;
  color: #06281C;
  display: grid;
  place-items: center;
  font-size: 20px;
  font-weight: 700;
}

.row-303 {
  margin: 16px 0 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.article-grid {
  max-width: 1080px;
  margin: 0 auto;
  padding: 44px 32px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 52px;
  align-items: start;
}

.grid-307 {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  max-width: 720px;
  counter-reset: emc;
}

.grid-310 {
  margin: 18px 0 0;
  display: grid;
  gap: 12px;
  font-size: 13.5px;
  color: #59647A;
}

.grid-319 {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 14px;
  padding: 18px 20px;
  border: 1px solid #E7EBF1;
  border-radius: 14px;
  font-size: 16px;
  line-height: 1.55;
  color: #3B475A;
}

.row-321 {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 22px;
  border: 1px solid #E7EBF1;
  border-radius: 16px;
}
.row-321:hover {
  border-color: #0B1220;
  color: #0B1220;
}

.row-323 {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 22px;
  border: 1px dashed #DCE2EA;
  border-radius: 16px;
}
.row-323:hover {
  border-color: #0B1220;
  color: #0B1220;
}

.grid-325 {
  margin: 14px 0 0;
  display: grid;
  gap: 12px;
  font-size: 13.5px;
  color: #59647A;
}

.row-326 {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

/* ---------- Header (15 rules) ---------- */

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-mark {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: #0B1220;
  display: grid;
  place-items: center;
}

.brand-ring {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2.5px solid #34D399;
}

.brand-name {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.nav-link {
  padding: 7px 12px;
  border-radius: 999px;
  color: #4C5768;
}
.nav-link:hover {
  background: #F4F6F9;
  color: #0B1220;
}

.nav-link.is-current {
  padding: 7px 12px;
  border-radius: 999px;
  background: #ECF7F2;
  color: #0B6B4B;
  font-weight: 600;
  box-shadow: inset 0 0 0 1px #C9E9DB;
}

.crumb-link {
  color: #93A0B4;
}
.crumb-link:hover {
  color: #0B1220;
}

.crumb-current {
  color: #0E9F6E;
}

.site-footer.site-footer-flush {
  border-top: 1px solid #EDF0F4;
}

.footer-links {
  display: flex;
  gap: 22px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 14.5px;
  color: #4C5768;
}

.footer-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 13.5px;
  color: #8A96A9;
}

.crumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11.5px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #93A0B4;
  flex-wrap: wrap;
}

.site-footer.site-footer-tight {
  margin-top: 72px;
  border-top: 1px solid #EDF0F4;
}

.site-footer {
  margin-top: 80px;
  border-top: 1px solid #EDF0F4;
}

/* ---------- Typography (129 rules) ---------- */

.head-7 {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(36px, 4.4vw, 54px);
  line-height: 1.04;
  letter-spacing: -0.035em;
  margin: 18px 0 0;
  max-width: 760px;
}

.txt-8 {
  margin: 18px 0 0;
  font-size: 18px;
  line-height: 1.55;
  color: #4C5768;
  max-width: 620px;
  text-wrap: pretty;
}

.mono-11 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  color: #A7B1C2;
}

.mono-16 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #93A0B4;
}

.txt-25 {
  margin: 0 0 14px;
  font-size: 15px;
}

.head-30 {
  margin: 0;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.txt-31 {
  margin: 12px 0 20px;
  font-size: 15px;
  line-height: 1.6;
  color: #59647A;
}

.head-34 {
  margin: 0;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #FFFFFF;
}

.txt-35 {
  margin: 12px 0 20px;
  font-size: 15px;
  line-height: 1.6;
  color: #AEBACD;
}

.mono-37 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0E9F6E;
}

.modal-title {
  margin: 10px 0 0;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.03em;
}

.modal-copy {
  margin: 12px 0 22px;
  font-size: 15px;
  line-height: 1.55;
  color: #59647A;
}

.dot-sep {
  color: #C9D1DE;
}

.mono-46 {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 6px 12px 6px 8px;
  border: 1px solid #D7E4DD;
  background: #FFFFFFCC;
  border-radius: 999px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #35604E;
}

.head-48 {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(38px, 4.6vw, 60px);
  line-height: 1.04;
  letter-spacing: -0.035em;
  margin: 22px 0 0;
}

.txt-50 {
  margin: 24px 0 0;
  font-size: 18.5px;
  line-height: 1.55;
  color: #4C5768;
  max-width: 520px;
  text-wrap: pretty;
}

.mono-52 {
  padding-left: 10px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  color: #93A0B4;
}

.mono-62 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11.5px;
  color: #8A96A9;
  letter-spacing: 0.02em;
}

.mono-63 {
  margin-left: auto;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  color: #A7B1C2;
}

.txt-77 {
  font-size: 13px;
  color: #A14545;
}

.mono-78 {
  margin-left: auto;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  color: #A14545;
}

.mono-81 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.06em;
  padding: 3px 7px;
  border-radius: 5px;
  background: #FEE2E2;
  color: #B91C1C;
}

.mono-82 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12.5px;
  color: #0B1220;
}

.txt-83 {
  margin: 9px 0 0;
  font-size: 13.5px;
  line-height: 1.5;
  color: #59647A;
}

.mono.mono-xs {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12.5px;
}

.mono-86 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.06em;
  padding: 3px 7px;
  border-radius: 5px;
  background: #FEF3C7;
  color: #92400E;
}

.mono-88 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #93A0B4;
}

.mono-93 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0E9F6E;
}

.head-94 {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin: 14px 0 0;
}

.txt-95 {
  margin: 16px 0 0;
  font-size: 16.5px;
  line-height: 1.6;
  color: #59647A;
  text-wrap: pretty;
}

.mono-98 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  color: #0E9F6E;
  padding-top: 3px;
}

.head-99 {
  margin: 0;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.txt-100 {
  margin: 7px 0 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: #59647A;
}

.txt-103 {
  font-size: 14.5px;
  font-weight: 600;
  color: #0E9F6E;
}

.mono-107 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  color: #0B1220;
}

.txt-108 {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: #59647A;
}

.mono-109 {
  display: inline-block;
  margin-top: 12px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  color: #93A0B4;
}

.txt-110 {
  margin: 96px 0 0;
  background: #F7F9FA;
  border-top: 1px solid #E9ECF1;
  border-bottom: 1px solid #E9ECF1;
}

.mono-118 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6EE7B7;
}

.head-119 {
  margin: 0;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -0.025em;
  max-width: 300px;
}

.txt-120 {
  margin: 12px 0 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: #AEBACD;
  max-width: 340px;
}

.eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #0E9F6E;
}

.head-124 {
  margin: 9px 0 0;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.24;
  letter-spacing: -0.02em;
}

.txt-127 {
  font-size: 15px;
  color: #4C5768;
}

.head-132 {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.06;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  margin: 0;
}

.txt-133 {
  margin: 16px auto 0;
  max-width: 500px;
  font-size: 17px;
  line-height: 1.55;
  color: #B6C6D6;
}

.txt-137 {
  color: #8A96A9;
  border: none;
  cursor: pointer;
}
.txt-137:hover {
  color: #0B1220;
}

.head-140 {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(36px, 4.4vw, 54px);
  line-height: 1.04;
  letter-spacing: -0.035em;
  margin: 18px 0 0;
  max-width: 720px;
}

.txt-141 {
  margin: 18px 0 0;
  font-size: 18px;
  line-height: 1.55;
  color: #4C5768;
  max-width: 600px;
  text-wrap: pretty;
}

.head-145 {
  margin: 14px 0 0;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  max-width: 520px;
}

.txt-146 {
  margin: 14px 0 0;
  font-size: 15.5px;
  line-height: 1.6;
  color: #AEBACD;
  max-width: 520px;
}

.mono-149 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  color: #6EE7B7;
}

.txt-150 {
  font-size: 14px;
  color: #DCE5EF;
}

.mono-153 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #93A0B4;
  padding: 0 0 8px 12px;
}

.head-158 {
  margin: 0;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.txt-159 {
  margin: 8px 0 0;
  font-size: 15px;
  color: #59647A;
}

.head-165 {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 3.6vw, 40px);
  line-height: 1.06;
  letter-spacing: -0.03em;
  margin: 14px 0 0;
}

.txt-166 {
  margin: 12px 0 0;
  font-size: 16.5px;
  line-height: 1.55;
  color: #59647A;
  max-width: 560px;
}

.mono-169 {
  font-family: 'IBM Plex Mono', monospace;
  color: #0B1220;
}

.mono-170 {
  font-family: 'IBM Plex Mono', monospace;
}

.mono-171 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  color: #0B1220;
}

.mono-174 {
  padding-left: 8px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  color: #93A0B4;
}

.txt-178 {
  margin: 10px 0 0;
  padding-left: 8px;
  font-size: 13.5px;
  color: #B91C1C;
}

.head-184 {
  margin: 0 0 6px;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.txt-185 {
  margin: 0;
  font-size: 15px;
  color: #74809A;
}

.head-188 {
  margin: 0;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.txt-189 {
  margin: 8px 0 18px;
  font-size: 14.5px;
  line-height: 1.55;
  color: #59647A;
}

.head-201 {
  margin: 0;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 3.2vw, 36px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  overflow-wrap: anywhere;
}

.mono-202 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.06em;
  padding: 4px 8px;
  border-radius: 6px;
}

.txt-203 {
  margin: 12px 0 0;
  font-size: 15.5px;
  color: #59647A;
}

.eyebrow.eyebrow-muted {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #93A0B4;
}

.head-209 {
  margin-top: 8px;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.head-211 {
  margin: 0;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.txt-212 {
  margin: 8px 0 0;
  font-size: 14.5px;
  color: #74809A;
}

.head-214 {
  margin: 40px 0 0;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.mono-215 {
  margin: 16px 0 0;
  padding: 18px 20px;
  border-radius: 14px;
  background: #0B1220;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12.5px;
  line-height: 1.75;
  overflow-x: auto;
}

.mono-221 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  color: #A7B1C2;
}

.head-225 {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #3B475A;
}

.mono-227 {
  position: absolute;
  bottom: 10px;
  right: 12px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  color: #8A96A9;
}

.mono-232 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.06em;
  padding: 3px 7px;
  border-radius: 5px;
}

.mono-234 {
  flex: 1;
  min-width: 0;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12.5px;
  color: #E6EDF6;
  overflow-wrap: anywhere;
}

.mono-235 {
  flex: none;
  padding: 6px 10px;
  border: 1px solid #FFFFFF2E;
  border-radius: 7px;
  background: transparent;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.05em;
  color: #AEBACD;
}
.mono-235:hover {
  background: #FFFFFF14;
  color: #FFFFFF;
}

.txt-236 {
  margin: 10px 0 0;
  font-size: 12.5px;
  line-height: 1.5;
  color: #8A96A9;
}

.mono-239 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  color: #0B1220;
  overflow-wrap: anywhere;
  text-align: right;
}

.mono-240 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  text-align: right;
}

.head-245 {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.02em;
}

.txt-246 {
  margin: 8px 0 16px;
  font-size: 13.5px;
  line-height: 1.55;
  color: #AEBACD;
}

.txt-250 {
  color: #4C5768;
}
.txt-250:hover {
  color: #0B1220;
}

.head-253 {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 3.6vw, 42px);
  line-height: 1.06;
  letter-spacing: -0.03em;
  margin: 16px 0 0;
}

.mono-254 {
  margin: 12px 0 0;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 14px;
  color: #59647A;
  overflow-wrap: anywhere;
}

.mono-259 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  color: #59647A;
}

.mono-260 {
  margin-left: auto;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11.5px;
  color: #93A0B4;
}

.head-267 {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: -0.02em;
  color: #7F1D1D;
}

.txt-268 {
  font-size: 14px;
  color: #A14545;
}

.mono-270 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #A14545;
}

.head-271 {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #7F1D1D;
}

.mono-275 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.06em;
  padding: 4px 8px;
  border-radius: 6px;
  background: #FEE2E2;
  color: #B91C1C;
}

.mono.mono-sm {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13.5px;
}

.txt-276 {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.55;
  color: #59647A;
  max-width: 760px;
}

.mono-278 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
}

.mono-281 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.06em;
  padding: 4px 8px;
  border-radius: 6px;
  background: #FEF3C7;
  color: #92400E;
}

.txt-284 {
  margin: 6px 0 0;
  font-size: 14.5px;
  color: #59647A;
}

.head-289 {
  margin: 12px 0 0;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-weight: 700;
  font-size: 27px;
  line-height: 1.14;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  max-width: 420px;
}

.txt-290 {
  margin: 12px 0 0;
  font-size: 15.5px;
  line-height: 1.6;
  color: #AEBACD;
  max-width: 460px;
}

.txt-292 {
  color: #3B4A5F;
}

.txt-296 {
  margin: 10px 0 0;
  padding-left: 10px;
  font-size: 13.5px;
  color: #FCA5A5;
}

.txt-297 {
  margin: 12px 0 0;
  padding-left: 10px;
  font-size: 13px;
  line-height: 1.55;
  color: #7E8FA6;
}

.head-300 {
  margin: 0;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.03em;
  color: #FFFFFF;
}

.txt-301 {
  margin: 8px 0 0;
  font-size: 15.5px;
  line-height: 1.6;
  color: #AEBACD;
  max-width: 520px;
}

.mono-302 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 14px;
  color: #FFFFFF;
}

.article-title {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 3.6vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin: 16px 0 0;
  max-width: 720px;
  text-wrap: pretty;
}

.lede {
  margin: 26px 0 0;
  font-size: 18px;
  line-height: 1.6;
  color: #3B475A;
  max-width: 700px;
  text-wrap: pretty;
}

.h2 {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.025em;
  margin: 40px 0 0;
}

.bullets {
  margin: 14px 0 0;
  padding-left: 20px;
  display: grid;
  gap: 9px;
  font-size: 16px;
  line-height: 1.6;
  color: #4C5768;
  max-width: 700px;
}

.body-copy {
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 1.65;
  color: #4C5768;
  max-width: 700px;
  text-wrap: pretty;
}

.h2.h2-looser {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.025em;
  margin: 48px 0 0;
}

.card-title {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.card-meta {
  font-size: 12.5px;
  color: #93A0B4;
}

.mono-309 {
  margin: 10px 0 0;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  color: #0B1220;
  overflow-wrap: anywhere;
}

.head-312 {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 3.6vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin: 16px 0 0;
  max-width: 740px;
  text-wrap: pretty;
}

.txt-314 {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.6;
  color: #4C5768;
}

.mono-315 {
  margin: 14px 0 0;
  padding: 14px 16px;
  border-radius: 12px;
  background: #0B1220;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12.5px;
  line-height: 1.7;
  color: #E6EDF6;
  overflow-x: auto;
}

.txt-316 {
  color: #FCA5A5;
}

.txt-317 {
  color: #94A3B8;
}

.txt-318 {
  margin: 12px 0 0;
  font-size: 14.5px;
  line-height: 1.6;
  color: #59647A;
}

.h2.h2-loose {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.025em;
  margin: 44px 0 0;
}

.txt-320 {
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 1.65;
  color: #4C5768;
  max-width: 700px;
}

.mono-322 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12.5px;
  color: #0E9F6E;
}

.mono-324 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12.5px;
  color: #93A0B4;
}

/* ---------- Components (55 rules) ---------- */

.box-13 {
  padding: 13px 20px;
  border-radius: 14px;
  border: 1px solid #0B1220;
  font-size: 14.5px;
  font-weight: 600;
  border: none;
  cursor: pointer;
}
.box-13:hover {
  background: #0B1220;
  color: #FFFFFF;
}

.box-24 {
  padding: 60px 24px;
  text-align: center;
  border: 1px dashed #DCE2EA;
  border-radius: 16px;
  color: #74809A;
}

.box-29 {
  padding: 30px;
  border-radius: 20px;
  background: #F7F9FA;
  border: 1px solid #E9ECF1;
}

.box-33 {
  padding: 30px;
  border-radius: 20px;
  background: #0B1220;
  border: 1px solid #0B1220;
}

.modal-scrim {
  position: fixed;
  inset: 0;
  z-index: 40;
  background: #0B1220A8;
  backdrop-filter: blur(3px);
  display: grid;
  place-items: center;
  padding: 24px;
  animation: emc-fade .18s ease both;
}

.modal {
  width: 100%;
  max-width: 520px;
  background: #FFFFFF;
  border-radius: 22px;
  border: 1px solid #E3E8EE;
  box-shadow: 0 40px 90px -30px #0b122080;
  padding: 34px 34px 30px;
  animation: emc-rise .24s ease both;
}

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

.modal-close {
  flex: none;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  border: 1px solid #E3E8EE;
  background: #FFFFFF;
  color: #74809A;
  font-size: 15px;
  cursor: pointer;
  line-height: 1;
}
.modal-close:hover {
  background: #F4F6F9;
  color: #0B1220;
}

.url-field {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 8px 8px 14px;
  border: 1px solid #E3E8EE;
  border-radius: 14px;
  background: #FBFCFD;
}

.url-scheme {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  color: #93A0B4;
}

.url-input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  font-size: 16px;
  color: #0B1220;
  padding: 12px 0;
}

.fine-print {
  margin-top: 14px;
  display: flex;
  gap: 8px 18px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #8A96A9;
}

.muted-link {
  color: #8A96A9;
}
.muted-link:hover {
  color: #0B1220;
}

.box-54 {
  flex: none;
  padding: 13px 22px;
  border: none;
  border-radius: 12px;
  background: #0E9F6E;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 10px 22px -8px #0e9f6e99;
}
.box-54:hover {
  background: #0B8B60;
}

.box-57 {
  position: absolute;
  inset: -14px;
  border-radius: 26px;
  background: linear-gradient(160deg, #10b98126, transparent 60%);
}

.box-58 {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E3E8EE;
  border-radius: 20px;
  box-shadow: 0 40px 80px -40px #0b12204d;
  overflow: hidden;
}

.box-80 {
  padding: 14px 16px;
  border: 1px solid #E7EBF1;
  border-radius: 14px;
  background: #FFFFFF;
}

.box-85 {
  padding: 14px 16px;
  border: 1px solid #E7EBF1;
  border-radius: 14px;
  background: #FBFCFD;
}

.box-105 {
  display: block;
  padding: 22px;
  border: 1px solid #E7EBF1;
  border-radius: 16px;
  background: #FFFFFF;
}
.box-105:hover {
  border-color: #0B1220;
  color: #0B1220;
}

.box-123 {
  display: block;
  padding: 22px;
  border-radius: 16px;
  background: #FFFFFF;
  border: 1px solid #E3E8EE;
}
.box-123:hover {
  border-color: #0B1220;
  color: #0B1220;
}

.box-130 {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(140deg, #0B1220 0%, #123527 100%);
  padding: 60px 48px;
  text-align: center;
}

.box-154 {
  margin-top: 14px;
  padding: 11px 14px;
  border-radius: 11px;
  border: 1px dashed #DCE2EA;
  font-size: 14px;
  color: #4C5768;
}
.box-154:hover {
  border-color: #0B1220;
  color: #0B1220;
}

.box-156 {
  margin-top: 16px;
  padding: 56px 24px;
  text-align: center;
  border: 1px dashed #DCE2EA;
  border-radius: 16px;
  color: #74809A;
}

.box-177 {
  padding: 13px 22px;
  border: none;
  border-radius: 12px;
  background: #0E9F6E;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 15px;
  box-shadow: 0 10px 22px -10px #0e9f6e99;
}
.box-177:hover {
  background: #0B8B60;
}

.box-182 {
  padding: 9px 14px;
  border: 1px solid #E7EBF1;
  border-radius: 10px;
  background: #FFFFFF;
  font-size: 13.5px;
  color: #74809A;
}
.box-182:hover {
  border-color: #FBD5D5;
  background: #FEF2F2;
  color: #B91C1C;
}

.box-183 {
  padding: 60px 24px;
  text-align: center;
  border: 1px dashed #DCE2EA;
  border-radius: 18px;
}

.box-187 {
  padding: 26px 28px;
  border: 1px solid #E7EBF1;
  border-radius: 18px;
  background: #FFFFFF;
}

.box-190 {
  padding: 26px 28px;
  border: 1px solid #E7EBF1;
  border-radius: 18px;
  background: #FBFCFD;
}

.box-208 {
  padding: 18px 20px;
  border: 1px solid #E7EBF1;
  border-radius: 14px;
}

.box-217 {
  margin: 16px 0 0;
  border: 1px solid #E7EBF1;
  border-radius: 16px;
  overflow: hidden;
}

.box-219 {
  border: 1px solid #E7EBF1;
  border-radius: 18px;
  overflow: hidden;
  background: #FFFFFF;
}

.box-224 {
  position: relative;
  padding: 18px 22px;
  margin: 0 24px;
  border-radius: 12px;
  background: #FFFFFFF2;
  box-shadow: 0 10px 28px -14px #0b122059;
  text-align: center;
}

.box-229 {
  flex: 1;
  padding: 10px 14px;
  border: 1px solid #DDE3EA;
  border-radius: 10px;
  background: #FFFFFF;
  font-size: 13.5px;
  font-weight: 600;
  color: #0B1220;
}
.box-229:hover {
  border-color: #0B1220;
}

.box-230 {
  flex: 1;
  text-align: center;
  padding: 10px 14px;
  border-radius: 10px;
  background: #0B1220;
  color: #FFFFFF;
  font-size: 13.5px;
  font-weight: 600;
}
.box-230:hover {
  background: #16233A;
  color: #FFFFFF;
}

.box-231 {
  padding: 20px 22px;
  border: 1px solid #E7EBF1;
  border-radius: 18px;
  background: #FFFFFF;
}

.box-241 {
  margin: 14px 0 0;
  padding: 12px 14px;
  border-radius: 10px;
  background: #FBFCFD;
  box-shadow: inset 0 0 0 1px #EDF0F4;
  font-size: 12.5px;
  line-height: 1.55;
  color: #74809A;
}

.box-242 {
  padding: 20px 22px;
  border: 1px solid #E7EBF1;
  border-radius: 18px;
  background: #FBFCFD;
}

.box-244 {
  padding: 20px 22px;
  border-radius: 18px;
  background: linear-gradient(140deg, #0B1220, #123527);
}

.box-256 {
  border: 1px solid #E3E8EE;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 70px -50px #0b122066;
}

.box-273 {
  padding: 22px 24px;
  border: 1px solid #E7EBF1;
  border-radius: 18px;
  background: #FFFFFF;
}

.box-280 {
  padding: 22px 24px;
  border: 1px solid #E7EBF1;
  border-radius: 18px;
  background: #FBFCFD;
}

.box-287 {
  margin: 16px 0 0;
  padding: 30px 32px;
  border-radius: 20px;
  background: linear-gradient(140deg, #0B1220 0%, #123527 100%);
  overflow: hidden;
}

.box-295 {
  flex: none;
  padding: 12px 20px;
  border: none;
  border-radius: 11px;
  background: #34D399;
  color: #06281C;
  font-weight: 700;
  font-size: 14.5px;
}
.box-295:hover {
  background: #6EE7B7;
}

.step {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px 20px;
  border: 1px solid #E7EBF1;
  border-radius: 14px;
  background: #FFFFFF;
  font-size: 16px;
  line-height: 1.55;
  color: #3B475A;
}

.step-num {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12.5px;
  color: #0E9F6E;
  padding-top: 3px;
}

.cta-dark {
  margin: 34px 0 0;
  padding: 24px 26px;
  border-radius: 18px;
  background: linear-gradient(140deg, #0B1220, #123527);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.cta-dark-title {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #FFFFFF;
  letter-spacing: -0.02em;
}

.cta-dark-copy {
  margin: 6px 0 0;
  font-size: 14.5px;
  color: #AEBACD;
}

.card-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 16px 0 0;
}

.card {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 22px;
  border: 1px solid #E7EBF1;
  border-radius: 16px;
  background: #FFFFFF;
}
.card:hover {
  border-color: #0B1220;
  color: #0B1220;
}

.aside-sticky {
  position: sticky;
  top: 90px;
  display: grid;
  gap: 14px;
}

.panel {
  padding: 22px;
  border: 1px solid #E7EBF1;
  border-radius: 18px;
  background: #FBFCFD;
}

.panel-link {
  padding: 18px 22px;
  border: 1px dashed #DCE2EA;
  border-radius: 16px;
  font-size: 14px;
  color: #4C5768;
}
.panel-link:hover {
  border-color: #0B1220;
  color: #0B1220;
}

.box-313 {
  margin: 30px 0 0;
  padding: 22px 24px;
  border-radius: 16px;
  background: #F7F9FA;
  border: 1px solid #E9ECF1;
}

.steps {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  max-width: 720px;
}

/* ---------- Buttons (22 rules) ---------- */

.btn-3 {
  padding: 10px 18px;
  border: none;
  border-radius: 999px;
  background: #0B1220;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}
.btn-3:hover {
  background: #16233A;
}

.btn-32 {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 999px;
  background: #0E9F6E;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 14.5px;
  border: none;
  cursor: pointer;
}
.btn-32:hover {
  background: #0B8B60;
  color: #FFFFFF;
}

.btn-36 {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 999px;
  background: #34D399;
  color: #06281C;
  font-weight: 700;
  font-size: 14.5px;
}
.btn-36:hover {
  background: #6EE7B7;
  color: #06281C;
}

.btn.btn-green.btn-block {
  margin-top: 16px;
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 14px;
  background: #0E9F6E;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 15.5px;
  cursor: pointer;
  box-shadow: 0 12px 26px -12px #0e9f6e99;
}
.btn.btn-green.btn-block:hover {
  background: #0B8B60;
}

.btn-44 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: none;
  border-radius: 999px;
  background: #0B1220;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 8px 20px #0b12201f;
}
.btn-44:hover {
  background: #16233A;
}

.btn-114 {
  padding: 8px 14px;
  border-radius: 999px;
  background: #0B1220;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
}

.btn-128 {
  padding: 11px 20px;
  border-radius: 999px;
  border: 1px solid #0B1220;
  font-size: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
}
.btn-128:hover {
  background: #0B1220;
  color: #FFFFFF;
}

.btn-135 {
  padding: 14px 26px;
  border-radius: 999px;
  background: #34D399;
  color: #06281C;
  font-weight: 700;
  font-size: 15px;
  border: none;
  cursor: pointer;
}
.btn-135:hover {
  background: #6EE7B7;
  color: #06281C;
}

.btn-136 {
  padding: 14px 26px;
  border-radius: 999px;
  border: 1px solid #FFFFFF33;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 15px;
}
.btn-136:hover {
  background: #FFFFFF14;
  color: #FFFFFF;
}

.btn-160 {
  padding: 12px 22px;
  border-radius: 999px;
  background: #0E9F6E;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 14.5px;
  border: none;
  cursor: pointer;
}
.btn-160:hover {
  background: #0B8B60;
  color: #FFFFFF;
}

.btn-194 {
  padding: 11px 18px;
  border-radius: 999px;
  border: 1px solid #DDE3EA;
  font-size: 14px;
  font-weight: 600;
}
.btn-194:hover {
  border-color: #0B1220;
}

.btn-195 {
  padding: 11px 18px;
  border: none;
  border-radius: 999px;
  background: #0B1220;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
}
.btn-195:hover {
  background: #16233A;
}

.btn-205 {
  padding: 12px 20px;
  border: none;
  border-radius: 999px;
  background: #0E9F6E;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 14.5px;
}
.btn-205:hover {
  background: #0B8B60;
}

.btn-206 {
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid #DDE3EA;
  font-weight: 600;
  font-size: 14.5px;
}
.btn-206:hover {
  border-color: #0B1220;
}

.btn-247 {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 999px;
  background: #34D399;
  color: #06281C;
  font-weight: 700;
  font-size: 13.5px;
}
.btn-247:hover {
  background: #6EE7B7;
  color: #06281C;
}

.btn-251 {
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid #DDE3EA;
  font-weight: 600;
  font-size: 14px;
  color: #0B1220;
}
.btn-251:hover {
  border-color: #0B1220;
}

.btn-285 {
  padding: 12px 22px;
  border: none;
  border-radius: 999px;
  background: #0E9F6E;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 14.5px;
  cursor: pointer;
}
.btn-285:hover {
  background: #0B8B60;
}

.btn-286 {
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid #DDE3EA;
  font-weight: 600;
  font-size: 14.5px;
}
.btn-286:hover {
  border-color: #0B1220;
}

.btn-304 {
  padding: 12px 22px;
  border-radius: 999px;
  background: #34D399;
  color: #06281C;
  font-weight: 700;
  font-size: 14.5px;
}
.btn-304:hover {
  background: #6EE7B7;
  color: #06281C;
}

.btn-305 {
  padding: 12px 20px;
  border: 1px solid #FFFFFF33;
  border-radius: 999px;
  background: transparent;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 14.5px;
}
.btn-305:hover {
  background: #FFFFFF14;
}

.btn-306 {
  padding: 10px 18px;
  border-radius: 999px;
  background: #0B1220;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
  border: none;
  cursor: pointer;
}
.btn-306:hover {
  background: #16233A;
  color: #FFFFFF;
}

.btn-308 {
  padding: 13px 24px;
  border-radius: 999px;
  background: #34D399;
  color: #06281C;
  font-weight: 700;
  font-size: 14.5px;
  border: none;
  cursor: pointer;
}
.btn-308:hover {
  background: #6EE7B7;
  color: #06281C;
}

/* ---------- Utilities (46 rules) ---------- */

.u-4 {
  position: relative;
  background: linear-gradient(180deg, #F4F8F6, #FFFFFF);
  border-bottom: 1px solid #EDF0F4;
}

.u-12 {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  font-size: 15px;
  color: #0B1220;
}

.u-19 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #DC2626;
}

.u-20 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #F59E0B;
}

.u-21 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #94A3B8;
}

.u-26 {
  font-weight: 600;
  color: #0E9F6E;
  border: none;
  cursor: pointer;
}

.u-39 {
  position: relative;
  background: linear-gradient(180deg, #F4F8F6 0%, #FBFCFC 55%, #FFFFFF 100%);
  border-bottom: 1px solid #E9ECF1;
}

.u-40 {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#0B12200A 1px, transparent 1px), linear-gradient(90deg, #0B12200A 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(120% 80% at 50% 0%, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(120% 80% at 50% 0%, #000 30%, transparent 75%);
}

.u-41 {
  position: absolute;
  top: -180px;
  left: 50%;
  width: 900px;
  height: 460px;
  transform: translateX(-50%);
  background: radial-gradient(50% 50% at 50% 50%, #10B98126, transparent 70%);
  filter: blur(10px);
}

.u-47 {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #10B981;
  animation: emc-pulse 1.8s ease-in-out infinite;
}

.u-49 {
  background: linear-gradient(#FDE68A80, #FDE68A80);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0.04em 0.12em;
  border-radius: 5px;
}

.u-53 {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  font-size: 16px;
  color: #0B1220;
  background: transparent;
  padding: 12px 0;
}

.u-56 {
  position: relative;
}

.u-61 {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #E3E8EE;
}

.u-64 {
  position: relative;
  padding: 30px 24px 34px;
}

.u-65 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 40px;
  background: linear-gradient(180deg, transparent, #10b9811f, transparent);
  animation: emc-sweep 1.4s linear infinite;
}

.u-68 {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #10B981;
}

.u-70 {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #F59E0B;
}

.u-72 {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #DCE2EA;
}

.u-73 {
  padding: 20px 20px 22px;
  animation: emc-rise .45s ease both;
}

.u-76 {
  font-weight: 600;
  font-size: 15px;
  color: #7F1D1D;
}

.u-84 {
  display: inline-block;
  margin-top: 10px;
  font-size: 13.5px;
  font-weight: 600;
  color: #0E9F6E;
}

.u-90 {
  padding: 7px 13px;
  border: 1px solid #E7EBF1;
  border-radius: 999px;
  font-size: 13px;
  color: #4C5768;
}

.u-112 {
  display: inline-block;
  margin-top: 14px;
  font-size: 14.5px;
  font-weight: 600;
  color: #0E9F6E;
}

.u-115 {
  padding: 8px 14px;
  border-radius: 999px;
  background: #FFFFFF;
  border: 1px solid #E3E8EE;
  font-size: 13px;
  color: #4C5768;
}

.u-121 {
  display: inline-block;
  margin-top: 16px;
  font-size: 13px;
  color: #8FA0B8;
}

.u-125 {
  display: inline-block;
  margin-top: 10px;
  font-size: 12.5px;
  color: #93A0B4;
}

.u-131 {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#ffffff0d 1px, transparent 1px), linear-gradient(90deg, #ffffff0d 1px, transparent 1px);
  background-size: 48px 48px;
}

.u-138 {
  background: linear-gradient(180deg, #F4F8F6, #FFFFFF);
  border-bottom: 1px solid #EDF0F4;
}

.u-147 {
  display: inline-block;
  margin-top: 18px;
  font-size: 13px;
  color: #8FA0B8;
}

.u-175 {
  flex: 1;
  min-width: 220px;
  border: none;
  outline: none;
  background: transparent;
  font-size: 16px;
  color: #0B1220;
  padding: 12px 0;
}

.u-181 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0 1px 3px #0b122040;
}

.u-198 {
  min-width: 0;
}

.u-200 {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.u-223 {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#DDE3E9 1px, transparent 1px), linear-gradient(90deg, #DDE3E9 1px, transparent 1px);
  background-size: 34px 34px;
}

.u-226 {
  margin-top: 6px;
  font-size: 12.5px;
  line-height: 1.5;
  color: #74809A;
}

.u-248 {
  border-bottom: 1px solid #EDF0F4;
}

.u-258 {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #CBD5E1;
  animation: emc-spin .9s linear infinite;
}

.u-261 {
  position: relative;
  padding: 24px 22px;
}

.u-262 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 46px;
  background: linear-gradient(180deg, transparent, #10b98122, transparent);
  animation: emc-sweep 1.6s linear infinite;
}

.u-269 {
  margin-left: auto;
  text-align: right;
}

.u-279 {
  display: inline-block;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 600;
  color: #0E9F6E;
}

.u-282 {
  display: inline-block;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #0E9F6E;
}

.u-294 {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  font-size: 15.5px;
  color: #FFFFFF;
  padding: 12px 12px;
}

.article-meta {
  margin: 14px 0 0;
  display: flex;
  gap: 8px 16px;
  flex-wrap: wrap;
  font-size: 13.5px;
  color: #8A96A9;
}

.u-311 {
  margin-top: 4px;
}


/* ---------- App components (rendered by app.js) ---------- */

.chip { padding: 8px 15px; border-radius: 999px; border: 1px solid #E3E8EE; background: #FFFFFF; color: #4C5768; font-size: 13.5px; font-weight: 600; }
.chip:hover { border-color: #0B1220; color: #0B1220; }
.chip.is-on { background: #0B1220; border-color: #0B1220; color: #FFFFFF; }

.err-row { display: grid; grid-template-columns: minmax(190px, 250px) minmax(0, 1fr) auto auto; gap: 12px 22px; align-items: center; padding: 20px 24px; border: 1px solid #E7EBF1; border-radius: 16px; background: #FFFFFF; }
.err-row:hover { border-color: #B9E7D2; box-shadow: 0 18px 40px -32px #0b12204d; }
.err-name { display: flex; align-items: center; gap: 11px; min-width: 0; }
.err-dot { flex: none; width: 8px; height: 8px; border-radius: 50%; }
.err-desc { margin: 0; font-size: 14.5px; line-height: 1.5; color: #59647A; }
.err-freq { font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; color: #93A0B4; }
.err-fix { justify-self: end; font-size: 14px; font-weight: 600; color: #0E9F6E; }

.side-cat { display: flex; align-items: center; justify-content: space-between; gap: 10px; width: 100%; text-align: left; padding: 11px 14px; border-radius: 11px; border: 1px solid #E7EBF1; background: #FFFFFF; font-size: 14.5px; font-weight: 500; color: #4C5768; }
.side-cat:hover { border-color: #0B1220; color: #0B1220; }
.side-cat.is-on { background: #0B1220; border-color: #0B1220; color: #FFFFFF; }
.side-cat-n { font-family: 'IBM Plex Mono', monospace; font-size: 11px; opacity: .6; }

.kb-card { display: flex; flex-direction: column; gap: 10px; padding: 24px; border: 1px solid #E7EBF1; border-radius: 16px; background: #FFFFFF; min-height: 168px; }
.kb-card:hover { border-color: #0B1220; color: #0B1220; box-shadow: 0 18px 40px -32px #0b12204d; }
.kb-blurb { margin: 0; font-size: 14px; line-height: 1.5; color: #59647A; }
.kb-card .card-meta { margin-top: auto; }

.empty-state { padding: 60px 24px; text-align: center; border: 1px dashed #DCE2EA; border-radius: 16px; color: #74809A; grid-column: 1 / -1; }
.empty-state p { margin: 0 0 14px; font-size: 15px; }
.empty-state a { font-weight: 600; color: #0E9F6E; }

.scan-step { display: grid; grid-template-columns: 26px minmax(0, 1fr) auto; gap: 14px; align-items: center; padding: 13px 12px; border-radius: 12px; }
.scan-step.is-active { background: #F1FAF6; }
.scan-mark { width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; font-size: 11px; font-weight: 700; background: #EDF0F4; color: #A7B1C2; }
.scan-step.is-done .scan-mark { background: #10B981; color: #FFFFFF; }
.scan-step.is-active .scan-mark { background: #0B1220; color: #FFFFFF; }
.scan-label { font-size: 14.5px; color: #2C3746; }
.scan-step.is-queued .scan-label { color: #A7B1C2; }
.scan-note { font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; color: #A7B1C2; }

.badge { font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; letter-spacing: 0.06em; padding: 3px 7px; border-radius: 5px; background: #EEF1F5; color: #64748B; }
.badge.is-fail { background: #FEE2E2; color: #B91C1C; }
.badge.is-ok { background: #DCFCE7; color: #166534; }
.badge.is-queued { background: #FEF3C7; color: #92400E; }
.badge.is-paused { background: #EEF1F5; color: #64748B; }
.badge.is-warn { background: #FEF3C7; color: #92400E; }

.mon-row { display: grid; grid-template-columns: minmax(0, 1fr) auto auto auto; gap: 14px 22px; align-items: center; padding: 20px 22px; border: 1px solid #E7EBF1; border-radius: 16px; background: #FFFFFF; }
.mon-row.is-off { background: #FBFCFD; }
.mon-main { min-width: 0; }
.mon-top { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.mon-dot { width: 8px; height: 8px; border-radius: 50%; background: #CBD5E1; }
.mon-dot.is-fail { background: #DC2626; }
.mon-dot.is-ok { background: #10B981; }
.mon-dot.is-queued { background: #F59E0B; }
.mon-url { font-family: 'IBM Plex Mono', monospace; font-size: 13.5px; color: #0B1220; overflow-wrap: anywhere; text-decoration-line: underline; text-decoration-color: #C9D6E2; text-underline-offset: 3px; }
.mon-url:hover { color: #0E9F6E; text-decoration-color: #0E9F6E; }
.mon-row.is-off .mon-url { color: #8A96A9; }
.mon-detail { margin-top: 7px; display: flex; gap: 10px; align-items: center; flex-wrap: wrap; font-size: 13.5px; color: #8A96A9; }
.mon-detail a { font-weight: 600; color: #0E9F6E; }

.seg-group { display: flex; gap: 5px; padding: 4px; border-radius: 11px; background: #F4F6F9; }
.seg { padding: 7px 12px; border: none; border-radius: 8px; background: transparent; font-size: 13px; font-weight: 600; color: #8A96A9; }
.seg.is-on { background: #FFFFFF; color: #0B1220; }

.switch { width: 46px; height: 26px; border: none; border-radius: 999px; padding: 3px; display: flex; justify-content: flex-start; background: #DCE2EA; }
.switch.is-on { justify-content: flex-end; background: #0E9F6E; }
.switch span { width: 20px; height: 20px; border-radius: 50%; background: #FFFFFF; box-shadow: 0 1px 3px #0b122040; }

.btn-remove { padding: 9px 14px; border: 1px solid #E7EBF1; border-radius: 10px; background: #FFFFFF; font-size: 13.5px; color: #74809A; }
.btn-remove:hover { border-color: #FBD5D5; background: #FEF2F2; color: #B91C1C; }

.alert-opt { display: flex; align-items: center; gap: 12px; width: 100%; text-align: left; padding: 14px 16px; border-radius: 12px; border: 1px solid #E7EBF1; background: #FFFFFF; }
.alert-opt.is-on { border-color: #C9E9DB; background: #F4FBF8; }
.alert-box { flex: none; width: 18px; height: 18px; border-radius: 5px; display: grid; place-items: center; font-size: 11px; font-weight: 700; background: #FFFFFF; color: #FFFFFF; box-shadow: inset 0 0 0 1px #DCE2EA; }
.alert-opt.is-on .alert-box { background: #0E9F6E; box-shadow: inset 0 0 0 1px #0E9F6E; }
.alert-label { display: block; font-size: 14.5px; font-weight: 600; color: #2C3746; }
.alert-hint { display: block; margin-top: 3px; font-size: 13px; color: #8A96A9; }

.chk { display: grid; grid-template-columns: 24px minmax(0, 1fr) auto; gap: 14px; align-items: center; padding: 13px 14px; border-radius: 12px; background: #FFFFFF; box-shadow: inset 0 0 0 1px #EDF0F4; }
.chk.is-fail { background: #FEF7F7; box-shadow: inset 0 0 0 1px #FBD5D5; }
.chk.is-warn { background: #FFFBF3; box-shadow: inset 0 0 0 1px #FDE9C0; }
.chk-mark { width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; font-size: 11px; font-weight: 700; color: #FFFFFF; background: #10B981; }
.chk.is-fail .chk-mark { background: #DC2626; }
.chk.is-warn .chk-mark { background: #F59E0B; }
.chk-body { min-width: 0; }
.chk-label { display: block; font-size: 14.5px; color: #2C3746; }
.chk-detail { display: block; margin-top: 3px; font-family: 'IBM Plex Mono', monospace; font-size: 12px; color: #8A96A9; overflow-wrap: anywhere; }
.chk-timing { font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; color: #A7B1C2; }

.console-line { font-family: 'IBM Plex Mono', monospace; font-size: 12.5px; line-height: 1.75; white-space: pre-wrap; }

.finding { padding: 20px 22px; border: 1px solid #E7EBF1; border-radius: 16px; background: #FFFFFF; }
.finding.is-warn { background: #FBFCFD; }
.finding-top { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.finding-since { margin-left: auto; font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; color: #A7B1C2; }
.finding-desc { margin: 12px 0 0; font-size: 14.5px; line-height: 1.55; color: #59647A; }
.finding-fix { display: inline-block; margin-top: 12px; font-size: 14px; font-weight: 600; color: #0E9F6E; }

.hist-row { display: grid; grid-template-columns: 130px minmax(0, 1fr) auto; gap: 18px; align-items: center; padding: 14px 20px; border-bottom: 1px solid #F2F4F7; }
.hist-row:nth-child(even) { background: #FBFCFD; }
.hist-when { font-family: 'IBM Plex Mono', monospace; font-size: 12px; color: #74809A; }
.hist-result { font-size: 14px; color: #4C5768; overflow-wrap: anywhere; }

/* list placeholders take part in their parent's flex/grid layout */
[data-list] { display: contents; }
.nav-link { white-space: nowrap; }
[data-modal][hidden], [data-when][hidden] { display: none !important; }

@media (max-width: 860px) {
  .err-row, .mon-row { grid-template-columns: minmax(0, 1fr); }
  .err-fix, .mon-row .btn-remove { justify-self: start; }
  .hist-row { grid-template-columns: 1fr; gap: 6px; }
}


/* ---------- Responsive ---------- */

@media (max-width: 960px) {
  .article-grid,
  .page [class*="grid-"] { grid-template-columns: minmax(0, 1fr) !important; }
  .aside-sticky { position: static; }
  .site-nav { gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
  .header-inner { padding: 14px 20px; }
}

@media (max-width: 640px) {
  .site-nav { font-size: 13.5px; }
  .article-title { font-size: 28px; }
  .card-grid-2 { grid-template-columns: minmax(0, 1fr); }
  .footer-inner { padding: 24px 20px; }
  [class*="wrap-"] { padding-left: 20px !important; padding-right: 20px !important; }
}

/* ---------- Print ---------- */

@media print {
  .site-header, .site-footer, .modal-host, [data-modal], .btn { display: none !important; }
  .page { background: #fff; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 11px; color: #666; }
}
