@charset "UTF-8";
/* ── Minimal Mistakes variable overrides (must be before @import) ── */
/* Fixes: a:visited was teal (#4e91a8) from theme defaults */
/* same as link = no teal on visited */
/* ==========================================================================
   Default skin
   ========================================================================== */
/* Copyright comment */
/*!
 * Minimal Mistakes Jekyll Theme 4.28.0 by Michael Rose
 * Copyright 2013-2026 Michael Rose - mademistakes.com | @mmistakes
 * Copyright 2024-2026 iBug - ibugone.com | @iBug
 * Free for personal and commercial use under the MIT license
 * https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
 */
/* Variables */
/* ==========================================================================
   Variables
   ========================================================================== */
/*
   Typography
   ========================================================================== */
/* paragraph indention */
/* Modern font stack */
/* https://github.com/system-fonts/modern-font-stacks */
/* Sans serif - modern font stack */
/* sans serif typefaces - defined in Minimal Mistakes */
/* Serif - modern font stack */
/* serif typefaces - defined in Minimal Mistakes */
/* Monospace - modern font stack */
/* Handwritten - modern font stack */
/* Defaults used in Minimal mistakes */
/* Emoji native from modern font stack - add to the end of the font-face for native emojis */
/* system typefaces */
/* type scale */
/* headline scale — demo uses clamp() via CSS, these serve as fallbacks */
/*
   Colors
   ========================================================================== */
/* YIQ color contrast */
/* brands */
/* links */
/* notices */
/* syntax highlighting (base16) */
/*
   Breakpoints
   ========================================================================== */
/*
   Grid
   ========================================================================== */
/*
   Other
   ========================================================================== */
/* Mixins and functions */
/* Magnific Popup CSS */
.mfp-counter {
  font-family: "Playfair Display", Georgia, serif;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: "Playfair Display", Georgia, serif;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #fff;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #fff;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-figure figcaption {
  margin-top: 0;
  margin-bottom: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* ==========================================================================
   MIXINS
   ========================================================================== */
button:focus, a:focus {
  /* Default*/
  outline: thin dotted #5b4ed4;
  /* Webkit*/
  outline: 5px auto #5b4ed4;
  outline-offset: -2px;
}

/*
   em function
   ========================================================================== */
/*
   Bourbon clearfix
   ========================================================================== */
/*
  * Provides an easy way to include a clearfix for containing floats.
  * link http://cssmojo.com/latest_new_clearfix_so_far/
  *
  * example scss - Usage
  *
  * .element {
  *   @include clearfix;
  * }
  *
  * example css - CSS Output
  *
  * .element::after {
  *   clear: both;
  *   content: "";
  *   display: table;
  * }
*/
/*
   Compass YIQ Color Contrast
   https://github.com/easy-designs/yiq-color-contrast
   ========================================================================== */
/* Core CSS */
/* ==========================================================================
   STYLE RESETS
   ========================================================================== */
* {
  box-sizing: border-box;
}

html {
  /* apply a natural box layout model to all elements */
  box-sizing: border-box;
  background-color: #ffffff;
  font-size: 15px;
}
@media (min-width: 48em) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 64em) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 80em) {
  html {
    font-size: 17px;
  }
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* Remove margin */
body {
  margin: 0;
}

/* Selected elements */
::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

/* Display HTML5 elements in IE6-9 and FF3 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

/* Display block in IE6-9 and FF3 */
audio,
canvas,
video {
  display: inline-block;
}

/* Prevents modern browsers from displaying 'audio' without controls */
audio:not([controls]) {
  display: none;
}

a {
  color: #5b4ed4;
}

/* Apply focus state */
/* Remove outline from links */
a:hover,
a:active {
  outline: 0;
}

/* Prevent sub and sup affecting line-height in all browsers */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* img border in anchor's and image quality */
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%; /* part 1: Set a maximum relative to the parent*/
  width: auto\9 ; /* IE7-8 need help adjusting responsive images*/
  height: auto; /* part 2: Scale the height according to the width, otherwise you get stretching*/
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* Prevent max-width from affecting Google Maps */
#map_canvas img,
.google-maps img {
  max-width: none;
}

/* Consistent form font size in all browsers, margin changes, misc */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  line-height: normal; /* FF3/4 have !important on line-height in UA stylesheet*/
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* inner padding and border oddities in FF3/4*/
  padding: 0;
  border: 0;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* corrects inability to style clickable `input` types in iOS*/
  cursor: pointer; /* improves usability and consistency of cursor style between image-type `input` and others*/
}

label,
select,
button,
input[type=button],
input[type=reset],
input[type=submit],
input[type=radio],
input[type=checkbox] {
  cursor: pointer; /* improves usability and consistency of cursor style between image-type `input` and others*/
}

input[type=search] { /* Appearance in Safari/Chrome*/
  box-sizing: border-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none; /* inner-padding issues in Chrome OSX, Safari 5*/
}

textarea {
  overflow: auto; /* remove vertical scrollbar in IE6-9*/
  vertical-align: top; /* readability and alignment cross-browser*/
}

/* ==========================================================================
   BASE ELEMENTS
   ========================================================================== */
html {
  /* sticky footer fix */
  position: relative;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  padding: 0;
  color: #1a1a2e;
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.5;
}
body.overflow--hidden {
  /* when primary navigation is visible, the content in the background won't scroll */
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 2em 0 0.5em;
  line-height: 1.2;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: bold;
}

h1 {
  margin-top: 0;
  font-size: 2.4rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.2rem;
}

h4 {
  font-size: 1.0625em;
}

h5 {
  font-size: 1.03125em;
}

h6 {
  font-size: 1em;
}

small,
.small {
  font-size: 0.75em;
}

p {
  margin-bottom: 1.3em;
}

u,
ins {
  text-decoration: none;
  border-bottom: 1px solid #1a1a2e;
}
u a,
ins a {
  color: inherit;
}

del a {
  color: inherit;
}

/* reduce orphans and widows when printing */
p,
pre,
blockquote,
ul,
ol,
dl,
figure,
table,
fieldset {
  orphans: 3;
  widows: 3;
}

/* abbreviations */
abbr[title],
abbr[data-original-title] {
  text-decoration: none;
  cursor: help;
  border-bottom: 1px dotted #1a1a2e;
}

/* blockquotes */
blockquote {
  margin-block: 2em;
  margin-inline-end: 1em;
  padding-inline: 1em;
  font-style: italic;
  border-inline-start: 0.25em solid #5b4ed4;
}
blockquote cite {
  font-style: italic;
}
blockquote cite::before {
  content: "—";
  padding-inline-end: 5px;
}

/* links */
a:visited {
  color: #5b4ed4;
}
a:hover {
  color: #4a3ec0;
  outline: 0;
}

/* buttons */
/* code */
tt,
code,
kbd,
samp,
pre {
  font-family: "IBM Plex Mono", "Courier New", monospace;
}

pre {
  overflow-x: auto; /* add scrollbars to wide code blocks*/
}

/* horizontal rule */
hr {
  display: block;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid rgb(241.7, 242.5, 243.1);
}

/* lists */
ul li,
ol li {
  margin-bottom: 0.5em;
}

li ul,
li ol {
  margin-top: 0.5em;
}

/*
   Media and embeds
   ========================================================================== */
/* Figures and images */
figure {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 2em 0;
}
figure img,
figure iframe,
figure .fluid-width-video-wrapper {
  margin-bottom: 1em;
}
figure img {
  width: 100%;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
figure > a {
  display: block;
}
@media (min-width: 37.5em) {
  figure.half > a,
  figure.half > img {
    width: calc(50% - 0.5em);
  }
}
figure.half figcaption {
  width: 100%;
}
@media (min-width: 37.5em) {
  figure.third > a,
  figure.third > img {
    width: calc(33.3333% - 0.5em);
  }
}
figure.third figcaption {
  width: 100%;
}

/* Figure captions */
figcaption {
  margin-bottom: 0.5em;
  color: #5a5a7a;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.75em;
}
figcaption a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
figcaption a:hover {
  color: #4a3ec0;
}

/* Fix IE9 SVG bug */
svg:not(:root) {
  overflow: hidden;
}

/*
   Navigation lists
   ========================================================================== */
/**
 * Removes margins, padding, and bullet points from navigation lists
 *
 * Example usage:
 * <nav>
 *    <ul>
 *      <li><a href="#link-1">Link 1</a></li>
 *      <li><a href="#link-2">Link 2</a></li>
 *      <li><a href="#link-3">Link 3</a></li>
 *    </ul>
 *  </nav>
 */
nav ul {
  margin: 0;
  padding: 0;
}
nav li {
  list-style: none;
}
nav a {
  text-decoration: none;
}
nav {
  /* override white-space for nested lists */
}
nav ul li,
nav ol li {
  margin-bottom: 0;
}
nav li ul,
nav li ol {
  margin-top: 0;
}

/*
   Global animation transition
   ========================================================================== */
b,
i,
strong,
em,
blockquote,
p,
q,
span,
figure,
img,
h1,
h2,
header,
input,
a,
tr,
td,
form button,
input[type=submit],
.btn,
.highlight,
.archive__item-teaser {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* ==========================================================================
   Forms
   ========================================================================== */
form {
  margin-bottom: 5px;
  padding: 1em;
  background-color: rgb(241.7, 242.5, 243.1);
}
form fieldset {
  margin-bottom: 5px;
  padding: 0;
  border-width: 0;
}
form legend {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  margin-inline-start: -7px;
  padding: 0;
  color: #1a1a2e;
  border: 0;
  white-space: normal;
}
form p {
  margin-bottom: 2.5px;
}
form ul {
  list-style-type: none;
  margin: 0 0 5px 0;
  padding: 0;
}
form br {
  display: none;
}

label,
input,
button,
select,
textarea {
  vertical-align: baseline;
}

input,
button,
select,
textarea {
  box-sizing: border-box;
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

label {
  display: block;
  margin-bottom: 0.25em;
  color: #1a1a2e;
  cursor: pointer;
}
label small {
  font-size: 0.75em;
}
label input,
label textarea,
label select {
  display: block;
}

input,
textarea,
select {
  display: inline-block;
  width: 100%;
  padding: 0.25em;
  margin-bottom: 0.5em;
  color: #1a1a2e;
  background-color: #ffffff;
  border: rgb(241.7, 242.5, 243.1);
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

input[type=image],
input[type=checkbox],
input[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  line-height: normal;
  cursor: pointer;
  border-radius: 0;
  border: 0 \9 ;
  box-shadow: none;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=image] {
  border: 0;
}

input[type=file] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: transparent;
  background-color: initial;
  box-shadow: none;
}

input[type=button],
input[type=reset],
input[type=submit] {
  width: auto;
  height: auto;
  cursor: pointer;
}

select {
  width: auto;
  background-color: #fff;
}

select[multiple],
select[size] {
  height: auto;
}

textarea {
  resize: vertical;
  height: auto;
  overflow: auto;
  vertical-align: top;
}

input[type=hidden] {
  display: none;
}

.form {
  position: relative;
}

.radio,
.checkbox {
  padding-inline-start: 18px;
  font-weight: normal;
}

.radio input[type=radio],
.checkbox input[type=checkbox] {
  float: inline-start;
  margin-inline-start: -18px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-inline-start: 10px;
}

/*
     Disabled state
     ========================================================================== */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  opacity: 0.5;
  cursor: not-allowed;
}

/*
     Focus & active state
     ========================================================================== */
input:focus,
textarea:focus {
  border-color: #5b4ed4;
  outline: 0;
  outline: thin dotted \9 ;
  box-shadow: inset 0 1px 3px rgba(26, 26, 46, 0.06), 0 0 5px rgba(91, 78, 212, 0.7);
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus,
select:focus {
  box-shadow: none;
}

/*
     Help text
     ========================================================================== */
.help-block,
.help-inline {
  color: #5a5a7a;
}

.help-block {
  display: block;
  margin-bottom: 1em;
  line-height: 1em;
}

.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-inline-start: 5px;
}

/*
     .form-group
     ========================================================================== */
.form-group {
  margin-bottom: 5px;
  padding: 0;
  border-width: 0;
}

/*
     .form-inline
     ========================================================================== */
.form-inline input,
.form-inline textarea,
.form-inline select {
  display: inline-block;
  margin-bottom: 0;
}

.form-inline label {
  display: inline-block;
}

.form-inline .radio,
.form-inline .checkbox,
.form-inline .radio {
  padding-inline-start: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
  float: inline-start;
  margin-inline-start: 0;
  margin-inline-end: 3px;
}

/*
     .form-search
     ========================================================================== */
.form-search input,
.form-search textarea,
.form-search select {
  display: inline-block;
  margin-bottom: 0;
}

.form-search .search-query {
  padding-inline: 14px;
  margin-bottom: 0;
  border-radius: 14px;
}

.form-search label {
  display: inline-block;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio {
  padding-inline-start: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type=radio],
.form-search .checkbox input[type=checkbox] {
  float: inline-start;
  margin-inline-start: 0;
  margin-inline-end: 3px;
}

/*
     .form--loading
     ========================================================================== */
.form--loading::before {
  content: "";
}

.form--loading .form__spinner {
  display: block;
}

.form::before {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 10;
}

.form__spinner {
  display: none;
  position: absolute;
  top: 50%;
  inset-inline-start: 50%;
  z-index: 11;
}

/* ==========================================================================
   TABLES
   ========================================================================== */
table {
  display: block;
  margin-bottom: 1em;
  width: 100%;
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75em;
  border-collapse: collapse;
  overflow-x: auto;
}
table + table {
  margin-top: 1em;
}

thead {
  background-color: rgb(241.7, 242.5, 243.1);
  border-bottom: 2px solid rgb(181.275, 181.875, 182.325);
}

th {
  padding: 0.5em;
  font-weight: bold;
  text-align: start;
}

td {
  padding: 0.5em;
  border-bottom: 1px solid rgb(181.275, 181.875, 182.325);
}

tr,
td,
th {
  vertical-align: middle;
}

/* ==========================================================================
   ANIMATIONS
   ========================================================================== */
@-webkit-keyframes intro {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes intro {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Components */
/* ==========================================================================
   BUTTONS
   ========================================================================== */
/*
   Default button
   ========================================================================== */
.btn {
  /* default */
  display: inline-block;
  margin-bottom: 0.25em;
  padding: 0.5em 1em;
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-width: 0;
  border-radius: 4px;
  cursor: pointer;
}
.btn .icon {
  margin-inline-end: 0.5em;
}
.btn .icon + .hidden {
  margin-inline-start: -0.5em; /* override for hidden text*/
}
.btn {
  /* button colors */
}
.btn--primary {
  background-color: #5b4ed4;
  color: #fff;
}
.btn--primary:visited {
  background-color: #5b4ed4;
  color: #fff;
}
.btn--primary:hover {
  background-color: rgb(72.8, 62.4, 169.6);
  color: #fff;
}
.btn--inverse {
  background-color: #fff;
  color: #3d4144;
  border: 1px solid rgb(241.7, 242.5, 243.1);
}
.btn--inverse:visited {
  background-color: #fff;
  color: #3d4144;
}
.btn--inverse:hover {
  background-color: #cccccc;
  color: #3d4144;
}
.btn--light-outline {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.btn--light-outline:visited {
  background-color: transparent;
  color: #fff;
}
.btn--light-outline:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.btn--success {
  background-color: #3fa63f;
  color: #fff;
}
.btn--success:visited {
  background-color: #3fa63f;
  color: #fff;
}
.btn--success:hover {
  background-color: rgb(50.4, 132.8, 50.4);
  color: #fff;
}
.btn--warning {
  background-color: #d67f05;
  color: #fff;
}
.btn--warning:visited {
  background-color: #d67f05;
  color: #fff;
}
.btn--warning:hover {
  background-color: rgb(171.2, 101.6, 4);
  color: #fff;
}
.btn--danger {
  background-color: #ee5f5b;
  color: #fff;
}
.btn--danger:visited {
  background-color: #ee5f5b;
  color: #fff;
}
.btn--danger:hover {
  background-color: rgb(190.4, 76, 72.8);
  color: #fff;
}
.btn--info {
  background-color: #3b9cba;
  color: #fff;
}
.btn--info:visited {
  background-color: #3b9cba;
  color: #fff;
}
.btn--info:hover {
  background-color: rgb(47.2, 124.8, 148.8);
  color: #fff;
}
.btn--bluesky {
  background-color: #1083fe;
  color: #fff;
}
.btn--bluesky:visited {
  background-color: #1083fe;
  color: #fff;
}
.btn--bluesky:hover {
  background-color: rgb(12.8, 104.8, 203.2);
  color: #fff;
}
.btn--facebook {
  background-color: #3b5998;
  color: #fff;
}
.btn--facebook:visited {
  background-color: #3b5998;
  color: #fff;
}
.btn--facebook:hover {
  background-color: rgb(47.2, 71.2, 121.6);
  color: #fff;
}
.btn--linkedin {
  background-color: #007bb6;
  color: #fff;
}
.btn--linkedin:visited {
  background-color: #007bb6;
  color: #fff;
}
.btn--linkedin:hover {
  background-color: rgb(0, 98.4, 145.6);
  color: #fff;
}
.btn--mastodon {
  background-color: #2b90d9;
  color: #fff;
}
.btn--mastodon:visited {
  background-color: #2b90d9;
  color: #fff;
}
.btn--mastodon:hover {
  background-color: rgb(34.4, 115.2, 173.6);
  color: #fff;
}
.btn--twitter {
  background-color: #55acee;
  color: #fff;
}
.btn--twitter:visited {
  background-color: #55acee;
  color: #fff;
}
.btn--twitter:hover {
  background-color: rgb(68, 137.6, 190.4);
  color: #fff;
}
.btn--x {
  background-color: #0f1419;
  color: #fff;
}
.btn--x:visited {
  background-color: #0f1419;
  color: #fff;
}
.btn--x:hover {
  background-color: #0c1014;
  color: #fff;
}
.btn {
  /* fills width of parent container */
}
.btn--block {
  display: block;
  width: 100%;
}
.btn--block + .btn--block {
  margin-top: 0.25em;
}
.btn {
  /* disabled */
}
.btn--disabled {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
}
.btn {
  /* extra large button */
}
.btn--x-large {
  font-size: 1.25em;
}
.btn {
  /* large button */
}
.btn--large {
  font-size: 1em;
}
.btn {
  /* small button */
}
.btn--small {
  font-size: 0.6875em;
}

/* ==========================================================================
   NOTICE TEXT BLOCKS
   ========================================================================== */
/**
 *  Default Kramdown usage (no indents!):
 *  <div class="notice" markdown="1">
 *  #### Headline for the Notice
 *  Text for the notice
 *  </div>
 */
/* Default notice */
.notice,
.markdown-alert {
  margin: 2em 0 !important; /* override*/
  padding: 1em;
  color: #1a1a2e;
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75em !important;
  text-indent: initial; /* override*/
  background-color: rgb(241.7, 242.5, 243.1);
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(188.5, 192.5, 195.5, 0.25);
}
.notice h4,
.markdown-alert h4 {
  margin-top: 0 !important; /* override*/
  margin-bottom: 0.75em;
  line-height: inherit;
}
.page__content .notice, .markdown-alert h4 {
  /* using at-root to override .page-content h4 font size*/
  margin-bottom: 0;
  font-size: 1em;
}

.notice p:last-child,
.markdown-alert p:last-child {
  margin-bottom: 0 !important; /* override*/
}
.notice h4 + p,
.markdown-alert h4 + p {
  /* remove space above paragraphs that appear directly after notice headline*/
  margin-top: 0;
  padding-top: 0;
}
.notice a,
.markdown-alert a {
  color: rgb(169.65, 173.25, 175.95);
}
.notice a:hover,
.markdown-alert a:hover {
  color: rgb(94.25, 96.25, 97.75);
}
blockquote.notice, blockquote.markdown-alert {
  border-inline-start-color: rgb(169.65, 173.25, 175.95);
}

.notice code,
.markdown-alert code {
  background-color: rgb(248.35, 248.75, 249.05);
}
.notice pre code,
.markdown-alert pre code {
  background-color: inherit;
}
.notice ul:last-child,
.markdown-alert ul:last-child {
  margin-bottom: 0; /* override*/
}

/* Primary notice */
.notice--primary,
.markdown-alert-important {
  margin: 2em 0 !important; /* override*/
  padding: 1em;
  color: #1a1a2e;
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75em !important;
  text-indent: initial; /* override*/
  background-color: rgb(222.2, 219.6, 246.4);
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(91, 78, 212, 0.25);
}
.notice--primary h4,
.markdown-alert-important h4 {
  margin-top: 0 !important; /* override*/
  margin-bottom: 0.75em;
  line-height: inherit;
}
.page__content .notice--primary, .markdown-alert-important h4 {
  /* using at-root to override .page-content h4 font size*/
  margin-bottom: 0;
  font-size: 1em;
}

.notice--primary p:last-child,
.markdown-alert-important p:last-child {
  margin-bottom: 0 !important; /* override*/
}
.notice--primary h4 + p,
.markdown-alert-important h4 + p {
  /* remove space above paragraphs that appear directly after notice headline*/
  margin-top: 0;
  padding-top: 0;
}
.notice--primary a,
.markdown-alert-important a {
  color: rgb(81.9, 70.2, 190.8);
}
.notice--primary a:hover,
.markdown-alert-important a:hover {
  color: rgb(45.5, 39, 106);
}
blockquote.notice--primary, blockquote.markdown-alert-important {
  border-inline-start-color: rgb(81.9, 70.2, 190.8);
}

.notice--primary code,
.markdown-alert-important code {
  background-color: rgb(238.6, 237.3, 250.7);
}
.notice--primary pre code,
.markdown-alert-important pre code {
  background-color: inherit;
}
.notice--primary ul:last-child,
.markdown-alert-important ul:last-child {
  margin-bottom: 0; /* override*/
}

/* Info notice */
.notice--info,
.markdown-alert-note {
  margin: 2em 0 !important; /* override*/
  padding: 1em;
  color: #1a1a2e;
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75em !important;
  text-indent: initial; /* override*/
  background-color: rgb(215.8, 235.2, 241.2);
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(59, 156, 186, 0.25);
}
.notice--info h4,
.markdown-alert-note h4 {
  margin-top: 0 !important; /* override*/
  margin-bottom: 0.75em;
  line-height: inherit;
}
.page__content .notice--info, .markdown-alert-note h4 {
  /* using at-root to override .page-content h4 font size*/
  margin-bottom: 0;
  font-size: 1em;
}

.notice--info p:last-child,
.markdown-alert-note p:last-child {
  margin-bottom: 0 !important; /* override*/
}
.notice--info h4 + p,
.markdown-alert-note h4 + p {
  /* remove space above paragraphs that appear directly after notice headline*/
  margin-top: 0;
  padding-top: 0;
}
.notice--info a,
.markdown-alert-note a {
  color: rgb(53.1, 140.4, 167.4);
}
.notice--info a:hover,
.markdown-alert-note a:hover {
  color: rgb(29.5, 78, 93);
}
blockquote.notice--info, blockquote.markdown-alert-note {
  border-inline-start-color: rgb(53.1, 140.4, 167.4);
}

.notice--info code,
.markdown-alert-note code {
  background-color: rgb(235.4, 245.1, 248.1);
}
.notice--info pre code,
.markdown-alert-note pre code {
  background-color: inherit;
}
.notice--info ul:last-child,
.markdown-alert-note ul:last-child {
  margin-bottom: 0; /* override*/
}

/* Warning notice */
.notice--warning,
.markdown-alert-warning {
  margin: 2em 0 !important; /* override*/
  padding: 1em;
  color: #1a1a2e;
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75em !important;
  text-indent: initial; /* override*/
  background-color: rgb(246.8, 229.4, 205);
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(214, 127, 5, 0.25);
}
.notice--warning h4,
.markdown-alert-warning h4 {
  margin-top: 0 !important; /* override*/
  margin-bottom: 0.75em;
  line-height: inherit;
}
.page__content .notice--warning, .markdown-alert-warning h4 {
  /* using at-root to override .page-content h4 font size*/
  margin-bottom: 0;
  font-size: 1em;
}

.notice--warning p:last-child,
.markdown-alert-warning p:last-child {
  margin-bottom: 0 !important; /* override*/
}
.notice--warning h4 + p,
.markdown-alert-warning h4 + p {
  /* remove space above paragraphs that appear directly after notice headline*/
  margin-top: 0;
  padding-top: 0;
}
.notice--warning a,
.markdown-alert-warning a {
  color: rgb(192.6, 114.3, 4.5);
}
.notice--warning a:hover,
.markdown-alert-warning a:hover {
  color: rgb(107, 63.5, 2.5);
}
blockquote.notice--warning, blockquote.markdown-alert-warning {
  border-inline-start-color: rgb(192.6, 114.3, 4.5);
}

.notice--warning code,
.markdown-alert-warning code {
  background-color: rgb(250.9, 242.2, 230);
}
.notice--warning pre code,
.markdown-alert-warning pre code {
  background-color: inherit;
}
.notice--warning ul:last-child,
.markdown-alert-warning ul:last-child {
  margin-bottom: 0; /* override*/
}

/* Success notice */
.notice--success,
.markdown-alert-tip {
  margin: 2em 0 !important; /* override*/
  padding: 1em;
  color: #1a1a2e;
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75em !important;
  text-indent: initial; /* override*/
  background-color: rgb(216.6, 237.2, 216.6);
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(63, 166, 63, 0.25);
}
.notice--success h4,
.markdown-alert-tip h4 {
  margin-top: 0 !important; /* override*/
  margin-bottom: 0.75em;
  line-height: inherit;
}
.page__content .notice--success, .markdown-alert-tip h4 {
  /* using at-root to override .page-content h4 font size*/
  margin-bottom: 0;
  font-size: 1em;
}

.notice--success p:last-child,
.markdown-alert-tip p:last-child {
  margin-bottom: 0 !important; /* override*/
}
.notice--success h4 + p,
.markdown-alert-tip h4 + p {
  /* remove space above paragraphs that appear directly after notice headline*/
  margin-top: 0;
  padding-top: 0;
}
.notice--success a,
.markdown-alert-tip a {
  color: rgb(56.7, 149.4, 56.7);
}
.notice--success a:hover,
.markdown-alert-tip a:hover {
  color: rgb(31.5, 83, 31.5);
}
blockquote.notice--success, blockquote.markdown-alert-tip {
  border-inline-start-color: rgb(56.7, 149.4, 56.7);
}

.notice--success code,
.markdown-alert-tip code {
  background-color: rgb(235.8, 246.1, 235.8);
}
.notice--success pre code,
.markdown-alert-tip pre code {
  background-color: inherit;
}
.notice--success ul:last-child,
.markdown-alert-tip ul:last-child {
  margin-bottom: 0; /* override*/
}

/* Danger notice */
.notice--danger,
.markdown-alert-caution {
  margin: 2em 0 !important; /* override*/
  padding: 1em;
  color: #1a1a2e;
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75em !important;
  text-indent: initial; /* override*/
  background-color: rgb(251.6, 223, 222.2);
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(238, 95, 91, 0.25);
}
.notice--danger h4,
.markdown-alert-caution h4 {
  margin-top: 0 !important; /* override*/
  margin-bottom: 0.75em;
  line-height: inherit;
}
.page__content .notice--danger, .markdown-alert-caution h4 {
  /* using at-root to override .page-content h4 font size*/
  margin-bottom: 0;
  font-size: 1em;
}

.notice--danger p:last-child,
.markdown-alert-caution p:last-child {
  margin-bottom: 0 !important; /* override*/
}
.notice--danger h4 + p,
.markdown-alert-caution h4 + p {
  /* remove space above paragraphs that appear directly after notice headline*/
  margin-top: 0;
  padding-top: 0;
}
.notice--danger a,
.markdown-alert-caution a {
  color: rgb(214.2, 85.5, 81.9);
}
.notice--danger a:hover,
.markdown-alert-caution a:hover {
  color: rgb(119, 47.5, 45.5);
}
blockquote.notice--danger, blockquote.markdown-alert-caution {
  border-inline-start-color: rgb(214.2, 85.5, 81.9);
}

.notice--danger code,
.markdown-alert-caution code {
  background-color: rgb(253.3, 239, 238.6);
}
.notice--danger pre code,
.markdown-alert-caution pre code {
  background-color: inherit;
}
.notice--danger ul:last-child,
.markdown-alert-caution ul:last-child {
  margin-bottom: 0; /* override*/
}

/* ==========================================================================
   MASTHEAD
   ========================================================================== */
.masthead {
  position: relative;
  border-bottom: 1px solid rgb(241.7, 242.5, 243.1);
  -webkit-animation: intro 0.3s both;
  animation: intro 0.3s both;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
  z-index: 20;
}
.masthead__inner-wrap {
  clear: both;
}
.masthead__inner-wrap::after {
  clear: both;
  content: "";
  display: table;
}
.masthead__inner-wrap {
  margin-inline: auto;
  padding: 1em;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
@media (min-width: 80em) {
  .masthead__inner-wrap {
    max-width: 1280px;
  }
}
.masthead__inner-wrap nav {
  z-index: 10;
}
.masthead__inner-wrap a {
  text-decoration: none;
}

.site-logo img {
  max-height: 2rem;
}

.site-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  font-weight: bold;
}

.site-subtitle {
  display: block;
  font-size: 0.625em;
}

.masthead__menu {
  float: inline-start;
  margin-inline: 0;
  width: 100%;
  clear: both;
}
.masthead__menu .site-nav {
  margin-inline-start: 0;
}
@media (min-width: 37.5em) {
  .masthead__menu .site-nav {
    float: inline-end;
  }
}
.masthead__menu ul {
  margin: 0;
  padding: 0;
  clear: both;
  list-style-type: none;
}

.masthead__menu-item {
  display: block;
  list-style-type: none;
  white-space: nowrap;
}
.masthead__menu-item--lg {
  padding-inline-end: 2em;
  font-weight: 700;
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */
/*
   Breadcrumb navigation links
   ========================================================================== */
.breadcrumbs {
  clear: both;
}
.breadcrumbs::after {
  clear: both;
  content: "";
  display: table;
}
.breadcrumbs {
  margin: 0 auto;
  max-width: 100%;
  padding-inline: 1em;
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  -webkit-animation: intro 0.3s both;
  animation: intro 0.3s both;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
@media (min-width: 80em) {
  .breadcrumbs {
    max-width: 1280px;
  }
}
.breadcrumbs ol {
  padding: 0;
  list-style: none;
  font-size: 0.75em;
}
@media (min-width: 64em) {
  .breadcrumbs ol {
    float: inline-end;
    width: calc(100% - 200px);
  }
}
@media (min-width: 80em) {
  .breadcrumbs ol {
    width: calc(100% - 300px);
  }
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs .current {
  font-weight: bold;
}

/*
     Post pagination navigation links
     ========================================================================== */
.pagination {
  clear: both;
}
.pagination::after {
  clear: both;
  content: "";
  display: table;
}
.pagination {
  float: inline-start;
  margin-top: 1em;
  padding-top: 1em;
  width: 100%;
}
.pagination ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.pagination li {
  display: block;
  float: inline-start;
  margin-inline-start: -1px;
}
.pagination li a {
  display: block;
  margin-bottom: 0.25em;
  padding: 0.5em 1em;
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  color: #5a5a7a;
  border: 1px solid rgb(181.275, 181.875, 182.325);
  border-radius: 0;
}
.pagination li a:hover {
  color: #4a3ec0;
}
.pagination li a.current, .pagination li a.current.disabled {
  color: #fff;
  background: #5b4ed4;
}
.pagination li a.disabled {
  color: rgba(90, 90, 122, 0.5);
  pointer-events: none;
  cursor: not-allowed;
}
.pagination li:first-child {
  margin-inline-start: 0;
}
.pagination li:first-child a {
  border-start-start-radius: 4px;
  border-end-start-radius: 4px;
}
.pagination li:last-child a {
  border-start-end-radius: 4px;
  border-end-end-radius: 4px;
}
.pagination {
  /* next/previous buttons */
}
.pagination--pager {
  display: block;
  padding: 1em 2em;
  float: inline-start;
  width: 50%;
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #5a5a7a;
  border: 1px solid rgb(181.275, 181.875, 182.325);
  border-radius: 4px;
}
.pagination--pager:hover {
  background-color: #5a5a7a;
  color: #fff;
}
.pagination--pager:first-child {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
}
.pagination--pager:last-child {
  margin-inline-start: -1px;
  border-start-start-radius: 0;
  border-end-start-radius: 0;
}
.pagination--pager.disabled {
  color: rgba(90, 90, 122, 0.5);
  pointer-events: none;
  cursor: not-allowed;
}

.page__content + .pagination,
.page__meta + .pagination,
.comment__date + .pagination,
.page__share + .pagination,
.page__comments + .pagination {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid rgb(241.7, 242.5, 243.1);
}

/*
     Priority plus navigation
     ========================================================================== */
.greedy-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 2em;
  background: #ffffff;
}
.greedy-nav a {
  display: block;
  margin: 0 1rem;
  color: #1a1a2e;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
}
.greedy-nav a:hover {
  color: #5b4ed4;
}
.greedy-nav a.site-logo {
  margin-inline-start: 0;
  margin-inline-end: 0.5rem;
}
.greedy-nav a.site-title {
  margin-inline-start: 0;
}
.greedy-nav img {
  -webkit-transition: none;
  transition: none;
}
.greedy-nav__toggle {
  -ms-flex-item-align: center;
  align-self: center;
  height: 2rem;
  border: 0;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}
.greedy-nav .visible-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}
.greedy-nav .visible-links li {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.greedy-nav .visible-links a {
  position: relative;
}
.greedy-nav .visible-links a:before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
  height: 4px;
  background: #5b4ed4;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scaleX(0) translate3d(0, 0, 0);
  transform: scaleX(0) translate3d(0, 0, 0);
}
.greedy-nav .visible-links a:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.greedy-nav .hidden-links {
  position: absolute;
  top: 100%;
  inset-inline-end: 0;
  margin-top: 15px;
  padding: 5px;
  border: 1px solid rgb(241.7, 242.5, 243.1);
  border-radius: 4px;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.greedy-nav .hidden-links.hidden {
  display: none;
}
.greedy-nav .hidden-links a {
  margin: 0;
  padding: 10px 20px;
  font-size: 1em;
}
.greedy-nav .hidden-links a:hover {
  color: #5b4ed4;
  background: rgb(214, 210.75, 244.25);
}
.greedy-nav .hidden-links::before {
  content: "";
  position: absolute;
  top: -11px;
  inset-inline-end: 10px;
  width: 0;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: rgb(241.7, 242.5, 243.1) transparent;
  display: block;
  z-index: 0;
}
.greedy-nav .hidden-links::after {
  content: "";
  position: absolute;
  top: -10px;
  inset-inline-end: 10px;
  width: 0;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: #ffffff transparent;
  display: block;
  z-index: 1;
}
.greedy-nav .hidden-links li {
  display: block;
  border-bottom: 1px solid rgb(241.7, 242.5, 243.1);
}
.greedy-nav .hidden-links li:last-child {
  border-bottom: none;
}

.no-js .greedy-nav .visible-links {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: visible;
}

/*
     Navigation list
     ========================================================================== */
.nav__list {
  margin-bottom: 1.5em;
}
.nav__list input[type=checkbox],
.nav__list label {
  display: none;
}
@media (max-width: 63.9375em) {
  .nav__list label {
    position: relative;
    display: inline-block;
    padding: 0.5em 2.5em 0.5em 1em;
    color: #7a8288;
    font-size: 0.75em;
    font-weight: bold;
    border: 1px solid rgb(188.5, 192.5, 195.5);
    border-radius: 4px;
    z-index: 20;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    cursor: pointer;
  }
  .nav__list label::before, .nav__list label::after {
    content: "";
    position: absolute;
    inset-inline-end: 1em;
    top: 1.25em;
    width: 0.75em;
    height: 0.125em;
    line-height: 1;
    background-color: #7a8288;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .nav__list label:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .nav__list label:hover {
    color: #fff;
    border-color: #7a8288;
    background-color: #333333;
  }
  .nav__list label:hover:before, .nav__list label:hover:after {
    background-color: #fff;
  }
  .nav__list {
    /* selected*/
  }
  .nav__list input:checked + label {
    color: white;
    background-color: #333333;
  }
  .nav__list input:checked + label:before, .nav__list input:checked + label:after {
    background-color: #fff;
  }
  .nav__list {
    /* on hover show expand*/
  }
  .nav__list label:hover:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .nav__list input:checked + label:hover:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .nav__list ul {
    margin-bottom: 1em;
  }
  .nav__list a {
    display: block;
    padding: 0.25em 0;
  }
}
@media (max-width: 63.9375em) and (min-width: 64em) {
  .nav__list a {
    padding-top: 0.125em;
    padding-bottom: 0.125em;
  }
}
@media (max-width: 63.9375em) {
  .nav__list a:hover {
    text-decoration: underline;
  }
}

.nav__list .nav__items {
  margin: 0;
  font-size: 1.25rem;
}
.nav__list .nav__items a {
  color: inherit;
}
.nav__list .nav__items .active {
  margin-inline-start: -0.5em;
  padding-inline: 0.5em;
  font-weight: bold;
}
@media (max-width: 63.9375em) {
  .nav__list .nav__items {
    position: relative;
    max-height: 0;
    opacity: 0%;
    overflow: hidden;
    z-index: 10;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: translate(0, 10%);
    -ms-transform: translate(0, 10%);
    transform: translate(0, 10%);
  }
}

@media (max-width: 63.9375em) {
  .nav__list input:checked ~ .nav__items {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    max-height: 9999px; /* exaggerate max-height to accommodate tall lists*/
    overflow: visible;
    opacity: 1;
    margin-top: 1em;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.nav__title {
  margin: 0;
  padding: 0.5rem 0.75rem;
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1em;
  font-weight: bold;
}

.nav__sub-title {
  display: block;
  margin: 0.5rem 0;
  padding: 0.25rem 0;
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75em;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid rgb(241.7, 242.5, 243.1);
}

/*
     Table of contents navigation
     ========================================================================== */
.toc {
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #7a8288;
  background-color: #ffffff;
  border: 1px solid rgb(241.7, 242.5, 243.1);
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
}
.toc .nav__title {
  color: #fff;
  font-size: 0.75em;
  background: #5b4ed4;
  border-start-start-radius: 4px;
  border-start-end-radius: 4px;
}
.toc .active a {
  background-color: rgb(222.2, 219.6, 246.4);
  color: #3d4144;
}

.toc__menu {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  font-size: 0.75em;
}
@media (min-width: 64em) {
  .toc__menu {
    font-size: 0.6875em;
  }
}
.toc__menu a {
  display: block;
  padding: 0.25rem 0.75rem;
  color: #5a5a7a;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px solid rgb(241.7, 242.5, 243.1);
}
.toc__menu a:hover {
  color: #1a1a2e;
}
.toc__menu li ul > li a {
  padding-inline-start: 1.25rem;
  font-weight: normal;
}
.toc__menu li ul li ul > li a {
  padding-inline-start: 1.75rem;
}
.toc__menu li ul li ul li ul > li a {
  padding-inline-start: 2.25rem;
}
.toc__menu li ul li ul li ul li ul > li a {
  padding-inline-start: 2.75rem;
}
.toc__menu li ul li ul li ul li ul li ul > li a {
  padding-inline-start: 3.25rem;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.page__footer {
  clear: both;
}
.page__footer::after {
  clear: both;
  content: "";
  display: table;
}
.page__footer {
  float: inline-start;
  margin-inline: 0;
  width: 100%;
  margin-top: 3em;
  color: #5a5a7a;
  -webkit-animation: intro 0.3s both;
  animation: intro 0.3s both;
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
  background-color: #0a0a0f;
}
.page__footer footer {
  clear: both;
}
.page__footer footer::after {
  clear: both;
  content: "";
  display: table;
}
.page__footer footer {
  margin-inline: auto;
  margin-top: 2em;
  max-width: 100%;
  padding: 0 1em 2em;
}
@media (min-width: 80em) {
  .page__footer footer {
    max-width: 1280px;
  }
}
.page__footer a {
  color: inherit;
  text-decoration: none;
}
.page__footer a:hover {
  text-decoration: underline;
}
.page__footer .fas,
.page__footer .fab,
.page__footer .far,
.page__footer .fal {
  color: #5a5a7a;
}

.page__footer-copyright {
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.6875em;
}

.page__footer-follow ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.page__footer-follow li {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75em;
  text-transform: uppercase;
}
.page__footer-follow li + li::before {
  content: "";
  padding-inline-end: 5px;
}
.page__footer-follow a {
  padding-inline-end: 10px;
  font-weight: bold;
}
.page__footer-follow .social-icons a {
  white-space: nowrap;
}

/* ==========================================================================
   SEARCH
   ========================================================================== */
.layout--search .archive__item-teaser {
  margin-bottom: 0.25em;
}

.search__toggle {
  margin-inline: 1rem;
  height: 2rem;
  border: 0;
  outline: none;
  color: #5b4ed4;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.search__toggle:hover {
  color: rgb(68.25, 58.5, 159);
}

.search-icon {
  width: 100%;
  height: 100%;
}

.search-content {
  display: none;
  visibility: hidden;
  padding-top: 1em;
  padding-bottom: 1em;
}
.search-content__inner-wrap {
  width: 100%;
  margin-inline: auto;
  padding-inline: 1em;
  -webkit-animation: intro 0.3s both;
  animation: intro 0.3s both;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
@media (min-width: 80em) {
  .search-content__inner-wrap {
    max-width: 1280px;
  }
}
.search-content__form {
  background-color: transparent;
}
.search-content .search-input {
  display: block;
  margin-bottom: 0;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  font-size: 1.563em;
}
@media (min-width: 64em) {
  .search-content .search-input {
    font-size: 1.953em;
  }
}
@media (min-width: 80em) {
  .search-content .search-input {
    font-size: 2.441em;
  }
}
.search-content.is--visible {
  display: block;
  visibility: visible;
}
.search-content.is--visible::after {
  content: "";
  display: block;
}
.search-content .results__found {
  margin-top: 0.5em;
  font-size: 0.75em;
}
.search-content .archive__item {
  margin-bottom: 2em;
}
@media (min-width: 64em) {
  .search-content .archive__item {
    width: 75%;
  }
}
@media (min-width: 80em) {
  .search-content .archive__item {
    width: 50%;
  }
}
.search-content .archive__item-title {
  margin-top: 0;
}
.search-content .archive__item-excerpt {
  margin-bottom: 0;
}

/* Algolia search */
.ais-search-box {
  max-width: 100% !important;
  margin-bottom: 2em;
}

.archive__item-title .ais-Highlight {
  color: #5b4ed4;
  font-style: normal;
  text-decoration: underline;
}

.archive__item-excerpt .ais-Highlight {
  color: #5b4ed4;
  font-style: normal;
  font-weight: bold;
}

/* ==========================================================================
   Syntax highlighting
   ========================================================================== */
div.highlighter-rouge,
figure.highlight {
  position: relative;
  margin-bottom: 1em;
  background: #263238;
  color: #eeffff;
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.75em;
  line-height: 1.8;
  border-radius: 4px;
}
[dir=rtl] div.highlighter-rouge,
[dir=rtl] figure.highlight {
  direction: ltr;
  text-align: start;
}
div.highlighter-rouge > pre,
div.highlighter-rouge pre.highlight,
figure.highlight > pre,
figure.highlight pre.highlight {
  margin: 0;
  padding: 1em;
}

.highlight table {
  margin-bottom: 0;
  font-size: 1em;
  border: 0;
}
.highlight table td {
  padding: 0;
  width: calc(100% - 1em);
  border: 0;
  /* line numbers*/
}
.highlight table td.gutter, .highlight table td.rouge-gutter {
  padding-inline-end: 1em;
  width: 1em;
  color: #b2ccd6;
  border-inline-end: 1px solid #b2ccd6;
  text-align: end;
}
.highlight table td {
  /* code */
}
.highlight table td.code, .highlight table td.rouge-code {
  padding-inline-start: 1em;
}
.highlight table pre {
  margin: 0;
}

.highlight pre {
  width: 100%;
}

.highlight .hll {
  background-color: #eeffff;
}

.highlight .c {
  /* Comment */
  color: #b2ccd6;
}
.highlight .err {
  /* Error */
  color: #f07178;
}
.highlight .k {
  /* Keyword */
  color: #c792ea;
}
.highlight .l {
  /* Literal */
  color: #f78c6c;
}
.highlight .n {
  /* Name */
  color: #eeffff;
}
.highlight .o {
  /* Operator */
  color: #89ddff;
}
.highlight .p {
  /* Punctuation */
  color: #eeffff;
}
.highlight .cm {
  /* Comment.Multiline */
  color: #b2ccd6;
}
.highlight .cp {
  /* Comment.Preproc */
  color: #b2ccd6;
}
.highlight .c1 {
  /* Comment.Single */
  color: #b2ccd6;
}
.highlight .cs {
  /* Comment.Special */
  color: #b2ccd6;
}
.highlight .gd {
  /* Generic.Deleted */
  color: #f07178;
}
.highlight .ge {
  /* Generic.Emph */
  font-style: italic;
}
.highlight .gh {
  /* Generic.Heading */
  color: #eeffff;
  font-weight: bold;
}
.highlight .gi {
  /* Generic.Inserted */
  color: #c3e88d;
}
.highlight .gp {
  /* Generic.Prompt */
  color: #b2ccd6;
  font-weight: bold;
}
.highlight .gs {
  /* Generic.Strong */
  font-weight: bold;
}
.highlight .gu {
  /* Generic.Subheading */
  color: #89ddff;
  font-weight: bold;
}
.highlight .kc {
  /* Keyword.Constant */
  color: #c792ea;
}
.highlight .kd {
  /* Keyword.Declaration */
  color: #c792ea;
}
.highlight .kn {
  /* Keyword.Namespace */
  color: #89ddff;
}
.highlight .kp {
  /* Keyword.Pseudo */
  color: #c792ea;
}
.highlight .kr {
  /* Keyword.Reserved */
  color: #c792ea;
}
.highlight .kt {
  /* Keyword.Type */
  color: #ffcb6b;
}
.highlight .ld {
  /* Literal.Date */
  color: #c3e88d;
}
.highlight .m {
  /* Literal.Number */
  color: #f78c6c;
}
.highlight .s {
  /* Literal.String */
  color: #c3e88d;
}
.highlight .na {
  /* Name.Attribute */
  color: #82aaff;
}
.highlight .nb {
  /* Name.Builtin */
  color: #eeffff;
}
.highlight .nc {
  /* Name.Class */
  color: #ffcb6b;
}
.highlight .no {
  /* Name.Constant */
  color: #f07178;
}
.highlight .nd {
  /* Name.Decorator */
  color: #89ddff;
}
.highlight .ni {
  /* Name.Entity */
  color: #eeffff;
}
.highlight .ne {
  /* Name.Exception */
  color: #f07178;
}
.highlight .nf {
  /* Name.Function */
  color: #82aaff;
}
.highlight .nl {
  /* Name.Label */
  color: #eeffff;
}
.highlight .nn {
  /* Name.Namespace */
  color: #ffcb6b;
}
.highlight .nx {
  /* Name.Other */
  color: #82aaff;
}
.highlight .py {
  /* Name.Property */
  color: #eeffff;
}
.highlight .nt {
  /* Name.Tag */
  color: #89ddff;
}
.highlight .nv {
  /* Name.Variable */
  color: #f07178;
}
.highlight .ow {
  /* Operator.Word */
  color: #89ddff;
}
.highlight .w {
  /* Text.Whitespace */
  color: #eeffff;
}
.highlight .mf {
  /* Literal.Number.Float */
  color: #f78c6c;
}
.highlight .mh {
  /* Literal.Number.Hex */
  color: #f78c6c;
}
.highlight .mi {
  /* Literal.Number.Integer */
  color: #f78c6c;
}
.highlight .mo {
  /* Literal.Number.Oct */
  color: #f78c6c;
}
.highlight .sb {
  /* Literal.String.Backtick */
  color: #c3e88d;
}
.highlight .sc {
  /* Literal.String.Char */
  color: #eeffff;
}
.highlight .sd {
  /* Literal.String.Doc */
  color: #b2ccd6;
}
.highlight .s2 {
  /* Literal.String.Double */
  color: #c3e88d;
}
.highlight .se {
  /* Literal.String.Escape */
  color: #f78c6c;
}
.highlight .sh {
  /* Literal.String.Heredoc */
  color: #c3e88d;
}
.highlight .si {
  /* Literal.String.Interpol */
  color: #f78c6c;
}
.highlight .sx {
  /* Literal.String.Other */
  color: #c3e88d;
}
.highlight .sr {
  /* Literal.String.Regex */
  color: #c3e88d;
}
.highlight .s1 {
  /* Literal.String.Single */
  color: #c3e88d;
}
.highlight .ss {
  /* Literal.String.Symbol */
  color: #c3e88d;
}
.highlight .bp {
  /* Name.Builtin.Pseudo */
  color: #eeffff;
}
.highlight .vc {
  /* Name.Variable.Class */
  color: #f07178;
}
.highlight .vg {
  /* Name.Variable.Global */
  color: #f07178;
}
.highlight .vi {
  /* Name.Variable.Instance */
  color: #f07178;
}
.highlight .il {
  /* Literal.Number.Integer.Long */
  color: #f78c6c;
}

.gist th, .gist td {
  border-bottom: 0;
}

/* Utility classes */
/* ==========================================================================
   UTILITY CLASSES
   ========================================================================== */
/*
   Visibility
   ========================================================================== */
/* http://www.456bereastreet.com/archive/200711/screen_readers_sometimes_ignore_displaynone/ */
.hidden,
.is--hidden {
  display: none;
  visibility: hidden;
}

/* for preloading images */
.load {
  display: none;
}

.transparent {
  opacity: 0;
}

/* https://developer.yahoo.com/blogs/ydn/clip-hidden-content-better-accessibility-53456.html */
.visually-hidden,
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut,
.sr-only,
.sr-only-focusable:not(:focus) {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
}

body:hover .visually-hidden a,
body:hover .visually-hidden input,
body:hover .visually-hidden button {
  display: none !important;
}

/* screen readers */
.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto !important;
  width: auto !important;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  background: #fff;
  z-index: 100000;
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/*
   Skip links
   ========================================================================== */
.skip-link {
  position: fixed;
  z-index: 20;
  margin: 0;
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  white-space: nowrap;
}

.skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}

/*
   Type
   ========================================================================== */
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-start {
  text-align: start;
}

.text-end {
  text-align: end;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

/*
   Task lists
   ========================================================================== */
.task-list {
  padding: 0;
}
.task-list li {
  list-style-type: none;
}
.task-list .task-list-item-checkbox {
  margin-inline-end: 0.5em;
  opacity: 1;
}

.task-list .task-list {
  margin-inline-start: 1em;
}

/*
   Alignment
   ========================================================================== */
/* clearfix */
.cf {
  clear: both;
}

.wrapper {
  margin-inline: auto;
  width: 100%;
}

/*
   Images
   ========================================================================== */
/* image align left */
.align-left {
  display: block;
  margin-inline: auto;
}
@media (min-width: 37.5em) {
  .align-left {
    float: left;
    margin-right: 1em;
  }
}

/* image align right */
.align-right {
  display: block;
  margin-inline: auto;
}
@media (min-width: 37.5em) {
  .align-right {
    float: right;
    margin-left: 1em;
  }
}

/* image align center */
.align-center {
  display: block;
  margin-inline: auto;
}

/* file page content container */
@media (min-width: 64em) {
  .full {
    margin-inline-end: -20.3389830508% !important;
  }
}

/*
   Icons
   ========================================================================== */
.icon {
  display: inline-block;
  fill: currentColor;
  width: 1em;
  height: 1.1em;
  line-height: 1;
  position: relative;
  top: -0.1em;
  vertical-align: middle;
}

/* social icons*/
.social-icons .fas,
.social-icons .fab,
.social-icons .far,
.social-icons .fal {
  color: #1a1a2e;
}
.social-icons .fa-behance, .social-icons .fa-behance-square, .social-icons .fa-square-behance {
  color: #1769ff;
}
.social-icons .fa-bitbucket {
  color: #205081;
}
.social-icons .fa-bluesky, .social-icons .fa-square-bluesky {
  color: #1083fe;
}
.social-icons .fa-discord {
  color: #5865f2;
}
.social-icons .fa-dribbble, .social-icons .fa-dribbble-square, .social-icons .fa-square-dribbble {
  color: #ea4c89;
}
.social-icons .fa-facebook, .social-icons .fa-facebook-square, .social-icons .fa-square-facebook, .social-icons .fa-facebook-f {
  color: #3b5998;
}
.social-icons .fa-flickr {
  color: #ff0084;
}
.social-icons .fa-foursquare {
  color: #0072b1;
}
.social-icons .fa-github, .social-icons .fa-github-alt, .social-icons .fa-github-square, .social-icons .fa-square-github {
  color: #171516;
}
.social-icons .fa-gitlab {
  color: #e24329;
}
.social-icons .fa-instagram, .social-icons .fa-square-instagram {
  color: #cd3376;
}
.social-icons .fa-keybase {
  color: #ef7639;
}
.social-icons .fa-lastfm, .social-icons .fa-lastfm-square, .social-icons .fa-square-lastfm {
  color: #d51007;
}
.social-icons .fa-linkedin, .social-icons .fa-linkedin-in {
  color: #007bb6;
}
.social-icons .fa-mastodon {
  color: #2b90d9;
}
.social-icons .fa-pinterest, .social-icons .fa-pinterest-p, .social-icons .fa-pinterest-square, .social-icons .fa-square-pinterest {
  color: #cb2027;
}
.social-icons .fa-reddit {
  color: #ff4500;
}
.social-icons .fa-rss, .social-icons .fa-rss-square, .social-icons .fa-square-rss {
  color: #fa9b39;
}
.social-icons .fa-signal-messenger {
  color: #3a76f0;
}
.social-icons .fa-soundcloud {
  color: #ff3300;
}
.social-icons .fa-stack-exchange, .social-icons .fa-stack-overflow {
  color: #fe7a15;
}
.social-icons .fa-telegram {
  color: #2aabee;
}
.social-icons .fa-tumblr, .social-icons .fa-tumblr-square, .social-icons .fa-square-tumblr {
  color: #32506d;
}
.social-icons .fa-twitter, .social-icons .fa-twitter-square {
  color: #55acee;
}
.social-icons .fa-x-twitter, .social-icons .fa-square-x-twitter {
  color: #0f1419;
}
.social-icons .fa-vimeo, .social-icons .fa-vimeo-square, .social-icons .fa-square-vimeo, .social-icons .fa-vimeo-v {
  color: #1ab7ea;
}
.social-icons .fa-vine {
  color: #00bf8f;
}
.social-icons .fa-whatsapp {
  color: #25d366;
}
.social-icons .fa-xing, .social-icons .fa-xing-square, .social-icons .fa-square-xing {
  color: #006567;
}
.social-icons .fa-youtube {
  color: #bb0000;
}
.social-icons .fa-threads, .social-icons .fa-square-threads, .social-icons .fa-tiktok {
  color: #000000;
}

/*
   Navicons
   ========================================================================== */
.navicon {
  position: relative;
  width: 1.5rem;
  height: 0.25rem;
  background: #5b4ed4;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.navicon::before, .navicon::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  width: 1.5rem;
  height: 0.25rem;
  background: #5b4ed4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.navicon:before {
  top: -0.5rem;
}
.navicon:after {
  bottom: -0.5rem;
}

.close .navicon {
  /* hide the middle line*/
  background: transparent;
  /* overlay the lines by setting both their top values to 0*/
}
.close .navicon:before, .close .navicon:after {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 1.5rem;
}
.close .navicon {
  /* rotate the lines to form the x shape*/
}
.close .navicon:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.close .navicon:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

@supports (pointer-events: none) {
  .greedy-nav__toggle:before {
    content: "";
    position: fixed;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    pointer-events: none;
  }
}
.greedy-nav__toggle.close:before {
  opacity: 0.9;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  pointer-events: auto;
}

.greedy-nav__toggle:hover .navicon,
.greedy-nav__toggle:hover .navicon:before,
.greedy-nav__toggle:hover .navicon:after {
  background: rgb(68.25, 58.5, 159);
}
.greedy-nav__toggle:hover.close .navicon {
  background: transparent;
}

/*
   Sticky, fixed to top content
   ========================================================================== */
@media (min-width: 64em) {
  .sticky {
    clear: both;
  }
  .sticky::after {
    clear: both;
    content: "";
    display: table;
  }
  .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 2em;
  }
  .sticky > * {
    display: block;
  }
}

/*
   Wells
   ========================================================================== */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/*
   Modals
   ========================================================================== */
.show-modal {
  overflow: hidden;
  position: relative;
}
.show-modal::before {
  position: absolute;
  content: "";
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.85);
}
.show-modal .modal {
  display: block;
}

.modal {
  display: none;
  position: fixed;
  width: 300px;
  top: 50%;
  inset-inline-start: 50%;
  margin-inline-start: -150px;
  margin-top: -150px;
  min-height: 0;
  z-index: 9999;
  background: #fff;
  border: 1px solid rgb(241.7, 242.5, 243.1);
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
}
.modal__title {
  margin: 0;
  padding: 0.5em 1em;
}
.modal__supporting-text {
  padding: 0 1em 0.5em 1em;
}
.modal__actions {
  padding: 0.5em 1em;
  border-top: 1px solid rgb(241.7, 242.5, 243.1);
}

/*
   Footnotes
   ========================================================================== */
.footnote {
  color: rgb(155.25, 161.25, 165.75);
  text-decoration: none;
}

.footnotes {
  color: rgb(155.25, 161.25, 165.75);
}
.footnotes ol,
.footnotes li,
.footnotes p {
  margin-bottom: 0;
  font-size: 0.75em;
}

a.reversefootnote {
  color: #7a8288;
  text-decoration: none;
}
a.reversefootnote:hover {
  text-decoration: underline;
}

/*
   Required
   ========================================================================== */
.required {
  color: #ee5f5b;
  font-weight: bold;
}

/*
   Google Custom Search Engine
   ========================================================================== */
.gsc-control-cse table,
.gsc-control-cse tr,
.gsc-control-cse td {
  border: 0; /* remove table borders widget */
}

/*
   Responsive Video Embed
   ========================================================================== */
.responsive-video-container {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.responsive-video-container iframe,
.responsive-video-container object,
.responsive-video-container embed {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
}

:-webkit-full-screen-ancestor .masthead,
:-webkit-full-screen-ancestor .page__footer {
  position: static;
}

/*
   Copy <pre> block to clipboard
   ========================================================================== */
.clipboard-helper {
  font-size: 12pt !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  position: absolute;
}

pre.highlight .clipboard-copy-button {
  color: #ffffca;
}
pre .clipboard-copy-button {
  display: block;
  position: absolute;
  top: 0.6em;
  inset-inline-end: 0.5em;
  width: 1.8em;
  height: 1.5em;
  z-index: 1;
  background: none;
  border: none;
  outline: none;
  border-radius: 0.1em;
  padding: 0.2em 0.5em;
  opacity: 0.4;
  transition: color 0.25s linear -0.25s, opacity 0.25s linear;
}
pre .clipboard-copy-button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
}
pre .clipboard-copy-button i {
  position: absolute;
  top: 0.25em;
  inset-inline-end: 0.25em;
}
pre .clipboard-copy-button i.copied {
  opacity: 0;
}
pre .clipboard-copy-button.copied i {
  opacity: 0;
}
pre .clipboard-copy-button.copied i.copied {
  opacity: 1;
}
.no-copy pre .clipboard-copy-button {
  display: none;
}

pre:hover .clipboard-copy-button {
  opacity: 1;
}

/* Layout specific */
/* ==========================================================================
   SINGLE PAGE/POST
   ========================================================================== */
#main {
  clear: both;
}
#main::after {
  clear: both;
  content: "";
  display: table;
}
#main {
  margin-inline: auto;
  padding-inline: 1em;
  -webkit-animation: intro 0.3s both;
  animation: intro 0.3s both;
  max-width: 100%;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
@media (min-width: 80em) {
  #main {
    max-width: 1280px;
  }
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.initial-content,
.search-content {
  flex: 1 0 auto;
}

@media (min-width: 64em) {
  .page {
    float: inline-end;
    width: calc(100% - 200px);
    padding-inline-end: 200px;
  }
}
@media (min-width: 80em) {
  .page {
    width: calc(100% - 300px);
    padding-inline-end: 300px;
  }
}
.page .page__inner-wrap {
  float: inline-start;
  margin-top: 1em;
  margin-inline: 0;
  width: 100%;
  clear: both;
}
.page .page__inner-wrap .page__content,
.page .page__inner-wrap .page__meta,
.page .page__inner-wrap .comment__date,
.page .page__inner-wrap .page__share {
  position: relative;
  float: inline-start;
  margin-inline: 0;
  width: 100%;
  clear: both;
}

.page__title {
  margin-top: 0;
  line-height: 1;
}
.page__title a {
  color: #1a1a2e;
  text-decoration: none;
}
.page__title + .page__meta, .page__title + .comment__date {
  margin-top: -0.5em;
}

.page__lead {
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.25em;
}

.page__content h2 {
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgb(241.7, 242.5, 243.1);
}
.page__content h1 .header-link, .page__content h2 .header-link, .page__content h3 .header-link, .page__content h4 .header-link, .page__content h5 .header-link, .page__content h6 .header-link {
  position: relative;
  inset-inline-start: 0.5em;
  opacity: 0;
  font-size: 0.8em;
  -webkit-transition: opacity 0.2s ease-in-out 0.1s;
  -moz-transition: opacity 0.2s ease-in-out 0.1s;
  -o-transition: opacity 0.2s ease-in-out 0.1s;
  transition: opacity 0.2s ease-in-out 0.1s;
}
.page__content h1:hover .header-link, .page__content h2:hover .header-link, .page__content h3:hover .header-link, .page__content h4:hover .header-link, .page__content h5:hover .header-link, .page__content h6:hover .header-link {
  opacity: 1;
}
.page__content p,
.page__content li,
.page__content dl {
  font-size: 1em;
}
.page__content {
  /* paragraph indents */
}
.page__content p {
  margin: 0 0 1.3em;
  /* sibling indentation*/
}
.page__content a:not(.btn):hover {
  text-decoration: underline;
}
.page__content a:not(.btn):hover img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.page__content :not(pre) > code {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  font-size: 0.8em;
  background: #fafafa;
  border-radius: 4px;
}
.page__content :not(pre) > code::before, .page__content :not(pre) > code::after {
  letter-spacing: -0.2em;
  content: " "; /* non-breaking space*/
}
.page__content dt {
  margin-top: 1em;
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: bold;
}
.page__content dd {
  margin-inline-start: 1em;
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75em;
}
.page__content .small {
  font-size: 0.75em;
}
.page__content {
  /* blockquote citations */
}
.page__content blockquote + .small {
  margin-top: -1.5em;
  padding-inline-start: 1.25rem;
}
.page__content {
  /* vertical alignment for first content */
}
.page__content :first-child,
.page__content aside + :nth-child(2) {
  margin-top: 0em;
}

.page__hero {
  position: relative;
  margin-bottom: 2em;
  clear: both;
}
.page__hero::after {
  clear: both;
  content: "";
  display: table;
}
.page__hero {
  -webkit-animation: intro 0.3s both;
  animation: intro 0.3s both;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.page__hero--overlay {
  position: relative;
  margin-bottom: 2em;
  padding: 3em 0;
  clear: both;
}
.page__hero--overlay::after {
  clear: both;
  content: "";
  display: table;
}
.page__hero--overlay {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-animation: intro 0.3s both;
  animation: intro 0.3s both;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.page__hero--overlay a {
  color: #fff;
}
.page__hero--overlay .wrapper {
  padding-inline: 1em;
}
@media (min-width: 80em) {
  .page__hero--overlay .wrapper {
    max-width: 1280px;
  }
}
.page__hero--overlay .page__title,
.page__hero--overlay .page__meta,
.page__hero--overlay .comment__date,
.page__hero--overlay .page__lead,
.page__hero--overlay .btn {
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
.page__hero--overlay .page__lead {
  max-width: 768px;
}
.page__hero--overlay .page__title {
  font-size: 1.953em;
}
@media (min-width: 37.5em) {
  .page__hero--overlay .page__title {
    font-size: 2.441em;
  }
}

.page__hero-image {
  width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

.page__hero-caption {
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
  margin: 0 auto;
  padding: 2px 5px;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.6875em;
  background: #000;
  text-align: end;
  z-index: 5;
  opacity: 0.5;
  border-radius: 4px 0 0 0;
}
@media (min-width: 64em) {
  .page__hero-caption {
    padding: 5px 10px;
  }
}
.page__hero-caption a {
  color: #fff;
  text-decoration: none;
}

/*
   Social sharing
   ========================================================================== */
.page__share {
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px solid rgb(241.7, 242.5, 243.1);
}
@media (max-width: 37.5em) {
  .page__share .btn span {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

.page__share-title {
  margin-bottom: 10px;
  font-size: 0.75em;
  text-transform: uppercase;
}

/*
   Page meta
   ========================================================================== */
.page__meta, .comment__date {
  margin-top: 2em;
  color: #5a5a7a;
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75em;
}
.page__meta p, .comment__date p {
  margin: 0;
}
.page__meta a, .comment__date a {
  color: inherit;
}

.page__meta-title {
  margin-bottom: 10px;
  font-size: 0.75em;
  text-transform: uppercase;
}

.page__meta-sep::before {
  content: "•";
  padding-inline: 0.5em;
}

/*
   Page taxonomy
   ========================================================================== */
.page__taxonomy .sep {
  display: none;
}
.page__taxonomy strong {
  margin-inline-end: 10px;
}

.page__taxonomy-item {
  display: inline-block;
  margin-inline-end: 5px;
  margin-bottom: 8px;
  padding: 5px 10px;
  text-decoration: none;
  border: 1px solid rgb(181.275, 181.875, 182.325);
  border-radius: 4px;
}
.page__taxonomy-item:hover {
  text-decoration: none;
  color: #4a3ec0;
}

.taxonomy__section {
  margin-bottom: 2em;
  padding-bottom: 1em;
}
.taxonomy__section:not(:last-child) {
  border-bottom: solid 1px rgb(241.7, 242.5, 243.1);
}
.taxonomy__section .archive__item-title {
  margin-top: 0;
}
.taxonomy__section .archive__subtitle {
  clear: both;
  border: 0;
}
.taxonomy__section + .taxonomy__section {
  margin-top: 2em;
}

.taxonomy__title {
  margin-bottom: 0.5em;
  color: #5a5a7a;
}

.taxonomy__count {
  color: #5a5a7a;
}

.taxonomy__index {
  display: grid;
  grid-column-gap: 2em;
  grid-template-columns: repeat(2, 1fr);
  margin: 1.414em 0;
  padding: 0;
  font-size: 0.75em;
  list-style: none;
}
@media (min-width: 64em) {
  .taxonomy__index {
    grid-template-columns: repeat(3, 1fr);
  }
}
.taxonomy__index a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.25em 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgb(241.7, 242.5, 243.1);
}

.back-to-top {
  display: block;
  clear: both;
  color: #5a5a7a;
  font-size: 0.6em;
  text-transform: uppercase;
  text-align: end;
  text-decoration: none;
}

/*
   Comments
   ========================================================================== */
.page__comments {
  float: inline-start;
  margin-inline: 0;
  width: 100%;
  clear: both;
}

.page__comments-title {
  margin-top: 2rem;
  margin-bottom: 10px;
  padding-top: 2rem;
  font-size: 0.75em;
  border-top: 1px solid rgb(241.7, 242.5, 243.1);
  text-transform: uppercase;
}

.page__comments-form {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page__comments-form.disabled input,
.page__comments-form.disabled button,
.page__comments-form.disabled textarea,
.page__comments-form.disabled label {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
}

.comment {
  clear: both;
}
.comment::after {
  clear: both;
  content: "";
  display: table;
}
.comment {
  margin: 1em 0;
}
.comment:not(:last-child) {
  border-bottom: 1px solid rgb(241.7, 242.5, 243.1);
}

.comment__avatar-wrapper {
  float: inline-start;
  width: 60px;
  height: 60px;
}
@media (min-width: 64em) {
  .comment__avatar-wrapper {
    width: 100px;
    height: 100px;
  }
}

.comment__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
@media (min-width: 64em) {
  .comment__avatar {
    width: 80px;
    height: 80px;
    padding: 5px;
    border: 1px solid rgb(241.7, 242.5, 243.1);
  }
}

.comment__content-wrapper {
  float: inline-end;
  width: calc(100% - 60px);
}
@media (min-width: 64em) {
  .comment__content-wrapper {
    width: calc(100% - 100px);
  }
}

.comment__author {
  margin: 0;
}
.comment__author a {
  text-decoration: none;
}

.comment__date {
  margin: 0;
}
.comment__date a {
  text-decoration: none;
}

/*
   Related
   ========================================================================== */
.page__related {
  clear: both;
}
.page__related::after {
  clear: both;
  content: "";
  display: table;
}
.page__related {
  float: inline-start;
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px solid rgb(241.7, 242.5, 243.1);
}
@media (min-width: 64em) {
  .page__related {
    float: inline-end;
    width: calc(100% - 200px);
  }
}
@media (min-width: 80em) {
  .page__related {
    width: calc(100% - 300px);
  }
}
.page__related a {
  color: inherit;
  text-decoration: none;
}

.page__related-title {
  margin-bottom: 10px;
  font-size: 0.75em;
  text-transform: uppercase;
}

/*
   Wide Pages
   ========================================================================== */
@media (min-width: 64em) {
  .wide .page, .wide .page__related {
    padding-inline-end: 0;
  }
}
@media (min-width: 80em) {
  .wide .page, .wide .page__related {
    padding-inline-end: 0;
  }
}

/* ==========================================================================
   ARCHIVE
   ========================================================================== */
.archive {
  margin-top: 1em;
  margin-bottom: 2em;
}
@media (min-width: 64em) {
  .archive {
    float: inline-end;
    width: calc(100% - 200px);
    padding-inline-end: 200px;
  }
}
@media (min-width: 80em) {
  .archive {
    width: calc(100% - 300px);
    padding-inline-end: 300px;
  }
}

.archive__item {
  position: relative;
}
.archive__item a {
  position: relative;
  z-index: 10;
}
.archive__item a[rel=permalink] {
  position: static;
}

.archive__subtitle {
  margin: 1.414em 0 0.5em;
  padding-bottom: 0.5em;
  font-size: 1em;
  color: #5a5a7a;
  border-bottom: 1px solid rgb(241.7, 242.5, 243.1);
}
.archive__subtitle + .list__item .archive__item-title {
  margin-top: 0.5em;
}

.archive__item-title {
  margin-bottom: 0.25em;
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: initial;
  overflow: hidden;
  text-overflow: ellipsis;
}
.archive__item-title a[rel=permalink]::before {
  content: "";
  position: absolute;
  inset: 0;
}
.archive__item-title a + a {
  opacity: 0.5;
}

/* remove border*/
.page__content .archive__item-title {
  margin-top: 1em;
  border-bottom: none;
}

.archive__item-excerpt {
  margin-top: 0;
  font-size: 0.75em;
}
.archive__item-excerpt + p {
  text-indent: 0;
}
.archive__item-excerpt a {
  position: relative;
}

.archive__item-teaser {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.archive__item-teaser img {
  width: 100%;
}

.archive__item-caption {
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
  margin: 0 auto;
  padding: 2px 5px;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.625em;
  background: #000;
  text-align: end;
  z-index: 5;
  opacity: 0.5;
  border-radius: 4px 0 0 0;
}
@media (min-width: 64em) {
  .archive__item-caption {
    padding: 5px 10px;
  }
}
.archive__item-caption a {
  color: #fff;
  text-decoration: none;
}

/*
   List view
   ========================================================================== */
.list__item .page__meta, .list__item .comment__date {
  margin: 0 0 4px;
  font-size: 0.6em;
}

/*
   Grid view
   ========================================================================== */
.archive .grid__wrapper {
  /* extend grid elements to the right */
}
@media (min-width: 64em) {
  .archive .grid__wrapper {
    margin-inline-end: -200px;
  }
}
@media (min-width: 80em) {
  .archive .grid__wrapper {
    margin-inline-end: -300px;
  }
}

.grid__item {
  margin-bottom: 2em;
}
@media (min-width: 37.5em) {
  .grid__item {
    float: inline-start;
    width: 48.9795918367%;
  }
  .grid__item:nth-child(2n+1) {
    clear: both;
    margin-inline-start: 0;
  }
  .grid__item:nth-child(2n+2) {
    clear: none;
    margin-inline-start: 2.0408163265%;
  }
}
@media (min-width: 48em) {
  .grid__item {
    margin-inline: 0; /* override margin*/
    width: 23.7288135593%;
  }
  .grid__item:nth-child(2n+1) {
    clear: none;
  }
  .grid__item:nth-child(4n+1) {
    clear: both;
  }
  .grid__item:nth-child(4n+2) {
    clear: none;
    margin-inline-start: 1.6949152542%;
  }
  .grid__item:nth-child(4n+3) {
    clear: none;
    margin-inline-start: 1.6949152542%;
  }
  .grid__item:nth-child(4n+4) {
    clear: none;
    margin-inline-start: 1.6949152542%;
  }
}
.grid__item .page__meta, .grid__item .comment__date {
  margin: 0 0 4px;
  font-size: 0.6em;
}
.grid__item .page__meta-sep {
  display: block;
}
.grid__item .page__meta-sep::before {
  display: none;
}
.grid__item .archive__item-title {
  margin-top: 0.5em;
  font-size: 1em;
}
.grid__item .archive__item-excerpt {
  display: none;
}
@media (min-width: 48em) {
  .grid__item .archive__item-excerpt {
    display: block;
    font-size: 0.75em;
  }
}
@media (min-width: 37.5em) {
  .grid__item .archive__item-teaser {
    max-height: 200px;
  }
}
@media (min-width: 48em) {
  .grid__item .archive__item-teaser {
    max-height: 120px;
  }
}

/*
   Features
   ========================================================================== */
.feature__wrapper {
  clear: both;
}
.feature__wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.feature__wrapper {
  margin-bottom: 2em;
  border-bottom: 1px solid rgb(241.7, 242.5, 243.1);
}
.feature__wrapper .archive__item-title {
  margin-bottom: 0;
}

.feature__item {
  position: relative;
  margin-bottom: 2em;
  font-size: 1.125em;
}
@media (min-width: 37.5em) {
  .feature__item {
    float: inline-start;
    margin-bottom: 0;
    width: 32.2033898305%;
  }
  .feature__item:nth-child(3n+1) {
    clear: both;
    margin-inline-start: 0;
  }
  .feature__item:nth-child(3n+2) {
    clear: none;
    margin-inline-start: 1.6949152542%;
  }
  .feature__item:nth-child(3n+3) {
    clear: none;
    margin-inline-start: 1.6949152542%;
  }
  .feature__item .feature__item-teaser {
    max-height: 200px;
    overflow: hidden;
  }
}
.feature__item .archive__item-body {
  padding-inline: 1.6949152542%;
}
.feature__item a.btn::before {
  content: "";
  position: absolute;
  inset: 0;
}
.feature__item--left, .feature__item--right {
  position: relative;
  margin-inline: 0;
  width: 100%;
  clear: both;
  font-size: 1.125em;
}
.feature__item--left a.btn::before, .feature__item--right a.btn::before {
  content: "";
  position: absolute;
  inset: 0;
}
.feature__item--left .archive__item-teaser, .feature__item--right .archive__item-teaser {
  margin-bottom: 2em;
}
.feature__item--left {
  float: inline-start;
}
.feature__item--left .archive__item {
  float: inline-start;
}
@media (min-width: 37.5em) {
  .feature__item--left .archive__item-teaser {
    float: inline-start;
    width: 40.6779661017%;
  }
  .feature__item--left .archive__item-body {
    float: inline-end;
    width: 57.6271186441%;
    padding-inline-start: 1.6949152542%;
    padding-inline-end: 1.6949152542%;
  }
}
.feature__item--right {
  float: inline-end;
}
.feature__item--right .archive__item {
  float: inline-end;
}
@media (min-width: 37.5em) {
  .feature__item--right {
    text-align: end;
  }
  .feature__item--right .archive__item-teaser {
    float: inline-end;
    width: 40.6779661017%;
  }
  .feature__item--right .archive__item-body {
    float: inline-start;
    width: 57.6271186441%;
    padding-inline-start: 1.6949152542%;
    padding-inline-end: 1.6949152542%;
  }
}
.feature__item--center {
  position: relative;
  float: inline-start;
  margin-inline: 0;
  width: 100%;
  clear: both;
  font-size: 1.125em;
}
.feature__item--center .archive__item {
  float: inline-start;
  width: 100%;
}
.feature__item--center .archive__item-teaser {
  margin-bottom: 2em;
}
.feature__item--center a.btn::before {
  content: "";
  position: absolute;
  inset: 0;
}
@media (min-width: 37.5em) {
  .feature__item--center {
    text-align: center;
  }
  .feature__item--center .archive__item-teaser {
    margin: 0 auto;
    width: 40.6779661017%;
  }
  .feature__item--center .archive__item-body {
    margin: 0 auto;
    width: 57.6271186441%;
  }
}

/* Place inside an archive layout */
.archive .feature__wrapper .archive__item-title {
  margin-top: 0.25em;
  font-size: 1em;
}
.archive .feature__item,
.archive .feature__item--left,
.archive .feature__item--center,
.archive .feature__item--right {
  font-size: 1em;
}

/*
   Wide Pages
   ========================================================================== */
@media (min-width: 64em) {
  .wide .archive {
    padding-inline-end: 0;
  }
}
@media (min-width: 80em) {
  .wide .archive {
    padding-inline-end: 0;
  }
}

/* Place inside a single layout */
.layout--single .feature__wrapper {
  display: inline-block;
}

/* ==========================================================================
   SIDEBAR
   ========================================================================== */
/*
   Default
   ========================================================================== */
.sidebar {
  clear: both;
}
.sidebar::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 64em) {
  .sidebar {
    float: inline-start;
    width: calc(200px - 1em);
    opacity: 0.75;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  .sidebar:hover {
    opacity: 1;
  }
  .sidebar.sticky {
    overflow-y: auto;
    /* calculate height of nav list
       viewport height - nav height - masthead x-padding
    */
    max-height: calc(100vh - 2em - 2em);
  }
}
@media (min-width: 80em) {
  .sidebar {
    width: calc(300px - 1em);
  }
}
.sidebar > * {
  margin-top: 1em;
  margin-bottom: 1em;
}
.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5,
.sidebar h6 {
  margin-bottom: 0;
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.sidebar p,
.sidebar li {
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75em;
  line-height: 1.5;
}
.sidebar img {
  width: 100%;
}
.sidebar img.emoji {
  width: 20px;
  height: 20px;
}

.sidebar__right {
  margin-bottom: 1em;
}
@media (min-width: 64em) {
  .sidebar__right {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    width: 200px;
    margin-inline-end: -200px;
    padding-inline-start: 1em;
    z-index: 10;
  }
  .sidebar__right.sticky {
    clear: both;
  }
  .sidebar__right.sticky::after {
    clear: both;
    content: "";
    display: table;
  }
  .sidebar__right.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 2em;
    float: inline-end;
  }
  .sidebar__right.sticky .toc .toc__menu {
    overflow-y: auto;
    max-height: calc(100vh - 7em);
  }
}
@media (min-width: 80em) {
  .sidebar__right {
    width: 300px;
    margin-inline-end: -300px;
  }
}

@media (min-width: 64em) {
  .splash .sidebar__right {
    position: relative;
    float: inline-end;
    margin-inline-end: 0;
  }
}
@media (min-width: 80em) {
  .splash .sidebar__right {
    margin-inline-end: 0;
  }
}

/*
   Author profile and links
   ========================================================================== */
.author__avatar {
  display: table-cell;
  vertical-align: top;
  width: 36px;
  height: 36px;
}
@media (min-width: 64em) {
  .author__avatar {
    display: block;
    width: auto;
    height: auto;
  }
}
.author__avatar img {
  max-width: 110px;
  border-radius: 50%;
}
@media (min-width: 64em) {
  .author__avatar img {
    padding: 5px;
    border: 1px solid rgb(241.7, 242.5, 243.1);
  }
}

.author__content {
  display: table-cell;
  vertical-align: top;
  padding-inline: 15px 25px;
  line-height: 1;
}
@media (min-width: 64em) {
  .author__content {
    display: block;
    width: 100%;
    padding-inline: 0;
  }
}
.author__content a {
  color: inherit;
  text-decoration: none;
}

.author__name {
  margin: 0;
}
@media (min-width: 64em) {
  .author__name {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.sidebar .author__name {
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1em;
}

.author__bio {
  margin: 0;
}
@media (min-width: 64em) {
  .author__bio {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.author__urls-wrapper {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  z-index: 20;
  cursor: pointer;
}
.author__urls-wrapper li:last-child a {
  margin-bottom: 0;
}
.author__urls-wrapper .author__urls span.label {
  padding-inline-start: 5px;
}
@media (min-width: 64em) {
  .author__urls-wrapper {
    display: block;
  }
}
.author__urls-wrapper button {
  position: relative;
  margin-bottom: 0;
}
@supports (pointer-events: none) {
  .author__urls-wrapper button:before {
    content: "";
    position: fixed;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
}
.author__urls-wrapper button.open:before {
  pointer-events: auto;
}
@media (min-width: 64em) {
  .author__urls-wrapper button {
    display: none;
  }
}

.author__urls {
  display: none;
  position: absolute;
  inset-inline-end: 0;
  margin-top: 15px;
  padding: 10px;
  list-style-type: none;
  border: 1px solid rgb(241.7, 242.5, 243.1);
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  cursor: default;
}
.author__urls.is--visible {
  display: block;
}
@media (min-width: 64em) {
  .author__urls {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
}
.author__urls::before {
  display: block;
  content: "";
  position: absolute;
  top: -11px;
  inset-inline-start: calc(50% - 10px);
  width: 0;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: rgb(241.7, 242.5, 243.1) transparent;
  z-index: 0;
}
@media (min-width: 64em) {
  .author__urls::before {
    display: none;
  }
}
.author__urls:after {
  display: block;
  content: "";
  position: absolute;
  top: -10px;
  inset-inline-start: calc(50% - 10px);
  width: 0;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: #ffffff transparent;
  z-index: 1;
}
@media (min-width: 64em) {
  .author__urls:after {
    display: none;
  }
}
.author__urls ul {
  padding: 10px;
  list-style-type: none;
}
.author__urls li {
  white-space: nowrap;
}
.author__urls a {
  display: block;
  margin-bottom: 5px;
  padding-block: 2px;
  padding-inline-end: 5px;
  color: inherit;
  font-size: 1em;
  text-decoration: none;
}
.author__urls a:hover {
  text-decoration: underline;
}

/*
   Wide Pages
   ========================================================================== */
.wide .sidebar__right {
  margin-bottom: 1em;
}
@media (min-width: 64em) {
  .wide .sidebar__right {
    position: initial;
    top: initial;
    inset-inline-end: initial;
    width: initial;
    margin-inline-end: initial;
    padding-inline-start: initial;
    z-index: initial;
  }
  .wide .sidebar__right.sticky {
    float: none;
  }
}
@media (min-width: 80em) {
  .wide .sidebar__right {
    width: initial;
    margin-inline-end: initial;
  }
}

/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
@media print {
  [hidden] {
    display: none;
  }
  * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  html {
    margin: 0;
    padding: 0;
    min-height: auto !important;
    font-size: 16px;
  }
  body {
    margin: 0 auto;
    background: #fff !important;
    color: #000 !important;
    font-size: 1rem;
    line-height: 1.5;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #000;
    line-height: 1.2;
    margin-bottom: 0.75rem;
    margin-top: 0;
  }
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
  a,
  a:visited {
    color: #000;
    text-decoration: underline;
    word-wrap: break-word;
  }
  table {
    border-collapse: collapse;
  }
  thead {
    display: table-header-group;
  }
  table,
  th,
  td {
    border-bottom: 1px solid #000;
  }
  td,
  th {
    padding: 8px 16px;
  }
  img {
    border: 0;
    display: block;
    max-width: 100% !important;
    vertical-align: middle;
  }
  hr {
    border: 0;
    border-bottom: 2px solid #bbb;
    height: 0;
    margin: 2.25rem 0;
    padding: 0;
  }
  dt {
    font-weight: bold;
  }
  dd {
    margin: 0;
    margin-bottom: 0.75rem;
  }
  abbr[title],
  acronym[title] {
    border: 0;
    text-decoration: none;
  }
  table,
  blockquote,
  pre,
  code,
  figure,
  li,
  hr,
  ul,
  ol,
  a,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  h4,
  p,
  a {
    orphans: 3;
    widows: 3;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  h1 + p,
  h2 + p,
  h3 + p {
    page-break-before: avoid;
  }
  img {
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: avoid;
  }
  pre {
    white-space: pre-wrap !important;
    word-wrap: break-word;
  }
  a[href^="http://"]:after,
  a[href^="https://"]:after,
  a[href^="ftp://"]:after {
    content: " (" attr(href) ")";
    font-size: 80%;
  }
  abbr[title]:after,
  acronym[title]:after {
    content: " (" attr(title) ")";
  }
  #main {
    max-width: 100%;
  }
  .page {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .page-break,
  .page-break-before {
    page-break-before: always;
  }
  .page-break-after {
    page-break-after: always;
  }
  .no-print {
    display: none;
  }
  a.no-reformat:after {
    content: "";
  }
  abbr[title].no-reformat:after,
  acronym[title].no-reformat:after {
    content: "";
  }
  .page__hero-caption {
    color: #000 !important;
    background: #fff !important;
    opacity: 1;
  }
  .page__hero-caption a {
    color: #000 !important;
  }
  /*
     Hide the following elements on print
     ========================================================================== */
  .masthead,
  .toc,
  .page__share,
  .page__related,
  .pagination,
  .ads,
  .page__footer,
  .page__comments-form,
  .author__avatar,
  .author__content,
  .author__urls-wrapper,
  .nav__list,
  .sidebar,
  .adsbygoogle {
    display: none !important;
    height: 1px !important;
  }
}
/* ============================================================
   AIOSchema — full-width overrides after theme import
   ============================================================ */
/* Allow sections to go full width — remove theme's #main constraint */
@media (min-width: 80em) {
  #main {
    max-width: 100% !important;
    padding-inline: 0 !important;
  }
}
/* Sections always full width — override any parent constraints */
.section {
  width: 100%;
  max-width: 100% !important;
  padding-inline: 0 !important;
}

/* ============================================================
   AIOSchema Unified Theme — Pure CSS Version
   Modular Sections • Dynamic Spacing • No Sass
   ============================================================ */
/* ============================================================
   GLOBAL VARIABLES
   ============================================================ */
:root {
  /* Header + Logo */
  --header-height: 56px;
  --logo-height: 36px;
  /* Color System */
  --color-primary: #3622d6;
  --color-primary-hover: #7c6af5;
  --color-accent: #7c6af5; /* logo mark gradient end */
  --color-text: #1a1a2e;
  --color-text-muted: #3a3a5a;
  --color-text-tertiary: #6a6a88;
  --color-bg: #ffffff;
  --color-bg-secondary: #f7f7f9;
  --color-bg-tertiary: #f0f0f5;
  --color-border: #e0e0ea;
  /* Typography */
  --font-sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-mono: "DM Mono", "Courier New", monospace;
  --font-wordmark: "Syne", sans-serif;
  /* Spacing Scale */
  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
  --space-5: 3rem;
  --space-6: 4rem;
  --space-7: 6rem;
  --space-8: 8rem;
  /* Section Defaults */
  --section-padding-top: var(--space-6);
  --section-padding-bottom: var(--space-6);
  --section-max-width: 1200px;
}

/* ============================================================
   GLOBAL BASE
   ============================================================ */
body {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.2;
  color: var(--color-text);
  background: var(--color-bg);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6,
.page__title,
.archive__item-title,
.toc__menu a {
  font-family: var(--font-wordmark);
  font-weight: 700;
  color: var(--color-text);
}

code, pre, kbd, samp,
.highlight,
.notice code,
.page__meta,
.comment__date {
  font-family: var(--font-mono);
}

/* ============================================================
   HEADER / NAVIGATION
   ============================================================ */
.masthead {
  height: var(--header-height);
  background: var(--color-bg);
  position: sticky;
  top: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
}

.masthead__inner-wrap,
.greedy-nav {
  height: var(--header-height);
  display: flex;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
}

.masthead .site-logo img {
  height: var(--logo-height);
  width: auto;
}

.greedy-nav a {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 0.78em;
  color: var(--color-text);
}

.greedy-nav a:hover {
  color: var(--color-primary);
}

/* ============================================================
   SIDEBAR
   ============================================================ */
.nav__title {
  font-family: var(--font-mono);
  font-size: 0.65em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-text-tertiary);
}

.nav__sub-title {
  font-family: var(--font-wordmark);
  font-weight: 700;
  font-size: 0.8em;
  color: var(--color-text);
}

.nav__items a {
  font-family: var(--font-sans);
  font-size: 0.8em;
  color: var(--color-text-muted);
}

.nav__items a:hover,
.nav__items a.active {
  color: var(--color-primary);
}

/* ============================================================
   TOC
   ============================================================ */
.toc__menu a {
  font-size: 0.8em;
  color: var(--color-text-muted);
  border-bottom-color: var(--color-border);
}

.toc__menu a:hover {
  color: var(--color-primary);
}

/* ============================================================
   FOOTER
   ============================================================ */
.page__footer {
  background: var(--color-bg-secondary);
  border-top: 1px solid var(--color-border);
  color: var(--color-text-tertiary);
}

.page__footer a {
  color: var(--color-primary);
}

.page__footer a:hover {
  text-decoration: underline;
}

/* ============================================================
   TABLES
   ============================================================ */
.page__content table {
  font-size: 0.85em;
}

.page__content th {
  font-family: var(--font-mono);
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-text-tertiary);
  background: var(--color-bg-secondary);
}

.page__content td {
  color: var(--color-text-muted);
  border-color: var(--color-border);
}

.page__content td:first-child {
  font-family: var(--font-mono);
  color: var(--color-primary);
  font-weight: 600;
}

/* ============================================================
   MODULAR SECTION SYSTEM
   ============================================================ */
.section {
  padding-top: var(--section-padding-top);
  padding-bottom: var(--section-padding-bottom);
  margin-left: auto;
  margin-right: auto;
  max-width: var(--section-max-width);
}

/* ============================================================
   HERO — Unified Background + Split Layout
   ============================================================ */
.section--hero {
  background: radial-gradient(ellipse 80% 60% at 50% 0%, #ffffff 0%, #f7f6f2 100%);
  padding: 80px 0 88px;
}

.section--hero .section__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
}

.hero__inner--split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
}

/* Eyebrow */
.hero__eyebrow {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #5b4ed4;
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 12px 5px 10px;
  border: 1px solid rgba(91, 78, 212, 0.2);
  border-radius: 2px;
  background: rgba(91, 78, 212, 0.04);
}

.hero__eyebrow::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #5b4ed4;
  flex-shrink: 0;
}

/* Headline */
.hero__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 5.5vw, 72px);
  font-weight: 800;
  color: #1a1a2e;
  line-height: 1;
  letter-spacing: -1.5px;
  margin-bottom: 28px;
}

.hero__title em {
  font-style: italic;
  color: #5b4ed4;
}

/* Subtitle */
.hero__subtitle {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #3a3a5a;
  line-height: 1.7;
  margin-bottom: 16px;
}

/* Description */
.hero__description {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #7a7a9a;
  line-height: 1.75;
  margin-bottom: 36px;
}

/* Actions */
.hero__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* Primary button */
.btn-primary {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffffff !important;
  background: #5b4ed4;
  border: 1px solid #5b4ed4;
  padding: 13px 22px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 2px;
  transition: background 0.15s ease, transform 0.1s ease;
  white-space: nowrap;
}

.btn-primary:hover {
  background: #4a3ec0;
  border-color: #4a3ec0;
  transform: translateY(-1px);
}

.btn-primary::after {
  content: "→";
  font-style: normal;
}

.btn-primary:visited {
  color: #ffffff !important;
}

/* Secondary */
.btn-secondary {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1a1a2e;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 22px;
  border: 1px solid rgba(26, 26, 46, 0.35);
  border-radius: 2px;
  white-space: nowrap;
}

.btn-secondary::after {
  content: "→";
  font-style: normal;
}

.btn-secondary:visited {
  color: #1a1a2e;
}

/* Provenance Card */
.hero__card {
  display: flex;
  justify-content: center;
}

.provenance-card {
  background: #12121e;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  width: 100%;
  max-width: 440px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.18), 0 4px 16px rgba(0, 0, 0, 0.12);
}

.pcard-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
}

.pcard-dots {
  display: flex;
  gap: 6px;
}

.pcard-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}

.pcard-title {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  flex: 1;
  text-align: center;
}

.pcard-status {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 10px;
  font-weight: 500;
  color: #4fd8a0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.pcard-status-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4fd8a0;
  animation: hpulse 2.2s ease-in-out infinite;
}

@keyframes hpulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
.pcard-body {
  padding: 24px 20px 20px;
}

.pcard-field {
  margin-bottom: 18px;
}

.pcard-label {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 5px;
}

.pcard-value {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 12.5px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.82);
  word-break: break-all;
}

.pcard-value.verified {
  color: #4fd8a0;
}

.pcard-value.anchor {
  color: #f0c060;
}

.pcard-verify {
  display: flex;
  gap: 8px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  flex-wrap: wrap;
}

.verify-badge {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 10px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 2px;
  background: rgba(79, 216, 160, 0.1);
  color: #4fd8a0;
  border: 1px solid rgba(79, 216, 160, 0.2);
}

.verify-badge--anchor {
  background: rgba(240, 192, 96, 0.1);
  color: #f0c060;
  border-color: rgba(240, 192, 96, 0.2);
}

.pcard-footnote {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 9px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.22);
  margin-top: 14px;
  letter-spacing: 0.04em;
}

@media (max-width: 800px) {
  .hero__inner--split {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .hero__card {
    display: none;
  }
  .section--hero .section__inner {
    padding: 0 24px;
  }
  .section--hero {
    padding: 56px 0 64px;
  }
}
/* ============================================================
   COMPLIANCE BAND
   ============================================================ */
.compliance-band {
  background: #1a3a5c;
  padding: 20px 0;
  overflow: hidden;
}

.compliance-scroll {
  display: flex;
  gap: 48px;
  white-space: nowrap;
  animation: scrollLeft 25s linear infinite;
}

@keyframes scrollLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.compliance-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}

.compliance-item strong {
  color: #ffffff;
}

.compliance-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}

/* ============================================================
   FEATURE GRID
   ============================================================ */
.section--feature-grid {
  --section-padding-top: var(--space-6);
  --section-padding-bottom: var(--space-6);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: var(--space-4);
}

/* ============================================================
   FEATURED ARTICLE
   ============================================================ */
.section--featured-article {
  --section-padding-top: var(--space-6);
  --section-padding-bottom: var(--space-6);
}

/* ============================================================
   CTA
   ============================================================ */
.section--cta {
  --section-padding-top: var(--space-5);
  --section-padding-bottom: var(--space-5);
  background: var(--color-bg-secondary);
  text-align: center;
}

/* ============================================================
   UTILITIES
   ============================================================ */
.text-center {
  text-align: center;
}

.max-width-wide {
  max-width: 1400px;
}

.max-width-narrow {
  max-width: 800px;
}

.pad-top-1 {
  padding-top: var(--space-1);
}

.pad-top-2 {
  padding-top: var(--space-2);
}

.pad-top-3 {
  padding-top: var(--space-3);
}

.pad-top-4 {
  padding-top: var(--space-4);
}

.pad-bottom-1 {
  padding-bottom: var(--space-1);
}

.pad-bottom-2 {
  padding-bottom: var(--space-2);
}

.pad-bottom-3 {
  padding-bottom: var(--space-3);
}

.pad-bottom-4 {
  padding-bottom: var(--space-4);
}

/* ============================================================
   TWO COLUMN LAYOUT
   ============================================================ */
.section--two-column .two-column__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-4);
  align-items: center;
}

.two-column--card {
  background: var(--color-bg-secondary);
  padding: var(--space-4);
  border: 1px solid var(--color-border);
  border-radius: 12px;
}

/* ============================================================
   THREE COLUMN LAYOUT
   ============================================================ */
.section--three-column .three-column__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: var(--space-4);
}

.three-column--card {
  background: var(--color-bg-secondary);
  padding: var(--space-4);
  border: 1px solid var(--color-border);
  border-radius: 12px;
}

/* ============================================================
   IMAGE + TEXT BLOCK
   ============================================================ */
.section--image-text .image-text__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-4);
  align-items: center;
}

.image-text__image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.image-text--card {
  background: var(--color-bg-secondary);
  padding: var(--space-4);
  border: 1px solid var(--color-border);
  border-radius: 12px;
}

/* ============================================================
   CARDS GRID
   ============================================================ */
.section--cards .cards__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: var(--space-4);
}

.cards__image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.cards--card {
  background: var(--color-bg-secondary);
  padding: var(--space-4);
  border: 1px solid var(--color-border);
  border-radius: 12px;
}

/* ============================================================
   STATS GRID
   ============================================================ */
.section--stats .stats__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: var(--space-4);
  text-align: center;
}

.stats__number {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color-primary);
}

.stats__label {
  margin-top: var(--space-1);
  font-size: 1rem;
  opacity: 0.8;
}

.stats--card {
  background: var(--color-bg-secondary);
  padding: var(--space-4);
  border: 1px solid var(--color-border);
  border-radius: 12px;
}

/* ============================================================
   LOGOS GRID
   ============================================================ */
.section--logos .logos__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: var(--space-4);
  align-items: center;
  justify-items: center;
}

.logos__item img {
  max-width: 120px;
  height: auto;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

.logos__item img:hover {
  opacity: 1;
}

.logos--card {
  background: var(--color-bg-secondary);
  padding: var(--space-3);
  border: 1px solid var(--color-border);
  border-radius: 12px;
}

/* ============================================================
   PRICING TABLES
   ============================================================ */
.section--pricing .pricing__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: var(--space-4);
}

.pricing__item {
  text-align: center;
  padding: var(--space-4);
}

.pricing--card {
  background: var(--color-bg-secondary);
  border: 1px solid var(--color-border);
  border-radius: 12px;
}

.pricing--highlight {
  border: 2px solid var(--color-primary);
}

.pricing__badge {
  background: var(--color-primary);
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  font-size: 0.8rem;
  margin-bottom: var(--space-2);
  display: inline-block;
}

.pricing__price {
  font-size: 2rem;
  font-weight: 700;
  margin: var(--space-2) 0;
}

.pricing__period {
  font-size: 1rem;
  opacity: 0.7;
}

.pricing__features {
  list-style: none;
  padding: 0;
  margin: var(--space-3) 0;
}

.pricing__features li {
  margin: var(--space-1) 0;
}

.pricing__cta {
  display: inline-block;
  margin-top: var(--space-3);
  padding: 0.75rem 1.5rem;
  background: var(--color-primary);
  color: white;
  border-radius: 8px;
  text-decoration: none;
}

.pricing__cta:hover {
  background: var(--color-primary-hover);
}

/* ============================================================
   FAQ ACCORDION
   ============================================================ */
.section--faq .faq__items {
  display: grid;
  gap: var(--space-3);
}

.faq__question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: var(--space-2) 0;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
}

.faq__answer {
  display: none;
  padding: var(--space-2) 0;
  opacity: 0.9;
}

.faq--card {
  background: var(--color-bg-secondary);
  padding: var(--space-4);
  border: 1px solid var(--color-border);
  border-radius: 12px;
}

/* ============================================================
   MOBILE OPTIMIZATION — AIOSchema Unified Theme
   ============================================================ */
@media (max-width: 768px) {
  /* Global Section Spacing */
  .section {
    --section-padding-top: var(--space-4);
    --section-padding-bottom: var(--space-4);
    padding-left: var(--space-2);
    padding-right: var(--space-2);
  }
  /* Hero */
  .hero__title {
    font-size: 2rem;
    line-height: 1.2;
  }
  .hero__subtitle {
    font-size: 1rem;
  }
  .hero__inner--split {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero__image {
    margin-top: var(--space-3);
  }
  /* Two Column Layout */
  .section--two-column .two-column__inner {
    grid-template-columns: 1fr;
  }
  /* Three Column Layout */
  .section--three-column .three-column__items {
    grid-template-columns: 1fr;
  }
  /* Image + Text Block */
  .section--image-text .image-text__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .image-text__image {
    order: -1; /* image first on mobile */
    margin-bottom: var(--space-3);
  }
  /* Cards Grid */
  .section--cards .cards__grid {
    grid-template-columns: 1fr;
  }
  /* Stats Grid */
  .section--stats .stats__grid {
    grid-template-columns: 1fr 1fr;
  }
  /* Logos Grid */
  .section--logos .logos__grid {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: var(--space-2);
  }
  /* Pricing Tables */
  .section--pricing .pricing__grid {
    grid-template-columns: 1fr;
  }
  /* FAQ */
  .faq__question {
    font-size: 1rem;
  }
}
/* ============================================================
   TABLET OPTIMIZATION — 1024px
   ============================================================ */
@media (max-width: 1024px) {
  /* Reduce section padding slightly */
  .section {
    --section-padding-top: var(--space-5);
    --section-padding-bottom: var(--space-5);
  }
  /* Hero: reduce title size slightly */
  .hero__title {
    font-size: 2.5rem;
  }
  /* Split hero: give more breathing room */
  .hero__inner--split {
    gap: var(--space-3);
  }
  /* Two-column → still two columns, but narrower */
  .section--two-column .two-column__inner {
    gap: var(--space-3);
  }
  /* Three-column → becomes two columns on tablet */
  .section--three-column .three-column__items {
    grid-template-columns: repeat(2, 1fr);
  }
  /* Cards: 2 columns on tablet */
  .section--cards .cards__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  /* Pricing: 2 columns on tablet */
  .section--pricing .pricing__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  /* Logos: tighter grid */
  .section--logos .logos__grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
}
/* ============================================================
   SMALL MOBILE OPTIMIZATION — 480px
   ============================================================ */
@media (max-width: 480px) {
  /* Section padding becomes very tight */
  .section {
    --section-padding-top: var(--space-3);
    --section-padding-bottom: var(--space-3);
    padding-left: var(--space-1);
    padding-right: var(--space-1);
  }
  /* Hero typography shrinks further */
  .hero__title {
    font-size: 1.75rem;
  }
  .hero__subtitle {
    font-size: 0.9rem;
  }
  /* CTA becomes full-width for thumb reach */
  .hero__cta {
    width: 100%;
    text-align: center;
    padding: 1rem;
  }
  /* Stats: collapse to 1 column */
  .section--stats .stats__grid {
    grid-template-columns: 1fr;
  }
  /* Logos: smaller icons */
  .section--logos .logos__grid {
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  }
  /* FAQ: tighter spacing */
  .faq__question {
    font-size: 0.95rem;
  }
}
/* ============================================================
   FLUID TYPOGRAPHY — AIOSchema Unified Theme
   ============================================================ */
/* Hero Title */
.hero__title {
  font-size: clamp(1.75rem, 4vw + 1rem, 3rem);
  line-height: 1.15;
}

/* Hero Subtitle */
.hero__subtitle {
  font-size: clamp(1rem, 1.5vw + 0.5rem, 1.25rem);
}

/* Section Titles (h2) */
.section h2,
.section__title {
  font-size: clamp(1.5rem, 2vw + 1rem, 2.25rem);
}

/* Card Titles, Feature Titles (h3) */
.section h3,
.cards__item-title,
.three-column__item-title {
  font-size: clamp(1.1rem, 1.2vw + 0.6rem, 1.5rem);
}

/* Body Text */
body {
  font-size: clamp(0.95rem, 0.5vw + 0.75rem, 1.05rem);
  line-height: 1.65;
}

/* CTA Buttons */
.hero__cta,
.pricing__cta {
  font-size: clamp(0.9rem, 0.5vw + 0.6rem, 1rem);
}

/* ============================================================
   HEADER SCROLL BEHAVIOR
   ============================================================ */
.masthead {
  transition: transform 0.3s ease;
}

.masthead--hidden {
  transform: translateY(-100%);
}

/* ============================================================
   IMPLEMENTATION LANGUAGE BADGES
   Used on /implementations/ and /conformance/ pages
   for cross-language navigation links
   ============================================================ */
.impl-badge {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 0.7em;
  font-weight: 500;
  padding: 0.2em 0.5em;
  border: 1px solid var(--color-border);
  border-radius: 4px;
  color: var(--color-text-muted);
  text-decoration: none;
  margin-right: 0.25em;
  transition: border-color 0.15s ease, color 0.15s ease;
  white-space: nowrap;
}

.impl-badge:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
  text-decoration: none;
}

.impl-badge--active {
  border-color: var(--color-primary);
  color: var(--color-primary);
  background: rgba(91, 78, 212, 0.06);
}

@media (max-width: 600px) {
  .impl-badge {
    font-size: 0.65em;
    padding: 0.15em 0.4em;
  }
}
/* ============================================================
   HOMEPAGE -- URGENCY BAR
   ============================================================ */
.urgency-bar {
  background: var(--color-primary);
  color: #ffffff;
  text-align: center;
  padding: var(--space-1) var(--space-3);
  font-family: var(--font-sans);
  font-size: 0.82em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  flex-wrap: wrap;
}

.urgency-bar__text {
  color: rgba(255, 255, 255, 0.92);
}

.urgency-bar__link {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
  white-space: nowrap;
}

.urgency-bar__link:hover {
  color: var(--color-primary-hover);
  text-decoration: none;
}

/* ============================================================
   HOMEPAGE -- HERO SECONDARY CTA ROW
   ============================================================ */
.hero-secondary-cta {
  display: flex;
  gap: var(--space-2);
  justify-content: center;
  flex-wrap: wrap;
  padding: var(--space-2) var(--space-3) var(--space-4);
  background: var(--color-bg);
}

/* ============================================================
   HOMEPAGE -- CODE SAMPLE BLOCK
   ============================================================ */
.code-sample {
  background: var(--color-bg-secondary);
  border: 1px solid var(--color-border);
  padding: var(--space-3);
  font-family: var(--font-mono);
  font-size: 0.8em;
  line-height: 1.6;
  overflow-x: auto;
}

.code-sample pre {
  margin: 0;
  white-space: pre;
}

.code-sample__caption {
  margin: var(--space-2) 0 0;
  font-family: var(--font-sans);
  font-size: 0.85em;
  color: var(--color-text-tertiary);
}

/* ============================================================
   HOMEPAGE -- REGULATORY HIGHLIGHT BOX
   ============================================================ */
.regulatory-highlight {
  background: var(--color-bg-secondary);
  border: 1px solid var(--color-border);
  border-left: 4px solid var(--color-primary);
  padding: var(--space-4);
  text-align: center;
}

.regulatory-highlight__date {
  font-family: var(--font-wordmark);
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--color-primary);
  line-height: 1;
  margin-bottom: var(--space-2);
}

.regulatory-highlight__label {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 0.95em;
  color: var(--color-text);
  margin-bottom: var(--space-2);
  line-height: 1.6;
}

.regulatory-highlight__sub {
  font-family: var(--font-sans);
  font-size: 0.82em;
  color: var(--color-text-tertiary);
  line-height: 1.5;
}

/* ============================================================
   HOMEPAGE -- SECTION CTA ROW
   ============================================================ */
.section-cta-row {
  text-align: center;
  padding: var(--space-3) 0 var(--space-4);
}

/* ============================================================
   HOMEPAGE -- IMPL BADGES ROW
   ============================================================ */
.impl-badges-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-1);
  justify-content: center;
  padding: var(--space-2) 0 var(--space-4);
}

/* ============================================================
   HOMEPAGE -- ARTICLES GRID
   ============================================================ */
.section--articles {
  padding: var(--section-padding-top) var(--space-3) var(--section-padding-bottom);
  max-width: var(--section-max-width);
  margin: 0 auto;
}

.articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-4);
  margin-top: var(--space-3);
}

.articles-grid__item {
  border-top: 2px solid var(--color-border);
  padding-top: var(--space-2);
}

.articles-grid__meta {
  font-family: var(--font-mono);
  font-size: 0.72em;
  color: var(--color-text-tertiary);
  margin-bottom: var(--space-1);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.articles-grid__title {
  font-size: 1rem;
  margin-bottom: var(--space-1);
}

.articles-grid__title a {
  color: var(--color-text);
  text-decoration: none;
}

.articles-grid__title a:hover {
  color: var(--color-primary);
}

.articles-grid__excerpt {
  font-size: 0.88em;
  color: var(--color-text-muted);
  line-height: 1.55;
}

@media (max-width: 768px) {
  .articles-grid {
    grid-template-columns: 1fr;
  }
  .hero-secondary-cta {
    flex-direction: column;
    align-items: center;
  }
  .regulatory-highlight__date {
    font-size: 1.8rem;
  }
}
.impl-badges-row__all {
  margin-left: var(--space-2);
}

/* ============================================================
   INNER PAGES — AIOSchema
   Append to bottom of main.scss.
   ============================================================ */
/* ── NAV RESET FIX ───────────────────────────────────────────
   The * { margin:0; padding:0 } in the nav include wipes
   MM's padding. These restore it surgically.
   ---------------------------------------------------------- */
/* Already defined in _page.scss -- this just ensures
   the reset doesn't win via specificity */
#main {
  padding-inline: 1em !important;
}

@media (min-width: 1280px) {
  #main {
    max-width: 1280px;
    margin-inline: auto;
  }
}
/* ── PAGE TITLE ──────────────────────────────────────────────
   ---------------------------------------------------------- */
.page__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.1;
  letter-spacing: -0.5px;
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}
.page__title a {
  color: #1a1a2e;
  text-decoration: none;
}
.page__title a:hover {
  color: #5b4ed4;
}

/* ── PAGE META (read time, date) ─────────────────────────────
   ---------------------------------------------------------- */
.page__meta, .comment__date {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.7em;
  font-weight: 400;
  color: #5a5a7a;
  letter-spacing: 0.05em;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}
.page__meta p, .comment__date p {
  margin: 0;
}
.page__meta i, .comment__date i {
  margin-right: 0.3em;
  color: #5b4ed4;
}

/* ── PAGE CONTENT TYPOGRAPHY ─────────────────────────────────
   ---------------------------------------------------------- */
.page__content {
  /* Headings */
}
.page__content h1, .page__content h2, .page__content h3, .page__content h4, .page__content h5, .page__content h6 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  color: #1a1a2e;
  letter-spacing: -0.3px;
  line-height: 1.15;
}
.page__content h1 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin-top: 1.5em;
}
.page__content h2 {
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  margin-top: 2em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid rgba(26, 26, 46, 0.1);
}
.page__content h3 {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  margin-top: 1.75em;
}
.page__content h4 {
  font-size: 1em;
  font-weight: 700;
  margin-top: 1.5em;
}
.page__content {
  /* Body text */
}
.page__content p, .page__content li, .page__content dd {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 0.975em;
  font-weight: 400;
  color: #2a2a3e;
  line-height: 1.8;
}
.page__content {
  /* Links */
}
.page__content a:not(.btn) {
  color: #5b4ed4;
  text-decoration: none;
  border-bottom: 1px solid rgba(91, 78, 212, 0.25);
  transition: border-color 0.15s, color 0.15s;
}
.page__content a:not(.btn):hover {
  color: #4a3ec0;
  border-bottom-color: #4a3ec0;
  text-decoration: none;
}
.page__content {
  /* Inline code */
}
.page__content :not(pre) > code {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.82em;
  font-weight: 400;
  color: #5b4ed4;
  background: rgba(91, 78, 212, 0.06);
  border: 1px solid rgba(91, 78, 212, 0.15);
  border-radius: 3px;
  padding: 0.1em 0.4em;
}
.page__content :not(pre) > code::before, .page__content :not(pre) > code::after {
  content: none;
}
.page__content {
  /* Code blocks */
}
.page__content pre {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.82em;
  background: #12121e;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 4px;
  padding: 1.25em 1.5em;
  overflow-x: auto;
  line-height: 1.7;
}
.page__content pre code {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  color: #e0e0f0;
  background: none;
  border: none;
  padding: 0;
  font-size: 1em;
}
.page__content pre code::before, .page__content pre code::after {
  content: none;
}
.page__content {
  /* Syntax highlight override -- JSON keys, strings */
}
.page__content .highlight {
  background: #12121e;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 4px;
  margin-bottom: 1.5em;
}
.page__content .highlight pre {
  background: transparent;
  border: none;
  margin: 0;
}
.page__content .highlight {
  /* key tokens */
}
.page__content .highlight .nl, .page__content .highlight .na {
  color: #7c6af5;
}
.page__content .highlight {
  /* string values */
}
.page__content .highlight .s2, .page__content .highlight .s {
  color: #4fd8a0;
}
.page__content .highlight {
  /* numbers */
}
.page__content .highlight .mi, .page__content .highlight .mf {
  color: #f0c060;
}
.page__content .highlight {
  /* comments */
}
.page__content .highlight .c, .page__content .highlight .c1 {
  color: rgba(255, 255, 255, 0.35);
  font-style: italic;
}
.page__content .highlight {
  /* punctuation */
}
.page__content .highlight .p {
  color: rgba(255, 255, 255, 0.5);
}
.page__content .highlight {
  /* booleans / null */
}
.page__content .highlight .kc {
  color: #f0c060;
}
.page__content {
  /* Blockquote */
}
.page__content blockquote {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #5a5a7a;
  border-left: 3px solid #5b4ed4;
  padding: 0.75em 1.25em;
  background: rgba(91, 78, 212, 0.04);
  margin: 1.5em 0;
}
.page__content blockquote p {
  color: #5a5a7a;
  margin: 0;
}
.page__content {
  /* Tables */
}
.page__content table {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 0.85em;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1.5em;
}
.page__content th {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.78em;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5a5a7a;
  background: #f7f6f2;
  border: 1px solid rgba(26, 26, 46, 0.1);
  padding: 0.6em 1em;
  text-align: left;
}
.page__content td {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  color: #3a3a5a;
  border: 1px solid rgba(26, 26, 46, 0.08);
  padding: 0.6em 1em;
  vertical-align: top;
  line-height: 1.6;
}
.page__content {
  /* First column -- field names, mono */
}
.page__content td:first-child {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.85em;
  color: #5b4ed4;
  font-weight: 400;
  white-space: nowrap;
}
.page__content tr:nth-child(even) td {
  background: rgba(26, 26, 46, 0.02);
}
.page__content {
  /* Notice boxes */
}
.page__content .notice {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 0.875em;
  border-radius: 3px;
  border-left-width: 3px;
}

/* ── LEFT SIDEBAR (spec nav) ─────────────────────────────────
   ---------------------------------------------------------- */
.sidebar {
  padding-left: 1em;
  padding-right: 0.5em;
}

.nav__title {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.65em;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(26, 26, 46, 0.45);
  background: transparent;
  padding: 1.25em 0.5em 0.5em;
  border-bottom: 1px solid rgba(26, 26, 46, 0.08);
  margin-bottom: 0.5em;
}

.nav__sub-title {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.65em;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(26, 26, 46, 0.45);
  padding: 0.75em 0.5em 0.25em;
  border-bottom: 1px solid rgba(26, 26, 46, 0.08);
  margin-top: 0.5em;
}

.nav__items a {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 0.82em;
  font-weight: 400;
  color: rgba(26, 26, 46, 0.62);
  text-decoration: none;
  padding: 0.2em 0.5em;
  display: block;
  border-radius: 2px;
  transition: color 0.12s, background 0.12s;
  line-height: 1.5;
}
.nav__items a:hover {
  color: #5b4ed4;
  background: rgba(91, 78, 212, 0.05);
  text-decoration: none;
}

.nav__items .active {
  color: #5b4ed4 !important;
  font-weight: 500;
  background: rgba(91, 78, 212, 0.08);
  margin-inline-start: 0;
  padding-inline: 0.5em;
}

/* ── TOC (right sidebar) ─────────────────────────────────────
   ---------------------------------------------------------- */
.toc {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  background: #ffffff;
  border: 1px solid rgba(26, 26, 46, 0.1);
  border-radius: 3px;
  box-shadow: none;
}
.toc .nav__title {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.65em;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ffffff;
  background: #5b4ed4;
  border-radius: 2px 2px 0 0;
  padding: 0.6em 0.75em;
  border-bottom: none;
  margin-bottom: 0;
}
.toc .active a {
  color: #5b4ed4;
  font-weight: 500;
  background: rgba(91, 78, 212, 0.06);
}

.toc__menu {
  font-size: 0.78em;
}
.toc__menu a {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-weight: 400;
  color: rgba(26, 26, 46, 0.62);
  border-bottom-color: rgba(26, 26, 46, 0.07);
  padding: 0.3em 0.75em;
  line-height: 1.5;
  transition: color 0.12s, background 0.12s;
}
.toc__menu a:hover {
  color: #5b4ed4;
  background: rgba(91, 78, 212, 0.04);
  text-decoration: none;
}
.toc__menu {
  /* nested items */
}
.toc__menu li ul > li a {
  color: rgba(26, 26, 46, 0.5);
  font-size: 0.95em;
}

/* ── BREADCRUMBS ─────────────────────────────────────────────
   ---------------------------------------------------------- */
.breadcrumbs {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.68em;
  letter-spacing: 0.04em;
  color: rgba(26, 26, 46, 0.45);
  padding-inline: 1em;
  padding-top: 0.75em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(26, 26, 46, 0.07);
  background: #f7f6f2;
}
.breadcrumbs a {
  color: #5b4ed4;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .current {
  color: rgba(26, 26, 46, 0.62);
  font-weight: 500;
}

/* ── BUTTONS ─────────────────────────────────────────────────
   ---------------------------------------------------------- */
.btn {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.72em;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.btn--primary {
  background: #5b4ed4;
  border-color: #5b4ed4;
  color: #ffffff;
}
.btn--primary:hover {
  background: #4a3ec0;
  border-color: #4a3ec0;
  color: #ffffff;
}

.btn--inverse {
  background: transparent;
  border-color: rgba(26, 26, 46, 0.25);
  color: #1a1a2e;
}
.btn--inverse:hover {
  background: #1a1a2e;
  border-color: #1a1a2e;
  color: #ffffff;
}

/* ── ARCHIVE / ARTICLE LISTS ─────────────────────────────────
   ---------------------------------------------------------- */
.archive__item-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.1em;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 0.25em;
  line-height: 1.2;
}
.archive__item-title a {
  color: #1a1a2e;
  text-decoration: none;
  border-bottom: none;
}
.archive__item-title a:hover {
  color: #5b4ed4;
}

.archive__item-excerpt {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 0.85em;
  font-weight: 300;
  color: #5a5a7a;
  line-height: 1.65;
}

.archive__subtitle {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.72em;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(26, 26, 46, 0.45);
  border-bottom: 1px solid rgba(26, 26, 46, 0.1);
  padding-bottom: 0.5em;
}

/* ── FOOTER (MM default footer) ──────────────────────────────
   Replaced by custom footer.html on homepage;
   this styles the MM footer on inner pages.
   ---------------------------------------------------------- */
.page__footer {
  background: #0a0a0f;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.56);
}
.page__footer footer {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.72em;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 1.5em 1em;
}
.page__footer a {
  color: rgba(255, 255, 255, 0.56);
  text-decoration: none;
}
.page__footer a:hover {
  color: #ffffff;
}
.page__footer .page__footer-copyright {
  color: rgba(255, 255, 255, 0.56);
}

.social-icons .fab,
.social-icons .fas {
  color: rgba(255, 255, 255, 0.45);
  transition: color 0.15s;
}
.social-icons .fab:hover,
.social-icons .fas:hover {
  color: #ffffff;
}

/* ── SEARCH ──────────────────────────────────────────────────
   ---------------------------------------------------------- */
.search-content .search-input {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 1em;
  border: 1px solid rgba(26, 26, 46, 0.15);
  border-radius: 2px;
  padding: 0.6em 1em;
  color: #1a1a2e;
}
.search-content .search-input:focus {
  outline: none;
  border-color: #5b4ed4;
  box-shadow: 0 0 0 3px rgba(91, 78, 212, 0.12);
}

/* ── RESPONSIVE ──────────────────────────────────────────────
   ---------------------------------------------------------- */
@media (max-width: 768px) {
  .page__title {
    font-size: clamp(1.5rem, 5vw, 2rem);
  }
  .page__content h2 {
    font-size: 1.2rem;
  }
  .page__content h3 {
    font-size: 1.05rem;
  }
  .page__content table {
    font-size: 0.78em;
    display: block;
    overflow-x: auto;
  }
  .page__content td:first-child {
    white-space: normal;
  }
  .sidebar {
    padding-left: 0.5em;
  }
}
/* ============================================================
   MOBILE NAV & RESPONSIVENESS — AIOSchema
   Append to bottom of main.scss after inner-pages block.
   ============================================================ */
/* ── GREEDY NAV — hamburger button ──────────────────────────
   Styles the MM built-in toggle button on inner pages.
   ---------------------------------------------------------- */
.greedy-nav__toggle {
  margin-left: 8px;
  padding: 6px;
  background: none;
  border: none;
  cursor: pointer;
  display: none; /* shown by MM JS when links overflow */
}

/* Navicon bars */
.navicon {
  position: relative;
  width: 22px;
  height: 2px;
  background: #1a1a2e;
  border-radius: 1px;
  transition: background 0.15s;
}
.navicon::before, .navicon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  background: #1a1a2e;
  border-radius: 1px;
  transition: transform 0.2s ease, top 0.2s ease, background 0.15s;
}
.navicon::before {
  top: -7px;
}
.navicon::after {
  top: 7px;
}

/* Navicon → X when open */
.greedy-nav__toggle.close .navicon {
  background: transparent;
}
.greedy-nav__toggle.close .navicon::before {
  top: 0;
  transform: rotate(45deg);
}
.greedy-nav__toggle.close .navicon::after {
  top: 0;
  transform: rotate(-45deg);
}

/* Hidden links dropdown */
.greedy-nav .hidden-links {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0;
  padding: 8px 0;
  background: #ffffff;
  border: 1px solid rgba(26, 26, 46, 0.1);
  border-radius: 3px;
  box-shadow: 0 4px 24px rgba(26, 26, 46, 0.1);
  min-width: 200px;
  z-index: 200;
}
.greedy-nav .hidden-links.hidden {
  display: none;
}
.greedy-nav .hidden-links li {
  display: block;
  border-bottom: 1px solid rgba(26, 26, 46, 0.06);
}
.greedy-nav .hidden-links li:last-child {
  border-bottom: none;
}
.greedy-nav .hidden-links a {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(26, 26, 46, 0.7);
  padding: 10px 20px;
  display: block;
  text-decoration: none;
  transition: color 0.12s, background 0.12s;
}
.greedy-nav .hidden-links a:hover {
  color: #5b4ed4;
  background: rgba(91, 78, 212, 0.04);
}

/* ── MASTHEAD RESPONSIVE ─────────────────────────────────────
   ---------------------------------------------------------- */
@media (max-width: 768px) {
  .masthead__inner-wrap {
    padding: 0 16px;
  }
  /* Shrink logo on mobile */
  .masthead .site-logo img {
    height: 36px;
  }
  /* Hide nav text, show hamburger */
  .greedy-nav .visible-links {
    display: none;
  }
  .greedy-nav__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* Search icon smaller */
  .search__toggle {
    font-size: 14px;
    padding: 6px;
  }
  /* Compliance ticker -- tighter on mobile */
  .compliance-band {
    height: 32px;
  }
  .compliance-item {
    padding: 0 16px;
    font-size: 9px;
  }
}
/* ── HOMEPAGE NAV MOBILE (custom masthead) ───────────────────
   Matches the .masthead__toggle button in nav.html
   ---------------------------------------------------------- */
/* Mobile drawer overlay */
.mobile-nav-drawer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(10, 10, 15, 0.85);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.mobile-nav-drawer.open {
  opacity: 1;
  pointer-events: all;
}

.mobile-nav-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 280px;
  background: #ffffff;
  padding: 24px 0;
  transform: translateX(100%);
  transition: transform 0.25s ease;
  display: flex;
  flex-direction: column;
}
.mobile-nav-drawer.open .mobile-nav-panel {
  transform: translateX(0);
}

.mobile-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px 20px;
  border-bottom: 1px solid rgba(26, 26, 46, 0.08);
  margin-bottom: 8px;
}

.mobile-nav-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  color: rgba(26, 26, 46, 0.5);
  font-size: 20px;
  line-height: 1;
  transition: color 0.15s;
}
.mobile-nav-close:hover {
  color: #1a1a2e;
}

.mobile-nav-links {
  flex: 1;
  padding: 8px 0;
  overflow-y: auto;
}

.mobile-nav-link {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(26, 26, 46, 0.7);
  text-decoration: none;
  display: block;
  padding: 14px 24px;
  border-bottom: 1px solid rgba(26, 26, 46, 0.05);
  transition: color 0.12s, background 0.12s;
}
.mobile-nav-link:hover {
  color: #5b4ed4;
  background: rgba(91, 78, 212, 0.04);
}
.mobile-nav-link--spec {
  color: #5b4ed4;
  font-weight: 500;
}

.mobile-nav-cta {
  margin: 16px 24px 0;
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffffff;
  background: #5b4ed4;
  border: none;
  padding: 13px 22px;
  text-decoration: none;
  display: block;
  text-align: center;
  border-radius: 2px;
  transition: background 0.15s;
}
.mobile-nav-cta:hover {
  background: #4a3ec0;
}

/* ── HOMEPAGE SECTIONS RESPONSIVE ───────────────────────────
   ---------------------------------------------------------- */
@media (max-width: 800px) {
  /* Hero */
  .hero__inner--split {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }
  .hero__card {
    display: none;
  }
  .hero__title {
    font-size: clamp(36px, 8vw, 52px) !important;
  }
  .hero__actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px !important;
  }
  /* Section inner padding */
  .section__inner {
    padding: 0 24px !important;
  }
  /* Dark section grid */
  .standard-grid {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }
  /* Stats */
  .stats__grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  /* Legislation */
  .leg__grid {
    grid-template-columns: 1fr !important;
  }
  /* Audience */
  .audience__grid {
    grid-template-columns: 1fr !important;
  }
  /* How it works */
  .how__steps {
    grid-template-columns: 1fr !important;
  }
  /* Deadline */
  .section--deadline .section__inner {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }
  .deadline__units {
    grid-template-columns: repeat(4, 1fr) !important;
  }
  /* Footer grid */
  .footer__grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 32px !important;
  }
  .footer__brand {
    grid-column: 1/-1 !important;
  }
  /* Trust strip wraps */
  .trust__badges {
    gap: 6px !important;
  }
  .trust__badge {
    font-size: 9px !important;
    padding: 4px 8px !important;
  }
}
@media (max-width: 480px) {
  /* Section padding */
  .section__inner {
    padding: 0 16px !important;
  }
  /* Stats collapse to 1 column */
  .stats__grid {
    grid-template-columns: 1fr !important;
  }
  /* Stats numbers smaller */
  .stats__number {
    font-size: 38px !important;
  }
  /* Deadline units */
  .deadline__unit-num {
    font-size: 24px !important;
  }
  /* Footer collapse */
  .footer__grid {
    grid-template-columns: 1fr !important;
  }
  .footer__bottom {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }
  /* CTA actions stack */
  .cta__actions {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .cta__btn-primary,
  .cta__btn-secondary {
    text-align: center !important;
    justify-content: center !important;
  }
  /* Audience tags wrap tighter */
  .audience__tags {
    gap: 4px !important;
  }
}
@media (max-width: 900px) {
  .standard-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
/* ============================================================
   MASTHEAD — AIOSchema Custom Nav
   Moved from masthead.html inline styles.
   These replace the inline <style> blocks in masthead.html.
   ============================================================ */
/* ── Base masthead ── */
.masthead {
  background: #ffffff;
  border-bottom: 1px solid rgba(26, 26, 46, 0.08);
  position: sticky;
  top: 0;
  z-index: 9999;
  height: 64px;
  display: flex;
  align-items: center;
}

.masthead__inner-wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

/* ── Logo ── */
.masthead__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

/* ── Nav links ── */
.masthead__nav {
  display: flex;
  align-items: center;
  gap: 0;
  justify-content: flex-end;
}

.masthead__nav-link {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(26, 26, 46, 0.6);
  text-decoration: none;
  padding: 8px 16px;
  letter-spacing: 0.01em;
  transition: color 0.15s;
  white-space: nowrap;
}

.masthead__nav-link:hover {
  color: #1a1a2e;
}

.masthead__nav-link--active {
  color: #1a1a2e;
  font-weight: 500;
}

.masthead__nav-link--spec {
  color: #5b4ed4;
  font-weight: 500;
}

.masthead__nav-link--spec:hover {
  color: #4a3ec0;
}

/* ── CTA button ── */
.masthead__cta {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffffff;
  background: #5b4ed4;
  border: 1px solid #5b4ed4;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 2px;
  white-space: nowrap;
  margin-left: 8px;
  transition: background 0.15s;
  flex-shrink: 0;
}

.masthead__cta:hover {
  background: #4a3ec0;
  border-color: #4a3ec0;
}

.masthead__cta:visited {
  color: #ffffff;
}

/* ── Search icon ── */
.masthead__search {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: rgba(26, 26, 46, 0.4);
  cursor: pointer;
  transition: color 0.15s;
  flex-shrink: 0;
  margin-left: 4px;
  background: none;
  border: none;
}

.masthead__search:hover {
  color: #1a1a2e;
}

/* ── Mobile hamburger ── */
.masthead__toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  background: none;
  border: none;
  margin-left: 8px;
}

.masthead__toggle-bar {
  width: 22px;
  height: 1.5px;
  background: #1a1a2e;
  border-radius: 1px;
  transition: opacity 0.15s;
}

/* ── Mobile nav ── */
@media (max-width: 768px) {
  .masthead {
    height: auto;
    min-height: 64px;
    flex-direction: column;
    align-items: stretch;
  }
  .masthead__inner-wrap {
    height: 64px;
    flex-shrink: 0;
    padding: 0 24px;
  }
  .masthead__nav {
    display: none;
  }
  .masthead__cta {
    display: none;
    display: none;
  }
  .masthead__search {
    display: none;
  }
  .masthead__toggle {
    display: flex;
  }
  .masthead__nav.is--visible {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    background: #ffffff;
    border-top: 1px solid rgba(26, 26, 46, 0.08);
    padding: 8px 0;
  }
  .masthead__nav.is--visible .masthead__nav-link {
    padding: 14px 24px;
    width: 100%;
    border-bottom: 1px solid rgba(26, 26, 46, 0.05);
    font-size: 15px;
    white-space: normal;
  }
  .masthead__nav.is--visible ~ .masthead__search {
    display: none;
  }
}
/* ============================================================
   COMPLIANCE BAND
   Reconciled from masthead.html inline styles (source of truth).
   Replaces the earlier compliance-band block in this file.
   ============================================================ */
.compliance-band {
  background: #1a1a2e;
  height: 36px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.compliance-scroll {
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation: compliance-scroll 32s linear infinite;
  will-change: transform;
}

.compliance-band:hover .compliance-scroll {
  animation-play-state: paused;
}

@keyframes compliance-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.compliance-item {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  text-transform: none;
}

.compliance-item strong {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
}

.compliance-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #5b4ed4;
  flex-shrink: 0;
}

/* EMERGENCY MOBILE FIX */
@media (max-width: 768px) {
  /* 1. Kill the 'Greedy' hiding logic */
  .masthead__menu-item {
    display: block !important;
    visibility: visible !important;
  }
  /* 2. Force the menu to the front */
  .masthead__nav {
    position: absolute !important;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff !important;
    z-index: 9999 !important; /* Higher than the status bar */
    display: none;
  }
  .masthead__nav.is--visible {
    display: flex !important;
    flex-direction: column;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
  /* 3. Ensure search icon is visible */
  .masthead__search {
    display: inline-block !important;
    order: 2;
  }
}

/*# sourceMappingURL=main.css.map */