@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans&display=swap");
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

/**
 * Basic styling
 */
body {
  font: 500 17px/1.5 "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #292929;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased; }

hr {
  /* Removes the default 1px etched border browsers apply */
  border: none;
  /* Sets the thickness of the bar */
  height: 10px;
  /* Sets the color (Solid Gray) */
  background-color: #e8e8e8;
  /* Ensures the bar doesn't have transparency or weird shading */
  opacity: 1; }

h1, h2, h3, h4, h5, h6 {
  position: inherit;
  background: #fff;
  margin: 0; }

/* Offset them so they stack */
h3 {
  top: 0;
  z-index: 3; }

h4 {
  top: 35px;
  z-index: 2; }

h5 {
  top: 65px;
  z-index: 1; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px; }

h2, h3
.highlight {
  margin-top: 30px; }

p {
  text-align: justify; }

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle; }

/**
 * Figures
 */
figure > img {
  display: block; }

figcaption {
  font-style: italic;
  color: #424242;
  margin-top: 10px; }

@media screen and (max-width: 690px) {
  figcaption {
    display: none; } }
/**
 * Lists
 */
ul, ol {
  margin-left: 30px; }

li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  font-weight: 700;
  color: #424242; }

/**
 * Links
 */
a {
  color: #2774ae;
  text-decoration: none; }
  a:visited {
    color: #194a70;
    color: #2774ae; }
  a:hover {
    color: #194a70;
    text-decoration: underline; }

a {
  color: #2774ae;
  text-decoration: none; }
  a:visited {
    color: #194a70;
    color: #2774ae; }
  a:hover {
    color: #005587;
    text-decoration: underline; }

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 0px solid #2774ae;
  border-radius: 3px;
  padding: 0.08em 0.38em 0.12em;
  border: 1px solid rgba(39, 116, 174, 0.12);
  border-radius: 5px;
  background: rgba(218, 235, 254, 0.58);
  background: #f4f9fe;
  color: rgba(18, 66, 105, 0.98); }

code {
  padding: 1px 5px;
  color: black; }

pre {
  padding: 8px 12px;
  overflow-x: auto; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

.bg-grey {
  background-color: #e8e8e8; }

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(925px - (30px * 2));
  max-width: calc(925px - (30px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }
  @media screen and (max-width: 925px) {
    .wrapper {
      max-width: -webkit-calc(925px - (30px));
      max-width: calc(925px - (30px));
      padding-right: 15px;
      padding-left: 15px; } }

@media screen and (min-width: 1600px) {
  .wrapper {
    max-width: 1280px;
    padding-right: 40px;
    padding-left: 40px; } }
/**
 * Clearfix
 */
.wrapper:after, .footer-col-wrapper:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle; }
  .icon > svg path {
    fill: #828282; }

/**
 * Site header
 */
.site-header {
  border-bottom: 0px solid #e8e8e8;
  min-height: 56px;
  position: relative;
  z-index: 999; }

.site-header-inner {
  max-width: 925px;
  width: 100%;
  box-sizing: border-box; }

.page-wrapper--contained {
  max-width: 925px;
  width: 100%;
  box-sizing: border-box; }

.site-title {
  font-size: 26px;
  font-weight: 800;
  line-height: 56px;
  letter-spacing: 0px;
  margin-bottom: 0;
  float: left;
  color: #2774ae; }
  .site-title, .site-title:visited {
    color: #424242;
    color: #2774ae; }
  .site-title:hover {
    color: #daebfe;
    color: #60a6db;
    color: #005587;
    text-decoration: none; }

.site-nav {
  float: right;
  line-height: 56px; }
  .site-nav .menu-icon {
    display: none; }
  .site-nav .page-link {
    color: #005587;
    font-weight: medium;
    line-height: 1.5; }
    .site-nav .page-link:not(:last-child) {
      margin-right: 20px; }
  @media screen and (max-width: 690px) {
    .site-nav {
      position: absolute;
      top: 9px;
      right: 15px;
      background-color: #ffffff;
      border: 1px solid #e8e8e8;
      border-radius: 5px;
      text-align: right; }
      .site-nav .menu-icon {
        display: block;
        float: right;
        width: 36px;
        height: 26px;
        line-height: 0;
        padding-top: 10px;
        text-align: center; }
        .site-nav .menu-icon > svg {
          width: 18px;
          height: 15px; }
          .site-nav .menu-icon > svg path {
            fill: #424242; }
      .site-nav .trigger {
        clear: both;
        display: none; }
      .site-nav:hover .trigger, .site-nav:focus-within .trigger {
        display: block;
        padding-bottom: 5px; }
      .site-nav .page-link {
        display: block;
        padding: 5px 10px;
        margin-left: 20px; }
        .site-nav .page-link:not(:last-child) {
          margin-right: 0; } }

@media screen and (min-width: 1600px) {
  .site-header--contained .site-header-inner {
    max-width: 925px; }

  .page-wrapper--contained {
    max-width: 925px; } }
/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #e8e8e8;
  padding: 30px 0; }

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px; }

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0; }

.footer-col-wrapper {
  font-size: 15px;
  color: #828282;
  margin-left: -15px; }

.footer-col-wrapper.is-no-social {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(36px, 5vw, 88px);
  margin-left: 0; }

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px; }

.footer-col-wrapper.is-no-social .footer-col {
  float: none;
  padding-left: 0; }

.footer-col-1 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - (30px / 2)); }

.footer-col-2 {
  width: -webkit-calc(10% - (30px / 2));
  width: calc(10% - (30px / 2)); }

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - (30px / 2)); }

.footer-col-wrapper.is-no-social .footer-col-1 {
  width: auto;
  flex: 0 1 44%;
  max-width: 34rem; }

.footer-col-wrapper.is-no-social .footer-col-3 {
  width: auto;
  flex: 1 1 clamp(28rem, 46vw, 43rem);
  max-width: clamp(28rem, 46vw, 43rem); }

.footer-col-wrapper.is-no-social .footer-col-3 p {
  max-width: none; }

@media screen and (max-width: 925px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - (30px / 2)); }

  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); }

  .footer-col-wrapper.is-no-social {
    display: block;
    gap: 0; }

  .footer-col-wrapper.is-no-social .footer-col {
    float: left;
    padding-left: 15px; }

  .footer-col-wrapper.is-no-social .footer-col-1,
  .footer-col-wrapper.is-no-social .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2));
    max-width: none; } }
@media screen and (max-width: 690px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
.float-layout {
  padding: 5px 5px;
  float: left;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin: 0; }

.card-container {
  overflow: hidden;
  border: 0px solid #424242;
  border-radius: 10px;
  margin-bottom: 10px; }

.card {
  color: black;
  min-height: 100%;
  /*replace this it in width: 100%*/
  width: 80%;
  float: right;
  padding-left: 10px;
  padding-right: 10px; }

.card-title {
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  padding-top: 0px; }

.card-desc {
  padding: 0px;
  text-align: left;
  font-size: 16px; }

/*add this it*/
.card-image {
  display: flex; }

div.card-image img {
  width: 25%;
  height: auto;
  margin-top: 5px; }

/* Phone Devices Query */
@media screen and (max-width: 690px) {
  div.card-image img {
    width: 70%;
    height: auto; }

  /*add this it*/
  .card-image {
    flex-direction: column; }

  .card {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px; }

  .card-title {
    text-align: center; } }
.ppl {
  display: inline-block;
  padding: 5px;
  padding-left: 0px;
  width: 100%;
  margin-bottom: 20px; }

.ppl-photo {
  max-width: 20%;
  height: inherit;
  text-align: left;
  margin: 0px;
  margin-right: 10px;
  display: block;
  float: left; }

.ppl-text {
  text-align: left;
  padding-top: 0px;
  maring-top: 0px;
  padding-left: 30px;
  padding-right: 10px; }

.ppl-name {
  font-weight: bold;
  font-size: 18px; }

.ppl-name a {
  color: black; }

.ppl-desc {
  font-size: 16px; }

.bio {
  display: inline-block;
  padding: 5px; }

.bio-photo {
  width: 100%;
  margin: 0 auto; }

.bio-tag {
  font-size: 27px;
  color: #828282;
  color: #005587;
  font-weight: 700;
  text-align: left; }

.bio-summary {
  font-size: 18px; }

.bio-text {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  width: 100%;
  color: #005587; }

.bio-link {
  font-size: 18px; }

.bio-photo-mobile {
  width: 35%;
  float: right;
  margin-left: 15px;
  display: none; }

.cover {
  /* Set background image */
  background: linear-gradient(to top right, #8bb8e8, #daebfe, #ffffff);
  background: linear-gradient(180deg, #edf5fe 0%, #f3f8fe 100%);
  /* Full viewport height */
  height: calc(100vh);
  height: auto;
  width: 100%;
  /* Center the content */
  display: flex;
  justify-content: center;
  align-items: top;
  text-align: center;
  color: white;
  position: relative;
  top: -57px;
  margin-bottom: -57px;
  z-index: 1; }

.cover-container {
  width: 925px;
  padding: 90px 0; }

@media screen and (max-width: 690px) {
  .bio-photo {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2));
    width: 100%;
    display: none; }

  .bio-photo-mobile {
    width: 100%;
    margin: 0 auto;
    display: block; }

  .bio-photo-mobile img {
    max-width: 100%;
    margin: 0 auto; }

  .bio-photo img {
    max-width: 300px;
    margin: 0 auto; }

  .bio-link {
    display: true; }

  .bio {
    padding: 0px;
    width: 100%; }

  .bio-text {
    padding: 0px;
    padding-top: 0px;
    width: 100%; }

  .bio-tag {
    width: 100%;
    font-size: 23px; } }
/**
 * Page content
 */
.page-content {
  padding: 30px 0;
  padding: 15px 0; }

.page-heading {
  font-size: 20px; }

.post-list {
  margin-left: 0;
  list-style: none; }
  .post-list > li {
    margin-bottom: 30px; }

.post-meta {
  font-size: 14.875px;
  color: #828282; }

.post-link {
  display: block;
  font-size: 24px; }

.summary {
  display: block;
  background-color: #2774ae;
  border-radius: 5px;
  border: 2px solid #2774ae;
  margin-top: 10px; }

.summary p:last-child {
  margin-bottom: 0px; }

.summary .summary-header {
  font-weight: bold;
  color: white;
  padding: 5px;
  font-size: 18px; }

.summary .summary-body {
  padding: 5px;
  background-color: #daebfe;
  border-radius: 0 0 5px 5px; }

.postit {
  display: block;
  background-color: #828282;
  border-radius: 5px;
  border: 2px solid #828282;
  margin-bottom: 15px;
  margin-top: 0px; }

.postit .postit-header {
  font-weight: bold;
  color: black;
  padding: 5px; }

.postit .postit-body {
  padding: 5px;
  background-color: #e8e8e8;
  border-radius: 5px; }

.postit .postit-body p {
  margin-bottom: 0px; }

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px; }

.post-title {
  font-size: 32px;
  font-weight: 700;
  color: #424242;
  line-height: 1;
  margin-top: 10px; }
  @media screen and (max-width: 925px) {
    .post-title {
      font-size: 36px; } }

.post-content {
  margin-bottom: 30px; }
  .post-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #424242; }
    @media screen and (max-width: 925px) {
      .post-content h2 {
        font-size: 28px; } }
  .post-content h3 {
    font-size: 26px;
    font-weight: 700;
    color: #424242; }
    @media screen and (max-width: 925px) {
      .post-content h3 {
        font-size: 22px; } }
  .post-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #424242; }
    @media screen and (max-width: 925px) {
      .post-content h4 {
        font-size: 18px; } }

.youtube-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 25px; }

.youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.project-wrapper {
  width: 100%;
  position: block;
  background-color: blue;
  border-radius: 5px;
  border: 2px solid #828282;
  margin-bottom: 30px; }

.project-title {
  font-size: 32px;
  letter-spacing: -1px;
  line-height: 1;
  background-color: red; }
  @media screen and (max-width: 925px) {
    .project-title {
      font-size: 36px; } }

.project-content {
  font-size: 20px;
  background-color: yellow;
  float: right;
  width: 70%; }

.project-image {
  float: left;
  background-color: orange;
  width: 30%; }

@media screen and (max-width: 690px) {
  figure img {
    width: 100% !important; }

  figure .image-double img {
    width: 100% !important; } }
.text-image-img {
  float: left;
  margin-top: 5px;
  margin-left: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  display: inline; }

.float-right {
  float: right !important;
  margin-left: 20px;
  margin-right: 0px; }

@media screen and (max-width: 690px) {
  .text-image-img {
    float: none !important;
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
    width: 80% !important;
    max-height: 400px;
    object-fit: contain; } }
@media screen and (max-width: 690px) {
  .hide-on-mobile {
    display: none !important; } }
.badge {
  background-color: #2774ae;
  color: white;
  padding: 0px 5px;
  text-align: center;
  border-radius: 5px; }

.badge-blue {
  background-color: #2774ae;
  color: white; }

.badge-gold {
  background-color: #ffe366;
  color: #005587; }

.badge-grey {
  background-color: #e8e8e8;
  color: #424242; }

.badge-blue-light {
  background-color: #daebfe;
  color: #005587; }

.badge-blue-lighter {
  background-color: #8bb8e8;
  color: #005587; }

.badge-blue-inverted {
  background: none;
  color: #005587;
  border: 1px solid #005587; }

a.badge-blue-inverted {
  background: white;
  text-decoration: none;
  color: #005587; }

a.badge-blue-inverted:hover {
  background: #2774ae;
  text-decoration: none;
  color: white; }

.badge-gold-inverted {
  background: none;
  color: #ffb81c;
  border: 1px solid #ffb81c; }

.badge-grey-inverted {
  background: none;
  color: #424242;
  border: 1px solid #424242; }

.badge-purple-inverted {
  background: none;
  color: #672c8d;
  border: 1px solid #672c8d; }

.badge-magenta-inverted {
  background: none;
  color: #cb088a;
  border: 1px solid #cb088a; }

.footer-logo {
  width: 40%;
  margin-bottom: 10px; }

@media screen and (max-width: 690px) {
  .footer-logo {
    max-width: 80%; } }
.site-title img {
  max-width: calc(100% - 45px); }

a.callout-button {
  color: #cb088a;
  background: white;
  border: 1px solid #cb088a;
  padding: 4px 10px;
  text-align: center;
  border-radius: 900px; }

a.callout-button:hover {
  text-decoration: none;
  background: linear-gradient(45deg, #2774ae, #672c8d, #cb088a);
  background: linear-gradient(45deg, #cb088a, #cb088a);
  color: white;
  border: 1px solid white; }

a.callout-button-square {
  color: #cb088a;
  background: none;
  border: 2px solid #cb088a;
  padding: 10px 12px;
  text-align: center;
  border-radius: 10px; }

a.callout-button-square:hover {
  text-decoration: none;
  background: linear-gradient(45deg, #2774ae, #672c8d, #cb088a);
  color: white;
  background: #cb088a;
  border: 2px solid #cb088a; }

@keyframes pulsate {
  0% {
    background: linear-gradient(90deg, #2774ae, #cb088a); }
  25% {
    background: linear-gradient(90deg, #2774ae, #672c8d); }
  50% {
    background: linear-gradient(90deg, #cb088a, #2774ae); }
  75% {
    background: linear-gradient(90deg, #672c8d, #cb088a); }
  100% {
    background: linear-gradient(90deg, #2774ae, #cb088a); } }
/* --------- PUBLICATION TREE --------- */
ul.tree, ul.tree ul {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.tree ul {
  margin-left: 10px; }

ul.tree li {
  margin: 0;
  padding: 0 7px;
  line-height: 20px;
  color: #369;
  font-weight: bold;
  border-left: 1px solid #646464;
  position: relative; }

ul.tree li span {
  position: absolute;
  left: -6px;
  top: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 5px; }

ul.tree li:last-child {
  border-left: none; }

ul.tree li:before {
  position: relative;
  top: -0.3em;
  height: 1em;
  width: 12px;
  color: white;
  border-bottom: 1px solid #646464;
  content: "";
  display: inline-block;
  left: -8px; }

ul.tree li:last-child:before {
  border-left: 1px solid #646464; }

/* Modern Ubuntu Terminal Styling */
.terminal-window {
  background-color: #300a24;
  color: #ffffff;
  font-family: 'Ubuntu Mono', 'DejaVu Sans Mono', 'Consolas', monospace;
  font-size: 16px;
  border-radius: 10px;
  max-width: 700px;
  box-shadow: 0 15px 15px -12px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  margin: 20px auto;
  border: 0px solid rgba(255, 255, 255, 0.1); }

/* Centered Header */
.terminal-header {
  background-color: #4c4c4c;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Centers the title */
  padding: 0 15px; }

.header-title {
  color: #ddd;
  font-size: 16px;
  font-weight: bold; }

/* Content Area */
.terminal-content {
  padding: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.4;
  min-height: 400px;
  min-height: auto; }

/* New Utility Classes */
.cmd-green {
  color: #4e9a06;
  font-weight: bold; }

.cmd-red {
  color: #ef2929;
  font-weight: bold; }

.cmd-blue {
  color: #3465a4;
  font-weight: bold; }

.cmd-magenta {
  color: #ff00e1; }

.cmd-gray {
  color: #888a85; }

/* The cursor block */
.cursor {
  background-color: #ffffff;
  color: #ffffff;
  margin-left: 1px;
  padding: 0 4px; }

/* Ensures line breaks work properly without extra tags */
.line {
  display: block;
  min-height: 1.2em; }

@media screen and (max-width: 690px) {
  .terminal-window {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box; }

  .terminal-content {
    min-height: auto;
    height: auto;
    overflow-x: auto; }

  .terminal-content .line {
    min-width: max-content; } }
.docs-page-content {
  padding: 12px 0; }

.docs-wrapper {
  width: min(1180px, calc(100vw - 64px));
  margin: 0 auto;
  display: flex;
  justify-content: center; }

.docs-shell {
  display: flex;
  gap: 44px;
  align-items: start;
  width: 100%;
  max-width: 1060px;
  min-width: 0;
  margin: 0 auto; }

.docs-layout {
  margin-top: 0;
  width: 100%;
  min-width: 0;
  box-sizing: border-box; }

.docs-sidebar {
  flex: 0 0 300px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 24px;
  align-self: start;
  padding: 22px 18px;
  border: 1px solid rgba(39, 116, 174, 0.16);
  border-radius: 12px;
  background: linear-gradient(180deg, #f7fafc 0%, #ffffff 100%);
  box-shadow: 0 12px 28px -24px rgba(0, 85, 135, 0.35); }

.docs-sidebar-block + .docs-sidebar-block {
  margin-top: 24px; }

.docs-sidebar-kicker {
  margin-bottom: 6px;
  color: #005587;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase; }

.docs-sidebar-title {
  color: #005587;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1; }

.docs-sidebar-description {
  margin: 10px 0 0;
  color: #424242;
  font-size: 15px;
  line-height: 1.5; }

.docs-sidebar-nav {
  margin-top: 18px; }

.docs-sidebar-item + .docs-sidebar-item {
  margin-top: 8px; }

.docs-sidebar-item.is-active {
  margin-bottom: 2px; }

.docs-sidebar-link,
.docs-sidebar-link:visited {
  display: block;
  padding: 10px 12px;
  border: 1px solid rgba(39, 116, 174, 0.1);
  border-radius: 8px;
  background: white;
  color: #2774ae;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease; }

.docs-sidebar-link:hover {
  border-color: rgba(39, 116, 174, 0.24);
  background: #daebfe;
  color: #005587;
  text-decoration: none; }

.docs-sidebar-link.is-active {
  border-color: #005587;
  background: #005587;
  box-shadow: 0 8px 18px -16px rgba(0, 85, 135, 0.65);
  color: white; }

.docs-sidebar-subnav {
  margin: 8px 2px 2px 2px;
  padding: 8px 0 0 14px;
  border-left: 1px solid rgba(39, 116, 174, 0.14); }

.docs-sidebar-heading {
  margin-bottom: 8px;
  color: #828282;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase; }

.docs-page-toc {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left; }

.docs-page-toc li {
  margin: 0;
  padding: 0; }

.docs-page-toc a,
.docs-page-toc a:visited {
  display: block;
  padding: 4px 8px;
  border-radius: 7px;
  color: #005587;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease; }

.docs-page-toc a:hover {
  color: #005587;
  background: rgba(39, 116, 174, 0.08);
  text-decoration: none; }

.docs-page-toc a.is-current {
  background: rgba(39, 116, 174, 0.12);
  color: #005587;
  font-weight: 700;
  transform: translateX(2px); }

.docs-sidebar-guides {
  margin-top: 10px; }

.docs-page-toc-guide-item > a,
.docs-page-toc-guide-item > a:visited {
  position: relative;
  padding: 6px 10px 6px 22px;
  color: rgba(39, 62, 84, 0.92); }

.docs-page-toc-guide-item > a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 9px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(39, 116, 174, 0.24);
  transform: translateY(-50%); }

.docs-page-toc-guide-item > a:hover {
  background: rgba(39, 116, 174, 0.06); }

.docs-page-toc-guide-item > a.is-current {
  background: rgba(39, 116, 174, 0.1);
  font-weight: 700;
  transform: none; }

.docs-page-toc-guide-item > a.is-current::before {
  background: rgba(39, 116, 174, 0.72); }

.docs-page-toc-guide-item {
  margin: 0;
  padding: 0; }

.docs-page-toc-guide-sections {
  margin: 8px 0 2px 16px;
  padding: 8px 0 0 12px;
  border-left: 1px solid rgba(39, 116, 174, 0.14); }

.docs-page-toc-guide-sections .docs-sidebar-heading {
  margin-bottom: 7px;
  font-size: 11px;
  color: rgba(112, 117, 125, 0.96); }

.docs-page-toc-guide-sections-list {
  gap: 5px; }

.docs-page-toc-guide-sections-list a,
.docs-page-toc-guide-sections-list a:visited {
  padding: 4px 8px;
  color: rgba(39, 62, 84, 0.92);
  font-size: 13px; }

.docs-page-toc-guide-sections-list a:hover {
  background: rgba(39, 116, 174, 0.06); }

.docs-main {
  flex: 1 1 680px;
  min-width: 0;
  width: auto;
  max-width: none;
  box-sizing: border-box; }

.docs-main .post-header,
.docs-main .post-content {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box; }

.docs-main .post-title,
.docs-main .docs-intro,
.docs-main p,
.docs-main li,
.docs-sidebar p,
.docs-sidebar li,
.docs-page-toc,
.docs-page-toc a {
  text-align: left; }

.docs-main,
.docs-main * {
  overflow-wrap: break-word; }

.docs-kicker {
  margin: 0 0 8px;
  color: #005587;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase; }

.docs-intro {
  max-width: none;
  color: #424242;
  font-size: 20px;
  line-height: 1.5; }

.docs-note {
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(39, 116, 174, 0.18);
  border-radius: 9px;
  background: #f8fbfd;
  color: #424242; }

.docs-note a {
  color: #005587;
  font-weight: 700; }

.docs-footnote {
  margin: 14px 0 0;
  padding: 0 0 0 12px;
  border-left: 2px solid rgba(92, 103, 112, 0.18);
  color: rgba(92, 103, 112, 0.96);
  font-size: 14px;
  line-height: 1.45; }

.docs-footnote code {
  display: inline-block;
  margin: 0 2px;
  padding: 0.1em 0.44em 0.16em;
  border-radius: 6px;
  background: rgba(92, 103, 112, 0.1) !important;
  color: rgba(70, 72, 80, 0.98) !important;
  font-family: 'Ubuntu Mono', 'DejaVu Sans Mono', 'Consolas', monospace !important;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.25;
  white-space: nowrap;
  word-break: normal !important;
  overflow-wrap: normal !important;
  vertical-align: 0.02em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone; }

.docs-footnote strong {
  color: #424242;
  font-weight: 700; }

.docs-footnote a {
  color: #424242;
  font-weight: 700; }

.docs-footnote-large {
  margin-top: 18px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 1.55; }

.docs-footnote-large p {
  margin: 0; }

.docs-footnote-large p + p {
  margin-top: 10px; }

.docs-footnote-large code {
  font-size: 0.88em; }

.docs-footnote + .docs-step-panel,
.docs-footnote + .docs-procedure-step {
  margin-top: 18px; }

.docs-overview-quickstart {
  margin-bottom: 28px; }

.docs-overview-quickstart-title,
.docs-overview-quickstart p {
  margin: 0 0 12px; }

.docs-overview-quickstart-title {
  font-size: 1.05em; }

.docs-overview-quickstart-list {
  margin: 0 0 16px 1.5em;
  padding-left: 1.1em; }

.docs-overview-quickstart-list li + li {
  margin-top: 6px; }

.docs-overview-quickstart p:last-child {
  margin-bottom: 0; }

.docs-client-handoff {
  margin: 24px 0 34px;
  padding: 18px 20px 20px;
  border: 1px solid rgba(39, 116, 174, 0.14);
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 14px 26px -28px rgba(0, 60, 110, 0.28); }

.docs-client-handoff-copy {
  margin-bottom: 16px; }

.docs-client-handoff-copy h3 {
  margin: 0 0 6px;
  color: #424242;
  font-size: 24px;
  line-height: 1.2; }

.docs-client-handoff-copy p {
  margin: 0;
  color: rgba(92, 103, 112, 0.98); }

.docs-client-handoff-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 16px; }

.docs-client-handoff-item {
  min-width: 0;
  padding: 12px 13px;
  border: 1px solid rgba(39, 116, 174, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78); }

.docs-client-handoff-item strong {
  display: block;
  margin-bottom: 3px;
  color: #005587;
  font-size: 14px; }

.docs-client-handoff-item span {
  display: block;
  color: rgba(64, 68, 76, 0.94);
  font-size: 14px;
  line-height: 1.38; }

.docs-client-handoff-item a {
  color: #005587;
  font-weight: 700; }

.docs-client-handoff-item code {
  padding: 0.04em 0.34em 0.08em;
  border-radius: 5px;
  background: rgba(39, 116, 174, 0.1);
  color: rgba(18, 66, 105, 0.96); }

.docs-client-command-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  align-items: start;
  padding: 12px 13px;
  border: 1px solid rgba(39, 116, 174, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82); }

.docs-client-command-copy {
  min-width: 0; }

.docs-client-command-copy strong {
  display: block;
  margin-bottom: 3px;
  color: #005587;
  font-size: 14px;
  line-height: 1.3; }

.docs-client-command-copy span {
  display: block;
  color: rgba(76, 92, 108, 0.84);
  font-size: 13px;
  line-height: 1.35; }

.docs-client-command-card .docs-client-command-line {
  display: block;
  min-width: 0;
  padding: 7px 10px 8px;
  overflow-x: auto;
  border: 1px solid rgba(39, 116, 174, 0.14);
  border-radius: 6px;
  background: rgba(218, 235, 254, 0.52) !important;
  color: rgba(18, 66, 105, 0.98) !important;
  font-family: 'Ubuntu Mono', 'DejaVu Sans Mono', 'Consolas', monospace !important;
  font-size: 15px;
  line-height: 1.35;
  white-space: nowrap; }

.docs-client-command-card p {
  margin: 0;
  padding: 0;
  color: rgba(92, 103, 112, 0.98);
  font-size: 13.5px;
  line-height: 1.4; }

.docs-client-setup-page :not(pre) > code {
  padding: 0.08em 0.38em 0.12em;
  border: 1px solid rgba(39, 116, 174, 0.12);
  border-radius: 5px;
  background: rgba(218, 235, 254, 0.58);
  color: rgba(18, 66, 105, 0.98); }

.docs-client-code-card {
  position: relative;
  overflow: hidden;
  margin: 14px 0 24px;
  border: 1px solid rgba(39, 116, 174, 0.14);
  border-radius: 14px;
  background: linear-gradient(180deg, #fbfdff 0%, #f6faff 100%);
  box-shadow: 0 18px 30px -30px rgba(0, 85, 135, 0.45); }

.docs-client-code-card::before {
  content: attr(data-code-label);
  display: block;
  min-height: 18px;
  padding: 10px 122px 10px 58px;
  border-bottom: 1px solid rgba(39, 116, 174, 0.1);
  background: radial-gradient(circle at 18px 50%, rgba(240, 99, 93, 0.85) 0 4px, transparent 4.5px), radial-gradient(circle at 31px 50%, rgba(241, 183, 57, 0.85) 0 4px, transparent 4.5px), radial-gradient(circle at 44px 50%, rgba(71, 179, 106, 0.85) 0 4px, transparent 4.5px), rgba(241, 247, 252, 0.92);
  color: #424242;
  font-family: 'Ubuntu Mono', 'DejaVu Sans Mono', 'Consolas', monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.3; }

.docs-client-code-card::after {
  content: attr(data-code-kind);
  position: absolute;
  top: 8px;
  right: 14px;
  max-width: 108px;
  overflow: hidden;
  padding: 3px 8px;
  border: 1px solid rgba(39, 116, 174, 0.12);
  border-radius: 999px;
  background: rgba(39, 116, 174, 0.06);
  color: rgba(39, 116, 174, 0.92);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: right;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }

.docs-client-code-card .highlight,
.docs-client-code-card .highlighter-rouge {
  margin: 0;
  background: transparent; }

.docs-client-code-card .highlight pre,
.docs-client-code-card pre.highlight,
.docs-client-code-card pre {
  margin: 0;
  padding: 16px 18px 18px;
  overflow-x: auto;
  border: 0;
  border-radius: 0;
  background: transparent; }

.docs-client-code-card .highlight code,
.docs-client-code-card pre code {
  display: block;
  min-width: max-content;
  padding: 0;
  border: 0;
  background: transparent;
  color: #3d4a5c;
  font-size: 14px;
  line-height: 1.62; }

.docs-client-code-card-large .highlight code,
.docs-client-code-card-large pre code {
  font-size: 13px;
  line-height: 1.55; }

.docs-client-code-card .highlight .nv,
.docs-client-code-card .highlight .nb,
.docs-client-code-card .highlight .nn {
  color: #2f6f7a; }

.docs-client-code-card .highlight .kn,
.docs-client-code-card .highlight .k,
.docs-client-code-card .highlight .o {
  color: #5f6f85;
  font-weight: 700; }

.docs-client-code-card .highlight .s,
.docs-client-code-card .highlight .s1,
.docs-client-code-card .highlight .s2 {
  color: #7d4b68; }

.docs-client-code-card + p {
  margin-top: -4px; }

.docs-command-index {
  display: grid;
  gap: 0;
  margin: 16px 0 30px;
  border-top: 1px solid rgba(39, 116, 174, 0.12);
  border-bottom: 1px solid rgba(39, 116, 174, 0.12); }

.docs-command-index-row {
  display: grid;
  grid-template-columns: minmax(112px, 0.18fr) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 8px 0;
  border-top: 1px solid rgba(39, 116, 174, 0.08); }

.docs-command-index-row:first-child {
  border-top: 0; }

.docs-command-index-row strong {
  padding-top: 3px;
  color: rgba(76, 92, 108, 0.96);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3; }

.docs-command-index.is-compact {
  width: fit-content;
  max-width: 100%;
  margin: 10px 0 20px;
  border: 0; }

.docs-command-index.is-compact .docs-command-index-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 10px;
  align-items: center;
  padding: 0;
  border: 0; }

.docs-command-index.is-compact .docs-command-index-row strong {
  padding: 1px 10px 1px 0;
  border-right: 1px solid rgba(39, 116, 174, 0.14);
  color: rgba(76, 92, 108, 0.92);
  white-space: nowrap; }

.docs-command-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0; }

.docs-command-chip-list code {
  padding: 0.08em 0.42em 0.12em;
  border: 1px solid rgba(39, 116, 174, 0.14);
  border-radius: 6px;
  background: rgba(218, 235, 254, 0.52) !important;
  color: rgba(18, 66, 105, 0.98) !important;
  font-family: 'Ubuntu Mono', 'DejaVu Sans Mono', 'Consolas', monospace !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.32;
  white-space: nowrap; }

.docs-command-chip-list code.is-destructive {
  border-color: rgba(39, 116, 174, 0.14);
  background: rgba(218, 235, 254, 0.52) !important;
  color: rgba(18, 66, 105, 0.98) !important; }

.docs-troubleshooting-stack {
  display: grid;
  gap: 18px;
  margin: 24px 0 30px; }

.docs-trouble-card {
  min-width: 0;
  padding: 18px 20px 20px;
  border: 1px solid rgba(39, 116, 174, 0.14);
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 16px 30px -30px rgba(0, 60, 110, 0.32); }

.docs-trouble-card.is-warning {
  border-color: rgba(197, 121, 22, 0.2);
  background: linear-gradient(180deg, #fffefd 0%, #fff9ef 100%); }

.docs-trouble-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px; }

.docs-trouble-card h2 {
  margin: 0;
  background: transparent;
  color: #424242;
  font-size: 24px;
  line-height: 1.2; }

.docs-trouble-card p {
  margin-bottom: 12px;
  color: rgba(64, 68, 76, 0.95);
  font-size: 15.5px;
  line-height: 1.55; }

.docs-trouble-card-badge {
  flex: 0 0 auto;
  max-width: 100%;
  padding: 6px 9px;
  border: 1px solid rgba(39, 116, 174, 0.14);
  border-radius: 8px;
  background: rgba(218, 235, 254, 0.54);
  color: #005587;
  font-family: 'Ubuntu Mono', 'DejaVu Sans Mono', 'Consolas', monospace;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap; }

.docs-trouble-card.is-warning .docs-trouble-card-badge {
  border-color: rgba(197, 121, 22, 0.2);
  background: #fff2d2;
  color: #8a4f06; }

.docs-trouble-label {
  margin: 14px 0 8px !important;
  color: #005587 !important;
  font-size: 13px !important;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.docs-trouble-card .highlighter-rouge,
.docs-trouble-card .highlight {
  margin: 0 0 14px;
  background: transparent; }

.docs-trouble-card .highlight pre,
.docs-trouble-card pre.highlight,
.docs-trouble-card pre {
  margin: 0;
  padding: 13px 14px;
  border: 1px solid rgba(39, 116, 174, 0.12);
  border-radius: 12px;
  background: #f4f9fe; }

.docs-trouble-card .highlight code,
.docs-trouble-card pre code {
  display: block;
  padding: 0;
  background: transparent;
  color: #334155;
  font-family: 'Ubuntu Mono', 'DejaVu Sans Mono', 'Consolas', monospace;
  font-size: 14px;
  line-height: 1.55; }

.docs-trouble-card code {
  padding: 0.08em 0.38em 0.12em;
  border-radius: 5px;
  background: rgba(39, 116, 174, 0.1);
  color: rgba(18, 66, 105, 0.98);
  font-family: 'Ubuntu Mono', 'DejaVu Sans Mono', 'Consolas', monospace;
  font-size: 0.92em;
  font-weight: 500; }

.docs-trouble-card .highlight code {
  padding: 0;
  background: transparent;
  color: #334155; }

.docs-trouble-checklist,
.docs-trouble-command-list {
  display: grid;
  gap: 8px;
  margin: 10px 0 14px;
  padding: 0;
  list-style: none; }

.docs-trouble-checklist li,
.docs-trouble-command-list li {
  position: relative;
  min-width: 0;
  padding: 9px 11px 9px 38px;
  border: 1px solid rgba(39, 116, 174, 0.1);
  border-radius: 8px;
  background: rgba(248, 251, 253, 0.84);
  color: rgba(64, 68, 76, 0.96);
  font-size: 14.5px;
  line-height: 1.42; }

.docs-trouble-checklist li::before,
.docs-trouble-command-list li::before {
  position: absolute;
  top: 10px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800; }

.docs-trouble-checklist li::before {
  content: "\2713";
  background: rgba(231, 247, 238, 0.96);
  color: #168052;
  font-size: 12px;
  line-height: 1; }

.docs-trouble-command-list li::before {
  content: "\203A";
  background: rgba(218, 235, 254, 0.7);
  color: #005587;
  font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 0.9; }

.docs-trouble-card.is-warning .docs-trouble-command-list li {
  border-color: rgba(197, 121, 22, 0.18);
  background: rgba(255, 246, 223, 0.62);
  color: rgba(92, 67, 34, 0.98); }

.docs-trouble-card.is-warning .docs-trouble-command-list li code {
  background: #fff2d2;
  color: #8a4f06; }

.docs-trouble-card.is-warning .docs-trouble-command-list li::before {
  background: #fff2d2;
  color: #8a4f06; }

.docs-trouble-note {
  margin: 10px 0 2px;
  padding: 0 0 0 12px;
  border-left: 2px solid rgba(92, 103, 112, 0.18);
  color: rgba(92, 103, 112, 0.82);
  font-size: 12.5px;
  line-height: 1.46; }

.docs-trouble-note.is-warning {
  border-left-color: rgba(197, 121, 22, 0.26);
  color: rgba(92, 67, 34, 0.82); }

.docs-trouble-note::before {
  content: "Note: ";
  color: #005587;
  font-weight: 800; }

.docs-trouble-note.is-warning::before {
  content: "Caution: ";
  color: #8a4f06; }

.docs-reset-safety-list {
  display: grid;
  gap: 10px;
  margin: 12px 0 18px; }

.docs-reset-safety-item {
  display: grid;
  grid-template-columns: minmax(142px, 0.28fr) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 12px 14px;
  border: 1px solid rgba(39, 116, 174, 0.12);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 12px 22px -28px rgba(0, 60, 110, 0.28); }

.docs-reset-safety-command code {
  display: inline-block;
  padding: 0.08em 0.42em 0.12em;
  border: 1px solid rgba(39, 116, 174, 0.14);
  border-radius: 6px;
  background: rgba(218, 235, 254, 0.52) !important;
  color: rgba(18, 66, 105, 0.98) !important;
  font-family: 'Ubuntu Mono', 'DejaVu Sans Mono', 'Consolas', monospace !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.32;
  white-space: nowrap; }

.docs-reset-safety-copy strong {
  display: block;
  margin-bottom: 4px;
  color: rgba(64, 68, 76, 0.96);
  font-size: 15px;
  line-height: 1.35; }

.docs-reset-safety-copy p {
  margin: 0;
  color: rgba(76, 92, 108, 0.94);
  font-size: 14px;
  line-height: 1.45; }

.docs-reset-safety-copy p span {
  display: inline-block;
  margin-right: 8px;
  color: #005587;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase; }

.docs-client-verification {
  margin: 18px 0 26px;
  padding: 18px 20px 20px;
  border: 1px solid rgba(39, 116, 174, 0.14);
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 14px 26px -28px rgba(0, 60, 110, 0.28); }

.docs-client-verification-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px; }

.docs-client-verification-header h3 {
  margin: 0 0 5px;
  color: #424242;
  font-size: 24px;
  line-height: 1.2; }

.docs-client-verification-header p {
  margin: 0;
  color: rgba(76, 92, 108, 0.92); }

.docs-client-verification-badge {
  flex: 0 0 auto;
  padding: 7px 10px;
  border: 1px solid rgba(39, 116, 174, 0.16);
  border-radius: 8px;
  background: rgba(218, 235, 254, 0.54);
  color: #005587;
  font-size: 12px;
  font-weight: 700; }

.docs-client-verification-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px; }

.docs-client-verification-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  min-width: 0;
  padding: 12px 13px;
  border: 1px solid rgba(39, 116, 174, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86); }

.docs-client-verification-index {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(39, 116, 174, 0.1);
  color: #005587;
  font-size: 13px;
  font-weight: 800; }

.docs-client-verification-item strong {
  display: block;
  margin-bottom: 3px;
  color: #005587;
  font-size: 14px; }

.docs-client-verification-item p {
  margin: 0;
  color: rgba(64, 68, 76, 0.94);
  font-size: 14px;
  line-height: 1.4; }

.docs-client-result-panel {
  margin: -2px 0 32px;
  padding: 18px 20px 20px;
  border: 1px solid rgba(39, 116, 174, 0.14);
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 14px 26px -28px rgba(0, 60, 110, 0.28); }

.docs-client-result-copy {
  margin-bottom: 14px; }

.docs-client-result-copy h3 {
  margin: 0 0 5px;
  color: #424242;
  font-size: 22px;
  line-height: 1.2; }

.docs-client-result-copy p {
  margin: 0;
  color: rgba(76, 92, 108, 0.92);
  font-size: 14px;
  line-height: 1.45; }

.docs-client-result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 10px; }

.docs-client-result-item {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  min-width: 0;
  padding: 12px 13px;
  border: 1px solid rgba(39, 116, 174, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84); }

.docs-client-result-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: rgba(39, 116, 174, 0.1);
  color: #005587;
  font-size: 13px;
  font-weight: 800; }

.docs-client-result-item strong,
.docs-client-result-item span,
.docs-client-result-note strong,
.docs-client-result-note span {
  display: block; }

.docs-client-result-item strong,
.docs-client-result-note strong {
  margin-bottom: 4px;
  color: #005587;
  font-size: 14px; }

.docs-client-result-item span,
.docs-client-result-note span {
  color: rgba(64, 68, 76, 0.94);
  font-size: 14px;
  line-height: 1.45; }

.docs-client-result-note {
  padding: 12px 13px;
  border: 1px solid rgba(39, 116, 174, 0.12);
  border-radius: 8px;
  background: #f8fbfd; }

@media screen and (max-width: 690px) {
  .docs-client-handoff {
    padding: 14px; }

  .docs-client-handoff-grid {
    grid-template-columns: 1fr; }

  .docs-client-command-card {
    grid-template-columns: 1fr; }

  .docs-client-command-card .docs-client-command-line {
    font-size: 14px; }

  .docs-client-code-card {
    margin: 12px 0 22px; }

  .docs-client-code-card::before {
    padding-right: 14px; }

  .docs-client-code-card::after {
    display: none; }

  .docs-client-code-card .highlight pre,
  .docs-client-code-card pre.highlight,
  .docs-client-code-card pre {
    padding: 14px; }

  .docs-client-code-card .highlight code,
  .docs-client-code-card pre code,
  .docs-client-code-card-large .highlight code,
  .docs-client-code-card-large pre code {
    font-size: 13.5px; }

  .docs-command-index-row {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 9px 0; }

  .docs-command-index-row strong {
    padding-top: 0; }

  .docs-command-chip-list {
    gap: 5px; }

  .docs-command-chip-list code {
    font-size: 13.5px;
    white-space: normal; }

  .docs-troubleshooting-stack {
    gap: 14px;
    margin-top: 18px; }

  .docs-trouble-card {
    padding: 14px; }

  .docs-trouble-card-header {
    flex-direction: column;
    gap: 8px; }

  .docs-trouble-card h2 {
    font-size: 21px; }

  .docs-trouble-card-badge {
    white-space: normal; }

  .docs-trouble-checklist li,
  .docs-trouble-command-list li {
    padding-right: 10px;
    font-size: 14px; }

  .docs-trouble-card .highlight pre,
  .docs-trouble-card pre.highlight,
  .docs-trouble-card pre {
    padding: 12px; }

  .docs-trouble-card .highlight code,
  .docs-trouble-card pre code {
    font-size: 13.5px; }

  .docs-reset-safety-item {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 12px; }

  .docs-client-verification {
    padding: 14px; }

  .docs-client-verification-header {
    flex-direction: column;
    gap: 10px; }

  .docs-client-verification-grid,
  .docs-client-result-grid {
    grid-template-columns: 1fr; }

  .docs-client-result-panel {
    padding: 14px; } }
.docs-admin-readiness {
  margin: 18px 0 34px;
  padding: 18px 20px 20px;
  border: 1px solid rgba(39, 116, 174, 0.14);
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 14px 26px -28px rgba(0, 60, 110, 0.28); }

.docs-admin-readiness-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px; }

.docs-admin-readiness-header h3 {
  margin: 0;
  color: #424242;
  font-size: 24px;
  line-height: 1.2; }

.docs-admin-readiness-badge {
  flex: 0 0 auto;
  padding: 7px 10px;
  border: 1px solid rgba(39, 116, 174, 0.16);
  border-radius: 8px;
  background: rgba(218, 235, 254, 0.54);
  color: #005587;
  font-size: 12px;
  font-weight: 700; }

.docs-admin-readiness-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px; }

.docs-admin-readiness .docs-command-index {
  margin: 2px 0 16px; }

.docs-static-start {
  margin-top: 14px;
  padding-top: 13px;
  border-top: 1px solid rgba(39, 116, 174, 0.12); }

.docs-static-start > strong {
  display: block;
  margin-bottom: 4px;
  color: #005587;
  font-size: 14px; }

.docs-static-start > p {
  margin: 0 0 8px;
  color: rgba(64, 68, 76, 0.94);
  font-size: 14px;
  line-height: 1.42; }

.docs-static-start .docs-command-chip-list {
  margin: 0 0 9px; }

.docs-static-start-note {
  margin-bottom: 0 !important;
  padding-left: 10px;
  border-left: 2px solid rgba(92, 103, 112, 0.18);
  color: rgba(92, 103, 112, 0.96) !important;
  font-size: 13.5px !important; }

.docs-static-start-note code {
  display: inline-block;
  margin: 0 2px;
  padding: 0.08em 0.38em 0.12em;
  border-radius: 5px;
  background: rgba(92, 103, 112, 0.1) !important;
  color: rgba(70, 72, 80, 0.98) !important;
  font-family: 'Ubuntu Mono', 'DejaVu Sans Mono', 'Consolas', monospace !important;
  font-size: 0.92em;
  line-height: 1.25;
  white-space: nowrap; }

.docs-admin-readiness-item {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  min-width: 0;
  padding: 12px 13px;
  border: 1px solid rgba(39, 116, 174, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82); }

.docs-admin-readiness-item-wide {
  grid-column: 1 / -1; }

.docs-admin-readiness-index {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(39, 116, 174, 0.1);
  color: #005587;
  font-size: 13px;
  font-weight: 800; }

.docs-admin-readiness-item strong {
  display: block;
  margin-bottom: 3px;
  color: #005587;
  font-size: 14px; }

.docs-admin-readiness-item p {
  margin: 0;
  color: rgba(64, 68, 76, 0.94);
  font-size: 14px;
  line-height: 1.38; }

.docs-admin-readiness-item code {
  padding: 0.04em 0.34em 0.08em;
  border-radius: 5px;
  background: rgba(39, 116, 174, 0.1);
  color: rgba(18, 66, 105, 0.96); }

.docs-admin-readiness-warning {
  display: grid;
  grid-template-columns: minmax(150px, 0.35fr) minmax(0, 1fr);
  gap: 12px;
  margin-top: 14px;
  padding: 12px 13px;
  border: 1px solid rgba(39, 116, 174, 0.14);
  border-radius: 8px;
  background: #f8fbfd;
  color: rgba(64, 68, 76, 0.94); }

.docs-admin-readiness-warning strong {
  color: #005587;
  font-size: 14px; }

.docs-admin-readiness-warning span {
  color: rgba(64, 68, 76, 0.94);
  font-size: 14px;
  line-height: 1.45; }

@media screen and (max-width: 690px) {
  .docs-admin-readiness {
    padding: 14px; }

  .docs-admin-readiness-header {
    flex-direction: column;
    gap: 10px; }

  .docs-admin-readiness-grid {
    grid-template-columns: 1fr; }

  .docs-admin-readiness-warning {
    grid-template-columns: 1fr;
    gap: 4px; } }
.docs-post-content > :first-child {
  margin-top: 0; }

.docs-post-content > h2[id] {
  position: static;
  top: auto;
  z-index: auto;
  padding: 0;
  background: transparent;
  box-shadow: none;
  scroll-margin-top: 16px; }

.docs-post-content > section[id],
.docs-post-content > h2[id] {
  scroll-margin-top: 16px; }

.docs-hero {
  margin-bottom: 28px;
  padding: 26px;
  border: 1px solid rgba(39, 116, 174, 0.16);
  border-radius: 12px;
  background: linear-gradient(135deg, #ffffff 0%, #f7fafc 68%, #eef4f8 100%); }

.docs-hero p:last-child {
  margin-bottom: 0; }

.docs-eyebrow {
  margin-bottom: 10px;
  color: #005587;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase; }

.docs-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 22px 0 30px; }

.docs-card {
  display: block;
  padding: 20px;
  border: 1px solid rgba(39, 116, 174, 0.18);
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 12px 24px -24px rgba(0, 85, 135, 0.35);
  color: inherit;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease; }

.docs-card-with-media {
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden; }

.docs-card-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 188px;
  padding: 18px 18px 10px;
  border-bottom: 1px solid rgba(39, 116, 174, 0.12);
  background: linear-gradient(180deg, #f9fcff 0%, #eef6fd 100%); }

.docs-card-media.is-pluto {
  background: linear-gradient(180deg, #f7fcff 0%, #ecf5fd 100%); }

.docs-card-media.is-hackrf {
  background: linear-gradient(180deg, #f8fbff 0%, #edf4fb 100%); }

.docs-card-media.is-custom {
  background: linear-gradient(180deg, #f8fbfd 0%, #eef4f6 100%); }

.docs-card-media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 160px;
  object-fit: contain;
  object-position: center center;
  filter: drop-shadow(0 12px 16px rgba(28, 62, 94, 0.1)); }

.docs-card-media.is-hackrf img {
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 14px 30px -24px rgba(28, 62, 94, 0.36);
  filter: none; }

.docs-card-media.is-custom img {
  width: 84%;
  height: 150px;
  object-fit: contain;
  object-position: center center;
  filter: drop-shadow(0 14px 22px rgba(68, 86, 112, 0.1)); }

.docs-card-body {
  padding: 18px 20px 20px; }

.docs-card:hover {
  border-color: rgba(39, 116, 174, 0.28);
  box-shadow: 0 16px 28px -24px rgba(0, 85, 135, 0.34);
  text-decoration: none;
  transform: translateY(-2px); }

.docs-card-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px; }

.docs-card-badge {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 6px;
  background: #daebfe;
  color: #005587;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.docs-card-badge-row .docs-card-badge {
  margin-bottom: 0; }

.docs-card-badge.is-start-here {
  background: #e7f7ee;
  color: #1f7a4d; }

.docs-card-title {
  margin: 0 0 8px;
  color: #424242;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2; }

.docs-card-text {
  margin: 0;
  color: #424242;
  line-height: 1.55; }

.docs-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0 24px; }

.docs-inline-detail-row {
  margin-bottom: 0; }

.docs-guide-box {
  margin: 18px 0 24px;
  padding: 18px 20px 20px;
  border: 1px solid rgba(39, 116, 174, 0.16);
  border-radius: 10px;
  background: #fafcfd; }

.docs-guide-box h2 {
  margin: 0 0 10px;
  color: #005587;
  font-size: 22px;
  line-height: 1.2; }

.docs-guide-box > p {
  margin-bottom: 0; }

.docs-guide-box .docs-chip-row {
  display: grid;
  grid-template-columns: minmax(0, 560px);
  gap: 12px;
  margin: 18px 0 0; }

.docs-chip,
.docs-chip-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(39, 116, 174, 0.14);
  border-radius: 8px;
  background: #f6fbff;
  color: #005587;
  font-weight: 700;
  text-decoration: none; }

.docs-chip code,
.docs-chip-button code {
  margin-left: 0; }

.docs-chip-button {
  cursor: pointer;
  font: inherit; }

.docs-guide-box .docs-chip-button {
  justify-content: flex-start;
  width: 100%;
  padding: 14px 18px;
  border-radius: 12px;
  font-size: 18px; }

.docs-chip:hover,
.docs-chip-button:hover {
  background: #eef7ff;
  color: #005587;
  text-decoration: none; }

.docs-step-panel {
  margin: 18px 0;
  padding: 18px 20px;
  border-left: 4px solid #2774ae;
  border-radius: 0 10px 10px 0;
  background: #fafcfd; }

.docs-step-panel h3 {
  margin-top: 0; }

.docs-step-flow {
  display: grid;
  gap: 18px;
  margin: 22px 0 28px; }

.docs-step-flow > * {
  min-width: 0; }

.docs-procedure-step {
  margin: 0;
  min-width: 0;
  padding: 18px 20px 20px;
  font-size: 16px;
  line-height: 1.55;
  border: 1px solid rgba(39, 116, 174, 0.14);
  border-left: 1px solid rgba(39, 116, 174, 0.14);
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 14px 26px -28px rgba(0, 60, 110, 0.28); }

.docs-procedure-step.is-warning {
  border-color: rgba(183, 113, 24, 0.18);
  background: linear-gradient(180deg, #fffdfa 0%, #fff8ef 100%); }

.docs-procedure-step.is-muted {
  padding: 14px 16px 16px;
  border-color: rgba(203, 8, 138, 0.12);
  background: linear-gradient(180deg, rgba(203, 8, 138, 0.038) 0%, rgba(203, 8, 138, 0.06) 100%);
  box-shadow: 0 10px 20px -28px rgba(203, 8, 138, 0.18); }

.docs-step-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(39, 116, 174, 0.1);
  color: #005587;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase; }

.docs-step-kicker.is-warning {
  background: rgba(197, 121, 22, 0.12);
  color: #8a4f06; }

.docs-procedure-step.is-muted .docs-step-kicker {
  margin-bottom: 8px;
  padding: 3px 8px;
  background: rgba(203, 8, 138, 0.06);
  color: rgba(115, 5, 78, 0.72);
  font-size: 10px; }

.docs-procedure-step h3 {
  margin: 0 0 6px;
  background: transparent;
  color: #424242;
  font-size: 24px;
  line-height: 1.2; }

.docs-procedure-step.is-muted h3 {
  color: rgba(64, 68, 76, 0.9);
  font-size: 20px; }

.docs-step-summary {
  margin: 0 0 14px;
  color: #828282;
  font-size: 16px;
  line-height: 1.5; }

.docs-procedure-step.is-muted .docs-step-summary {
  color: rgba(108, 111, 120, 0.94);
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.4; }

.docs-procedure-step.is-muted .docs-step-summary code {
  display: inline-block;
  margin: 0 2px;
  padding: 0.1em 0.44em 0.16em;
  border-radius: 6px;
  background: rgba(203, 8, 138, 0.11) !important;
  color: rgba(70, 72, 80, 0.98) !important;
  font-family: 'Ubuntu Mono', 'DejaVu Sans Mono', 'Consolas', monospace !important;
  font-size: 0.92em;
  font-weight: 500;
  line-height: 1.25;
  white-space: nowrap;
  word-break: normal !important;
  overflow-wrap: normal !important;
  vertical-align: 0.02em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone; }

.docs-schema-risk-note {
  margin: 12px 0 14px;
  padding: 12px 14px;
  border: 1px solid rgba(205, 58, 58, 0.24);
  border-left: 4px solid #c93f3f;
  border-radius: 8px;
  background: rgba(255, 245, 245, 0.92);
  color: rgba(124, 38, 38, 0.92);
  font-size: 13.5px;
  line-height: 1.48; }

.docs-schema-risk-note strong {
  display: block;
  margin-bottom: 4px;
  color: #a92f2f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em; }

.docs-procedure-step.is-muted .docs-footnote {
  margin-top: 12px;
  border-left-color: rgba(203, 8, 138, 0.22);
  color: rgba(108, 111, 120, 0.94); }

.docs-procedure-step.is-muted .docs-footnote strong {
  color: rgba(64, 68, 76, 0.9); }

.docs-procedure-step.is-muted .docs-footnote code {
  display: inline-block;
  margin: 0 2px;
  padding: 0.1em 0.44em 0.16em;
  border-radius: 6px;
  background: rgba(203, 8, 138, 0.11) !important;
  color: rgba(70, 72, 80, 0.98) !important;
  font-family: 'Ubuntu Mono', 'DejaVu Sans Mono', 'Consolas', monospace !important;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.25;
  white-space: nowrap;
  word-break: normal !important;
  overflow-wrap: normal !important;
  vertical-align: 0.02em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone; }

.docs-step-command-label {
  margin: 16px 0 8px;
  color: #005587;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase; }

.docs-procedure-step.is-muted .docs-step-command-label {
  color: rgba(203, 8, 138, 0.82); }

.docs-command-block {
  margin: 14px 0 24px; }

.docs-command-block .docs-step-command-label {
  margin-top: 0; }

.docs-step-facts {
  margin: 12px 0 18px; }

.docs-step-facts .docs-chip {
  gap: 6px;
  font-size: 14px;
  background: #eef6fd; }

.docs-procedure-step pre,
.docs-command-block pre {
  margin: 0 0 16px;
  padding: 12px 14px;
  border: 1px solid rgba(39, 116, 174, 0.12);
  border-radius: 12px;
  background: #f4f9fe; }

.docs-procedure-step.is-muted pre {
  border-color: rgba(203, 8, 138, 0.12);
  background: linear-gradient(180deg, rgba(203, 8, 138, 0.05) 0%, rgba(203, 8, 138, 0.08) 100%); }

.docs-procedure-step pre code,
.docs-command-block pre code {
  background: transparent;
  padding: 0;
  font-size: 14px; }

.docs-terminal-session pre {
  padding: 14px 16px; }

.docs-terminal-session pre code {
  color: rgba(29, 38, 51, 0.98);
  line-height: 1.68;
  white-space: pre-wrap; }

.docs-terminal-prompt {
  color: #005587;
  font-weight: 800; }

.docs-terminal-command {
  color: rgba(39, 116, 174, 0.98);
  font-weight: 800; }

.docs-terminal-hint {
  color: rgba(92, 103, 112, 0.72); }

.docs-terminal-input {
  display: inline-block;
  padding: 0 0.32em 0.02em;
  border: 1px solid rgba(39, 116, 174, 0.12);
  border-radius: 5px;
  background: rgba(218, 235, 254, 0.74);
  color: #005587;
  font-weight: 800;
  line-height: 1.22; }

.docs-step-outcome {
  margin-top: 12px;
  padding: 0 0 0 12px;
  border-left: 2px solid rgba(92, 103, 112, 0.18);
  color: rgba(92, 103, 112, 0.96);
  font-size: 13px;
  line-height: 1.5; }

.docs-procedure-step.is-muted .docs-step-outcome {
  padding: 8px 10px 8px 12px;
  border-left-color: rgba(203, 8, 138, 0.22);
  border-radius: 8px;
  background: rgba(203, 8, 138, 0.04); }

.docs-step-outcome strong {
  color: #424242;
  font-weight: 700; }

.docs-step-outcome code {
  padding: 0 4px;
  border-radius: 6px;
  background: rgba(39, 116, 174, 0.06);
  color: #424242;
  font-size: 12px;
  font-weight: 400; }

.docs-procedure-step.is-muted .docs-step-outcome code {
  display: inline-block;
  margin: 0 2px;
  padding: 0.1em 0.44em 0.16em;
  background: rgba(203, 8, 138, 0.11) !important;
  color: rgba(70, 72, 80, 0.98) !important;
  font-family: 'Ubuntu Mono', 'DejaVu Sans Mono', 'Consolas', monospace !important;
  font-size: 0.92em;
  font-weight: 500;
  line-height: 1.25;
  white-space: nowrap;
  word-break: normal !important;
  overflow-wrap: normal !important;
  vertical-align: 0.02em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone; }

.docs-inline-code-wrap {
  display: inline !important;
  margin: 0 1px !important;
  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
  vertical-align: baseline !important;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone; }

.docs-step-outcome.is-warning {
  border-left-color: rgba(197, 121, 22, 0.24);
  color: rgba(122, 92, 50, 0.98); }

.docs-step-outcome.is-warning strong {
  color: #804906; }

.docs-sequence {
  --docs-seq-gap: clamp(6px, 1vw, 8px);
  --docs-seq-pad-y: clamp(8px, 1.1vw, 10px);
  --docs-seq-pad-x: clamp(10px, 1.4vw, 14px);
  --docs-seq-badge: clamp(22px, 2vw, 28px);
  --docs-seq-left: clamp(10px, 1.2vw, 12px);
  --docs-seq-gutter: calc(var(--docs-seq-left) + var(--docs-seq-badge) + clamp(12px, 1.6vw, 16px));
  --docs-seq-radius: clamp(10px, 1.3vw, 12px);
  list-style: none;
  counter-reset: docs-sequence;
  display: grid;
  gap: var(--docs-seq-gap);
  margin: 14px 0 0;
  max-width: 100%;
  padding: 0; }

.docs-procedure-step.is-muted .docs-sequence {
  --docs-seq-gap: clamp(4px, 0.7vw, 6px);
  --docs-seq-pad-y: clamp(6px, 0.8vw, 7px);
  --docs-seq-pad-x: clamp(8px, 1vw, 10px);
  --docs-seq-badge: clamp(18px, 1.4vw, 22px);
  --docs-seq-left: clamp(7px, 0.9vw, 9px);
  --docs-seq-gutter: calc(var(--docs-seq-left) + var(--docs-seq-badge) + clamp(8px, 1vw, 10px));
  --docs-seq-radius: clamp(8px, 1vw, 10px);
  margin-top: 10px; }

.docs-sequence li {
  counter-increment: docs-sequence;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  min-height: calc(var(--docs-seq-badge) + (var(--docs-seq-pad-y) * 2));
  padding: var(--docs-seq-pad-y) var(--docs-seq-pad-x) var(--docs-seq-pad-y) var(--docs-seq-gutter);
  border: 1px solid rgba(39, 116, 174, 0.08);
  border-radius: var(--docs-seq-radius);
  background: rgba(39, 116, 174, 0.035);
  color: #424242;
  line-height: 1.45;
  box-shadow: none; }

.docs-sequence li::before {
  content: counter(docs-sequence);
  position: absolute;
  top: 50%;
  left: var(--docs-seq-left);
  box-sizing: border-box;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--docs-seq-badge);
  height: var(--docs-seq-badge);
  border-radius: 999px;
  background: rgba(39, 116, 174, 0.18);
  border: 1px solid rgba(39, 116, 174, 0.16);
  color: #005587;
  font-size: clamp(11px, 1.2vw, 13px);
  line-height: 1;
  font-weight: 700;
  box-shadow: none; }

.docs-sequence li > *:first-child {
  margin-top: 0; }

.docs-sequence li > *:last-child {
  margin-bottom: 0; }

.docs-sequence-body {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  font-size: clamp(14px, 1.35vw, 16px); }

.docs-sequence-body code {
  font-size: 1em;
  line-height: inherit;
  padding: 0 0.28em; }

.docs-procedure-step.is-muted .docs-sequence li {
  min-height: calc(var(--docs-seq-badge) + (var(--docs-seq-pad-y) * 2) - 2px);
  background: rgba(203, 8, 138, 0.014);
  border-color: rgba(203, 8, 138, 0.055);
  color: rgba(88, 91, 99, 0.95);
  line-height: 1.32; }

.docs-procedure-step.is-muted .docs-sequence-body {
  font-size: clamp(12px, 1vw, 13.5px);
  color: rgba(88, 91, 99, 0.95); }

.docs-procedure-step.is-muted .docs-sequence-body code {
  padding: 0 0.24em;
  background-color: rgba(203, 8, 138, 0.06);
  color: rgba(62, 66, 74, 0.96); }

.docs-procedure-step.is-muted .docs-sequence li::before {
  background: rgba(203, 8, 138, 0.08);
  border-color: rgba(203, 8, 138, 0.1);
  color: rgba(95, 4, 65, 0.82); }

.docs-disclosure {
  margin: 18px 0 24px;
  padding: 14px 16px;
  border: 1px solid rgba(39, 116, 174, 0.16);
  border-radius: 10px;
  background: #fafcfd; }

.docs-disclosure summary {
  cursor: pointer;
  color: #005587;
  font-weight: 700; }

.docs-disclosure[open] summary {
  margin-bottom: 12px; }

.docs-disclosure p:last-child {
  margin-bottom: 0; }

.docs-disclosure .docs-disclosure {
  margin: 12px 0 0;
  background: white; }

.docs-disclosure ol:last-child {
  margin-bottom: 0; }

.docs-modal {
  width: min(900px, calc(100vw - 40px));
  max-height: calc(100vh - 48px);
  padding: 0;
  border: 1px solid rgba(39, 116, 174, 0.16);
  border-radius: 14px;
  box-shadow: 0 24px 60px -28px rgba(0, 40, 80, 0.35);
  overscroll-behavior: contain; }

.docs-modal::backdrop {
  background: rgba(16, 40, 68, 0.38);
  backdrop-filter: blur(2px); }

.docs-modal-frame {
  display: flex;
  flex-direction: column;
  background: white;
  max-height: calc(100vh - 48px); }

.docs-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(39, 116, 174, 0.1); }

.docs-modal-header h3 {
  margin: 0;
  color: #424242;
  font-size: 24px;
  line-height: 1.2; }

.docs-modal-close {
  padding: 8px 12px;
  border: 1px solid rgba(39, 116, 174, 0.14);
  border-radius: 8px;
  background: #f6fbff;
  color: #005587;
  font: inherit;
  font-weight: 700;
  cursor: pointer; }

.docs-modal-body {
  flex: 1 1 auto;
  min-height: 0;
  padding: 20px;
  overflow-y: auto;
  overscroll-behavior: contain; }

.docs-modal-body > :first-child {
  margin-top: 0; }

.docs-modal-body > :last-child {
  margin-bottom: 0; }

.docs-modal-body pre {
  margin: 12px 0 18px;
  padding: 14px 16px;
  border-radius: 10px;
  background: #eef6ff;
  overflow-x: auto; }

.docs-modal-body pre code {
  background: transparent;
  padding: 0; }

.docs-modal-actions {
  flex-shrink: 0;
  padding: 18px 20px 20px;
  border-top: 1px solid rgba(39, 116, 174, 0.1);
  background: white; }

.docs-modal-actions p {
  margin: 0 0 10px;
  font-size: 15px;
  color: #828282; }

.docs-modal-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px; }

.docs-modal-next,
.docs-modal-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid rgba(39, 116, 174, 0.18);
  border-radius: 10px;
  font: inherit;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease, border-color 0.16s ease, color 0.16s ease; }

.docs-modal-next {
  background: #005587;
  color: white; }

.docs-modal-next:disabled,
.docs-modal-next.is-locked {
  background: #dfe7ef;
  border-color: rgba(39, 116, 174, 0.14);
  color: #6f8091;
  box-shadow: none;
  cursor: not-allowed;
  transform: none; }

.docs-modal-next:hover {
  background: #004873;
  box-shadow: 0 12px 24px -20px rgba(0, 85, 135, 0.55);
  transform: translateY(-1px); }

.docs-modal-next:disabled:hover,
.docs-modal-next.is-locked:hover {
  background: #dfe7ef;
  border-color: rgba(39, 116, 174, 0.14);
  box-shadow: none;
  transform: none; }

.docs-modal-back {
  background: #f6fbff;
  color: #005587; }

.docs-modal-back:hover {
  background: #eef7ff;
  border-color: rgba(39, 116, 174, 0.28);
  box-shadow: 0 12px 24px -20px rgba(0, 85, 135, 0.28);
  transform: translateY(-1px); }

html.docs-modal-open,
body.docs-modal-open {
  overflow: hidden;
  overscroll-behavior: none; }

body.docs-modal-open {
  position: fixed;
  width: 100%; }

.docs-definition-table-wrap {
  margin: 18px 0 24px;
  overflow-x: visible;
  border: 1px solid rgba(39, 116, 174, 0.12);
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 12px 24px -24px rgba(0, 85, 135, 0.35); }

.docs-definition-table {
  width: 100%;
  min-width: 0;
  margin: 0;
  border-collapse: collapse;
  table-layout: fixed; }

.docs-definition-table th,
.docs-definition-table td {
  padding: 16px 18px;
  border-right: 1px solid rgba(39, 116, 174, 0.08);
  border-bottom: 1px solid rgba(39, 116, 174, 0.08);
  vertical-align: top;
  text-align: left; }

.docs-definition-table th:last-child,
.docs-definition-table td:last-child {
  border-right: none; }

.docs-definition-table tr:last-child td {
  border-bottom: none; }

.docs-definition-table thead th {
  background: rgba(39, 116, 174, 0.06);
  color: #005587;
  font-size: 14px;
  font-weight: 700; }

.docs-definition-table thead th:first-child,
.docs-definition-table tbody td:first-child {
  width: 12%;
  color: #005587;
  font-weight: 700;
  white-space: nowrap; }

.docs-definition-table thead th:nth-child(2),
.docs-definition-table thead th:nth-child(3),
.docs-definition-table tbody td:nth-child(2),
.docs-definition-table tbody td:nth-child(3) {
  width: 44%;
  font-size: 15px;
  line-height: 1.55;
  overflow-wrap: anywhere; }

.docs-tree-shell {
  margin: 22px 0 24px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(39, 116, 174, 0.14);
  border-radius: 14px;
  background: linear-gradient(180deg, #fcfeff 0%, #f7fbff 100%);
  box-shadow: 0 16px 28px -28px rgba(0, 85, 135, 0.35); }

.docs-tree-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px; }

.docs-tree-title {
  margin: 0 0 6px;
  background: transparent;
  color: #424242;
  font-size: 22px;
  line-height: 1.2; }

.docs-tree-subtitle {
  max-width: 700px;
  margin: 0;
  color: #828282;
  font-size: 15px;
  line-height: 1.5; }

.docs-two-parts-intro code,
.docs-tree-subtitle code {
  padding: 0 4px;
  border-radius: 5px;
  background: rgba(39, 116, 174, 0.07);
  color: #424242;
  font-size: 0.92em;
  font-weight: 500; }

.docs-config-hint {
  margin: 0 0 10px;
  color: #828282;
  font-size: 13px;
  line-height: 1.45; }

.docs-config-legend {
  margin: 0;
  justify-content: flex-end; }

.docs-file-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap; }

.docs-file-badge.is-manual {
  border-color: rgba(31, 122, 77, 0.18);
  background: rgba(231, 247, 238, 0.95);
  color: #1f7a4d; }

.docs-file-badge.is-manualish {
  border-color: rgba(197, 121, 22, 0.18);
  background: rgba(255, 247, 232, 0.95);
  color: #8a4f06; }

.docs-file-badge.is-auto {
  border-color: rgba(170, 34, 34, 0.22);
  background: #fff0f0;
  color: #a61f1f; }

.docs-file-badge.is-directory {
  border-color: rgba(39, 116, 174, 0.14);
  background: rgba(39, 116, 174, 0.08);
  color: #005587; }

.docs-file-badge.is-dashboard {
  border-color: rgba(31, 122, 77, 0.16);
  background: rgba(231, 247, 238, 0.96);
  color: #1f7a4d; }

.docs-gist-panel {
  margin: 22px 0 24px;
  padding: 18px;
  border: 1px solid rgba(39, 116, 174, 0.14);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(39, 116, 174, 0.08) 0%, rgba(255, 209, 0, 0.08) 100%), linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 18px 34px -30px rgba(0, 85, 135, 0.34); }

.docs-gist-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px; }

.docs-gist-header h3 {
  margin: 0 0 6px;
  background: transparent;
  color: #424242;
  font-size: 24px;
  line-height: 1.2; }

.docs-gist-header p {
  max-width: 680px;
  margin: 0;
  color: #828282;
  font-size: 15px;
  line-height: 1.5; }

.docs-gist-badge-stack {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  min-width: 190px; }

.docs-gist-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px; }

.docs-gist-flow-step {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(39, 116, 174, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 22px -26px rgba(0, 60, 110, 0.26); }

.docs-gist-flow-step span,
.docs-gist-requirement-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  border-radius: 8px;
  background: rgba(39, 116, 174, 0.1);
  color: #005587;
  font-size: 12px;
  font-weight: 800;
  line-height: 1; }

.docs-gist-flow-step strong,
.docs-gist-requirement strong {
  display: block;
  margin-bottom: 6px;
  color: #424242;
  font-size: 15px;
  line-height: 1.25; }

.docs-gist-flow-step p,
.docs-gist-requirement p {
  margin: 0;
  color: rgba(92, 103, 112, 0.96);
  font-size: 13px;
  line-height: 1.45; }

.docs-gist-flow-step code,
.docs-gist-requirement p code {
  display: inline-block;
  max-width: 100%;
  padding: 0.1em 0.44em 0.16em;
  border-radius: 6px;
  background: rgba(39, 116, 174, 0.08);
  color: rgba(54, 65, 78, 0.98);
  font-size: 0.92em;
  line-height: 1.25;
  white-space: normal;
  overflow-wrap: anywhere; }

.docs-gist-requirements {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 24px; }

.docs-gist-requirement {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(39, 116, 174, 0.14);
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 14px 24px -28px rgba(0, 85, 135, 0.32); }

.docs-gist-requirement:nth-child(2) .docs-gist-requirement-icon {
  background: rgba(255, 209, 0, 0.2);
  color: #7a5800; }

.docs-gist-requirement:nth-child(3) .docs-gist-requirement-icon {
  background: rgba(231, 247, 238, 0.96);
  color: #1f7a4d; }

.docs-gist-requirement > code {
  display: block;
  margin-top: 12px;
  padding: 8px 10px;
  background: rgba(39, 116, 174, 0.07);
  font-family: 'Ubuntu Mono', 'DejaVu Sans Mono', 'Consolas', monospace;
  font-size: 12.5px; }

.docs-gist-url-card pre code {
  overflow-wrap: anywhere;
  white-space: pre-wrap; }

.docs-config-tree,
.docs-config-tree ul {
  list-style: none;
  margin: 0;
  padding-left: 24px; }

.docs-config-tree {
  padding-left: 0; }

.docs-config-tree li {
  position: relative;
  margin: 6px 0; }

.docs-config-tree li::before {
  content: "";
  position: absolute;
  top: -8px;
  bottom: -8px;
  left: -15px;
  border-left: 1px solid rgba(39, 116, 174, 0.18); }

.docs-config-tree li::after {
  content: "";
  position: absolute;
  top: 16px;
  left: -15px;
  width: 11px;
  border-top: 1px solid rgba(39, 116, 174, 0.18); }

.docs-config-tree > li.is-root::before,
.docs-config-tree > li.is-root::after {
  content: none; }

.docs-config-tree li:last-child::before {
  bottom: 16px; }

.docs-config-tree li.is-ellipsis {
  margin-top: -2px; }

.docs-config-ellipsis {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 20px;
  padding: 4px 2px; }

.docs-config-ellipsis span {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgba(39, 116, 174, 0.28); }

.docs-config-file {
  margin: 12px 0 18px;
  border: 1px solid rgba(39, 116, 174, 0.14);
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(180deg, #fbfdff 0%, #f6faff 100%);
  box-shadow: 0 18px 30px -30px rgba(0, 85, 135, 0.45); }

.docs-config-file-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-bottom: 1px solid rgba(39, 116, 174, 0.1);
  background: rgba(241, 247, 252, 0.92); }

.docs-config-file-dots {
  display: inline-flex;
  align-items: center;
  gap: 5px; }

.docs-config-file-dots span {
  width: 8px;
  height: 8px;
  border-radius: 999px; }

.docs-config-file-dots span:nth-child(1) {
  background: rgba(240, 99, 93, 0.85); }

.docs-config-file-dots span:nth-child(2) {
  background: rgba(241, 183, 57, 0.85); }

.docs-config-file-dots span:nth-child(3) {
  background: rgba(71, 179, 106, 0.85); }

.docs-config-file-name {
  color: #424242;
  font-family: 'Ubuntu Mono', 'DejaVu Sans Mono', 'Consolas', monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em; }

.docs-config-file-type {
  margin-left: auto;
  padding: 3px 8px;
  border: 1px solid rgba(39, 116, 174, 0.12);
  border-radius: 999px;
  background: rgba(39, 116, 174, 0.06);
  color: rgba(39, 116, 174, 0.92);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase; }

.docs-config-file .highlighter-rouge,
.docs-config-file .highlight {
  margin: 0;
  background: transparent; }

.docs-config-file .highlight pre,
.docs-config-file pre.highlight,
.docs-config-file pre {
  margin: 0;
  padding: 16px 18px 18px;
  border: 0;
  border-radius: 0;
  background: transparent; }

.docs-config-file .highlight code,
.docs-config-file pre code {
  display: block;
  padding: 0;
  background: transparent;
  color: #3d4a5c;
  font-size: 14px;
  line-height: 1.62; }

.docs-config-file .highlight .na {
  color: #2563eb;
  font-weight: 600; }

.docs-config-file .highlight .s,
.docs-config-file .highlight .s1 {
  color: #3d4a5c; }

.docs-config-file .highlight .s2 {
  color: #c2410c; }

.docs-config-file .highlight .m,
.docs-config-file .highlight .mi,
.docs-config-file .highlight .mf {
  color: #7c3aed;
  font-weight: 600; }

.docs-config-file .highlight .p,
.docs-config-file .highlight .o,
.docs-config-file .highlight .pi {
  color: #2563eb;
  font-weight: 600; }

.docs-config-file .highlight .w {
  color: transparent; }

.docs-field-guide {
  margin: 18px 0 10px; }

.docs-field-guide-title {
  margin: 0 0 8px;
  color: #424242;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35; }

.docs-field-guide-list {
  margin: 0; }

.docs-field-guide-row {
  display: grid;
  grid-template-columns: minmax(132px, 160px) minmax(0, 1fr);
  gap: 10px 18px;
  padding: 10px 0;
  border-top: 1px solid rgba(39, 116, 174, 0.1); }

.docs-field-guide-row:last-child {
  border-bottom: 1px solid rgba(39, 116, 174, 0.1); }

.docs-field-guide-row dt,
.docs-field-guide-row dd {
  margin: 0; }

.docs-field-guide-row dt {
  padding-top: 1px; }

.docs-field-guide-row dd {
  min-width: 0;
  color: rgba(92, 103, 112, 0.98);
  font-size: 14px;
  line-height: 1.5; }

.docs-field-guide-row code {
  padding: 0 4px;
  border-radius: 5px;
  background: rgba(39, 116, 174, 0.06);
  color: #424242;
  font-size: 0.92em;
  font-weight: 500; }

.docs-file-role-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  margin: 16px 0 20px; }

.docs-file-role-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(39, 116, 174, 0.14);
  border-radius: 14px;
  background: linear-gradient(180deg, #fcfeff 0%, #f7fbff 100%);
  box-shadow: 0 18px 30px -30px rgba(0, 85, 135, 0.4); }

.docs-file-role-card.is-secondary {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%); }

.docs-file-role-card .docs-config-file-header {
  padding: 10px 14px; }

.docs-file-role-body {
  padding: 14px 16px 16px; }

.docs-file-role-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px; }

.docs-file-role-body p {
  margin: 0;
  color: rgba(92, 103, 112, 0.98);
  font-size: 14px;
  line-height: 1.5; }

.docs-file-role-body p + p {
  margin-top: 8px; }

.docs-file-role-path code {
  padding: 0;
  background: transparent;
  color: #424242;
  font-size: 12.5px;
  font-weight: 600;
  overflow-wrap: anywhere; }

.docs-file-badge.is-required {
  border-color: rgba(31, 122, 77, 0.18);
  background: rgba(231, 247, 238, 0.95);
  color: #1f7a4d; }

.docs-file-badge.is-optional {
  border-color: rgba(197, 121, 22, 0.18);
  background: rgba(255, 247, 232, 0.95);
  color: #8a4f06; }

.docs-file-badge.is-builtin {
  border-color: rgba(39, 116, 174, 0.14);
  background: rgba(39, 116, 174, 0.08);
  color: #005587; }

.docs-file-badge.is-plugin {
  border-color: rgba(103, 78, 167, 0.18);
  background: rgba(243, 238, 255, 0.95);
  color: #6241ab; }

.docs-file-badge.is-per-device {
  border-color: rgba(84, 103, 121, 0.14);
  background: rgba(244, 247, 250, 0.95);
  color: rgba(74, 88, 102, 0.92); }

.docs-capability-shell {
  margin: 14px 0 10px; }

.docs-capability-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px; }

.docs-capability-card {
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid rgba(39, 116, 174, 0.1);
  border-radius: 12px;
  background: linear-gradient(180deg, #fcfeff 0%, #f8fbff 100%); }

.docs-capability-label {
  margin-bottom: 6px;
  color: #005587;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase; }

.docs-capability-card p {
  margin: 0;
  color: rgba(92, 103, 112, 0.98);
  font-size: 14px;
  line-height: 1.48; }

.docs-capability-card code {
  padding: 0 4px;
  border-radius: 5px;
  background: rgba(39, 116, 174, 0.06);
  color: #424242;
  font-size: 0.92em;
  font-weight: 500; }

.docs-operation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  margin: 18px 0 22px; }

.docs-operation-card {
  min-width: 0;
  padding: 16px 18px 18px;
  border: 1px solid rgba(39, 116, 174, 0.14);
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 14px 26px -28px rgba(0, 60, 110, 0.3); }

.docs-operation-label {
  margin-bottom: 8px;
  color: #005587;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase; }

.docs-operation-card h3 {
  margin: 0 0 8px;
  color: #424242;
  font-size: 20px;
  line-height: 1.25; }

.docs-operation-card p {
  margin: 0;
  color: rgba(92, 103, 112, 0.98);
  font-size: 14px;
  line-height: 1.5; }

.docs-operation-card p + p {
  margin-top: 8px; }

.docs-operation-example {
  margin: 12px 0;
  overflow: hidden;
  border: 1px solid rgba(39, 116, 174, 0.1);
  border-radius: 10px;
  background: #f4f9fe; }

.docs-operation-example .highlighter-rouge,
.docs-operation-example .highlight {
  margin: 0;
  background: transparent; }

.docs-operation-example .highlight pre,
.docs-operation-example pre.highlight,
.docs-operation-example pre {
  margin: 0;
  padding: 12px 14px;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow-x: auto; }

.docs-operation-example .highlight code,
.docs-operation-example pre code {
  display: block;
  padding: 0;
  background: transparent;
  color: #3d4a5c;
  font-size: 13px;
  line-height: 1.5; }

.docs-operation-result {
  padding: 9px 10px;
  border-radius: 8px;
  background: rgba(39, 116, 174, 0.055);
  color: #424242 !important;
  font-weight: 600; }

.docs-operation-result code,
.docs-operation-note code {
  padding: 0 4px;
  border-radius: 5px;
  background: rgba(39, 116, 174, 0.09);
  color: #424242;
  font-size: 0.94em;
  font-weight: 500; }

.docs-operation-note {
  font-size: 13px !important;
  color: rgba(92, 103, 112, 0.92) !important; }

.docs-import-code-card {
  margin: 18px 0 20px;
  overflow: hidden;
  border: 1px solid rgba(39, 116, 174, 0.16);
  border-radius: 10px;
  background: #fbfdff;
  box-shadow: 0 14px 34px rgba(21, 82, 125, 0.08); }

.docs-import-code-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  border-bottom: 1px solid rgba(39, 116, 174, 0.12);
  background: linear-gradient(180deg, #f7fbff 0%, #eef7fd 100%);
  color: #1f5d8a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase; }

.docs-import-code-header span:last-child {
  color: rgba(92, 103, 112, 0.78); }

.docs-import-code-body .highlighter-rouge,
.docs-import-code-body .highlight {
  margin: 0;
  background: transparent; }

.docs-import-code-body .highlight pre,
.docs-import-code-body pre.highlight,
.docs-import-code-body pre {
  margin: 0;
  padding: 16px 18px;
  border: 0;
  border-radius: 0;
  background: #f8fbff;
  overflow-x: auto; }

.docs-import-code-body .highlight code,
.docs-import-code-body pre code {
  display: block;
  padding: 0;
  background: transparent;
  color: #2f3c4d;
  font-size: 14px;
  line-height: 1.6; }

.docs-critical-note {
  margin: 16px 0 18px;
  padding: 14px 16px;
  border: 1px solid rgba(205, 58, 58, 0.28);
  border-left: 5px solid #c93f3f;
  border-radius: 8px;
  background: #fff5f5;
  color: #7c2626;
  font-size: 15px;
  line-height: 1.55; }

.docs-critical-note strong {
  color: #a92f2f;
  font-weight: 800; }

.docs-critical-note code {
  padding: 1px 5px;
  border-radius: 5px;
  background: rgba(205, 58, 58, 0.12);
  color: #5f1f1f;
  font-size: 0.94em; }

.docs-method-heading {
  margin: -4px 0 14px; }

.docs-method-heading code {
  display: inline-block;
  padding: 5px 9px;
  border: 1px solid rgba(39, 116, 174, 0.16);
  border-radius: 7px;
  background: #edf6fd;
  color: #21364c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25; }

.docs-minimum-required {
  margin: 20px 0 26px;
  padding: 16px;
  border: 1px solid rgba(39, 116, 174, 0.12);
  border-radius: 10px;
  background: linear-gradient(180deg, #fbfdff 0%, #f7fbff 100%); }

.docs-minimum-required-heading {
  margin-bottom: 12px;
  color: #005587;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase; }

.docs-minimum-required-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 10px; }

.docs-minimum-required-card {
  min-width: 0;
  padding: 12px 13px;
  border: 1px solid rgba(39, 116, 174, 0.1);
  border-radius: 8px;
  background: #ffffff; }

.docs-minimum-required-card strong {
  display: block;
  margin-bottom: 5px;
  color: #424242;
  font-size: 14px;
  line-height: 1.3; }

.docs-minimum-required-card p {
  margin: 0;
  color: rgba(92, 103, 112, 0.98);
  font-size: 13px;
  line-height: 1.45; }

.docs-minimum-required-card code {
  padding: 1px 4px;
  border-radius: 5px;
  background: rgba(39, 116, 174, 0.07);
  color: #2f3c4d;
  font-size: 0.92em;
  font-weight: 500; }

.docs-capability-grid-four {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }

.docs-definition-table-wide-first thead th:first-child,
.docs-definition-table-wide-first tbody td:first-child {
  width: 24%;
  white-space: normal; }

.docs-definition-table-wide-first thead th:nth-child(2),
.docs-definition-table-wide-first thead th:nth-child(3),
.docs-definition-table-wide-first tbody td:nth-child(2),
.docs-definition-table-wide-first tbody td:nth-child(3) {
  width: 38%; }

.docs-pipeline-map {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  margin: 22px 0 26px; }

.docs-pipeline-node {
  position: relative;
  min-width: 0;
  padding: 16px 18px;
  border: 1px solid rgba(39, 116, 174, 0.14);
  border-left: 5px solid rgba(39, 116, 174, 0.72);
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 14px 26px -28px rgba(0, 60, 110, 0.32); }

.docs-pipeline-node.is-admin {
  border-left-color: #1f7a4d; }

.docs-pipeline-node.is-idl {
  border-left-color: #8a4f06; }

.docs-pipeline-node.is-client {
  border-left-color: #6241ab; }

.docs-pipeline-node.is-runtime {
  border-left-color: #a13f66; }

.docs-pipeline-kicker {
  display: block;
  margin-bottom: 6px;
  color: rgba(39, 116, 174, 0.92);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase; }

.docs-pipeline-node.is-admin .docs-pipeline-kicker {
  color: #1f7a4d; }

.docs-pipeline-node.is-idl .docs-pipeline-kicker {
  color: #8a4f06; }

.docs-pipeline-node.is-client .docs-pipeline-kicker {
  color: #6241ab; }

.docs-pipeline-node.is-runtime .docs-pipeline-kicker {
  color: #a13f66; }

.docs-pipeline-node strong {
  display: block;
  color: #424242;
  font-size: 17px;
  line-height: 1.25; }

.docs-pipeline-node p {
  margin: 8px 0 0;
  color: rgba(92, 103, 112, 0.98);
  font-size: 14px;
  line-height: 1.48; }

.docs-pipeline-node code,
.docs-schema-note code {
  padding: 0 4px;
  border-radius: 5px;
  background: rgba(39, 116, 174, 0.07);
  color: #424242;
  font-size: 0.92em;
  font-weight: 500; }

.docs-annotated-schema {
  display: grid;
  gap: 14px;
  margin: 22px 0 28px; }

.docs-schema-row {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
  gap: 46px;
  align-items: stretch;
  min-width: 0; }

.docs-schema-code-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(39, 116, 174, 0.14);
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 14px 26px -28px rgba(0, 60, 110, 0.28); }

.docs-schema-code-label {
  padding: 9px 12px;
  border-bottom: 1px solid rgba(39, 116, 174, 0.1);
  background: rgba(241, 247, 252, 0.92);
  color: #005587;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase; }

.docs-schema-code-card .highlighter-rouge,
.docs-schema-code-card .highlight {
  margin: 0;
  background: transparent; }

.docs-schema-code-card .highlight pre,
.docs-schema-code-card pre.highlight,
.docs-schema-code-card pre {
  margin: 0;
  padding: 12px 14px 14px;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow-x: auto; }

.docs-schema-code-card .highlight code,
.docs-schema-code-card pre code {
  display: block;
  padding: 0;
  background: transparent;
  color: #3d4a5c;
  font-size: 13px;
  line-height: 1.55; }

.docs-schema-row {
  position: relative; }

.docs-schema-row::before {
  content: "";
  position: absolute;
  top: -14px;
  bottom: -14px;
  left: calc((100% - 46px) * 0.56 + 23px);
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(31, 122, 77, 0.28) 0%, rgba(138, 79, 6, 0.22) 52%, rgba(98, 65, 171, 0.2) 100%); }

.docs-schema-row:first-child::before {
  top: 14px; }

.docs-schema-row:last-child::before {
  bottom: 14px; }

.docs-schema-note {
  position: relative;
  min-width: 0;
  padding: 13px 14px 14px;
  border: 1px solid rgba(39, 116, 174, 0.12);
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 12px 22px -28px rgba(0, 60, 110, 0.28); }

.docs-schema-note::before {
  content: "";
  position: absolute;
  top: 23px;
  left: -24px;
  width: 24px;
  border-top: 2px solid rgba(39, 116, 174, 0.18); }

.docs-schema-note-index {
  position: absolute;
  top: 13px;
  left: -32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(39, 116, 174, 0.18);
  border-radius: 999px;
  background: #ffffff;
  color: #005587;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  z-index: 1; }

.docs-schema-note strong {
  display: block;
  margin-bottom: 5px;
  color: #424242;
  font-size: 15px;
  line-height: 1.3; }

.docs-schema-note p {
  margin: 0;
  color: rgba(92, 103, 112, 0.98);
  font-size: 13.5px;
  line-height: 1.48; }

.docs-generated-footnote {
  margin: 22px 0 30px;
  padding: 14px 16px;
  border-left: 3px solid rgba(92, 103, 112, 0.18);
  border-radius: 0 8px 8px 0;
  background: rgba(247, 249, 251, 0.72);
  color: rgba(92, 103, 112, 0.88);
  font-size: 13px;
  line-height: 1.48; }

.docs-generated-footnote p {
  margin: 0; }

.docs-generated-footnote p + .docs-generated-code-card,
.docs-generated-code-card + p {
  margin-top: 10px; }

.docs-generated-code-card {
  overflow: hidden;
  border: 1px solid rgba(92, 103, 112, 0.12);
  border-radius: 8px;
  background: #fbfcfd; }

.docs-generated-code-card .highlighter-rouge,
.docs-generated-code-card .highlight {
  margin: 0;
  background: transparent; }

.docs-generated-code-card .highlight pre,
.docs-generated-code-card pre.highlight,
.docs-generated-code-card pre {
  margin: 0;
  padding: 10px 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow-x: auto; }

.docs-generated-code-card .highlight code,
.docs-generated-code-card pre code {
  display: block;
  padding: 0;
  background: transparent;
  color: rgba(62, 70, 78, 0.88);
  font-size: 12.5px;
  line-height: 1.5; }

.docs-generated-code-card .highlight .nt,
.docs-generated-code-card .highlight .s,
.docs-generated-code-card .highlight .s2,
.docs-generated-code-card .highlight .mi,
.docs-generated-code-card .highlight .k,
.docs-generated-code-card .highlight .kd,
.docs-generated-code-card .highlight .nf,
.docs-generated-code-card .highlight .nc {
  color: inherit;
  font-weight: inherit; }

.docs-config-node {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  max-width: min(100%, 760px);
  padding: 6px 9px;
  border: 1px solid rgba(39, 116, 174, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 18px -24px rgba(0, 85, 135, 0.42);
  cursor: help;
  z-index: 0;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease, transform 0.16s ease; }

.docs-config-node.is-folder {
  background: #f8fbfd; }

.docs-config-node.is-root {
  padding: 8px 11px;
  background: linear-gradient(180deg, #ffffff 0%, #f5fbff 100%); }

.docs-config-node code {
  padding: 0;
  background: transparent;
  color: #424242;
  font-size: 13px;
  line-height: 1.4;
  overflow-wrap: anywhere; }

.docs-config-node:hover,
.docs-config-node:focus,
.docs-config-node:focus-visible {
  border-color: rgba(39, 116, 174, 0.28);
  background: #ffffff;
  box-shadow: 0 16px 24px -24px rgba(0, 85, 135, 0.5);
  outline: none;
  z-index: 24;
  transform: translateY(-1px); }

.docs-config-node::before,
.docs-config-node::after {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.16s ease, transform 0.16s ease; }

.docs-config-node::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 4px);
  left: 18px;
  z-index: 18;
  border: 7px solid transparent;
  border-top-color: rgba(7, 35, 58, 0.94);
  transform: translateY(4px); }

.docs-config-node::after {
  content: attr(data-config-tip);
  position: absolute;
  bottom: calc(100% + 16px);
  left: 0;
  z-index: 17;
  width: max-content;
  max-width: min(320px, calc(100vw - 84px));
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(7, 35, 58, 0.94);
  box-shadow: 0 16px 30px -22px rgba(0, 20, 38, 0.7);
  color: white;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
  white-space: normal;
  transform: translateY(4px); }

.docs-config-node:hover::before,
.docs-config-node:hover::after,
.docs-config-node:focus::before,
.docs-config-node:focus::after,
.docs-config-node:focus-visible::before,
.docs-config-node:focus-visible::after {
  opacity: 1;
  transform: translateY(0); }

@media screen and (min-width: 1600px) {
  .docs-wrapper {
    width: min(1660px, calc(100vw - 120px)); }

  .docs-shell {
    max-width: 1500px;
    gap: 56px; }

  .docs-sidebar {
    flex-basis: 320px;
    max-width: 320px; }

  .docs-main {
    flex-basis: 0;
    min-width: 0; }

  .docs-main .post-header,
  .docs-main .post-content {
    max-width: 1040px; } }
@media screen and (max-width: 925px) {
  .docs-page-content {
    padding: 8px 0; }

  .docs-wrapper {
    width: calc(100% - 52px);
    max-width: none; }

  .docs-wrapper,
  .docs-layout,
  .docs-shell,
  .docs-sidebar,
  .docs-main {
    box-sizing: border-box; }

  .docs-shell {
    display: block;
    gap: 24px;
    max-width: none; }

  .docs-sidebar {
    flex: none;
    position: static;
    top: auto;
    max-width: none;
    margin: 0 0 18px;
    padding: 18px 16px; }

  .docs-main {
    min-width: 0;
    width: 100%; }

  .docs-main .post-header,
  .docs-main .post-content {
    width: 100%;
    max-width: none; }

  .docs-main .post-title {
    font-size: 42px;
    line-height: 1.05; }

  .docs-intro {
    font-size: 18px;
    line-height: 1.45; }

  .docs-note,
  .docs-hero,
  .docs-card,
  .docs-step-panel {
    padding: 16px; }

  .docs-procedure-step {
    padding: 16px; }

  .docs-procedure-step h3 {
    font-size: 22px; }

  .docs-step-summary {
    font-size: 15px; }

  .docs-hero,
  .docs-note {
    margin-bottom: 20px; }

  .docs-card-grid {
    grid-template-columns: 1fr; }

  .docs-tree-shell {
    padding: 16px; }

  .docs-tree-header {
    flex-direction: column; }

  .docs-gist-panel {
    padding: 16px; }

  .docs-gist-header {
    flex-direction: column; }

  .docs-gist-badge-stack {
    justify-content: flex-start;
    min-width: 0; }

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

  .docs-gist-requirements {
    grid-template-columns: 1fr; }

  .docs-annotated-schema {
    grid-template-columns: 1fr; }

  .docs-schema-row {
    grid-template-columns: 1fr;
    gap: 10px; }

  .docs-schema-row::before,
  .docs-schema-note::before {
    display: none; }

  .docs-schema-note {
    padding-left: 42px; }

  .docs-schema-note-index {
    left: 14px; }

  .docs-config-legend {
    justify-content: flex-start; }

  .docs-sidebar-subnav {
    display: none; }

  .docs-sidebar-item.is-active {
    margin-bottom: 0; } }
@media screen and (max-width: 690px) {
  .docs-definition-table-wrap {
    overflow-x: auto; }

  .docs-definition-table {
    min-width: 720px;
    table-layout: auto; }

  .docs-wrapper {
    width: calc(100% - 32px); }

  .docs-sidebar {
    width: 100%;
    padding: 16px 14px; }

  .docs-sidebar-title {
    font-size: 22px; }

  .docs-sidebar-description {
    font-size: 14px; }

  .docs-sidebar-link,
  .docs-sidebar-link:visited {
    padding: 9px 10px; }

  .docs-main .post-title {
    font-size: 34px; }

  .docs-intro {
    font-size: 17px; }

  .docs-post-content figure,
  .docs-post-content table:not(.docs-definition-table),
  .docs-post-content .highlighter-rouge,
  .docs-post-content .highlight {
    max-width: 100%; }

  .docs-post-content figure,
  .docs-post-content table:not(.docs-definition-table) {
    display: block;
    overflow-x: auto; }

  .docs-post-content img,
  .docs-post-content svg,
  .docs-post-content iframe {
    max-width: 100%;
    height: auto; }

  .docs-post-content pre,
  .docs-client-command-card .docs-client-command-line,
  .docs-client-code-card,
  .docs-config-file,
  .docs-generated-code-card,
  .docs-import-code-card,
  .docs-operation-example,
  .docs-schema-code-card,
  .docs-trouble-card {
    max-width: 100%; }

  .docs-post-content pre {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  .docs-post-content :not(pre) > code {
    overflow-wrap: anywhere; }

  .docs-post-content pre code,
  .docs-client-command-card .docs-client-command-line {
    overflow-wrap: normal; }

  .docs-note,
  .docs-hero,
  .docs-card,
  .docs-step-panel {
    padding: 14px; }

  .docs-procedure-step {
    padding: 14px; }

  .docs-procedure-step h3 {
    font-size: 20px; }

  .docs-procedure-step.is-muted h3 {
    font-size: 18px; }

  .docs-step-summary {
    font-size: 14px; }

  .docs-procedure-step.is-muted .docs-step-summary {
    font-size: 13px; }

  .docs-procedure-step.is-muted {
    padding: 12px 13px 14px; }

  .docs-card-title {
    font-size: 20px; }

  .docs-card-media {
    min-height: 172px;
    padding: 14px 14px 8px; }

  .docs-card-media img {
    height: 146px; }

  .docs-card-body {
    padding: 16px; }

  .docs-chip-row {
    gap: 8px; }

  .docs-file-role-grid {
    gap: 12px; }

  .docs-file-role-body {
    padding: 12px 14px 14px; }

  .docs-capability-grid {
    gap: 10px; }

  .docs-capability-grid-four,
  .docs-file-role-grid,
  .docs-minimum-required-grid,
  .docs-operation-grid {
    grid-template-columns: 1fr; }

  .docs-pipeline-node {
    padding: 14px; }

  .docs-pipeline-node strong {
    font-size: 16px; }

  .docs-pipeline-node p {
    font-size: 13px; }

  .docs-schema-note-index {
    left: 14px; }

  .docs-tree-shell {
    padding: 14px 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  .docs-gist-panel {
    padding: 14px 12px; }

  .docs-gist-header h3 {
    font-size: 20px; }

  .docs-gist-flow {
    grid-template-columns: 1fr; }

  .docs-gist-flow-step,
  .docs-gist-requirement {
    padding: 13px; }

  .docs-tree-title {
    font-size: 20px; }

  .docs-tree-subtitle {
    font-size: 14px; }

  .docs-field-guide-row {
    grid-template-columns: 1fr;
    gap: 4px; }

  .docs-config-tree ul {
    padding-left: 20px; }

  .docs-config-tree li::before,
  .docs-config-tree li::after {
    left: -12px; }

  .docs-config-tree li::after {
    width: 8px; }

  .docs-config-node {
    max-width: min(100%, calc(100vw - 92px));
    padding: 6px 8px; }

  .docs-config-node::before {
    left: 14px; }

  .docs-config-node::after {
    max-width: min(260px, calc(100vw - 72px)); }

  .docs-config-file-header,
  .docs-import-code-header {
    flex-wrap: wrap; }

  .docs-config-file-name {
    min-width: 0;
    overflow-wrap: anywhere; }

  .docs-config-file-type {
    margin-left: 0; }

  .docs-modal {
    width: calc(100vw - 24px);
    max-height: calc(100vh - 24px);
    max-height: calc(100dvh - 24px);
    border-radius: 12px; }

  .docs-modal-frame {
    max-height: calc(100vh - 24px);
    max-height: calc(100dvh - 24px); }

  .docs-modal-header {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 14px; }

  .docs-modal-header h3 {
    font-size: 20px; }

  .docs-modal-close,
  .docs-modal-next,
  .docs-modal-back {
    width: 100%; }

  .docs-modal-body,
  .docs-modal-actions {
    padding: 14px; }

  .docs-modal-action-row {
    display: grid;
    grid-template-columns: 1fr; } }
@media screen and (max-width: 380px) {
  .docs-wrapper {
    width: calc(100% - 24px); }

  .docs-sidebar {
    padding: 14px 12px; }

  .docs-main .post-title {
    font-size: 30px; }

  .docs-note,
  .docs-hero,
  .docs-card,
  .docs-step-panel,
  .docs-procedure-step {
    padding: 12px; }

  .docs-chip,
  .docs-chip-button {
    width: 100%;
    justify-content: flex-start;
    box-sizing: border-box; } }
@media screen and (max-aspect-ratio: 4 / 5) {
  .docs-sidebar-subnav {
    display: none; } }
.copyable-code-block {
  position: relative; }

.copy-code-button {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(39, 116, 174, 0.18);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 18px -16px rgba(0, 60, 110, 0.55);
  color: #005587;
  cursor: pointer;
  font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  transition: background 120ms ease, border-color 120ms ease, color 120ms ease, transform 120ms ease; }

.copy-code-button:hover,
.copy-code-button:focus {
  border-color: rgba(39, 116, 174, 0.34);
  background: #ffffff;
  color: #003b5c; }

.copy-code-button:focus {
  outline: none; }

.copy-code-button:focus-visible {
  outline: 2px solid rgba(39, 116, 174, 0.35);
  outline-offset: 2px; }

.copy-code-button:active {
  transform: translateY(1px); }

.copy-code-button.is-copied {
  border-color: rgba(31, 122, 77, 0.22);
  background: #eefbf4;
  color: #1f7a4d; }

.copy-code-button.is-error {
  border-color: rgba(205, 58, 58, 0.26);
  background: #fff5f5;
  color: #a92f2f; }

.copyable-code-block:not(.terminal-window) pre {
  padding-right: 78px !important; }

.terminal-window.copyable-code-block .terminal-header {
  padding-right: 76px;
  padding-left: 76px; }

.terminal-window .copy-code-button {
  top: 5px;
  right: 8px;
  min-width: 48px;
  height: 24px;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px; }

.terminal-window .copy-code-button:hover,
.terminal-window .copy-code-button:focus {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff; }

.terminal-window .copy-code-button.is-copied {
  border-color: rgba(78, 154, 6, 0.46);
  background: rgba(78, 154, 6, 0.22);
  color: #efffe6; }

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff; }
  .highlighter-rouge .highlight {
    background: #fff; }
  .highlight .c {
    color: #828282;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }

img[src*='#center'] {
  display: block;
  margin: auto; }

/* ---- particles.js container ---- */
#particles-js {
  width: 100%;
  height: 100% !important;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background: linear-gradient(to top right, #8bb8e8, #daebfe, #ffffff);
  background: none; }

.particles-js-logo {
  background-image: url("/images/logos_lab_wireless_lab_38_svg.svg");
  background-position: 50% 50%;
  z-index: 1; }

.particle-canvas {
  height: 100% !important; }

/* Only number headings inside .numbered-doc */
.numbered-doc {
  /* Changed to h3 */
  counter-reset: h3; }

/* H2 is now ignored for numbering; we start at H3 */
.numbered-doc h3 {
  counter-increment: h3;
  counter-reset: h4; }

.numbered-doc h3::before {
  content: counter(h3) ". ";
  font-weight: 600; }

.numbered-doc h4 {
  counter-increment: h4; }

.numbered-doc h4::before {
  content: counter(h3) "." counter(h4) " ";
  font-weight: 600; }

/* Only number the TOC on .numbered-doc pages */
.numbered-doc #markdown-toc {
  /* If your TOC starts at h3, the top-level <li> is now h3 */
  counter-reset: toc-h3;
  list-style: none;
  padding-left: 0; }

.numbered-doc #markdown-toc > li {
  counter-increment: toc-h3;
  counter-reset: toc-h4; }

.numbered-doc #markdown-toc > li > a::before {
  content: counter(toc-h3) ". ";
  font-weight: 600; }

.numbered-doc #markdown-toc > li > ul {
  list-style: none;
  padding-left: 1.25rem;
  margin-top: 0.25rem; }

.numbered-doc #markdown-toc > li > ul > li {
  counter-increment: toc-h4; }

.numbered-doc #markdown-toc > li > ul > li > a::before {
  content: counter(toc-h3) "." counter(toc-h4) " ";
  font-weight: 600; }

.numbered-doc .toc-title {
  font-size: 2.0rem;
  /* adjust to match your h3 size */
  font-weight: 600;
  margin: 1.2rem 0 0.6rem 0; }

.numbered-doc hr {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.home-t-body {
  background: #ffffff; }

.home-t-shell {
  max-width: 1260px;
  padding-right: clamp(28px, 3vw, 48px);
  padding-left: clamp(28px, 3vw, 48px); }

.home-t-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 12% 12%, rgba(139, 184, 232, 0.18), transparent 20%), radial-gradient(circle at 34% 30%, rgba(255, 0, 165, 0.07), transparent 22%), linear-gradient(180deg, #edf5fe 0%, #f3f8fe 100%);
  border-top: 1px solid rgba(39, 116, 174, 0.06); }

.home-t-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 460px) minmax(0, 620px);
  justify-content: center;
  align-items: start;
  gap: clamp(8px, 1vw, 18px);
  padding-top: 52px;
  padding-bottom: 76px; }

.home-t-hero__copy {
  min-width: 0;
  max-width: 460px;
  color: #005587; }

.home-t-eyebrow {
  margin-bottom: 22px;
  color: #005587;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase; }

.home-t-title {
  margin-bottom: 28px;
  max-width: none;
  background: transparent;
  color: #095893;
  font-size: clamp(2.1rem, 3.1vw, 3.85rem);
  font-size: 32pt;
  line-height: 1.2;
  text-wrap: balance; }

.home-t-title__highlight {
  color: #cb088a; }

.home-t-summary {
  max-width: 26ch;
  margin-bottom: 34px;
  color: rgba(0, 85, 135, 0.88);
  font-size: clamp(1.22rem, 1.45vw, 1.75rem);
  line-height: 1.46;
  text-align: left; }

.home-t-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 18px; }

.home-t-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 24px;
  border: 2px solid rgba(39, 116, 174, 0.14);
  border-radius: 16px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(39, 116, 174, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease; }

.home-t-button:hover {
  transform: translateY(-1px);
  text-decoration: none;
  box-shadow: 0 16px 30px rgba(39, 116, 174, 0.12); }

.home-t-button--primary,
.home-t-button--primary:visited {
  color: #ffffff;
  background: linear-gradient(180deg, #d40d9a 0%, #b6067e 100%);
  border-color: transparent; }

.home-t-button--secondary,
.home-t-button--secondary:visited {
  color: #095893;
  background: rgba(255, 255, 255, 0.92); }

.home-t-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px; }

.home-t-pill {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid rgba(39, 116, 174, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  color: #0d5e96;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(39, 116, 174, 0.05); }

.home-t-hero__visual {
  display: flex;
  justify-content: flex-start; }

.home-t-platform-card {
  width: 100%;
  max-width: 7000px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #c7dcf2;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 40px rgba(39, 116, 174, 0.08); }

.home-t-platform-card__art {
  padding: 34px 26px 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(242, 247, 253, 0.96) 100%);
  border-bottom: 1px solid rgba(39, 116, 174, 0.1); }

.home-t-platform-card__art .remoterf-animation-figure {
  margin: 0; }

.home-t-platform-card__body {
  padding: 26px 32px 30px; }

.home-t-platform-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px; }

.home-t-tag {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 16px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase; }

.home-t-tag--green {
  color: #268552;
  background: #e7f7ef; }

.home-t-tag--blue {
  color: #2c75b4;
  background: #e7f1ff; }

.home-t-platform-card__title {
  margin-bottom: 14px;
  background: transparent;
  color: #43474d;
  font-size: 26px;
  text-align: left;
  margin-top: 0px; }

.home-t-platform-card__summary {
  margin-bottom: 0;
  color: #555e68;
  font-size: 18px;
  text-align: left; }

.home-t-page-content {
  padding-top: 36px; }

.home-t-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 48px; }

.home-t-feature-card {
  padding: 24px;
  border: 1px solid rgba(39, 116, 174, 0.1);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 16px 28px rgba(39, 116, 174, 0.06); }

.home-t-feature-card img {
  width: 100%;
  max-width: 112px;
  height: 112px;
  object-fit: contain;
  margin-bottom: 16px; }

.home-t-feature-card h3 {
  margin-bottom: 10px;
  background: transparent;
  color: #095893;
  font-size: 24px;
  line-height: 1.16; }

.home-t-feature-card p {
  margin-bottom: 0;
  color: #52606d;
  line-height: 1.58;
  text-align: left; }

@media screen and (max-width: 1100px) {
  .home-t-hero__inner {
    grid-template-columns: 1fr;
    justify-content: stretch;
    gap: 34px; }

  .home-t-summary {
    max-width: none; }

  .home-t-hero__visual {
    justify-content: stretch;
    padding-top: 0; }

  .home-t-platform-card {
    width: 100%; }

  .home-t-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media screen and (max-width: 690px) {
  .home-t-hero__inner {
    padding-top: 32px;
    padding-bottom: 48px; }

  .home-t-eyebrow {
    font-size: 14px; }

  .home-t-title {
    max-width: none;
    line-height: 1; }

  .home-t-button {
    width: 100%; }

  .home-t-platform-card__art {
    padding: 18px 12px 10px; }

  .home-t-platform-card__body {
    padding: 20px 20px 24px; }

  .home-t-feature-grid {
    grid-template-columns: 1fr; }

  .home-t-feature-card {
    padding: 20px; } }
/* Container for the page */
.feature-section {
  margin: 0 auto;
  max-width: 100%;
  border-radius: 20px;
  padding: 20px;
  padding-top: 1px;
  margin-bottom: 30px;
  box-shadow: 0 16px 28px rgba(39, 116, 174, 0.06);
  border: 1px solid rgba(39, 116, 174, 0.1); }

.section-description {
  margin-bottom: 40px;
  line-height: 1.6;
  color: #2d3748; }

/* Flexbox Grid */
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px; }

/* Individual Cards */
.feature-card {
  flex: 1 1 300px;
  /* This prevents the card from stretching when it's alone on a line */
  max-width: calc(33.333% - 50px);
  text-align: center; }

/* On smaller screens, you'll need to reset the max-width so they can stack */
@media (max-width: 1200px) {
  .feature-card {
    max-width: 100%; }

  .feature-card p {
    text-align: left; } }
.feature-card img {
  height: 120px;
  margin-bottom: 15px; }

.feature-card h3 {
  margin: 10px 0;
  font-size: 1.5rem; }

.feature-card p {
  color: #4a5568;
  line-height: 1.5; }

.feature-section h2, h3 {
  background-color: transparent; }

.feature-card {
  background: transparent; }

/* Hardcoded Backgrounds */
.bg-1 {
  background-color: #daebfe; }

.bg-2 {
  background-color: #fdd5f0; }

.bg-3 {
  background-color: #e0caee; }

.logo-slider-container {
  background: #ffffff;
  padding: 60px 0;
  width: 100%;
  box-sizing: border-box; }

.slider-title {
  text-align: center;
  font-family: sans-serif;
  font-size: 1.2rem;
  color: #666666;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 0;
  margin-bottom: 30px; }

.logo-slider {
  overflow: hidden;
  position: relative;
  width: 100%; }

/* Side Gradients */
.logo-slider::before,
.logo-slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100%;
  position: absolute;
  width: 150px;
  z-index: 2;
  pointer-events: none; }

.logo-slider::before {
  left: 0;
  top: 0; }

.logo-slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg); }

/* Moving Track */
.logo-slide-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: max-content;
  /* Shrinks the container tightly around the contents */
  /* CRITICAL: This dictates the exact uniform spacing between every single logo edge */
  gap: 60px;
  /* Uses a CSS custom property calculated by JavaScript */
  animation: dynamic-scroll 30s linear infinite; }

/* Shared image settings */
.logo-slide-track img {
  height: 40px;
  /* Uniform height footprint */
  max-width: 250px;
  /* CRITICAL: Caps horizontal footprint of wide assets */
  width: auto;
  /* Width scales naturally to preserve ratio */
  flex-shrink: 0;
  object-fit: contain;
  filter: grayscale(0%);
  opacity: 1;
  transition: filter 0.3s ease, opacity 0.3s ease; }

.logo-slide-track img:hover {
  filter: grayscale(0%);
  opacity: 1; }

/* Dynamic Animation loop */
@keyframes dynamic-scroll {
  0% {
    transform: translateX(0); }
  100% {
    /* JavaScript handles providing this exact pixel value */
    transform: translateX(var(--scroll-distance, -50%)); } }
