@charset "UTF-8";
/* Google Web Font
*  - Lato Font
*  - Open Sans
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap");
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900|Open+Sans:300,400,600,700,800);
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --swagger-color: #62a03f;
  --link-color: #4e9fff;
  --accept-header-color: #61cc6a;
  --post-method-color: rgb(73, 204, 95);
  --post-method-background-color: rgba(73, 204, 95, .1);
  --get-method-color: rgb(97, 175, 254);
  --get-method-background-color: rgba(97, 175, 254, .1);
  --head-method-color: rgb(144, 18, 254);
  --head-method-background-color: rgba(144, 18, 254, .1);
  --put-method-color: rgb(252, 161, 48);
  --put-method-background-color: rgba(252, 161, 48, .1);
  --delete-method-color: rgb(249, 62, 62);
  --delete-method-background-color: rgba(249, 62, 62, .1);
  --options-method-color: rgb(25, 123, 220);
  --options-method-background-color: rgba(25, 123, 220, 0.1);
  --patch-method-color: rgb(80, 227, 194);
  --patch-method-background-color: rgba(80, 227, 194, .1);
  --all-bg-color: #121212;
  --secondary-bg-color: #181818;
  --header-bg-color: #202020;
  --block-bg-color: #202020;
  --selecter-bg-color: #202020;
  --primary-text-color: rgba(255, 255, 255, 1.00);
  --secondary-text-color: rgba(255, 255, 255, 0.40);
  --block-border-color: rgba(255, 255, 255, 0.06);
  --block-border-radius: 8px;
  --innner-block-border-radius: 4px;
  --primary-icon-color: #ffffff;
  --icons-opacity: .32;
  --secondary-icon-opacity: .6;
  --black-icons-filter: invert(1);
}

/*
    Position Mixin
    - http://hugogiraudel.com/2013/08/05/offsets-sass-mixin/

    @example:
        @include absolute(top 1em right 10%);
    @output:
        position: absolute;
        top: 1em;
        right: 10%;
*/
/*
    Hex to Rgba

    @exmple:
        @include hex-to-rgba(#333, 0.5);
    @output:
        color: #333; // The Fallback
        color: rgba(200, 54, 54, 0.5);
*/
/*
    Sizing Mixin

    @exmple:
        @include size(100%, 10px);
    @output:
        width: 100%;
        height: 10px;
*/
/*
    Calculate px to rem (font-size)

    @example:
        @include font-size(14px);
    @output:
        font-size: 14px;
        font-size: 1.4rem; // ie will ignore this line he not understand it at all
*/
/*
    Arrows Mixin

    $direction: top, left, right, bottom, top-left, top-right, bottom-left, bottom-right
    $color: hex, rgb or rbga
    $size: px or em

    @example:
        @include arrow(top, #000, 50px);
    @output:
        display: inline-block;
        height: 0;
        width: 0;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-bottom: 50px solid #000000;
*/
/*
    Hidpi Mixin
    - Hidpi Mixin help you to specify styles or load hi res image
      for hidpi resolutions such as retina or android amoled

    @example:
        @include hidpi {
            background-image('../img/some-image@2x.png') top left no-repeat;
        };
*/
/*
    Reset Unordered List

    @example:
        @include reset-ul-list;
    @output:
        list-style: none;
        margin: 0;
        padding: 0;
*/
/*
    Hide Text

    @example:
        @include hide-text;
    @output:
        text-indent: 110%;
        overflow: hidden;
        white-space: nowrap;
*/
/*
    Opacity
    - Cross browser opacity ie7 +, FF, Opera, Chrome etc...

    @example:
        @include opacity(0.5);
    @output:
        opacity: 50%;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50%)";
        filter: alpha(opacity=50%); //IE8
*/
/*
    Placeholder
    - change text color or add italic to font only for placeholder

    @example:
        @include input-placeholder{
            font-style: italic;
            color: #000000;
        };
*/
/*
    Center-align a block level element
    - Lot of time you need to center some element in the middle
      this is a mixin who give you short code

    @example:
        @include center-block;
    @output:
        display: block;
        margin-left: auto;
        margin-right: auto;
*/
/*
    IE7 inline-block
    - Ie7 not suport inline-block and you need to add this hack if you support ie7

    @example:
        @include ie7-inline-block;
    @output:
        *display: inline; // IE7 inline-block hack
        *zoom: 1;
*/
/*
    Webkit-style focus
*/
/*
    Clearfix
*/
/*
    IE7 likes to collapse whitespace on either side of the inline-block elements.
    Ems because we're attempting to match the width of a space character. Left
    version is for form buttons, which typically come after other elements, and
    right version is for icons, which come before. Applying both is ok, but it will
    mean that space between those elements will be .6em (~2 space characters) in IE7,
    instead of the 1 space in other browsers.
*/
/*****************************************************************
    Arrows
    - Depends for mixin arrow (look at structure/mixins)

    $direction: top, left, right, bottom, top-left, top-right, bottom-left, bottom-right
    $color: hex, rgb or rbga
    $size: px or em

    @example
    .element{
        @include arrow(top, #000, 50px);
    }
*****************************************************************/
.arrow {
  position: relative;
  display: inline-block;
}
.arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
  display: inline-block;
  height: 0;
  width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #333333;
}

.arrow-top {
  display: inline-block;
  height: 0;
  width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #333333;
}

.arrow-bottom {
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 6px solid #333333;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.arrow-left {
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-right: 6px solid #333333;
  border-bottom: 6px solid transparent;
}

.arrow-right {
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #333333;
}

@font-face {
  font-family: "fontcustom";
  src: url("../fonts/fontcustom_092d1300703801e34db591c2fc0e1042.eot");
  src: url("../fonts/fontcustom_092d1300703801e34db591c2fc0e1042.eot?#iefix") format("embedded-opentype"), url("../fonts/fontcustom_092d1300703801e34db591c2fc0e1042.woff") format("woff"), url("../fonts/fontcustom_092d1300703801e34db591c2fc0e1042.ttf") format("truetype"), url("../fonts/fontcustom_092d1300703801e34db591c2fc0e1042.svg#fontcustom") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "fontcustom";
    src: url("../fonts/fontcustom_092d1300703801e34db591c2fc0e1042.svg#fontcustom") format("svg");
  }
}
[data-icon]:before {
  content: attr(data-icon);
}

[data-icon]:before,
.icon-arrowdown:before,
.icon-arrowleft:before,
.icon-arrowright:before,
.icon-arrowup:before,
.icon-back:before,
.icon-edit:before,
.icon-hadlogo:before,
.icon-search:before {
  display: inline-block;
  font-family: "fontcustom";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.icon-arrowdown:before {
  content: "\f100";
}

.icon-arrowleft:before {
  content: "\f101";
}

.icon-arrowright:before {
  content: "\f102";
}

.icon-arrowup:before {
  content: "\f103";
}

.icon-back:before {
  content: "\f104";
}

.icon-edit:before {
  content: "\f105";
}

.icon-hadlogo:before {
  content: "\f106";
}

.icon-search:before {
  content: "\f107";
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  color: #333333;
  background: #222222;
  line-height: 1.4;
}

* {
  box-sizing: border-box;
}

a {
  color: #3CA5D0;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out;
}
a:hover {
  color: rgb(42.1446280992, 136.2975206612, 174.8553719008);
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif, "Helvetica Neue", Arial;
}

:root {
  /* Existing */
  --bg-color: #ffffff;
  --text-color: #000000;
  --hero-bg: #ffffff;
  --divider-color: #000000;
  --hero-bg-image: url("/img/hero/background-skull-white.svg");
  --gradient-bg: linear-gradient(180deg, #FEFEFE 0%, #EEF2F4 100%);
  --highlight-color: #e1b111;
  --bg-secondary: #f7f7f7;
  --block-bg-color: #ffffff;
  --bg-shadow-color: #EDF1F7;
  --step-muted-bg: #f0f0f0;
  --step-muted-text: #999;
  --line-color: #d9d9d9;
  --text-area: #FAFAFA;
  --scrollbar-track: rgba(0, 0, 0, 0.08);
  --scrollbar-thumb: rgba(0, 0, 0, 0.28);
}

[data-theme=dark] {
  --bg-color: #000000;
  --text-color: #f5f5f5;
  --hero-bg: transparent;
  --hero-bg-image: url("/img/hero/background-skull.png");
  --divider-color: #444444;
  --gradient-bg: linear-gradient(180deg, #000000 0%, #000000 50%, #081833 100%);
  --highlight-color: #e1b111;
  --bg-secondary: #222222;
  --block-bg-color: #000000;
  --bg-shadow-color: rgba(237, 241, 247, 0.30);
  --step-muted-bg: #2c2c2c;
  --step-muted-text: #888;
  --line-color: #3a3a3a;
  --text-area: #808080;
  --scrollbar-track: rgba(255, 255, 255, 0.10);
  --scrollbar-thumb: rgba(255, 255, 255, 0.35);
}

.header {
  display: inline-block;
}
.header .logo {
  margin: 0 20px 0 0;
}

.home-page .logo {
  margin: 10 auto 40px auto;
  display: block;
  width: 66px;
}

.login-button {
  background: #3193C6;
  color: #ffffff;
  padding: 9px 20px;
  border-radius: 30px;
  letter-spacing: -0.3px;
  margin: -1px auto;
  display: block;
  max-width: 234px;
  text-align: center;
}
.login-button:hover {
  background: rgb(38.8825910931, 116.6477732794, 157.1174089069);
  color: #ffffff;
}

.top-section .login-button {
  float: right;
  font-size: 13px;
}

.intro {
  text-align: center;
  display: block;
}
.intro p {
  font-family: "Lato", sans-serif, "Helvetica Neue", Arial;
  font-weight: 600;
  letter-spacing: -0.3px;
  font-size: 20px;
  color: #ffffff;
  margin: 0;
}
.intro h2 {
  letter-spacing: -0.3px;
  font-size: 36px;
  color: #ffffff;
  font-weight: 800;
  margin: 0;
}

.nav {
  position: relative;
}
.nav a {
  color: #ffffff;
  font-family: "Lato", sans-serif, "Helvetica Neue", Arial;
}
.nav a .icon-arrowdown {
  position: relative;
  top: 3px;
  margin-left: 5px;
  font-size: 12px;
}
.nav a:hover {
  color: #F5A623;
}
.nav .current {
  color: #F5A623;
}

body {
  background: var(--gradient-bg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: scroll;
}

.container {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0 2rem;
}

.sidebar {
  float: left;
  width: 29%;
  padding: 40px 7% 40px 7%;
  text-align: right;
}

.top-section {
  display: block;
  padding: 5px 10px 5px 50px;
  border-bottom: 1px solid #ECF0F1;
}
.top-section::after {
  content: "";
  display: table;
  clear: both;
}

.content-right {
  float: right;
  width: 71%;
  background: var(--bg-color);
  margin: 20px 0 0 0;
  border-radius: 3px 0 0 3px;
}

.content {
  display: block;
  margin-top: 50px;
  padding-top: 56px;
}

.hide {
  display: none;
}

.right {
  float: right;
}

.left {
  float: left;
}

.applications-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.applications-page .container {
  padding-top: 0;
  flex: 1 0 auto;
}

.footer {
  padding: 4rem 2rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: var(--text-color);
  background-image: url("/img/footer/footer-bg.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 50%;
  background-color: transparent;
}
.footer .footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer .footer-logo {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.footer .footer-logo img {
  height: 40px;
  margin-right: 1rem;
}
.footer .footer-logo h2 {
  font-size: 2.2rem;
  font-weight: bold;
}
.footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
}
.footer .footer-links li {
  margin-bottom: 1rem;
}
.footer .footer-links li a {
  font-size: 1.4rem;
  color: var(--text-color);
  text-decoration: none;
  opacity: 0.85;
}
.footer .footer-links li a:hover {
  text-decoration: underline;
}
.footer .footer-copy {
  font-size: 1.3rem;
  color: var(--text-color);
  opacity: 0.6;
}

[data-theme=dark] .footer-logo-light {
  display: none;
}
[data-theme=dark] .footer-logo-dark {
  display: inline-block;
}

[data-theme=light] .footer-logo-dark {
  display: none;
}
[data-theme=light] .footer-logo-light {
  display: inline-block;
}

@media (max-width: 768px) {
  .footer {
    position: relative !important;
    padding: 4rem 1rem !important;
    background: none !important;
  }
  .footer::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10vw;
    width: 100vw;
    background-image: url("/img/footer/footer-bg.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: 0;
  }
  .footer-logo h2 {
    font-size: 1.2rem !important;
    line-height: 1.2 !important;
  }
  .footer-content {
    position: relative !important;
    z-index: 1;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}
.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 75vh;
  padding: 12rem 2rem 6rem;
  background: var(--hero-bg) var(--hero-bg-image) no-repeat 95% 60px;
  background-size: 73% auto;
  color: var(--text-color);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 0;
}
.hero__content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  padding-left: 10%;
  padding-top: 5%;
  text-align: left;
}
.hero__content h1 {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1rem;
}
.hero__content h1 .highlight {
  text-decoration: underline;
  text-decoration-color: #e1b111;
  text-underline-offset: 4px;
  text-decoration-thickness: 3px;
}
.hero__content p {
  margin-top: 5rem;
  width: 650px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 5rem;
  color: var(--text-color);
}
.hero__content .note {
  font-size: 1.125rem;
  color: var(--text-color);
  font-style: italic;
  max-width: 520px;
  margin-top: 1rem;
}
.hero__content .hero-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.hero__content .hero-cta .button {
  padding: 0.75rem 2rem;
  font-size: 1.3rem;
  font-weight: 500;
  border-radius: 4px;
  min-width: 160px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.hero__content .hero-cta .button img.btn-icon {
  height: 20px;
  width: 20px;
  margin-right: 0.75rem;
  vertical-align: middle;
}
.hero__content .hero-cta .primary {
  background-color: #E1B111;
  color: #000;
  border: none;
}
.hero__content .hero-cta .outline {
  background: transparent;
  color: var(--text-color);
  border: 1.5px solid #E1B111;
}
.hero__content .hero-cta .outline:hover {
  background-color: #E1B111;
  color: var(--text-color);
}
.hero__content .hero-cta .or-text {
  color: #aaa;
  font-weight: 500;
}
.hero .scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-color);
  font-size: 1rem;
  font-weight: 500;
  opacity: 0.7;
  animation: bounce 2s infinite;
}
.hero .scroll-indicator img {
  height: 20px;
  width: 20px;
}

@keyframes bounce {
  0%, 100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -8px);
  }
}
hr {
  border-color: var(--line-color);
}

@media (max-width: 1250px) {
  .hero {
    background: none !important;
    position: relative;
    min-height: 45vh;
    padding: 5rem 2rem 6rem;
  }
  .hero::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 150%;
    background-image: var(--hero-bg-image);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
    opacity: 0.03;
    z-index: 0;
  }
  .hero__content {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 1rem;
    text-align: center;
  }
  .hero__content h1 {
    font-size: 2.4rem !important;
    line-height: 1.3 !important;
    margin-bottom: 0.75rem !important;
  }
  .hero__content p {
    font-size: 1.1rem !important;
    line-height: 1.5 !important;
    margin: 1.5rem 0 !important;
    width: auto !important;
  }
  .hero__content .hero-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin: 2rem 0;
  }
  .hero__content .hero-cta .button {
    font-size: 1.2rem !important;
    padding: 0.75rem 1.5rem !important;
  }
  .hero__content .hero-cta .or-text {
    display: block !important;
    margin: 0.5rem 0 !important;
  }
  .hero__content .hero-cta img.btn-icon {
    height: 18px !important;
    width: 18px !important;
    margin-right: 0.5rem !important;
  }
  .hero__content .note {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    margin: 1rem auto !important;
  }
  .hero .scroll-indicator {
    bottom: 1rem !important;
    font-size: 0.875rem !important;
  }
  .hero .scroll-indicator img.arrow-icon {
    height: 18px !important;
    width: 18px !important;
  }
}
@media (max-width: 768px) {
  .hero {
    background: none !important;
    position: relative;
    min-height: 45vh;
    padding: 5rem 1rem 6rem;
  }
  .hero .hero__image-mobile {
    width: 100vw;
    height: 130px;
    margin-top: 1.5rem;
    background: var(--hero-bg) var(--hero-bg-image) no-repeat left center;
    background-size: 210%;
    background-position: -105vw -10vw;
  }
  .hero__content {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 1rem;
    text-align: center;
  }
  .hero__content h1 {
    font-size: 2.4rem !important;
    line-height: 1.3 !important;
    margin-bottom: 0.75rem !important;
  }
  .hero__content p {
    font-size: 1.1rem !important;
    line-height: 1.5 !important;
    margin: 1.5rem 0 !important;
    width: auto !important;
  }
  .hero__content .hero-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin: 2rem 0;
  }
  .hero__content .hero-cta .button {
    font-size: 1.2rem !important;
    padding: 0.75rem 1.5rem !important;
  }
  .hero__content .hero-cta .or-text {
    display: block !important;
    margin: 0.5rem 0 !important;
  }
  .hero__content .hero-cta img.btn-icon {
    height: 18px !important;
    width: 18px !important;
    margin-right: 0.5rem !important;
  }
  .hero__content .note {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    margin: 1rem auto !important;
  }
  .hero .scroll-indicator {
    bottom: 1rem !important;
    font-size: 0.875rem !important;
  }
  .hero .scroll-indicator img.arrow-icon {
    height: 18px !important;
    width: 18px !important;
  }
}
.applications-page .apps-first-time {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 2rem;
  gap: 3rem;
  min-height: 100vh;
  max-width: 90vw;
  width: 100%;
  margin: 0 auto;
  background-color: var(--gradient-bg);
  box-sizing: border-box;
}
.applications-page .apps-first-time .apps-hero,
.applications-page .apps-first-time .apps-hero-tight-left {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 75vh;
  background: var(--block-bg-color);
  border: 1px solid var(--block-border-color);
  border-radius: var(--block-border-radius);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
.applications-page .apps-first-time .apps-hero .hero-image,
.applications-page .apps-first-time .apps-hero-tight-left .hero-image {
  flex: 0 0 40%;
  position: relative;
  min-height: 360px;
  background-color: var(--block-bg-color);
}
.applications-page .apps-first-time .apps-hero .hero-image .shape-fill,
.applications-page .apps-first-time .apps-hero-tight-left .hero-image .shape-fill {
  position: absolute;
  inset: 0;
  background: url("/img/applications-left/yellow-arrow.png") no-repeat center/cover;
}
.applications-page .apps-first-time .apps-hero .hero-image .shape-stroke,
.applications-page .apps-first-time .apps-hero-tight-left .hero-image .shape-stroke {
  position: absolute;
  inset: 0;
  background: url("/img/applications-left/yellow-border.png") no-repeat center/cover;
  pointer-events: none;
}
.applications-page .apps-first-time .apps-hero .hero-image .shape-icon,
.applications-page .apps-first-time .apps-hero-tight-left .hero-image .shape-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url("/img/applications-left/icon-bottom-white.png") no-repeat left bottom;
  background-size: contain;
}
.applications-page .apps-first-time .apps-hero .hero-image .hero-text-on-image,
.applications-page .apps-first-time .apps-hero-tight-left .hero-image .hero-text-on-image {
  position: absolute;
  top: 7.5rem;
  left: 8rem;
  right: 2rem;
  max-width: 380px;
  z-index: 10;
  color: black;
}
.applications-page .apps-first-time .apps-hero .hero-image .hero-text-on-image h1,
.applications-page .apps-first-time .apps-hero-tight-left .hero-image .hero-text-on-image h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.applications-page .apps-first-time .apps-hero .hero-image .hero-text-on-image p,
.applications-page .apps-first-time .apps-hero-tight-left .hero-image .hero-text-on-image p {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
}
.applications-page .apps-first-time .apps-hero .hero-image .back-button,
.applications-page .apps-first-time .apps-hero-tight-left .hero-image .back-button {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 5;
  background: #E1B111;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: background 0.2s;
  cursor: pointer;
}
.applications-page .apps-first-time .apps-hero .hero-image .back-button svg,
.applications-page .apps-first-time .apps-hero-tight-left .hero-image .back-button svg {
  width: 18px;
  height: 18px;
}
.applications-page .apps-first-time .apps-hero .hero-image .back-button svg path,
.applications-page .apps-first-time .apps-hero-tight-left .hero-image .back-button svg path {
  fill: black;
}
.applications-page .apps-first-time .apps-hero .hero-image .back-button:hover,
.applications-page .apps-first-time .apps-hero-tight-left .hero-image .back-button:hover {
  background: #E1B111;
}
.applications-page .apps-first-time .apps-hero .hero-content,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content {
  flex: 1;
  height: 100%;
  text-align: left;
  font-family: "Helvetica Neue";
}
.applications-page .apps-first-time .apps-hero .hero-content h1, .applications-page .apps-first-time .apps-hero .hero-content h2, .applications-page .apps-first-time .apps-hero .hero-content p,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content h1,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content h2,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content p {
  color: var(--text-color);
}
.applications-page .apps-first-time .apps-hero .hero-content h1,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content h1 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.applications-page .apps-first-time .apps-hero .hero-content h2,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content h2 {
  font-size: 4rem;
  font-weight: 800;
  margin-bottom: 1rem;
  line-height: 1.3;
  margin-top: 0rem;
}
.applications-page .apps-first-time .apps-hero .hero-content p,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content p {
  font-size: 1.4rem;
  font-weight: 300;
  max-width: 405px;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.applications-page .apps-first-time .apps-hero .hero-content .first-hero-button,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content .first-hero-button {
  display: inline-block;
  margin-top: 2rem;
  padding: 1rem 2rem;
  font-size: 1.8rem;
  background-color: var(--text-color);
  color: var(--block-bg-color);
  border: none;
  border-radius: 0.4rem;
  text-align: center;
  text-decoration: none;
  font-family: "Inter", "Open Sans", "Lato", sans-serif;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s ease, transform 0.15s ease;
  font-weight: 400;
  width: 48%;
}
.applications-page .apps-first-time .apps-hero .hero-content .first-hero-button:hover,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content .first-hero-button:hover {
  transform: translateY(-1px);
}
.applications-page .apps-first-time .apps-hero .hero-content .first-hero-button:active,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content .first-hero-button:active {
  transform: translateY(1px);
  box-shadow: none;
}
.applications-page .apps-first-time .apps-hero .hero-content.first-time,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.first-time {
  display: grid;
  place-content: center start;
  padding: 4rem 2rem 9rem 19rem;
}
.applications-page .apps-first-time .apps-hero .hero-content.existing-mode,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  gap: 1.5rem;
}
.applications-page .apps-first-time .apps-hero .hero-content.existing-mode > h1,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode > h1 {
  align-self: flex-start;
  margin-left: 15.5rem;
  max-width: 600px;
  width: 100%;
}
.applications-page .apps-first-time .apps-hero .hero-content.existing-mode .applications-scroll-container,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode .applications-scroll-container {
  width: 100%;
  max-width: 600px;
  background: var(--block-bg-color);
  border: 1px solid var(--block-border-color);
  border-radius: var(--block-border-radius);
  padding: 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
.applications-page .apps-first-time .apps-hero .hero-content.existing-mode .applications-scroll-wrapper,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode .applications-scroll-wrapper {
  overflow-y: scroll;
  scrollbar-gutter: stable;
  max-height: 50vh;
  padding-right: 0.5rem;
}
.applications-page .apps-first-time .apps-hero .hero-content.existing-mode .applications-scroll-wrapper::-webkit-scrollbar,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode .applications-scroll-wrapper::-webkit-scrollbar {
  width: 6px;
}
.applications-page .apps-first-time .apps-hero .hero-content.existing-mode .applications-scroll-wrapper::-webkit-scrollbar-track,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode .applications-scroll-wrapper::-webkit-scrollbar-track {
  background: var(--scrollbar-track);
  border-radius: 3px;
}
.applications-page .apps-first-time .apps-hero .hero-content.existing-mode .applications-scroll-wrapper::-webkit-scrollbar-thumb,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode .applications-scroll-wrapper::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb);
  border-radius: 3px;
}
.applications-page .apps-first-time .apps-hero .hero-content.existing-mode .applications-list,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode .applications-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-right: 0.5rem;
}
.applications-page .apps-first-time .apps-hero .hero-content.existing-mode .applications-list details.application-item,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode .applications-list details.application-item {
  background: var(--block-bg-color);
  border: 1px solid #e5e5e5;
  border-radius: 0.5rem;
  padding: 1.8rem 1.8rem 0rem 1.8rem;
  overflow: hidden;
}
.applications-page .apps-first-time .apps-hero .hero-content.existing-mode .applications-list details.application-item summary,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode .applications-list details.application-item summary {
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem 2.5rem;
  gap: 1rem;
  cursor: pointer;
  color: var(--text-color);
}
.applications-page .apps-first-time .apps-hero .hero-content.existing-mode .applications-list details.application-item summary .app-name,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode .applications-list details.application-item summary .app-name {
  font-size: 2rem;
  font-weight: 500;
}
.applications-page .apps-first-time .apps-hero .hero-content.existing-mode .applications-list details.application-item summary .toggle-icon-wrapper,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode .applications-list details.application-item summary .toggle-icon-wrapper {
  margin-left: auto;
}
.applications-page .apps-first-time .apps-hero .hero-content.existing-mode .applications-list details.application-item summary .toggle-icon-wrapper .toggle-icon,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode .applications-list details.application-item summary .toggle-icon-wrapper .toggle-icon {
  width: 18px;
  height: 18px;
  transition: transform 0.2s ease;
  filter: invert(0);
}
.applications-page .apps-first-time .apps-hero .hero-content.existing-mode .applications-list details.application-item .status,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode .applications-list details.application-item .status {
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.applications-page .apps-first-time .apps-hero .hero-content.existing-mode .applications-list details.application-item .status.connected,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode .applications-list details.application-item .status.connected {
  background: #97bc62;
  color: #1e1e1e;
}
.applications-page .apps-first-time .apps-hero .hero-content.existing-mode .applications-list details.application-item .status.disconnected,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode .applications-list details.application-item .status.disconnected {
  background: #c14d3f;
  color: white;
}
.applications-page .apps-first-time .apps-hero .hero-content.existing-mode .applications-list details.application-item .application-details,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode .applications-list details.application-item .application-details {
  padding: 1.5rem;
  border-top: 1px solid #e5e5e5;
  display: grid;
  row-gap: 1rem;
}
.applications-page .apps-first-time .apps-hero .hero-content.existing-mode .applications-list details.application-item .field,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode .applications-list details.application-item .field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Helvetica Neue";
  color: var(--text-color);
}
.applications-page .apps-first-time .apps-hero .hero-content.existing-mode .applications-list details.application-item .field label,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode .applications-list details.application-item .field label {
  font-size: 1.4rem;
  font-weight: 700;
}
.applications-page .apps-first-time .apps-hero .hero-content.existing-mode .applications-list details.application-item .field .copy-btn,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode .applications-list details.application-item .field .copy-btn {
  background: none;
  border: 1px solid #ccc;
  border-radius: 0.7rem;
  padding: 0.25rem 0.5rem;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Inter", "Open Sans", "Lato", sans-serif;
  color: var(--text-color);
}
.applications-page .apps-first-time .apps-hero .hero-content.existing-mode .applications-list details.application-item .actions,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode .applications-list details.application-item .actions {
  display: flex;
  justify-content: end;
  gap: 0.75rem;
  margin-top: 1rem;
}
.applications-page .apps-first-time .apps-hero .hero-content.existing-mode .applications-list details.application-item .actions .button,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode .applications-list details.application-item .actions .button {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.applications-page .apps-first-time .apps-hero .hero-content.existing-mode .applications-list details.application-item .actions a.button,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode .applications-list details.application-item .actions a.button {
  background: #ecb600;
  color: #000;
  font-size: 1.4rem;
  font-weight: 300;
  width: 8rem;
  text-align: center;
}
.applications-page .apps-first-time .apps-hero .hero-content.existing-mode .applications-list details.application-item .actions button.button.danger,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode .applications-list details.application-item .actions button.button.danger {
  background: transparent;
  border: 1px solid #ecb600;
  color: var(--text-color);
  font-size: 1.4rem;
  font-weight: 300;
  width: 8rem;
}
.applications-page .apps-first-time .apps-hero .hero-content.existing-mode .create-btn-wrapper,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode .create-btn-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 1.5rem;
  padding-right: 1rem;
}
.applications-page .apps-first-time .apps-hero .hero-content.existing-mode .hero-button,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode .hero-button {
  max-width: 185px;
  width: 100%;
  height: 45px;
  text-align: center;
  background-color: var(--text-color);
  color: var(--block-bg-color);
  padding: 0.65rem;
  font-size: 1.8rem;
  font-weight: 300;
  font-family: "Inter", "Open Sans", "Lato", sans-serif;
  border-radius: 0.25rem;
  cursor: pointer;
}
.applications-page .apps-first-time .apps-hero .hero-content.create-mode,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.create-mode {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.applications-page .apps-first-time .apps-hero .hero-content.create-mode .create-layout,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.create-mode .create-layout {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 2rem 0;
  gap: 1rem;
  width: 100%;
  max-width: 850px;
}
.applications-page .apps-first-time .apps-hero .hero-content.create-mode .app-create-form,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.create-mode .app-create-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-left: 17%;
  margin-bottom: 20%;
  width: 48rem;
}
.applications-page .apps-first-time .apps-hero .hero-content.create-mode .app-create-form h1,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.create-mode .app-create-form h1 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.applications-page .apps-first-time .apps-hero .hero-content.create-mode .app-create-form label,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.create-mode .app-create-form label {
  color: var(--text-color);
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 24px;
}
.applications-page .apps-first-time .apps-hero .hero-content.create-mode .app-create-form label input,
.applications-page .apps-first-time .apps-hero .hero-content.create-mode .app-create-form label textarea,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.create-mode .app-create-form label input,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.create-mode .app-create-form label textarea {
  color: var(--text-color);
  margin-top: 0.5rem;
  padding: 1rem;
  font-size: 1.6rem;
  border: 1px solid var(--line-color);
  border-radius: 0.5rem;
  background: var(--step-muted-bg);
}
.applications-page .apps-first-time .apps-hero .hero-content.create-mode .app-create-form .actions,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.create-mode .app-create-form .actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  justify-content: end;
}
.applications-page .apps-first-time .apps-hero .hero-content.create-mode .app-create-form .actions .button,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.create-mode .app-create-form .actions .button {
  padding: 0.6rem 1.2rem;
  font-size: 1.2rem;
  font-weight: 400;
  border-radius: 0.4rem;
  border: 1px solid var(--highlight-color);
  color: var(--text-color);
  font-family: "Inter", "Open Sans", "Lato", sans-serif;
  width: 15.3rem;
  line-height: 24.445px;
  text-align: center;
}
.applications-page .apps-first-time .apps-hero .hero-content.create-mode .app-create-form .actions .primary,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.create-mode .app-create-form .actions .primary {
  width: 15.3rem;
  background: var(--highlight-color);
  color: #000;
  border: none;
  font-family: "Inter", "Open Sans", "Lato", sans-serif;
  font-weight: 400;
  line-height: 24.445px;
}
.applications-page .apps-first-time .apps-hero .hero-content.create-mode .stepper-manual,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.create-mode .stepper-manual {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 1rem;
  position: relative;
  margin-top: 70%;
}
.applications-page .apps-first-time .apps-hero .hero-content.create-mode .stepper-manual .step,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.create-mode .stepper-manual .step {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  position: relative;
  z-index: 2;
}
.applications-page .apps-first-time .apps-hero .hero-content.create-mode .stepper-manual .step .circle,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.create-mode .stepper-manual .step .circle {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background: var(--step-muted-bg, #f0f0f0);
  color: var(--step-muted-text, #999);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  flex-shrink: 0;
  transition: background 0.3s, color 0.3s;
}
.applications-page .apps-first-time .apps-hero .hero-content.create-mode .stepper-manual .step .circle.active,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.create-mode .stepper-manual .step .circle.active {
  background: var(--text-color);
  color: var(--block-bg-color);
}
.applications-page .apps-first-time .apps-hero .hero-content.create-mode .stepper-manual .step .circle.muted,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.create-mode .stepper-manual .step .circle.muted {
  background: var(--step-muted-bg, #f0f0f0);
  color: var(--step-muted-text, #ccc);
}
.applications-page .apps-first-time .apps-hero .hero-content.create-mode .stepper-manual .step .label,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.create-mode .stepper-manual .step .label {
  font-size: 1.4rem;
  color: var(--text-color);
  transition: color 0.3s;
}
.applications-page .apps-first-time .apps-hero .hero-content.create-mode .stepper-manual .step .label.muted,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.create-mode .stepper-manual .step .label.muted {
  color: var(--step-muted-text, #ccc);
}
.applications-page .apps-first-time .apps-hero .hero-content.create-mode .stepper-manual .connector,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.create-mode .stepper-manual .connector {
  width: 2px;
  height: 1.75rem;
  margin-left: 1.7rem;
  margin-top: -1px;
  margin-bottom: -1px;
  transition: background 0.3s;
}
.applications-page .apps-first-time .apps-hero .hero-content.create-mode .stepper-manual .connector-top,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.create-mode .stepper-manual .connector-top {
  background: var(--text-color);
}
.applications-page .apps-first-time .apps-hero .hero-content.create-mode .stepper-manual .connector-bottom,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.create-mode .stepper-manual .connector-bottom {
  background: var(--step-muted-text, #ccc);
}
.applications-page .apps-first-time .apps-hero .hero-content.details-mode,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.details-mode {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.applications-page .apps-first-time .apps-hero .hero-content.details-mode .details-layout,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.details-mode .details-layout {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 2rem 0;
  gap: 1rem;
  width: 100%;
  max-width: 1000px;
}
.applications-page .apps-first-time .apps-hero .hero-content.details-mode .app-details-form,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.details-mode .app-details-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-left: 17%;
  margin-bottom: 20%;
  width: 48rem;
}
.applications-page .apps-first-time .apps-hero .hero-content.details-mode .app-details-form h1,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.details-mode .app-details-form h1 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.applications-page .apps-first-time .apps-hero .hero-content.details-mode .app-details-form label,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.details-mode .app-details-form label {
  color: var(--text-color);
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 24px;
}
.applications-page .apps-first-time .apps-hero .hero-content.details-mode .app-details-form label input,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.details-mode .app-details-form label input {
  color: var(--text-color);
  margin-top: 0.5rem;
  padding: 1rem;
  font-size: 1.6rem;
  border: 1px solid var(--block-border-color);
  border-radius: 0.5rem;
  background: var(--step-muted-bg);
}
.applications-page .apps-first-time .apps-hero .hero-content.details-mode .app-details-form .actions,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.details-mode .app-details-form .actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  justify-content: end;
}
.applications-page .apps-first-time .apps-hero .hero-content.details-mode .app-details-form .actions .button,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.details-mode .app-details-form .actions .button {
  padding: 0.6rem 1.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  border-radius: 0.4rem;
  border: 1px solid var(--highlight-color);
  color: var(--text-color);
  font-family: "Inter", "Open Sans", "Lato", sans-serif;
  width: 15.3rem;
  line-height: 24.445px;
  text-align: center;
}
.applications-page .apps-first-time .apps-hero .hero-content.details-mode .app-details-form .actions .primary,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.details-mode .app-details-form .actions .primary {
  background: var(--highlight-color);
  color: #000;
  border: none;
}
.applications-page .apps-first-time .apps-hero .hero-content.details-mode .app-details-form .actions .danger,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.details-mode .app-details-form .actions .danger {
  background: transparent;
  color: var(--text-color);
}
.applications-page .apps-first-time .apps-hero .hero-content.details-mode .stepper-manual,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.details-mode .stepper-manual {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 1rem;
  position: relative;
  margin-top: 70%;
}
.applications-page .apps-first-time .apps-hero .hero-content.details-mode .stepper-manual .step,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.details-mode .stepper-manual .step {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  position: relative;
  z-index: 2;
}
.applications-page .apps-first-time .apps-hero .hero-content.details-mode .stepper-manual .step .circle,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.details-mode .stepper-manual .step .circle {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background: var(--step-muted-bg, #f0f0f0);
  color: var(--step-muted-text, #999);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  flex-shrink: 0;
  transition: background 0.3s, color 0.3s;
}
.applications-page .apps-first-time .apps-hero .hero-content.details-mode .stepper-manual .step .circle.active,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.details-mode .stepper-manual .step .circle.active {
  background: var(--text-color);
  color: var(--block-bg-color);
}
.applications-page .apps-first-time .apps-hero .hero-content.details-mode .stepper-manual .step .circle.completed,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.details-mode .stepper-manual .step .circle.completed {
  background: var(--highlight-color);
  color: #000;
}
.applications-page .apps-first-time .apps-hero .hero-content.details-mode .stepper-manual .step .label,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.details-mode .stepper-manual .step .label {
  font-size: 1.4rem;
  color: var(--text-color);
  transition: color 0.3s;
}
.applications-page .apps-first-time .apps-hero .hero-content.details-mode .stepper-manual .connector,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.details-mode .stepper-manual .connector {
  width: 2px;
  height: 1.75rem;
  margin-left: 1.7rem;
  margin-top: -1px;
  margin-bottom: -1px;
}
.applications-page .apps-first-time .apps-hero .hero-content.details-mode .stepper-manual .connector-top,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.details-mode .stepper-manual .connector-top {
  background: var(--text-color);
}
.applications-page .apps-first-time .apps-hero .hero-content.details-mode .stepper-manual .connector-bottom,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.details-mode .stepper-manual .connector-bottom {
  background: var(--step-muted-text, #ccc);
}
.applications-page .apps-first-time .apps-hero .hero-content.details-mode .usage-card,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.details-mode .usage-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem;
  margin-top: 60%;
  color: var(--text-color);
}
.applications-page .apps-first-time .apps-hero .hero-content.details-mode .usage-card .usage-status,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.details-mode .usage-card .usage-status {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.445px;
}
.applications-page .apps-first-time .apps-hero .hero-content.details-mode .usage-card .usage-status .connected,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.details-mode .usage-card .usage-status .connected {
  background: #91c843;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  color: black;
}
.applications-page .apps-first-time .apps-hero .hero-content.details-mode .usage-card .usage-status .disconnected,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.details-mode .usage-card .usage-status .disconnected {
  background: #8b1d1d;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  color: #000;
}
.applications-page .apps-first-time .apps-hero .hero-content.details-mode .usage-card .usage-section,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.details-mode .usage-card .usage-section {
  width: 100%;
  color: rgb(128, 128, 128);
}
.applications-page .apps-first-time .apps-hero .hero-content.details-mode .usage-card .usage-section p,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.details-mode .usage-card .usage-section p {
  color: rgb(128, 128, 128);
  margin: 0;
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.445px;
}
.applications-page .apps-first-time .apps-hero .hero-content.details-mode .usage-card .usage-section .usage-box,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.details-mode .usage-card .usage-section .usage-box {
  margin-top: 1rem;
  background-color: var(--step-muted-bg);
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid var(--block-border-color);
  color: var(--muted-text-color);
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-weight: 400;
  line-height: 24.445px;
}
.applications-page .apps-first-time .apps-hero .hero-content.edit-mode,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.edit-mode {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.applications-page .apps-first-time .apps-hero .hero-content.edit-mode .edit-layout,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.edit-mode .edit-layout {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 2rem 0;
  gap: 1rem;
  width: 100%;
  max-width: 850px;
}
.applications-page .apps-first-time .apps-hero .hero-content.edit-mode form.app-details-form,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.edit-mode form.app-details-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-left: 17%;
  margin-bottom: 20%;
  width: 48rem;
}
.applications-page .apps-first-time .apps-hero .hero-content.edit-mode form.app-details-form h1,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.edit-mode form.app-details-form h1 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.applications-page .apps-first-time .apps-hero .hero-content.edit-mode form.app-details-form label,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.edit-mode form.app-details-form label {
  color: var(--text-color);
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 24px;
}
.applications-page .apps-first-time .apps-hero .hero-content.edit-mode form.app-details-form label input,
.applications-page .apps-first-time .apps-hero .hero-content.edit-mode form.app-details-form label textarea,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.edit-mode form.app-details-form label input,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.edit-mode form.app-details-form label textarea {
  color: var(--text-color);
  margin-top: 0.5rem;
  padding: 1rem;
  font-size: 1.6rem;
  border: 1px solid var(--block-border-color);
  border-radius: 0.5rem;
  background: var(--step-muted-bg);
}
.applications-page .apps-first-time .apps-hero .hero-content.edit-mode form.app-details-form .actions,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.edit-mode form.app-details-form .actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  justify-content: end;
}
.applications-page .apps-first-time .apps-hero .hero-content.edit-mode form.app-details-form .actions .button,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.edit-mode form.app-details-form .actions .button {
  padding: 0.6rem 1.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  border-radius: 0.4rem;
  border: 1px solid var(--highlight-color);
  color: var(--text-color);
  font-family: "Inter", "Open Sans", "Lato", sans-serif;
  width: 15.3rem;
  line-height: 24.445px;
  text-align: center;
}
.applications-page .apps-first-time .apps-hero .hero-content.edit-mode form.app-details-form .actions .primary,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.edit-mode form.app-details-form .actions .primary {
  background: var(--highlight-color);
  color: #000;
  border: none;
}
.applications-page .apps-first-time .apps-hero .hero-content.edit-mode form.app-details-form .actions .danger,
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.edit-mode form.app-details-form .actions .danger {
  background: transparent;
  color: var(--text-color);
}
@media (max-width: 768px) {
  .applications-page .apps-first-time .apps-hero .hero-content.first-time, .applications-page .apps-first-time .apps-hero .hero-content.existing-mode, .applications-page .apps-first-time .apps-hero .hero-content.create-mode,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.first-time,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.create-mode {
    display: block;
    padding: 2rem !important;
  }
  .applications-page .apps-first-time .apps-hero .hero-content .create-layout,
  .applications-page .apps-first-time .apps-hero .hero-content .details-layout,
  .applications-page .apps-first-time .apps-hero .hero-content .edit-layout,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content .create-layout,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content .details-layout,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content .edit-layout {
    display: block;
  }
}
.applications-page .apps-first-time .apps-hero-tight-left {
  --hero-shift: 14rem;
  --content-gap: 0%;
}
.applications-page .apps-first-time .apps-hero-tight-left .hero-image {
  margin-left: calc(-2 * var(--hero-shift));
  flex: 0 0 calc(19% + var(--hero-shift));
}
.applications-page .apps-first-time .apps-hero-tight-left .hero-image .shape-icon {
  position: absolute;
  bottom: 0;
  left: 60%;
  width: 85%;
  background: url("/img/applications-left/icon-bottom-white.png") no-repeat left bottom;
  background-size: contain;
}
.applications-page .apps-first-time .apps-hero-tight-left .hero-image .back-button {
  position: absolute;
  top: 1.5rem;
  left: 70%;
  z-index: 5;
  background: #E1B111;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: background 0.2s;
  cursor: pointer;
}
.applications-page .apps-first-time .apps-hero-tight-left .hero-image .back-button svg {
  width: 18px;
  height: 18px;
}
.applications-page .apps-first-time .apps-hero-tight-left .hero-image .back-button svg path {
  fill: black;
}
.applications-page .apps-first-time .apps-hero-tight-left .hero-image .back-button:hover {
  background: #E1B111;
}
.applications-page .apps-first-time .apps-hero-tight-left .hero-image + .hero-content {
  margin-left: 0;
  padding-left: 0;
}
.applications-page .apps-first-time .apps-hero-tight-left .hero-content.details-mode {
  padding-top: 10%;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .applications-page .apps-first-time .apps-hero-tight-left {
    --hero-shift: 0;
    --content-gap: 0;
  }
  .applications-page .apps-first-time .apps-hero-tight-left .hero-image {
    margin-left: 0;
    flex: 0 0 100%;
  }
  .applications-page .apps-first-time .apps-hero-tight-left .hero-image + .hero-content {
    margin-left: 0;
  }
}
.applications-page .apps-first-time .apps-widgets {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  height: 20vh;
}
.applications-page .apps-first-time .apps-widgets .widget {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--block-bg-color);
  border: 1px solid var(--block-border-color);
  border-radius: var(--block-border-radius);
  padding: 2rem;
  color: var(--text-color);
  text-decoration: none;
  gap: 1rem;
  box-shadow: 0 2px 3px var(--line-color);
}
.applications-page .apps-first-time .apps-widgets .widget .icon {
  width: 1.75rem;
  height: 1.75rem;
}
.applications-page .apps-first-time .apps-widgets .widget h3 {
  font-size: 2.3rem;
  font-weight: 800;
  margin: 0;
}
.applications-page .apps-first-time .apps-widgets .widget p {
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0;
  padding-top: 1.8rem;
}
.applications-page .apps-first-time .apps-widgets .widget .arrow-widget {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 3.5rem;
  height: 3.5rem;
  background: var(--highlight-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.applications-page .apps-first-time .apps-widgets .widget .arrow-widget svg {
  width: 2.2rem;
  height: 2.2rem;
}
.applications-page .apps-first-time .apps-widgets .widget:hover {
  transform: translateY(-4px);
}

[data-theme=dark] .toggle-icon {
  content: url("/img/icons/icon-down-carret-rounded-white.svg");
}

details[open] .toggle-icon {
  transform: rotate(180deg);
}

.delete-overlay {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  font-family: "Helvetica Neue";
  line-height: 24.445px;
}
.delete-overlay.hidden {
  display: none;
}
.delete-overlay__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(222, 222, 222, 0.9);
}
.delete-overlay__dialog {
  position: relative;
  z-index: 1001;
  background: var(--block-bg-color);
  padding: 2rem;
  border-radius: var(--block-border-radius);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  max-width: 687px;
  width: 100%;
}
.delete-overlay__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}
.delete-overlay__title {
  margin: 0 0 2.5rem;
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--text-color);
}
.delete-overlay__message {
  margin: 0 0 2rem;
  font-size: 2rem;
  font-weight: 300;
  color: var(--text-color);
}
.delete-overlay__actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  justify-content: flex-end;
}
.delete-overlay__actions .button {
  padding: 0.6rem 1.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  border-radius: 0.4rem;
  font-family: "Inter", "Open Sans", "Lato", sans-serif;
  width: 15.3rem;
  line-height: 24.445px;
  text-align: center;
  border: 1px solid var(--highlight-color);
  background: white;
}
.delete-overlay__actions .button.primary {
  color: black;
}
.delete-overlay__actions .button.danger {
  border: none;
  background: #BD3F3D;
  color: white;
}

@media (max-width: 450px) {
  .applications-page .apps-first-time .apps-hero-tight-left .hero-image {
    display: none !important; /* hide decorative background layers */
  }
}
@media (max-width: 450px) {
  .apps-hero,
  .apps-hero-tight-left {
    height: auto !important;
    overflow: visible !important;
  }
  .apps-hero .hero-image {
    display: none !important; /* hide decorative background layers */
  }
  .applications-page .apps-first-time {
    padding: 4rem 0rem;
  }
  .mobile-extra-image {
    position: relative;
    width: 100%;
    max-width: 120%;
    margin: 1.5rem auto 0;
    height: 40rem;
  }
  .mobile-extra-image .shape-stroke {
    width: 100%;
    height: 106%;
    display: block;
    border-radius: 6px;
    object-fit: cover;
  }
  .mobile-extra-image .shape-icon-on-top {
    position: absolute;
    bottom: -9.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: auto;
    z-index: 2;
    pointer-events: none;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
  }
  .mobile-extra-image img {
    width: 100%;
    height: 40rem;
    border-radius: 6px;
    display: inline-block;
    transform: scale(1.8);
    transform-origin: center;
    padding: 10rem 0rem;
  }
  .applications-page {
    min-height: 180vh;
  }
}
@media (max-width: 768px) {
  .applications-page {
    min-height: 190vh;
  }
  .applications-page .apps-first-time .apps-hero .hero-content.create-mode .app-create-form,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.create-mode .app-create-form {
    margin: 0;
    padding: 1rem;
    max-width: 100%;
    width: calc(100% - 2rem);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  .applications-page .apps-first-time .apps-hero .hero-content.create-mode .app-create-form h1,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.create-mode .app-create-form h1 {
    font-size: 1.9rem;
    margin-bottom: 0.5rem;
  }
  .applications-page .apps-first-time .apps-hero .hero-content.create-mode .app-create-form label,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.create-mode .app-create-form label {
    font-size: 1.05rem;
    font-weight: 500;
    display: block;
    margin-bottom: 0.25rem;
  }
  .applications-page .apps-first-time .apps-hero .hero-content.create-mode .app-create-form input,
  .applications-page .apps-first-time .apps-hero .hero-content.create-mode .app-create-form textarea,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.create-mode .app-create-form input,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.create-mode .app-create-form textarea {
    width: 100%;
    padding: 0.65rem 0.75rem;
    font-size: 1rem;
    box-sizing: border-box;
    border-radius: 6px;
    margin-top: 0.25rem;
  }
  .applications-page .apps-first-time .apps-hero .hero-content.create-mode .app-create-form .actions,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.create-mode .app-create-form .actions {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 0.5rem;
  }
  .applications-page .apps-first-time .apps-hero .hero-content.create-mode .app-create-form .actions .button,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.create-mode .app-create-form .actions .button {
    flex: 1 1 48%;
    min-width: 140px;
  }
  .applications-page .apps-first-time .apps-hero .hero-content.create-mode .create-layout,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.create-mode .create-layout {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 0;
  }
  .applications-page .apps-first-time .apps-hero .hero-content.create-mode .stepper-manual,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.create-mode .stepper-manual {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .applications-page .apps-first-time .apps-hero .hero-content.details-mode .app-details-form,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.details-mode .app-details-form {
    margin: 0;
    padding: 1rem;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    box-sizing: border-box;
  }
  .applications-page .apps-first-time .apps-hero .hero-content.details-mode .app-details-form h1,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.details-mode .app-details-form h1 {
    font-size: 1.9rem;
    margin-bottom: 0.5rem;
  }
  .applications-page .apps-first-time .apps-hero .hero-content.details-mode .app-details-form label,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.details-mode .app-details-form label {
    font-size: 0.95rem;
    font-weight: 500;
    display: block;
    margin-bottom: 0.25rem;
  }
  .applications-page .apps-first-time .apps-hero .hero-content.details-mode .app-details-form input,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.details-mode .app-details-form input {
    width: 100%;
    padding: 0.65rem 0.75rem;
    font-size: 1rem;
    box-sizing: border-box;
    border-radius: 6px;
    margin-top: 0.25rem;
  }
  .applications-page .apps-first-time .apps-hero .hero-content.details-mode .app-details-form .actions,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.details-mode .app-details-form .actions {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.5rem;
    width: 100%;
  }
  .applications-page .apps-first-time .apps-hero .hero-content.details-mode .app-details-form .actions .button,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.details-mode .app-details-form .actions .button {
    width: 100%;
    min-width: auto;
  }
  .applications-page .apps-first-time .apps-hero .hero-content.details-mode .details-layout,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.details-mode .details-layout {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 0.75rem;
    align-items: stretch;
  }
  .applications-page .apps-first-time .apps-hero .hero-content.details-mode .usage-card,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.details-mode .usage-card {
    margin-top: 0%;
  }
  .applications-page .apps-first-time .apps-hero .hero-content.details-mode .stepper-manual,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.details-mode .stepper-manual {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .applications-page .apps-first-time .apps-hero .hero-content.existing-mode,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode {
    padding: 1rem;
  }
  .applications-page .apps-first-time .apps-hero .hero-content.existing-mode > h1,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode > h1 {
    font-size: 1.9rem;
    margin: 0 0 0.75rem;
    width: 100%;
    max-width: 100%;
  }
  .applications-page .apps-first-time .apps-hero .hero-content.existing-mode .applications-scroll-container,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode .applications-scroll-container {
    padding: 1rem;
    width: 100%;
    max-width: 100%;
  }
  .applications-page .apps-first-time .apps-hero .hero-content.existing-mode .applications-list,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode .applications-list {
    gap: 0.75rem;
  }
  .applications-page .apps-first-time .apps-hero .hero-content.existing-mode details.application-item,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode details.application-item {
    padding: 0;
    background: var(--block-bg-color);
    border: none;
  }
  .applications-page .apps-first-time .apps-hero .hero-content.existing-mode details.application-item summary,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode details.application-item summary {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
  }
  .applications-page .apps-first-time .apps-hero .hero-content.existing-mode details.application-item summary .app-name,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode details.application-item summary .app-name {
    flex: 1 1 0;
    min-width: 0;
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .applications-page .apps-first-time .apps-hero .hero-content.existing-mode details.application-item summary .status,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode details.application-item summary .status {
    flex: 0 0 auto;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    margin-left: auto;
    white-space: nowrap;
  }
  .applications-page .apps-first-time .apps-hero .hero-content.existing-mode details.application-item summary .toggle-icon-wrapper,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode details.application-item summary .toggle-icon-wrapper {
    flex: 0 0 auto;
    margin-left: 8px;
  }
  .applications-page .apps-first-time .apps-hero .hero-content.existing-mode details.application-item .application-details,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode details.application-item .application-details {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  .applications-page .apps-first-time .apps-hero .hero-content.existing-mode details.application-item .application-details .field,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode details.application-item .application-details .field {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .applications-page .apps-first-time .apps-hero .hero-content.existing-mode details.application-item .application-details .field label,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode details.application-item .application-details .field label {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
  }
  .applications-page .apps-first-time .apps-hero .hero-content.existing-mode details.application-item .application-details .field .copy-btn,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode details.application-item .application-details .field .copy-btn {
    width: 100%;
    margin-top: 4px;
    font-size: 1rem;
  }
  .applications-page .apps-first-time .apps-hero .hero-content.existing-mode details.application-item .application-details .actions,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode details.application-item .application-details .actions {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.5rem;
  }
  .applications-page .apps-first-time .apps-hero .hero-content.existing-mode details.application-item .application-details .actions a.button,
  .applications-page .apps-first-time .apps-hero .hero-content.existing-mode details.application-item .application-details .actions button.button.danger,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode details.application-item .application-details .actions a.button,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode details.application-item .application-details .actions button.button.danger {
    width: 100%;
    font-size: 1rem;
    padding: 0.65rem;
  }
  .applications-page .apps-first-time .apps-hero .hero-content.existing-mode .create-btn-wrapper,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode .create-btn-wrapper {
    margin-top: 1rem;
    padding: 0;
    display: flex;
    justify-content: stretch;
  }
  .applications-page .apps-first-time .apps-hero .hero-content.existing-mode .hero-button,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.existing-mode .hero-button {
    width: 100%;
    max-width: none;
    font-size: 1rem;
    padding: 0.75rem;
  }
}
@media (max-width: 768px) {
  .delete-overlay__backdrop {
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(3px);
  }
  .delete-overlay .delete-overlay__dialog {
    position: fixed; /* ensure positioning */
    left: 3%; /* shift it in from the left */
    right: auto;
    transform: none; /* disable any centering transforms */
    margin: 0;
    max-width: 84%; /* keep some breathing room on right */
  }
  .delete-overlay__dialog {
    padding: 1rem 1rem 1.25rem;
    width: min(95%, 360px);
    max-width: 360px;
    border-radius: 0.75rem;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
    margin: 0 0.5rem;
    max-height: 90vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  .delete-overlay__title {
    font-size: 1.35rem;
    margin: 0;
    font-weight: 700;
    line-height: 1.2;
  }
  .delete-overlay__message {
    font-size: 0.95rem;
    margin: 0;
    font-weight: 300;
  }
  .delete-overlay__close {
    top: 0.25rem;
    right: 0.25rem;
    width: 34px;
    height: 34px;
    font-size: 1.2rem;
  }
  .delete-overlay__actions {
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.5rem;
    display: flex;
  }
  .delete-overlay__actions .button {
    width: 100%;
    padding: 0.75rem;
    font-size: 1rem;
    border-radius: 0.375rem;
    font-weight: 600;
  }
}
@media (max-width: 768px) {
  .applications-page .apps-first-time .apps-hero .hero-content.edit-mode,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.edit-mode {
    flex-direction: column;
    justify-content: flex-start;
    padding: 1rem;
    height: auto;
  }
  .applications-page .apps-first-time .apps-hero .hero-content.edit-mode .edit-layout,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.edit-mode .edit-layout {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 0;
    max-width: 100%;
  }
  .applications-page .apps-first-time .apps-hero .hero-content.edit-mode form.app-details-form,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.edit-mode form.app-details-form {
    width: 100%;
    margin: 0;
    padding: 1rem;
    box-sizing: border-box;
  }
  .applications-page .apps-first-time .apps-hero .hero-content.edit-mode form.app-details-form h1,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.edit-mode form.app-details-form h1 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
  }
  .applications-page .apps-first-time .apps-hero .hero-content.edit-mode form.app-details-form label,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.edit-mode form.app-details-form label {
    font-size: 1.05rem;
    font-weight: 500;
  }
  .applications-page .apps-first-time .apps-hero .hero-content.edit-mode form.app-details-form label input,
  .applications-page .apps-first-time .apps-hero .hero-content.edit-mode form.app-details-form label textarea,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.edit-mode form.app-details-form label input,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.edit-mode form.app-details-form label textarea {
    font-size: 1.6rem;
    padding: 0.75rem;
  }
  .applications-page .apps-first-time .apps-hero .hero-content.edit-mode form.app-details-form .actions,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.edit-mode form.app-details-form .actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    margin-top: 1rem;
  }
  .applications-page .apps-first-time .apps-hero .hero-content.edit-mode form.app-details-form .actions .button,
  .applications-page .apps-first-time .apps-hero-tight-left .hero-content.edit-mode form.app-details-form .actions .button {
    width: 100%;
    font-size: 1rem;
    padding: 0.75rem;
  }
}
@media (max-width: 768px) {
  .mobile-extra-image,
  .mobile-extra-image * {
    pointer-events: none !important;
  }
}
.support-scale {
  transform: scale(1.25);
  transform-origin: top center;
}

.support-page {
  background-color: var(--bg-color);
  color: var(--text-color);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "Helvetica Neue";
}

.support-main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0rem 0rem 8.5rem 0rem;
}

.support-hero {
  text-align: center;
  max-width: 700px;
  width: 100%;
}
.support-hero .illustration {
  margin-bottom: 2rem;
}
.support-hero .illustration img {
  max-width: 240px;
  width: 100%;
  height: auto;
}
.support-hero .title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
}
.support-hero .support-subtext {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.support-hero .support-subtext a {
  color: #e1b111;
  font-weight: 700;
  text-decoration: underline;
}
.support-hero .support-subtext a:hover {
  text-decoration: underline;
}
.support-hero .support-links {
  padding: 0rem 3rem;
  font-size: 1.25rem;
}
.support-hero .support-links a {
  color: #e1b111;
  text-decoration: underline;
  font-weight: 700;
}
.support-hero .support-links a:hover {
  text-decoration: underline;
}

.support-hero {
  padding: 2rem 1rem;
  text-align: center;
}
.support-hero .illustration {
  margin-bottom: 1.5rem;
}
.support-hero .illustration img {
  max-width: 180px;
  margin: 0 auto;
}
.support-hero .title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.support-hero .support-subtext,
.support-hero .support-links {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 0.75rem;
}
.support-hero .support-subtext a,
.support-hero .support-links a {
  font-weight: 700;
  text-decoration: underline;
  color: #e1b111;
}

@media (min-width: 769px) {
  .support-hero {
    padding: 4rem 0;
  }
  .support-hero .illustration img {
    max-width: 240px;
  }
  .support-hero .title {
    font-size: 2.5rem;
  }
  .support-hero .support-subtext,
  .support-hero .support-links {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}
.support-scale {
  transform: scale(1.25);
  transform-origin: top center;
}

.support-user-form {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  padding: 5rem 1rem 3rem;
  text-align: left;
  font-family: "Helvetica Neue", sans-serif;
  background: none;
  box-shadow: none;
  border: none;
  position: relative;
  /* Error Style */
  /* Success Style */
}
.support-user-form .hero-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: var(--text-color);
  text-align: left;
}
.support-user-form p {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.support-user-form p a {
  color: #e1b111;
  font-weight: 700;
  text-decoration: underline;
}
.support-user-form .support-subtext {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  font-weight: 700;
}
.support-user-form .form-section {
  text-align: left;
}
.support-user-form .form-section label {
  display: block;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.support-user-form .form-section textarea {
  width: 100%;
  min-height: 120px;
  padding: 1rem;
  font-size: 1.25rem;
  color: var(--text-color);
  background: var(--bg-color);
  border: 1px solid var(--divider-color);
  resize: vertical;
}
.support-user-form .form-section textarea:focus {
  outline: none;
  border-color: #e1b111;
}
.support-user-form .send-button {
  margin: 1.5rem auto 0;
  display: block;
  padding: 0.75rem 2rem;
  background: var(--text-color);
  color: var(--bg-color);
  font-weight: 600;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: background 0.3s ease, color 0.3s ease;
}
.support-user-form .send-button:hover {
  opacity: 0.9;
}
.support-user-form .support-illustration {
  display: block;
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  margin: 0;
  max-width: 290px;
  width: 100%;
  height: auto;
  z-index: 10;
}
.support-user-form .error-message,
.support-user-form .success-message {
  max-width: 680px;
  margin: 1rem auto 2rem;
  padding: 1rem 1.5rem;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
}
.support-user-form .error-message {
  background-color: #ffe5e5;
  border: 1px solid #ff4c4c;
  color: #a80000;
}
.support-user-form .success-message {
  background-color: #e6fce9;
  border: 1px solid #34c759;
  color: #0a5c2b;
}

.support-user-form {
  position: relative;
  padding: 2rem 8rem 4rem;
  max-width: 100%;
  text-align: left;
}
.support-user-form .hero-title {
  font-size: 2rem;
  margin-bottom: 0.75rem;
}
.support-user-form p {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.support-user-form p a {
  color: #e1b111;
  font-weight: 700;
  text-decoration: underline;
}
.support-user-form .form-section label {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.support-user-form .form-section textarea {
  font-size: 1rem;
  padding: 0.75rem;
  min-height: 100px;
}
.support-user-form .form-section .send-button {
  width: 100%;
  padding: 0.75rem;
  font-size: 1rem;
  margin-top: 1rem;
}
.support-user-form .support-illustration {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  opacity: 1;
}

@media (min-width: 769px) {
  .support-user-form {
    padding: 5rem 1rem 3rem;
    max-width: 680px;
    margin: 0 auto;
  }
  .support-user-form .hero-title {
    font-size: 2.5rem;
  }
  .support-user-form .form-section textarea {
    min-height: 120px;
  }
  .support-user-form .form-section .send-button {
    width: auto;
    padding: 0.75rem 2rem;
    font-size: 1.25rem;
  }
  .support-user-form .support-illustration {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 290px;
    opacity: 1;
  }
}
.docs-container {
  display: flex;
  min-height: calc(100vh - 80px);
}

.docs-sidebar {
  position: fixed;
  top: 80px;
  left: 0;
  width: 330px;
  height: calc(100vh - 80px);
  padding: 2.5rem 2rem;
  background: var(--bg-color);
  border-right: 1px solid var(--line-color);
  overflow-y: auto;
  z-index: 10;
  color: var(--text-color);
  font-family: "Helvetica Neue", sans-serif;
}

.docs-main {
  margin-left: 330px;
  padding: 3rem;
  overflow-y: auto;
  color: var(--text-color);
  scroll-behavior: smooth;
  font-family: "Helvetica Neue", sans-serif;
}

.docs-sidebar .search-box {
  margin-bottom: 2rem;
}

.docs-sidebar .search-box input,
.search-input {
  width: 100%;
  padding: 1rem 1rem 1rem 4rem;
  font-size: 1.3rem;
  border: 1px solid var(--divider-color);
  border-radius: 6px;
  background: var(--bg-color);
  color: var(--text-color);
  font-family: "Helvetica Neue";
  transition: border-color 0.2s ease;
}

.search-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  height: 18px;
  width: 18px;
  pointer-events: none;
  opacity: 0.5;
  transition: opacity 0.2s ease;
  z-index: 2;
}

.search-input:focus,
.docs-sidebar .search-box input:focus {
  outline: none;
  border-color: #e1b111;
  padding: 1rem 1rem 1rem 4rem;
}

.search-input:focus ~ .search-icon {
  opacity: 0.5;
}

[data-theme=dark] .search-input,
[data-theme=dark] .docs-sidebar .search-box input {
  background: #1e1e1e;
  color: #fff;
  border: 1px solid #555;
}

[data-theme=dark] .search-icon {
  filter: invert(1);
  opacity: 0.7;
}

[data-theme=dark] .search-input:focus,
.docs-sidebar .search-box input:focus {
  border-color: #e1b111;
}

.search-results {
  list-style: none;
  padding: 0;
  margin-top: 2rem;
  font-family: "Helvetica Neue", sans-serif;
}

.search-results li {
  background: transparent;
  padding: 1rem 1.2rem;
  border-radius: 6px;
  margin-bottom: 1rem;
  transition: background 0.2s ease, border-left 0.2s ease;
  cursor: pointer;
  border-left: 4px solid transparent;
}

.search-results li:hover {
  background: rgba(225, 177, 17, 0.08);
  border-left: 4px solid #e1b111;
}

.search-results li.selected {
  background: rgba(225, 177, 17, 0.15);
  border-left: 4px solid #e1b111;
}

.search-results li.selected:hover {
  background: rgba(225, 177, 17, 0.25);
  border-left: 4px solid #e1b111;
}

.search-results a.search-result {
  display: block;
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--text-color);
  margin-bottom: 0.4rem;
  text-decoration: none;
}

.search-results p.search-snippet {
  font-size: 1.2rem;
  font-weight: 300;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.5;
}

.search-results li:only-child:not(:has(a)) {
  font-style: italic;
  color: var(--text-muted);
  cursor: default;
}

[data-theme=dark] .search-results li:hover {
  background: rgba(255, 223, 100, 0.06);
  border-left: 4px solid #e1b111;
}

[data-theme=dark] .search-results li.selected {
  background: rgba(255, 223, 100, 0.15);
  border-left: 4px solid #e1b111;
}

[data-theme=dark] .search-results li.selected:hover {
  background: rgba(255, 223, 100, 0.22);
  border-left: 4px solid #e1b111;
}

[data-theme=dark] .search-results li:hover a.search-result {
  color: #ffffff;
}

[data-theme=dark] .search-results li:hover p.search-snippet,
[data-theme=dark] .search-results li.selected p.search-snippet {
  color: #dddddd;
}

[data-theme=dark] .search-results li.selected a.search-result {
  color: #ffffff;
}

[data-theme=dark] .search-results li.selected a.search-result :active {
  color: #ffffff;
}

.docs-sidebar.searching nav > ul {
  display: none;
}

.docs-sidebar nav ul,
.docs-sidebar nav ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.docs-sidebar nav > ul > li {
  margin-bottom: 1rem;
}

.docs-sidebar nav > ul > li > a,
.docs-sidebar nav > ul > li > .collapsible-header {
  font-size: 1.7rem;
  font-family: "Helvetica Neue";
}

.docs-sidebar nav > ul > li:not(.has-children) > a {
  display: block;
  color: var(--text-color);
  text-decoration: none;
  padding: 0.5rem 0;
}

.docs-sidebar .toggle-icon {
  width: 16px;
  height: 16px;
  margin-left: 0.5rem;
  transition: transform 0.2s ease, filter 0.2s ease;
  filter: invert(0);
}

[data-theme=dark] .docs-sidebar .toggle-icon {
  filter: invert(0);
}

.docs-sidebar li.has-children.open .toggle-icon {
  transform: rotate(180deg);
  filter: invert(0);
}

[data-theme=dark] .docs-sidebar li.has-children.open .toggle-icon {
  transform: rotate(180deg);
}

.docs-sidebar nav > ul > li.has-children > .collapsible-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 0.5rem 0.75rem;
  color: var(--text-color);
  border-radius: 6px;
}

.docs-sidebar nav > ul > li.has-children.open > .collapsible-header {
  background: #EDF1F7;
  padding: 0.5rem 0.75rem;
}

[data-theme=dark] .docs-sidebar nav > ul > li.has-children.open > .collapsible-header {
  background: var(--line-color);
  color: var(--text-color);
}

.docs-sidebar nav > ul > li.has-children > ul.sub-menu {
  display: none;
  margin-top: 0.3rem;
  margin-left: 0;
}

.docs-sidebar nav > ul > li.has-children.open > ul.sub-menu {
  display: block;
}

.docs-sidebar nav ul.sub-menu li {
  margin-bottom: 0.5rem;
}

.docs-sidebar nav ul.sub-menu a {
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--text-color);
  padding: 0.4rem 0;
  margin-left: 0;
  margin-top: 1rem;
  font-family: "Helvetica Neue";
}

.docs-sidebar nav ul.sub-menu a::before {
  content: url("/img/icons/icon-down-carret-rounded.svg");
  display: inline-block;
  width: 12px;
  vertical-align: middle;
  margin-right: 2.2rem;
}

[data-theme=dark] .docs-sidebar nav ul.sub-menu a::before {
  content: url("/img/icons/icon-down-carret-rounded-white.svg");
}

.docs-sidebar nav ul.sub-menu a:hover {
  text-decoration: underline;
}

.docs-main section {
  margin-bottom: 6rem;
}

.docs-main h2,
.docs-main h3 {
  scroll-margin-top: 100px;
  font-family: "Helvetica Neue", sans-serif;
}

.docs-main h2 {
  font-size: 2.5rem;
  line-height: 1.2;
}

.docs-main h3 {
  font-size: 2rem;
  line-height: 1.3;
}

.docs-main code {
  background: var(--bg-shadow-color);
  padding: 0.2rem 0.5rem;
  color: var(--text-color);
  border-radius: 4px;
  font-family: "Courier New", monospace;
  font-size: 1.4rem;
}

.docs-highlight-list {
  margin: 2rem 0;
  padding-left: 2rem;
  list-style-type: disc;
}
.docs-highlight-list li {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: var(--text-color);
}
.docs-highlight-list li strong {
  font-weight: 600;
  margin-right: 0.5rem;
}
.docs-highlight-list li code {
  background: var(--bg-shadow-color);
  color: var(--text-color);
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  font-family: "Courier New", monospace;
  font-size: 1.4rem;
}

.highlight-search {
  background-color: #e1b111;
}

.scope-table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  font-size: 1.5rem;
}
.scope-table th, .scope-table td {
  padding: 1rem 1.2rem;
  text-align: left;
  border-bottom: 1px solid var(--divider-color);
}
.scope-table code {
  background: var(--bg-shadow-color);
  color: var(--text-color);
  padding: 0.1rem 0.4rem;
  border-radius: 4px;
  font-family: monospace;
}

[data-theme=dark] .scope-table code {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.matrix-table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  font-size: 1.5rem;
}
.matrix-table th, .matrix-table td {
  padding: 1rem 1.2rem;
  text-align: left;
  border-bottom: 1px solid var(--divider-color);
}
.matrix-table td code {
  background: var(--bg-shadow-color);
  color: var(--text-color);
  padding: 0.1rem 0.4rem;
  border-radius: 4px;
  font-family: monospace;
}

[data-theme=dark] .matrix-table td code {
  background: var(--bg-shadow-color);
  color: #fff;
}

.endpoint-group {
  margin-bottom: 2rem;
}
.endpoint-group h3 {
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
}
.endpoint-group ul {
  list-style: disc inside;
  padding-left: 1rem;
}
.endpoint-group ul li {
  font-size: 1.6rem;
  margin: 0.4rem 0;
}
.endpoint-group ul li code {
  font-family: monospace;
  background: var(--bg-shadow-color);
  color: var(--text-color);
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
}

[data-theme=dark] #api-endpoints code {
  background: var(--bg-shadow-color);
  color: #fff;
}

.status-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.5rem;
  background-color: var(--block-bg-color);
  border: 1px solid var(--block-border-color);
  border-radius: var(--block-border-radius);
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.status-table thead {
  background-color: var(--table-header-bg, #f5f5f5);
}
.status-table thead tr {
  border-bottom: 1px solid var(--block-border-color);
}
.status-table thead tr th {
  text-align: left;
  padding: 1rem;
  font-weight: 600;
  font-size: 1.4rem;
  background-color: var(--block-bg-color);
}
.status-table tbody tr {
  transition: background 0.3s;
}
.status-table tbody tr:nth-child(even) {
  background-color: var(--table-alt-row, #fafafa);
}
.status-table tbody tr:hover {
  background-color: var(--hover-bg-color);
}
.status-table tbody tr td {
  padding: 1rem;
  border-bottom: 1px solid var(--block-border-color);
  font-size: 1.4rem;
}
.status-table tbody tr td:first-child {
  font-family: monospace;
  font-weight: bold;
  color: var(--primary-color);
}

[data-theme=dark] .status-table thead th {
  background-color: var(--block-bg-color);
}
[data-theme=dark] .status-table tbody tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.02);
}
[data-theme=dark] .status-table tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.security-list {
  list-style-type: disc;
  padding-left: 2rem;
  font-size: 1.5rem;
  color: var(--text-color);
}
.security-list li {
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

.contact-list {
  list-style: none;
  padding-left: 0;
  font-size: 1.5rem;
  color: var(--text-color);
}
.contact-list li {
  margin-bottom: 0.75rem;
}
.contact-list li a {
  color: var(--accent-color);
  text-decoration: none;
}
.contact-list li a:hover {
  text-decoration: underline;
}

.policy-list {
  list-style: disc;
  padding-left: 2rem;
  font-size: 1.5rem;
}
.policy-list li {
  margin-bottom: 0.5rem;
}
.policy-list li a {
  color: var(--accent-color);
  text-decoration: none;
}
.policy-list li a:hover {
  text-decoration: underline;
}

.policy-note {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-style: italic;
  color: var(--text-color);
}

.interactive p {
  line-height: 1.6;
}
.interactive p a {
  color: var(--link-color);
  text-decoration: underline;
}
.interactive p a:hover {
  text-decoration: none;
}
.interactive p strong {
  color: var(--text-color);
  font-weight: 600;
}
.interactive ol {
  list-style: decimal inside;
  padding-left: 1rem;
  margin-top: 0.5rem;
}
.interactive ol li {
  margin-bottom: 0.75rem;
  color: var(--text-color);
}
.interactive ol li strong {
  color: var(--text-color);
  font-weight: 600;
}
.interactive ol li code {
  background: var(--bg-shadow-color);
  color: var(--inline-code-text);
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  font-family: monospace;
  font-size: 0.95rem;
}

:root {
  --content-max: 900px;
}

.docs-main {
  width: calc(100vw - 330px);
  max-width: none;
  padding-right: 0;
}

.docs-main > *:not(.divider) {
  max-width: var(--content-max);
  margin-right: auto;
}

#docs-menu-toggle,
#docs-menu-close,
#docs-drawer-overlay {
  display: none;
}

@media (max-width: 768px) {
  #docs-menu-toggle {
    display: block;
    position: fixed;
    top: 60px;
    left: 1rem;
    z-index: 998;
    background: var(--text-color);
    border: none;
    border-radius: 999px;
    padding: 0.5rem 0.75rem;
    color: var(--bg-color);
    font-size: 1.3rem;
    cursor: pointer;
  }
  #docs-drawer-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 998;
    pointer-events: none;
  }
  #docs-drawer-overlay.open {
    opacity: 1;
    pointer-events: all;
  }
  .docs-sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background: var(--bg-color);
    padding: 2rem 1rem;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
    transition: left 0.3s ease;
    z-index: 1200;
    overflow-y: auto;
  }
  .docs-sidebar.open {
    left: 0;
  }
  #docs-menu-close {
    display: block;
    position: absolute;
    bottom: 1.5rem;
    left: 1rem;
    background: var(--text-color);
    color: var(--bg-color);
    border: none;
    border-radius: 4px;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    cursor: pointer;
    z-index: 1250;
  }
  .docs-main {
    margin-left: 0 !important;
    padding: 1.5rem !important;
    width: 100vw;
  }
}
.updates-page {
  background: var(--bg-color);
  color: var(--text-color);
  min-height: 100vh;
  font-family: "Helvetica Neue", sans-serif;
}
.updates-page .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.updates-main {
  padding: 2.5rem 0;
}

.updates-hero {
  margin-bottom: 3rem;
  max-width: 680px;
}
.updates-hero .hero-text h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
.updates-hero .hero-text p {
  font-size: 1.5rem;
  opacity: 0.75;
  line-height: 1.5;
}

.updates-body {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
.updates-body .updates-content {
  flex: 1 1 auto;
  max-width: 68%;
  padding-right: 1rem;
}
.updates-body .version-nav {
  flex: 0 0 12rem;
  position: sticky;
  top: 6rem;
  max-height: calc(100vh - 8rem);
  overflow-y: auto;
  padding-left: 1rem;
}
.updates-body .version-nav::-webkit-scrollbar {
  width: 4px;
}
.updates-body .version-nav::-webkit-scrollbar-thumb {
  background: var(--divider-color);
  border-radius: 2px;
}
.updates-body .version-nav .nav-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  padding-left: 0;
}
.updates-body .version-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 4px solid var(--divider-color);
}
.updates-body .version-nav li {
  margin-bottom: 0.75rem;
  padding-left: 0.75rem;
}
.updates-body .version-nav li a {
  text-decoration: none;
  color: var(--text-color);
  opacity: 0.75;
}
.updates-body .version-nav li a:hover {
  opacity: 1;
}
.updates-body .version-nav li.active {
  border-left: 4px solid var(--highlight-color);
  margin-left: -4px;
  padding-left: 0.75rem;
}

.current-version {
  margin-bottom: 3rem;
}
.current-version h2 {
  font-size: 1.75rem;
  margin-bottom: 0.75rem;
}
.current-version .current-table {
  width: auto;
  max-width: 360px;
  border-collapse: collapse;
  margin-bottom: 1rem;
}
.current-version .current-table th,
.current-version .current-table td {
  border: 1px solid var(--line-color);
  padding: 0.5rem 1rem;
}
.current-version .current-table th {
  background: var(--bg-color);
  text-align: left;
}
.current-version .current-table .status {
  background: #9EC93F;
  color: var(--bg-color);
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.875rem;
}

.version-detail .version-block {
  scroll-margin-top: 80px;
  margin-bottom: 2.5rem;
}
.version-detail .version-block h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.version-detail .version-block h3 small {
  font-weight: 400;
  color: var(--text-secondary, rgba(0, 0, 0, 0.6));
  margin-left: 0.5rem;
  font-size: 0.9rem;
}
.version-detail .version-block p {
  font-size: 1.5rem;
  line-height: 1.6;
}

.mobile-menu {
  display: none;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: var(--bg-color);
  padding: 1.25rem 3.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--border-color, #3a3a3a);
  font-family: "Helvetica Neue";
}

.navbar-logo {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-weight: bold;
  font-size: 2.05rem;
  color: var(--text-color);
  text-decoration: none;
}
.navbar-logo img {
  height: 34px;
  width: 34px;
  display: block;
}

.navbar-link {
  color: var(--text-color);
  text-decoration: none;
  font-size: 2rem;
  font-weight: 400;
  padding: 1rem 1.5rem;
}
.navbar-link:hover {
  color: var(--primary-color);
}

.button {
  padding: 0.75rem 2rem;
  font-size: 2rem;
  font-weight: 400;
  border-radius: 4px;
  min-width: 115px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}

.button.primary {
  background-color: transparent;
  color: var(--text-color);
  border: none;
}

.button.outline {
  background: transparent;
  color: var(--text-color);
}
.button.outline:hover {
  background-color: #E1B111;
  color: var(--text-color);
  border: none;
}

/* Layout-only wrappers */
.navbar-left {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.navbar-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.theme-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 16px;
  border: 1.5px solid var(--text-color);
  border-radius: 999px;
  cursor: pointer;
  position: relative;
  margin-right: 0.5rem;
}
.theme-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.theme-toggle .slider {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.theme-toggle .slider::before {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  background-color: var(--text-color);
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.theme-toggle input:checked + .slider::before {
  transform: translate(12px, -50%);
}
.theme-toggle .slider:hover {
  box-shadow: 0 0 4px var(--text-color);
}

.hamburger {
  display: none;
}

.logo-light, .footer-logo-light {
  display: inline-block;
}

.logo-dark, .footer-logo-dark {
  display: none;
}

[data-theme=dark] .logo-light, [data-theme=dark] .footer-logo-light {
  display: none;
}

[data-theme=dark] .logo-dark, [data-theme=dark] .footer-logo-dark {
  display: inline-block;
}

[data-theme=dark] .toggle-icon {
  content: url("/img/icons/icon-down-carret-rounded-white.svg");
}

@media (max-width: 768px) {
  .navbar {
    padding: 1rem 1.5rem;
  }
  .navbar-left .navbar-link,
  .navbar-right .button,
  .my-apps-dropdown {
    display: none !important;
  }
  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    margin-right: 1rem;
    padding: 0;
  }
  .hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 1px;
  }
  .mobile-menu {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: var(--bg-color);
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 2000;
  }
  .mobile-menu:not(.open) {
    display: none;
  }
  .mobile-menu.open {
    display: flex;
  }
  .mobile-menu .navbar-logo {
    margin-bottom: 1rem;
  }
  .mobile-menu .navbar-link,
  .mobile-menu .button {
    display: block;
    width: 100%;
    padding: 0.75rem 0;
    font-size: 1.8rem;
    text-align: left;
  }
}
.breadcrumbs {
  float: left;
  font-family: "Lato", sans-serif, "Helvetica Neue", Arial;
  font-size: 10px;
  color: #BDC3C7;
  text-transform: uppercase;
  margin: 10px 0;
}
.breadcrumbs a {
  display: inline-block;
  margin-right: 5px;
}
.breadcrumbs a:after {
  content: "❯";
  display: inline-block;
  margin-left: 5px;
}

.search {
  float: right;
  margin-right: 30px;
}
.search .input-field {
  width: 220px;
  margin: 2px 0px 1px 0px;
  padding: 9px 8px 7px 8px;
  background: #F9F9F9;
  border: 1px solid #DCDDDE;
  font-size: 13px;
  font-weight: 300;
  border-radius: 2px;
}

.dropdown-holder {
  float: right;
  padding: 5px;
  margin: -3px;
  position: relative;
  border-radius: 2px 2px 0 0;
}
.dropdown-holder.active {
  background: #3193C6;
}
.dropdown-holder.active .arrow-down {
  float: left;
  margin: 14px 0 0 5px;
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 6px solid #ffffff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.dropdown-holder a {
  float: left;
}
.dropdown-holder img {
  float: left;
  width: 30px;
  height: 30px;
}
.dropdown-holder .arrow-down {
  float: left;
  margin: 14px 0 0 5px;
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 6px solid #BDC3C7;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.dropdown {
  top: 40px;
  right: 0px;
  position: absolute;
  width: 166px;
  padding: 20px;
  background: #3193C6;
  border-radius: 2px 0 2px 2px;
  z-index: 1000;
}
.dropdown a {
  width: 100%;
  display: block;
  text-align: right;
  margin-bottom: 10px;
  color: #FFFFFF;
  font-size: 13px;
}
.dropdown a:last-child {
  margin-bottom: 0px;
}
.dropdown a:hover {
  color: #DEDEDE;
}
.dropdown .logout {
  color: #154463;
}

.sidebar-content {
  display: block;
}
.sidebar-content h2 {
  font-size: 18px;
  font-family: "Lato", sans-serif, "Helvetica Neue", Arial;
  color: #95A5A6;
  margin: 30px 0 20px 0;
  font-weight: 400;
  letter-spacing: -0.3px;
}
.sidebar-content .icon-back {
  color: #585858;
  position: relative;
  top: 3px;
  font-size: 15px;
  margin-right: 10px;
  width: 26px;
  height: 26px;
  border: 1px solid #222222;
  padding: 7px 0px;
  display: inline-block;
  text-align: center;
  margin-top: -7px;
  border-radius: 2px;
}
.sidebar-content .icon-back:hover {
  border: 1px solid #585858;
}

.nav-sidebar {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif, "Helvetica Neue", Arial;
  font-size: 15px;
}
.nav-sidebar li {
  display: block;
  position: relative;
  margin: 5px 0;
}
.nav-sidebar a {
  display: inline-block;
  color: #ffffff;
  letter-spacing: -0.3px;
}
.nav-sidebar a:hover {
  color: #F5A623;
}
.nav-sidebar .current {
  color: #F5A623;
}
.nav-sidebar .new-page-button {
  background: #3193C6;
  margin: 0 0 20px 0;
  padding: 8px 20px;
  font-size: 14px;
  border-radius: 20px;
}
.nav-sidebar .new-page-button:hover {
  color: #ffffff;
  background: rgb(38.8825910931, 116.6477732794, 157.1174089069);
}
.nav-sidebar .edit-button {
  top: 5px;
  right: -60px;
  position: absolute;
  font-size: 12px;
  color: #3193C6;
}

.content h1 {
  font-size: 32px;
}
.content h2 {
  font-size: 24px;
}
.content h3 {
  font-size: 21px;
}
.content h4 {
  font-size: 18px;
}
.content h5 {
  font-size: 16px;
}
.content h6 {
  font-size: 14px;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  font-family: "Lato", sans-serif, "Helvetica Neue", Arial;
  letter-spacing: -0.3px;
  margin: 40px 0 14px 0;
}
.content pre,
.content code,
.content pre code {
  border: 1px solid #EDEDED;
  padding: 4px 8px 3px 6px;
  display: inline-block;
  border-radius: 2px;
  width: 100%;
}
.content table {
  border-collapse: collapse;
  border: 1px solid #EDEDED;
  font-size: 13px;
}
.content table thead td {
  background: #3193C6;
  color: #ffffff;
}
.content table th {
  background: #F9F9F9;
  padding: 5px 10px;
  border: 1px solid #EDEDED;
}
.content table td {
  background: #F9F9F9;
  padding: 5px 10px;
  border: 1px solid #EDEDED;
}
.content blockquote {
  position: relative;
  background: #f9f9f9;
  padding: 15px 15px;
  margin-left: 0;
  margin-right: 0;
  font-style: italic;
  text-align: left;
  border-radius: 2px;
}
.content blockquote:before {
  content: " '' ";
  display: inline-block;
  position: relative;
  font-size: 34px;
  letter-spacing: -3px;
  line-height: 4px;
  margin: 0px 5px 0 0;
  top: 7px;
  color: #CCCCCC;
}
.content blockquote:after {
  content: " '' ";
  display: inline-block;
  position: relative;
  font-size: 34px;
  letter-spacing: -3px;
  line-height: 4px;
  margin: 0 0 0 -3px;
  top: 23px;
  color: #CCCCCC;
}
.content hr {
  display: block;
  height: 1px;
  background: #d9d9d9;
  border: 0px none;
}

.edit-content {
  position: relative;
  display: block;
  margin: 0 0 20px 0;
}
.edit-content .edit-button {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  font-family: "Lato", sans-serif, "Helvetica Neue", Arial;
  font-size: 13px;
  color: #3193C6;
}
.edit-content:hover .edit-button {
  display: block;
}
.edit-content .section {
  display: block;
  margin: 0 0 30px 0;
}
.edit-content label {
  display: block;
  margin: 0 0 5px 0;
  font-weight: 400;
  letter-spacing: -0.3px;
  font-family: "Lato", sans-serif, "Helvetica Neue", Arial;
}
.edit-content .input-field {
  display: block;
  width: 300px;
  clear: both;
  padding: 10px;
  border: 1px solid #ECF0F1;
  border-radius: 2px;
}
.edit-content .redactor-editor {
  padding: 10px;
  min-height: 200px;
  border: 1px solid #ECF0F1;
  border-radius: 0 0 2px 2px;
}
.edit-content .save-button {
  display: inline-block;
  background: #3193C6;
  padding: 10px 25px;
  color: #ffffff;
  border: 0px;
  font-family: "Lato", sans-serif, "Helvetica Neue", Arial;
  border-radius: 2px;
}
.edit-content .save-button:hover {
  color: #ffffff;
  background: rgb(38.8825910931, 116.6477732794, 157.1174089069);
}

.application {
  border-bottom: 1px solid #ecf0f1;
}
.application input, .application textarea {
  margin: 2px 0px 1px 0px;
  padding: 9px 8px 7px 8px;
  background: #F9F9F9;
  border: 1px solid #DCDDDE;
  font-size: 13px;
  font-weight: 300;
  border-radius: 2px;
  display: block;
  margin-bottom: 0.5em;
}
.application input {
  width: 50%;
}
.application textarea {
  width: 70%;
}

.applications {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}
.applications h4 {
  margin: 0.5em 0;
}
.applications li {
  border-bottom: 1px solid #ecf0f1;
  padding-bottom: 1em;
}
.applications li div {
  position: relative;
  margin-left: 10em;
  padding-bottom: 0.5em;
}
.applications li .info {
  position: absolute;
  top: 0;
  left: -10em;
  color: #bdc3c7;
}
.applications .option {
  margin: 0.5em 0;
  padding: 0 0.5em;
}
.applications .option-edit {
  border-right: 1px solid #3ca5d0;
}
.applications input, .applications textarea {
  background: #F9F9F9;
  border: 1px solid #DCDDDE;
  font-weight: 300;
  border-radius: 2px;
  padding: 3px;
  display: inline-block;
  width: 70%;
}
.applications input.hide, .applications textarea.hide {
  display: none;
}
.applications .controls {
  overflow: hidden;
}
.applications .controls button {
  margin-right: 10px;
}

.application button, .applications button {
  background: #3193C6;
  margin: 0 0 20px 0;
  padding: 8px 20px;
  font-size: 14px;
  border-radius: 2px;
  color: #ffffff;
  border: 0;
}
.application button:hover, .applications button:hover {
  background: rgb(38.8825910931, 116.6477732794, 157.1174089069);
}
.application button.cancel, .applications button.cancel {
  background: rgb(193.75, 195.5, 197.25);
}

.cookie-banner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100vw;
  z-index: 10000;
  padding: 1em 2em 1em;
  color: black;
  background-color: #d8b66a;
  overflow: hidden;
}
@media (min-width: 62.4375em) {
  .cookie-banner {
    flex-direction: row;
    padding: 1em 10em;
  }
}
@media (min-width: 120em) {
  .cookie-banner {
    padding: 1em 20em;
  }
}
.cookie-banner__text-container {
  z-index: 1;
  max-width: 80%;
  margin-bottom: 0.5em;
}
@media (min-width: 62.4375em) {
  .cookie-banner__text-container {
    margin-bottom: 0;
  }
}
.cookie-banner__text-container p {
  margin: 0;
  text-align: center;
}
@media (min-width: 62.4375em) {
  .cookie-banner__text-container p {
    text-align: left;
  }
}
.cookie-banner__text-container a {
  color: black;
  text-decoration: none;
  border-bottom: 1px dotted black;
}
.cookie-banner__button-container {
  cursor: pointer;
  z-index: 1;
}
.cookie-banner__button-container_button {
  text-align: center;
  font-weight: 400;
  font-family: "Proxima-Nova", "Proxima Nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  outline: none;
  border: 1px solid black;
  border-radius: 5px;
  background-color: #d8b66a;
  color: black;
  text-shadow: unset;
  padding: 0.5em;
  white-space: nowrap;
}
@media (min-width: 62.4375em) {
  .cookie-banner__button-container_button {
    padding: 1em;
  }
}
.cookie-banner__button-container_button:hover {
  -moz-box-shadow: 0 1px 4px 1px rgba(52, 52, 52, 0.45);
  -webkit-box-shadow: 0 1px 4px 1px rgba(52, 52, 52, 0.45);
  box-shadow: 0 1px 4px 1px rgba(52, 52, 52, 0.45);
}
.cookie-banner__button-container_button:active {
  -moz-box-shadow: inset 0 1px 4px 1px rgba(52, 52, 52, 0.45);
  -webkit-box-shadow: inset 0 1px 4px 1px rgba(52, 52, 52, 0.45);
  box-shadow: inset 0 1px 4px 1px rgba(52, 52, 52, 0.45);
}
.cookie-banner__background {
  position: absolute;
  left: 20%;
}
@media (min-width: 62.4375em) {
  .cookie-banner__background {
    left: 50%;
    top: -15%;
  }
}
@media (min-width: 120em) {
  .cookie-banner__background {
    left: 55%;
  }
}
.cookie-banner__background .icon-cookies {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
}
.cookie-banner__background .icon-cookies svg {
  width: 20em;
  fill: currentColor;
  height: auto;
  max-height: 100%;
  display: inline-block;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.cookie-banner__close-button {
  z-index: 2;
  position: absolute;
  top: 1em;
  right: 0.5em;
  cursor: pointer;
}
.cookie-banner__close-button .icon.icon-close {
  font-size: 2rem;
}

.footer-margin {
  margin-bottom: 200px;
}
@media (min-width: 700px) {
  .footer-margin {
    margin-bottom: 100px;
  }
}

.benefits-wrapper {
  background-color: transparent;
  padding: 6rem 1rem;
  text-align: center;
  color: var(--text-color);
}

.benefits-heading {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}

.benefits-subtitle {
  max-width: 800px;
  margin: 0 auto 7rem;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 24px;
}

.benefits-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5rem;
  max-width: 1400px;
  margin: 0 auto;
  color: var(--text-color);
}

.benefit-card {
  width: 420px;
  height: 312px;
  background-color: var(--block-color);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.3rem 1.35rem 0rem 1.3rem;
  box-shadow: none;
  border-radius: 6px;
}

.benefit-number {
  position: absolute;
  margin: 3rem 3rem 0.25rem;
  background: var(--text-color);
  color: var(--block-bg-color);
  border-radius: 50%;
  width: 31px;
  height: 31px;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "helvetica-neue";
  font-weight: bold;
}

.benefit-text {
  text-align: left;
}

.benefit-title {
  margin: 8rem 3rem 0.25rem;
  font-size: 2rem;
  font-weight: bold;
}

.benefit-desc {
  margin: 1rem 5rem 0.25rem 3rem;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 24px;
  font-family: "Helvetica Neue";
}

.benefit-image {
  height: 90px;
  align-self: flex-end;
}

.border-1 {
  border: 2px solid #f4b400;
}

.border-2 {
  border: 2px solid #4285f4;
}

.border-3 {
  border: 2px solid #ea4335;
}

.border-4 {
  border: 2px solid #34a853;
}

.border-5 {
  border: 2px solid #a142f4;
}

@media (max-width: 768px) {
  .benefits-wrapper {
    padding: 4rem 1rem;
  }
  .benefits-heading {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  .benefits-subtitle {
    display: block;
    font-size: 1.1rem;
    max-width: 100%;
    margin: 0 auto 2rem;
    line-height: 1.5;
  }
  .benefits-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 1rem;
  }
  .benefit-card {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    width: 100% !important;
    gap: 0.5rem !important;
    background-color: var(--block-color);
    border-radius: 6px;
    height: auto !important;
    min-height: 0 !important;
    padding: 2rem 1rem !important;
    box-sizing: border-box !important;
  }
  .benefit-number {
    position: static !important;
    margin: 0 1rem 0 0 !important;
    width: 2.5rem !important;
    height: 2.5rem !important;
    font-size: 1.6rem !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .benefit-text {
    display: flex !important;
    align-items: center !important;
    flex: 1;
  }
  .benefit-title {
    margin: 0 !important;
    font-size: 1.6rem !important;
    font-weight: bold;
  }
  .benefit-desc {
    display: none !important;
  }
}
/* ─── Desktop ─── */
.features-section {
  padding: 6rem 1rem;
  text-align: center;
  color: var(--text-color);
}

.features-section h2 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}

.features-section .subtitle {
  font-size: 1.6rem;
  max-width: 850px;
  margin: 0 auto 4rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(240px, 1fr));
  gap: 4rem;
  max-width: 1000px;
  margin: 0 auto;
}

.feature-card {
  border: 1px solid var(--line-color);
  background: var(--block-bg-color);
  padding: 2rem;
  border-radius: 6px;
  text-align: left;
  color: var(--text-color);
}

.feature-card .icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0.75rem;
}

.feature-card h3 {
  font-size: 1.8rem;
  margin: 0.5rem 0 1rem;
}

.feature-card p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.endpoints {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.endpoint {
  background: var(--bg-shadow-color);
  border-radius: 6px;
  padding: 0.5rem 1rem;
  font-family: monospace;
  font-size: 1.2rem;
  color: var(--text-color);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

[data-theme=dark] .feature-card .icon {
  filter: invert(1) brightness(2);
}

@media (max-width: 768px) {
  .features-section {
    padding: 4rem 1rem;
  }
  .features-section h2 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  .features-section .subtitle {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
  .features-grid {
    display: flex !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 1rem;
    padding-bottom: 1rem;
  }
  .features-grid::-webkit-scrollbar {
    display: none;
  }
  .feature-card {
    flex: 0 0 85% !important;
    scroll-snap-align: center !important;
    min-width: 35% !important;
    margin: 0 auto;
    padding: 1.5rem !important;
    background: var(--block-bg-color);
    border-radius: 6px;
    max-width: 50% !important;
  }
  .feature-card .icon {
    width: 1.2rem;
    height: 1.2rem;
  }
  .feature-card h3 {
    font-size: 1.6rem;
    margin: 0.75rem 0;
  }
  .feature-card p {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .endpoints {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .endpoint {
    font-size: 0.9rem;
    padding: 0.4rem 0.8rem;
  }
  .carousel-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
  }
  .carousel-dots .dot {
    width: 8px;
    height: 8px;
    background: var(--line-color);
    border-radius: 50%;
    opacity: 0.4;
    transition: opacity 0.3s;
  }
  .carousel-dots .dot.active {
    opacity: 1;
    background: var(--text-color);
  }
}
.faq-section {
  padding: 6rem 1rem;
  background: transparent;
  color: var(--text-color);
  text-align: center;
}

.faq-section h2 {
  font-size: 3rem;
  margin-bottom: 9rem;
}

.faq-grid {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.faq-item {
  border-top: 1px solid var(--border-color, #ccc);
  padding: 1rem 0;
}

.faq-question {
  width: 100%;
  font-size: 1.7rem;
  font-weight: 600;
  background: none;
  border: none;
  color: var(--text-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question .icon {
  transition: transform 0.3s;
}

.faq-question[aria-expanded=true] .icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 1s ease, opacity 1s ease;
  margin-left: 0.5rem;
}

.faq-answer-visible {
  margin-left: 0.5rem;
  opacity: 1;
}

.faq-top-link {
  margin-top: 3rem;
  margin-bottom: -6.9rem;
  text-align: center;
}

.faq-top-link .back-to-top {
  background-color: white;
  color: #000;
  padding: 0.5rem 1.2rem;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: inline-block;
}

@media (max-width: 768px) {
  .faq-section {
    padding: 4rem 1rem;
  }
  .faq-section h2 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .faq-grid {
    padding: 0 1rem;
  }
  .faq-item {
    padding: 0.75rem 0;
  }
  .faq-item + .faq-item {
    margin-top: 0.5rem;
  }
  .faq-question {
    font-size: 1.4rem;
  }
  .faq-question .icon {
    font-size: 1.2rem;
  }
  .faq-answer {
    transition: max-height 0.4s ease, opacity 0.4s ease;
  }
  .faq-top-link {
    margin-top: 2rem;
  }
  .faq-top-link .back-to-top {
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }
}

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