/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

html,
body,
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  font-size: 14px;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-weight: bold;
}
.content code,
.content pre {
  font-family: "JetBrains Mono", Consolas, Menlo, Monaco, "Liberation Mono", "DejaVu Sans Mono", "Courier New", monospace, serif;
  font-size: 12px;
  line-height: 1.5;
}
.content code {
  word-break: break-all;
  word-break: break-word;
  hyphens: auto;
}
@font-face {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/fontawesome-webfont.eot?v=#4.0.3");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=#4.0.3") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff?v=#4.0.3") format("woff"), url("fonts/fontawesome-webfont.ttf?v=#4.0.3") format("truetype"), url("fonts/fontawesome-webfont.svg#fontawesomeregular?v=#4.0.3") format("svg");
}
.tocify-wrapper > .search:before,
.content aside.notice:before,
.content aside.warning:before,
.content aside.success:before {
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.content aside.warning:before {
  content: "\f06a";
}
.content aside.notice:before {
  content: "\f05a";
}
.content aside.success:before {
  content: "\f058";
}
.tocify-wrapper > .search:before {
  content: "\f002";
}
.highlight .c,
.highlight .cm,
.highlight .c1,
.highlight .cs {
  color: #909090;
}
.highlight,
.highlight .w {
  background-color: #121215;
}
/*

Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-license.org/

*/

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #23241f;
}

.hljs,
.hljs-tag,
.hljs-subst {
  color: #f8f8f2;
}

.hljs-strong,
.hljs-emphasis {
  color: #a8a8a2;
}

.hljs-bullet,
.hljs-quote,
.hljs-number,
.hljs-regexp,
.hljs-literal,
.hljs-link {
  color: #ae81ff;
}

.hljs-code,
.hljs-title,
.hljs-section,
.hljs-selector-class {
  color: #a6e22e;
}

.hljs-strong {
  font-weight: bold;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-name,
.hljs-attr {
  color: #f92672;
}

.hljs-symbol,
.hljs-attribute {
  color: #66d9ef;
}

.hljs-params,
.hljs-class .hljs-title {
  color: #f8f8f2;
}

.hljs-string,
.hljs-type,
.hljs-built_in,
.hljs-builtin-name,
.hljs-selector-id,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-addition,
.hljs-variable,
.hljs-template-variable {
  color: #e6db74;
}

.hljs-comment,
.hljs-deletion,
.hljs-meta {
  color: #75715e;
}

/*
Provider Help Center — Light Blue Theme
Blue accent (#2563eb) on light backgrounds matching the Provider Portal
*/
html,
body {
  color: #1e293b;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  height: 100%;
  -webkit-text-size-adjust: none;
}
#toc > ul > li > a > span {
  float: right;
  background-color: #2563eb;
  border-radius: 40px;
  width: 20px;
}
.tocify-wrapper {
  transition: left 0.3s ease-in-out;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  bottom: 0;
  width: 230px;
  background-color: #f1f5f9;
  font-size: 13px;
  font-weight: bold;
  border-right: 1px solid #e2e8f0;
}
.tocify-wrapper .lang-selector {
  display: none;
}
.tocify-wrapper .lang-selector a {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.tocify-wrapper > img {
  display: block;
}
.tocify-wrapper > .search {
  position: relative;
}
.tocify-wrapper > .search input {
  background: #fff;
  border-width: 0 0 1px 0;
  border-color: #cbd5e1;
  padding: 6px 0 6px 20px;
  box-sizing: border-box;
  margin: 10px 15px;
  width: 200px;
  outline: none;
  color: #1e293b;
  border-radius: 0;
}
.tocify-wrapper > .search:before {
  position: absolute;
  top: 17px;
  left: 15px;
  color: #475569;
}
.tocify-wrapper img+.tocify {
  margin-top: 20px;
}
.tocify-wrapper .search-results {
  margin-top: 0;
  box-sizing: border-box;
  height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  transition-property: height, margin;
  transition-duration: 180ms;
  transition-timing-function: ease-in-out;
  background: linear-gradient(to bottom, rgba(0,0,0,0.02), rgba(0,0,0,0) 8px), linear-gradient(to top, rgba(0,0,0,0.02), rgba(0,0,0,0) 8px), linear-gradient(to bottom, #e2e8f0, rgba(226,232,240,0) 1.5px), linear-gradient(to top, #f1f5f9, rgba(241,245,249,0) 1.5px), #e2e8f0;
}
.tocify-wrapper .search-results.visible {
  height: 30%;
  margin-bottom: 1em;
}
.tocify-wrapper .search-results li {
  margin: 1em 15px;
  line-height: 1;
}
.tocify-wrapper .search-results a {
  color: #475569;
  text-decoration: none;
}
.tocify-wrapper .search-results a:hover {
  text-decoration: underline;
}
.tocify-wrapper .tocify-item>a,
.tocify-wrapper .toc-footer li {
  padding: 0 15px 0 15px;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tocify-wrapper ul,
.tocify-wrapper li {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 28px;
}
.tocify-wrapper li {
  color: #475569;
  transition-property: background;
  transition-timing-function: linear;
  transition-duration: 230ms;
}
.tocify-wrapper .tocify-focus {
  box-shadow: 0px 1px 0px rgba(37,99,235,0.15);
  background-color: #2563eb;
  color: #fff;
}
.tocify-wrapper .tocify-subheader {
  display: none;
  background-color: #e2e8f0;
  font-weight: 500;
  background: linear-gradient(to bottom, rgba(0,0,0,0.02), rgba(0,0,0,0) 8px), linear-gradient(to top, rgba(0,0,0,0.02), rgba(0,0,0,0) 8px), linear-gradient(to bottom, #e2e8f0, rgba(226,232,240,0) 1.5px), linear-gradient(to top, #f1f5f9, rgba(241,245,249,0) 1.5px), #e2e8f0;
}
.tocify-wrapper .tocify-subheader .tocify-item>a {
  padding-left: 25px;
  font-size: 12px;
}
.tocify-wrapper .tocify-subheader .tocify-focus {
  background: rgba(37,99,235,0.12);
  color: #2563eb;
  box-shadow: inset 3px 0 0 #2563eb;
}
.tocify-wrapper .tocify-subheader > li:last-child {
  box-shadow: none;
}
.tocify-wrapper .tocify-subheader .tocify-subheader {
  display: none;
  background-color: #e2e8f0;
  font-weight: 500;
}
.tocify-wrapper .tocify-subheader .tocify-subheader .tocify-item>a {
  padding-left: 55px;
  font-size: 12px;
  background: linear-gradient(to bottom, rgba(0,0,0,0.02), rgba(0,0,0,0) 8px), linear-gradient(to top, rgba(0,0,0,0.02), rgba(0,0,0,0) 8px), linear-gradient(to bottom, #e2e8f0, rgba(226,232,240,0) 1.5px), linear-gradient(to top, #f1f5f9, rgba(241,245,249,0) 1.5px), #e2e8f0;
}
.tocify-wrapper .tocify-subheader .tocify-subheader .tocify-item>a > li:last-child {
  box-shadow: none;
}
.tocify-wrapper .tocify-subheader .tocify-subheader .tocify-subheader {
  display: none;
  background-color: #e2e8f0;
  font-weight: 500;
}
.tocify-wrapper .tocify-subheader .tocify-subheader .tocify-subheader .tocify-item>a {
  padding-left: 75px;
  font-size: 12px;
  background: linear-gradient(to bottom, rgba(0,0,0,0.02), rgba(0,0,0,0) 8px), linear-gradient(to top, rgba(0,0,0,0.02), rgba(0,0,0,0) 8px), linear-gradient(to bottom, #e2e8f0, rgba(226,232,240,0) 1.5px), linear-gradient(to top, #f1f5f9, rgba(241,245,249,0) 1.5px), #e2e8f0;
}
.tocify-wrapper .tocify-subheader .tocify-subheader .tocify-subheader .tocify-item>a > li:last-child {
  box-shadow: none;
}
.tocify-wrapper .toc-footer {
  padding: 1em 0;
  margin-top: 1em;
  border-top: 1px dashed #cbd5e1;
}
.tocify-wrapper .toc-footer li,
.tocify-wrapper .toc-footer a {
  color: #2563eb;
  text-decoration: none;
}
.tocify-wrapper .toc-footer a:hover {
  text-decoration: underline;
  color: #1d4ed8;
}
.tocify-wrapper .toc-footer li {
  font-size: 0.8em;
  line-height: 1.7;
  text-decoration: none;
}
#nav-button {
  padding: 0 1.5em 5em 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  color: #2563eb;
  text-decoration: none;
  font-weight: bold;
  opacity: 0.7;
  line-height: 16px;
  transition: left 0.3s ease-in-out;
}
#nav-button span {
  display: block;
  padding: 6px 6px 6px;
  background-color: rgba(255,255,255,0.7);
  transform-origin: 0 0;
  transform: rotate(-90deg) translate(-100%, 0);
  border-radius: 0 0 0 5px;
}
#nav-button img {
  height: 16px;
  vertical-align: bottom;
}
#nav-button:hover {
  opacity: 1;
}
#nav-button.open {
  left: 230px;
}
.page-wrapper {
  margin-left: 230px;
  position: relative;
  z-index: 10;
  background-color: #fff;
  min-height: 100%;
  padding-bottom: 1px;
}
.page-wrapper .dark-box {
  width: 50%;
  background-color: #121215;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.page-wrapper .lang-selector {
  position: fixed;
  z-index: 50;
  top: 48px;
  border-bottom: 5px solid #2563eb;
}
.lang-selector {
  background-color: #0e0e11;
  width: 100%;
  font-weight: bold;
}
.lang-selector a {
  display: block;
  float: left;
  color: #aaa;
  text-decoration: none;
  padding: 0 10px;
  line-height: 30px;
  outline: 0;
}
.lang-selector a:active,
.lang-selector a:focus {
  background-color: #1d4ed8;
  color: #fff;
}
.lang-selector a.active {
  background-color: #2563eb;
  color: #fff;
}
.lang-selector:after {
  content: '';
  clear: both;
  display: block;
}
.content {
  position: relative;
  z-index: 30;
}
.content:after {
  content: '';
  display: block;
  clear: both;
}
.content > h1,
.content > h2,
.content > h3,
.content > h4,
.content > h5,
.content > h6,
.content > p,
.content > table,
.content > ul,
.content > ol,
.content > aside,
.content > dl {
  margin-right: 50%;
  padding: 0 28px;
  box-sizing: border-box;
  display: block;
}
.content > ul,
.content > ol {
  padding-left: 43px;
}
.content > h1,
.content > h2,
.content > div {
  clear: both;
}
.content h1 {
  font-size: 30px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 21px;
  margin-top: 2em;
  border-top: 1px solid #e2e8f0;
  background-image: linear-gradient(to bottom, #f8fafc, #fff);
}
.content h1:first-child,
.content div:first-child + h1 {
  border-top-width: 0;
  margin-top: 0;
}
.content h2 {
  font-size: 20px;
  margin-top: 4em;
  margin-bottom: 0;
  border-top: 1px solid #e2e8f0;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  background-image: linear-gradient(to bottom, rgba(30,41,59,0.02), rgba(30,41,59,0));
}
.content h1 + h2,
.content h1 + div + h2 {
  margin-top: -21px;
  border-top: none;
}
.content h3,
.content h4,
.content h5,
.content h6 {
  font-size: 15px;
  margin-top: 2.5em;
  margin-bottom: 0.8em;
}
.content h4,
.content h5,
.content h6 {
  font-size: 10px;
}
.content hr {
  margin: 2em 0;
  border-top: 2px solid #121215;
  border-bottom: 2px solid #fff;
}
.content table {
  margin-bottom: 1em;
  overflow: auto;
}
.content table th,
.content table td {
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
}
.content table th {
  padding: 5px 10px;
  border-bottom: 1px solid #e2e8f0;
  vertical-align: bottom;
}
.content table td {
  padding: 10px;
}
.content table tr:last-child {
  border-bottom: 1px solid #e2e8f0;
}
.content table tr:nth-child(odd) > td {
  background-color: #f8fafc;
}
.content table tr:nth-child(even) > td {
  background-color: #fff;
}
.content dt {
  font-weight: bold;
}
.content dd {
  margin-left: 15px;
}
.content p,
.content li,
.content dt,
.content dd {
  line-height: 1.6;
  margin-top: 0;
}
.content img {
  max-width: 100%;
}
.content code {
  background-color: rgba(37,99,235,0.08);
  padding: 3px;
  border-radius: 3px;
  color: #2563eb;
}
.content pre>code {
  background-color: transparent;
  padding: 0;
}
.content aside {
  padding-top: 1em;
  padding-bottom: 1em;
  color: #1e293b;
  border-radius: 4px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  background: #eff6ff;
  line-height: 1.6;
  border-left: 4px solid #3b82f6;
}
.content aside.warning {
  background-color: #fffbeb;
  border-left-color: #f59e0b;
}
.content aside.success {
  background-color: #f0fdf4;
  border-left-color: #22c55e;
}
.content aside:before {
  vertical-align: middle;
  padding-right: 0.5em;
  font-size: 14px;
}
.content .search-highlight {
  padding: 2px;
  margin: -2px;
  border-radius: 4px;
  border: 1px solid #2563eb;
  background: linear-gradient(to top left, rgba(37,99,235,0.15) 0%, rgba(37,99,235,0.06) 100%);
}
.content pre,
.content blockquote {
  background-color: #121215;
  color: #fff;
  padding: 2em 28px;
  margin: 0;
  width: 50%;
  float: right;
  clear: right;
  box-sizing: border-box;
rgba(0,0,0,0.4)
}
.content pre > p,
.content blockquote > p {
  margin: 0;
}
.content pre a,
.content blockquote a {
  color: #60a5fa;
  text-decoration: none;
  border-bottom: dashed 1px #444;
}
.content blockquote > p {
  background-color: #0e0e11;
  border-radius: 5px;
  padding: 13px;
  color: #aaa;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
@media (max-width: 930px) {
  .tocify-wrapper {
    left: -230px;
  }
  .tocify-wrapper.open {
    left: 0;
  }
  .page-wrapper {
    margin-left: 0;
  }
  #nav-button {
    display: block;
  }
  .tocify-wrapper .tocify-item > a {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
  }
}
@media (max-width: 700px) {
  .dark-box {
    display: none;
  }
  .tocify-wrapper .lang-selector {
    display: block;
  }
  .page-wrapper .lang-selector {
    display: none;
  }
  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6,
  .content p,
  .content table,
  .content ul,
  .content ol,
  .content aside,
  .content dl {
    margin-right: 0;
  }
  .content pre,
  .content blockquote {
    float: none;
    width: auto;
  }
}
.btn-primary {
  display: inline-block;
  background: #2563eb;
  color: #fff;
  padding: 0.5rem 1.25rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}
.btn-primary:hover {
  background: #1d4ed8;
  color: #fff;
  text-decoration: none;
}
.btn-outline {
  display: inline-block;
  background: transparent;
  color: #2563eb;
  padding: 0.5rem 1.25rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border: 2px solid #2563eb;
  cursor: pointer;
  transition: all 0.2s;
}
.btn-outline:hover {
  background: #2563eb;
  color: #fff;
  text-decoration: none;
}
.content a {
  color: #2563eb;
  text-decoration: none;
}
.content a:hover {
  color: #1d4ed8;
  text-decoration: underline;
}
.tocify-wrapper::-webkit-scrollbar {
  width: 6px;
}
.tocify-wrapper::-webkit-scrollbar-track {
  background: #f1f5f9;
}
.tocify-wrapper::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
}
.tocify-wrapper::-webkit-scrollbar-thumb:hover {
  background: #2563eb;
}
:root {
  --primary: #2563eb;
  --primary-hover: #1d4ed8;
  --bg-card: #fff;
  --text: #1e293b;
  --text-muted: #64748b;
  --border: #e2e8f0;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  height: 48px;
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}
.site-header-inner {
  width: 100%;
  max-width: 100%;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: #1e293b;
}
.site-header-brand:hover {
  text-decoration: none;
  color: #1e293b;
}
.site-header-logo {
  height: 36px;
  border-radius: 4px;
}
.site-header-title {
  font-weight: 700;
  font-size: 1.1rem;
  color: #2563eb;
  white-space: nowrap;
}
.site-header-nav {
  display: flex;
  align-items: center;
  gap: 0;
}
.site-header-nav a {
  color: #64748b;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 6px;
  transition: all 0.15s;
  white-space: nowrap;
}
.site-header-nav a:hover {
  color: #1e293b;
  background: rgba(37,99,235,0.06);
}
.site-header-nav a.active {
  color: #2563eb;
  background: rgba(37,99,235,0.1);
}
.site-header-sep {
  width: 1px;
  height: 16px;
  background: #e2e8f0;
  margin: 0 2px;
}
.tocify-wrapper {
  top: 48px;
  height: calc(100% - 48px);
}
.page-wrapper {
  padding-top: 48px;
}
#nav-button {
  top: 48px;
}
.site-footer {
  position: relative;
  z-index: 30;
  margin-left: 230px;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  padding: 1rem 2rem;
  text-align: center;
  font-size: 14px;
  color: #64748b;
}
.site-footer .footer-main {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
}
.site-footer .footer-link {
  color: #2563eb;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.2s;
}
.site-footer .footer-link:hover {
  color: #1d4ed8;
}
.site-footer .footer-divider {
  color: #cbd5e1;
}
.site-footer .footer-contact-toggle {
  color: #64748b;
  background: none;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  transition: color 0.2s;
}
.site-footer .footer-contact-toggle:hover {
  color: #2563eb;
}
.site-footer .footer-contact-toggle .arrow {
  transition: transform 0.3s;
  font-size: 0.7rem;
}
.site-footer .footer-contact-toggle.open .arrow {
  transform: rotate(180deg);
}
.site-footer .footer-contact-details {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background: rgba(37,99,235,0.03);
  border-radius: 8px;
  margin: 0 auto 0.75rem;
  max-width: 520px;
}
.site-footer .footer-contact-details.open {
  max-height: 160px;
  padding: 0.75rem 1rem;
}
.site-footer .footer-contact-details p {
  margin: 0.25rem 0;
  font-size: 0.95rem;
  color: #475569;
}
.site-footer .footer-contact-details a {
  color: #2563eb;
}
.site-footer .copyright {
  color: #94a3b8;
  font-size: 0.9rem;
  margin: 0;
}
@media (max-width: 930px) {
  .site-footer {
    margin-left: 0;
  }
}
