:root {
  /* Atlassian 2019 color palette */
  /* Reds */
  --red-500:  #BF2600;
  --red-400:  #DE350B;
  --red-300:  #FF5630;
  --red-200:  #FF7452;
  --red-100:  #FF8F73;
  --red-75:   #FFBDAD;
  --red-50:   #FFEBE6;

  /* Yellows */
  --yellow-500:  #FF8B00;
  --yellow-400:  #FF991F;
  --yellow-300:  #FFAB00;
  --yellow-200:  #FFC400;
  --yellow-100:  #FFE380;
  --yellow-75:   #FFF0B3;
  --yellow-50:   #FFFAE6;

  /* Greens */
  --green-500:  #006644;
  --green-400:  #00875A;
  --green-300:  #36B37E;
  --green-200:  #57D9A3;
  --green-100:  #79F2C0;
  --green-75:   #ABF5D1;
  --green-50:   #E3FCEF;

  /* Teals */
  --teal-500:  #008DA6;
  --teal-400:  #00A3BF;
  --teal-300:  #00B8D9;
  --teal-200:  #00C7E6;
  --teal-100:  #79E2F2;
  --teal-75:   #B3F5FF;
  --teal-50:   #E6FCFF;

  /* Blues */
  --blue-500:  #0747A6;
  --blue-400:  #0052CC;
  --blue-300:  #0065FF;
  --blue-200:  #2684FF;
  --blue-100:  #4C9AFF;
  --blue-75:   #B3D4FF;
  --blue-50:   #DEEBFF;

  /* Purples */
  --purple-500:  #403294;
  --purple-400:  #5243AA;
  --purple-300:  #6554C0;
  --purple-200:  #8777D9;
  --purple-100:  #998DD9;
  --purple-75:   #C0B6F2;
  --purple-50:   #EAE6FF;

  /* Neutrals */
  --neutral-900:  #091E42;
  --neutral-800:  #172B4D;
  --neutral-700:  #253858;
  --neutral-600:  #344563;
  --neutral-500:  #42526E;
  --neutral-400:  #505F79;
  --neutral-300:  #5E6C84;
  --neutral-200:  #6B778C;
  --neutral-100:  #7A869A;
  --neutral-90:   #8993A4;
  --neutral-80:   #97A0AF;
  --neutral-70:   #A5ADBA;
  --neutral-60:   #B3BAC5;
  --neutral-50:   #C1C7D0;
  --neutral-40:   #DFE1E6;
  --neutral-30:   #EBECF0;
  --neutral-20:   #F4F5F7;
  --neutral-10:   #FAFBFC;
  --neutral-0:    #FFFFFF;
}
/* Normalize.css - The best CSS Reset Library in 2021
Last updated on Apr 27, 2021 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */


hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
}

/* Text-level semantics
   ========================================================================== */

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

b,
strong {
  font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  margin: 0 0 15px;
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

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

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

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

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/** ----------------------------------- **/

:root {
  --border-radius: 3px;
}

html {
  scroll-padding-top: 75px;
  scroll-behavior: smooth;
}

html, body {
  background: var(--neutral-20);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: var(--neutral-800);
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;

  &:has(.open_menu) { overflow: hidden; }
}

footer {
  font-size: 12px;
  box-sizing: border-box;
  text-align: center;

  .emoji { font-size: 120%; }

  .claude_code_logo {
    width: 1.5em;
    height: 1.5em;
    vertical-align: -0.4em;
  }
}

a {
  text-decoration: none;
  color: var(--blue-400);
}

h1,
h2,
h2 strong,
h3,
h3 strong { font-weight: 500; }

h1 { font-size: 22px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
p { font-size: 15px; }

h4 { margin: 15px 0 5px; }

.page_labels {
  display: flex;
  align-items: center;
}

.page_labels span,
.search_label {
  color: var(--neutral-0);
  font-weight: 700;
  font-size: 11px;
  background: var(--neutral-100);
  display: block;
  margin-left: 6px;
  padding: 3px 6px;
  border-radius: var(--border-radius);
  white-space: nowrap;
  line-height: 1.5;
  box-sizing: border-box;
}

.eazybi_section { display: none; }

.wrap {
  max-width: 1080px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.eazybi_banner {
  display: block;
  margin: 0 auto 20px;
  line-height: 0;

  img {
    cursor: pointer !important;
    max-width: 100%;
  }
}

.eazybi_banner.warning_banner {
  text-align: center;
  border-top: solid 4px;
  border-bottom: solid 4px;
  border-image: repeating-linear-gradient( -75deg, var(--yellow-500), var(--yellow-500) 10px, var(--neutral-900) 10px, var(--neutral-900) 20px) 20;
  padding: 15px 0;
  line-height: 1;
  box-sizing: border-box;
  background: var(--neutral-0);
  font-weight: 500;
}

aside .mobile_visible,
#main_nav .wrap .mobile_visible { display: none; }

@media screen and (max-width: 1110px) {
  #main_nav .wrap { max-width: none; }

  aside .mobile_visible,
  #main_nav .wrap .mobile_visible { display: block; }

  aside .mobile_hidden,
  #main_nav .wrap .mobile_hidden { display: none; }
}

img.emoticon {
  vertical-align: middle;
  max-height: 16px;
  min-width: 16px;
  max-width: 32px;
  width: inherit;
  height: inherit;
}
/*
 * Loaded before the external FontAwesome stylesheet, which is the only reason the stylesheets
 * are split into two manifests.
 *


 */

