@charset "UTF-8";
/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
:root {
    color-scheme: dark;

    --primary-green: #538d03;
    --secondary-green: #78d504;

    --bg-grad: linear-gradient(135deg, #0f172a 0%, #1a2335 50%, #111827 100%);
    --bg-dark: rgb(17, 25, 40);
    --hover: rgb(27, 38, 60);

    --text-white: #ffffff;
    --text-gray: #cccccc;
    --text-light-gray: #999999;

    --border-color: #555555;

    --shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    --shadow-lg: 0 8px 25px rgba(0, 0, 0, 0.4);

    --transition: all 0.3s ease;

    --card-radius: 16px;
    --card-border: rgba(255, 255, 255, .10);
    --card-border-hover: rgba(255, 255, 255, .18);
    --card-surface: rgba(255, 255, 255, .04);
    --card-surface-2: rgba(255, 255, 255, .06);

    --dark-primary:
        radial-gradient(900px circle at 20% 15%, rgba(83, 141, 3, 0.25), transparent 60%),
        radial-gradient(700px circle at 80% 70%, rgba(83, 141, 3, 0.12), transparent 55%),
        linear-gradient(180deg, rgb(17, 25, 40) 0%, rgb(17, 25, 40) 100%);
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/***** Base *****/
* {
  box-sizing: border-box;
}

body {
  background-color: rgba(16, 25, 41, 1);
  color: rgba(255, 255, 255, 1);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 1024px) {
  body > main {
    min-height: 65vh;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  margin-top: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

h4 {
  font-size: 16px;
}

a {
  color: #1F73B7;
  text-decoration: none;
}
a:visited {
  color: #9358B0;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
}

.hbs-form input,
.hbs-form textarea, .search input,
.search textarea {
  color: #000;
  font-size: 14px;
}
.hbs-form input, .search input {
  max-width: 100%;
  box-sizing: border-box;
  transition: border 0.12s ease-in-out;
  /* We use the :where selector to not increase the specificity of the selector */
}
.hbs-form input:where(:not([type=checkbox])), .search input:where(:not([type=checkbox])) {
  outline: none;
}
.hbs-form input:where(:not([type=checkbox])):focus, .search input:where(:not([type=checkbox])):focus {
  border: 1px solid rgba(124, 186, 39, 1);
}
.hbs-form input[disabled], .search input[disabled] {
  background-color: #ddd;
}
.hbs-form select, .search select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23CCC' d='M0 0h10L5 6 0 0z'/%3E%3C/svg%3E%0A") no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #848F99;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}
.hbs-form select:focus, .search select:focus {
  border: 1px solid rgba(124, 186, 39, 1);
}
.hbs-form select::-ms-expand, .search select::-ms-expand {
  display: none;
}
.hbs-form textarea, .search textarea {
  border: 1px solid #848F99;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}
.hbs-form textarea:focus, .search textarea:focus {
  border: 1px solid rgba(124, 186, 39, 1);
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}
@media (min-width: 1160px) {
  .container {
    padding: 0;
    width: 90%;
  }
}

.container-divider {
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.error-page {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}
@media (min-width: 1160px) {
  .error-page {
    padding: 0;
    width: 90%;
  }
}

.visibility-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

/***** Buttons *****/
.button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link, .subscriptions-subscribe button, .requests-table-toolbar .organization-subscribe button, .community-follow button, .article-subscribe button, .section-subscribe button, .split-button button {
  background-color: transparent;
  border: 1px solid rgba(124, 186, 39, 1);
  border-radius: 4px;
  color: rgba(124, 186, 39, 1);
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color 0.12s ease-in-out, border-color 0.12s ease-in-out, color 0.15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}
@media (min-width: 768px) {
  .button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link, .subscriptions-subscribe button, .requests-table-toolbar .organization-subscribe button, .community-follow button, .article-subscribe button, .section-subscribe button, .split-button button {
    width: auto;
  }
}
.button:visited, .pagination-next-link:visited, .pagination-prev-link:visited, .pagination-first-link:visited, .pagination-last-link:visited, .subscriptions-subscribe button:visited, .requests-table-toolbar .organization-subscribe button:visited, .community-follow button:visited, .article-subscribe button:visited, .section-subscribe button:visited, .split-button button:visited {
  color: rgba(124, 186, 39, 1);
}
.button:hover, .pagination-next-link:hover, .pagination-prev-link:hover, .pagination-first-link:hover, .pagination-last-link:hover, .subscriptions-subscribe button:hover, .requests-table-toolbar .organization-subscribe button:hover, .community-follow button:hover, .article-subscribe button:hover, .section-subscribe button:hover, .split-button button:hover, .button:active, .pagination-next-link:active, .pagination-prev-link:active, .pagination-first-link:active, .pagination-last-link:active, .subscriptions-subscribe button:active, .requests-table-toolbar .organization-subscribe button:active, .community-follow button:active, .article-subscribe button:active, .section-subscribe button:active, .split-button button:active, .button:focus, .pagination-next-link:focus, .pagination-prev-link:focus, .pagination-first-link:focus, .pagination-last-link:focus, .subscriptions-subscribe button:focus, .requests-table-toolbar .organization-subscribe button:focus, .community-follow button:focus, .article-subscribe button:focus, .section-subscribe button:focus, .split-button button:focus, .button.button-primary, .button-primary.pagination-next-link, .button-primary.pagination-prev-link, .button-primary.pagination-first-link, .button-primary.pagination-last-link, .subscriptions-subscribe button.button-primary, .subscriptions-subscribe button[data-selected=true], .requests-table-toolbar .organization-subscribe button.button-primary, .requests-table-toolbar .organization-subscribe button[data-selected=true], .community-follow button.button-primary, .article-subscribe button.button-primary, .article-subscribe button[data-selected=true], .section-subscribe button.button-primary, .section-subscribe button[data-selected=true], .split-button button.button-primary {
  background-color: rgba(124, 186, 39, 1);
  color: rgba(16, 25, 41, 1);
  text-decoration: none;
}
.button.button-primary:hover, .button-primary.pagination-next-link:hover, .button-primary.pagination-prev-link:hover, .button-primary.pagination-first-link:hover, .button-primary.pagination-last-link:hover, .subscriptions-subscribe button.button-primary:hover, .subscriptions-subscribe button[data-selected=true]:hover, .requests-table-toolbar .organization-subscribe button.button-primary:hover, .requests-table-toolbar .organization-subscribe button[data-selected=true]:hover, .community-follow button.button-primary:hover, .article-subscribe button.button-primary:hover, .article-subscribe button[data-selected=true]:hover, .section-subscribe button.button-primary:hover, .section-subscribe button[data-selected=true]:hover, .split-button button:hover, .button.button-primary:focus, .button-primary.pagination-next-link:focus, .button-primary.pagination-prev-link:focus, .button-primary.pagination-first-link:focus, .button-primary.pagination-last-link:focus, .subscriptions-subscribe button.button-primary:focus, .subscriptions-subscribe button[data-selected=true]:focus, .requests-table-toolbar .organization-subscribe button.button-primary:focus, .requests-table-toolbar .organization-subscribe button[data-selected=true]:focus, .community-follow button.button-primary:focus, .article-subscribe button.button-primary:focus, .article-subscribe button[data-selected=true]:focus, .section-subscribe button.button-primary:focus, .section-subscribe button[data-selected=true]:focus, .split-button button.button-primary:focus, .button.button-primary:active, .button-primary.pagination-next-link:active, .button-primary.pagination-prev-link:active, .button-primary.pagination-first-link:active, .button-primary.pagination-last-link:active, .subscriptions-subscribe button.button-primary:active, .subscriptions-subscribe button[data-selected=true]:active, .requests-table-toolbar .organization-subscribe button.button-primary:active, .requests-table-toolbar .organization-subscribe button[data-selected=true]:active, .community-follow button.button-primary:active, .article-subscribe button.button-primary:active, .article-subscribe button[data-selected=true]:active, .section-subscribe button.button-primary:active, .section-subscribe button[data-selected=true]:active, .split-button button.button-primary:active {
  background-color: #446615;
  border-color: #446615;
}
.button[data-disabled], [data-disabled].pagination-next-link, [data-disabled].pagination-prev-link, [data-disabled].pagination-first-link, [data-disabled].pagination-last-link, .subscriptions-subscribe button[data-disabled], .requests-table-toolbar .organization-subscribe button[data-disabled], .community-follow button[data-disabled], .article-subscribe button[data-disabled], .section-subscribe button[data-disabled], .split-button button[data-disabled] {
  cursor: default;
}

.button-large, .hbs-form input[type=submit] {
  cursor: pointer;
  background-color: rgba(124, 186, 39, 1);
  border: 0;
  border-radius: 4px;
  color: rgba(16, 25, 41, 1);
  font-size: 14px;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 100%;
}
@media (min-width: 768px) {
  .button-large, .hbs-form input[type=submit] {
    width: auto;
  }
}
.button-large:visited, .hbs-form input[type=submit]:visited {
  color: rgba(16, 25, 41, 1);
}
.button-large:hover, .button-large:active, .button-large:focus, .hbs-form input[type=submit]:hover, .hbs-form input[type=submit]:active, .hbs-form input[type=submit]:focus {
  background-color: #446615;
}
.button-large[disabled], .hbs-form input[type=submit][disabled] {
  background-color: #ddd;
}

.button-secondary {
  color: #fff;
  border: 1px solid #848F99;
  background-color: transparent;
}
.button-secondary:visited {
  color: #fff;
}
.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: rgba(255, 255, 255, 1);
  border: 1px solid #848F99;
  background-color: #0c121e;
}

/***** Split button *****/
.split-button {
  display: flex;
}

.split-button button {
  background-color: rgba(124, 186, 39, 1);
  border: 0;
  color: rgba(16, 25, 41, 1);
  height: 32px;
  line-height: 16px;
  outline-color: rgba(124, 186, 39, 1);
}

[dir=rtl] .split-button button:not(:only-child):first-child {
  border-left: 1px solid rgba(16, 25, 41, 1);
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}
[dir=ltr] .split-button button:not(:only-child):first-child {
  border-right: 1px solid rgba(16, 25, 41, 1);
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}
.split-button button:not(:only-child):last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  min-width: 26px;
  max-width: 26px;
  padding: 0;
}
[dir=rtl] .split-button button:not(:only-child):last-child {
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}
[dir=ltr] .split-button button:not(:only-child):last-child {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}
.table th,
.table th a {
  color: #fff;
  font-size: 13px;
  text-align: left;
}
[dir=rtl] .table th,
[dir=rtl] .table th a {
  text-align: right;
}
.table tr {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .table tr {
    display: table-row;
  }
}
.table td {
  display: block;
}
@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }
}
@media (min-width: 1024px) {
  .table td, .table th {
    padding: 20px 30px;
  }
}
@media (min-width: 768px) {
  .table td, .table th {
    padding: 10px 20px;
    height: 60px;
  }
}

/***** Forms *****/
.form {
  max-width: 650px;
}

.form-field ~ .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

.form-field input {
  border: 1px solid #848F99;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}
.form-field input:focus {
  border: 1px solid rgba(124, 186, 39, 1);
}

.form-field input[type=text] {
  border: 1px solid #848F99;
  border-radius: 4px;
}
.form-field input[type=text]:focus {
  border: 1px solid rgba(124, 186, 39, 1);
}

.form-field input[type=checkbox] {
  width: auto;
}

.form-field .nesty-input {
  border-radius: 4px;
  border: 1px solid #848F99;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}
.form-field .nesty-input:focus {
  border: 1px solid rgba(124, 186, 39, 1);
  text-decoration: none;
}

.form-field .hc-multiselect-toggle {
  border: 1px solid #848F99;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid rgba(124, 186, 39, 1);
  text-decoration: none;
}

.form-field textarea {
  vertical-align: middle;
}

.form-field input[type=checkbox] + label {
  margin: 0 0 0 10px;
}

.form-field .optional {
  color: #fff;
  margin-left: 4px;
}

.form-field p {
  color: #fff;
  font-size: 12px;
  margin: 5px 0;
}

.form footer {
  margin-top: 40px;
  padding-top: 30px;
}

.form footer a {
  color: #fff;
  cursor: pointer;
  margin-right: 15px;
}

.form .suggestion-list {
  font-size: 13px;
  margin-top: 30px;
}
.form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
}
.form .suggestion-list li {
  padding: 10px 0;
}
.form .suggestion-list li a:visited {
  color: #9358B0;
}

/***** Header *****/
.header {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  align-items: center;
  display: flex;
  height: 71px;
  justify-content: space-between;
}
@media (min-width: 1160px) {
  .header {
    padding: 0;
    width: 90%;
  }
}

.logo img {
  max-height: 37px;
  vertical-align: middle;
}

.logo span {
  margin: 0 10px;
  color: rgba(124, 186, 39, 1);
}

.logo a {
  display: inline-block;
}

.logo a:hover, .logo a:focus, .logo a:active {
  text-decoration: none;
}

.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}
#user-nav-mobile {
  background-color: #101929 !important;
}

.user-nav[aria-expanded=true] {
  background-color: #101929;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 1;
}
.user-nav[aria-expanded=true] > a {
  display: block;
  margin: 20px;
}
.user-nav[aria-expanded=true] > .user-nav-list li {
  display: block;
}
.user-nav[aria-expanded=true] > .user-nav-list a {
  display: block;
  margin: 20px;
}

.user-nav-list {
  display: block;
  list-style: none;
}
.user-nav-list > li {
  display: inline-block;
}

@media (max-width: 768px) {
  .nav-wrapper-desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .nav-wrapper-desktop {
    display: none;
  }
}
@media (min-width: 1024px) {
  .nav-wrapper-desktop {
    display: inline-block;
  }
}
.nav-wrapper-desktop a {
  border: 0;
  color: #1F73B7;
  display: none;
  font-size: 14px;
  padding: 0 20px 0 0;
  width: auto;
}
@media (min-width: 768px) {
  .nav-wrapper-desktop a {
    display: inline-block;
  }
}
[dir=rtl] .nav-wrapper-desktop a {
  padding: 0 0 0 20px;
}
.nav-wrapper-desktop a:hover, .nav-wrapper-desktop a:focus, .nav-wrapper-desktop a:active {
  background-color: transparent;
  color: #1F73B7;
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .nav-wrapper-mobile {
    display: none;
  }
}
.nav-wrapper-mobile .menu-button-mobile {
  background: none;
  border: 0;
  width: auto;
  min-width: 71px;
  cursor: pointer;
}
.hero-rotating-text {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  min-height: 32px;
  color: #ffffff;
  text-align: center;
}


.nav-wrapper-mobile .menu-button-mobile .icon-menu {
  padding: 7px;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
}
.nav-wrapper-mobile .menu-button-mobile[aria-expanded=true] .icon-menu {
  background: #f3f3f3; !important
}
.nav-wrapper-mobile .menu-list-mobile {
  position: absolute;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 2;
}
.nav-wrapper-mobile .menu-list-mobile[aria-expanded=false] {
  display: none;
}
.nav-wrapper-mobile .menu-list-mobile[aria-expanded=true] {
  display: block;
}
.nav-wrapper-mobile .menu-list-mobile-items .item {
  margin: 4px 0;
}
.nav-wrapper-mobile .menu-list-mobile-items li:empty:not(.nav-divider) {
  display: none;
}
.nav-wrapper-mobile .menu-list-mobile,
.nav-wrapper-mobile .menu-list-mobile-items {
  border: 0 !important;
}
.nav-wrapper-mobile .menu-list-mobile-items .nav-divider {
  border-bottom: 0.1px solid #ddd;
  padding: 0;
}
.nav-wrapper-mobile .menu-list-mobile-items .nav-divider:last-child {
  display: none;
}
.nav-wrapper-mobile .menu-list-mobile-items button {
  background: none;
  border: none;
  padding: 8px 24px;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  text-align: start;
}
.nav-wrapper-mobile .menu-list-mobile-items button:active, .nav-wrapper-mobile .menu-list-mobile-items button:focus, .nav-wrapper-mobile .menu-list-mobile-items button:hover {
  background-color: #f3f3f3;
  text-decoration: underline;
}
.nav-wrapper-mobile .menu-list-mobile-items a {
  display: block;
  padding: 8px 24px;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 1);
}
.nav-wrapper-mobile .menu-list-mobile-items a:active, .nav-wrapper-mobile .menu-list-mobile-items a:focus, .nav-wrapper-mobile .menu-list-mobile-items a:hover {
  background-color: #f3f3f3;
}
.nav-wrapper-mobile .menu-list-mobile-items .my-profile {
  display: flex;
  line-height: 1.5;
}
.nav-wrapper-mobile .menu-list-mobile-items .my-profile .my-profile-tooltip {
  font-size: 12px;
  color: #68737D;
}
.nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  margin-top: 1px;
}
[dir=rtl] .nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
  margin-right: 0;
  margin-left: 8px;
}

.skip-navigation {
  align-items: center;
  background-color: black;
  color: white;
  display: flex;
  font-size: 14px;
  justify-content: center;
  left: -999px;
  margin: 20px;
  padding: 20px;
  overflow: hidden;
  position: absolute;
  top: auto;
  z-index: -999;
}
[dir=rtl] .skip-navigation {
  left: initial;
  right: -999px;
}
.skip-navigation:focus, .skip-navigation:active {
  left: auto;
  overflow: auto;
  text-align: center;
  text-decoration: none;
  top: auto;
  z-index: 999;
}
[dir=rtl] .skip-navigation:focus, [dir=rtl] .skip-navigation:active {
  left: initial;
  right: auto;
}

#zd-modal-container ~ .skip-navigation {
  display: none;
}

/***** User info in header *****/
.user-info {
  display: inline-block;
}
.user-info .dropdown-toggle::after {
  display: none;
}
@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}
.user-info > button {
  border: 0;
  color: #1F73B7;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}
.user-info > button:hover, .user-info > button:focus {
  color: #1F73B7;
  background-color: transparent;
}
.user-info > button::after {
  color: #1F73B7;
  padding-right: 15px;
}
[dir=rtl] .user-info > button::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
  font-size: 14px;
}
@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}
#user #user-name:hover {
  text-decoration: underline;
}

/***** User avatar *****/
.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.avatar {
  display: inline-block;
  position: relative;
}
.avatar img {
  height: 40px;
  width: 40px;
}
.avatar .icon-agent {
  color: rgba(124, 186, 39, 1);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: rgba(16, 25, 41, 1);
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}

/***** Footer *****/
.footer {
  border-top: 1px solid #ddd;
  margin-top: 60px;
  padding: 30px 0;
}
.footer a {
  color: #fff;
}
.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1160px) {
  .footer-inner {
    padding: 0;
    width: 90%;
  }
}
.footer-language-selector button {
  color: #fff;
  display: inline-block;
}

.powered-by-zendesk a,
.powered-by-zendesk a:visited {
  color: #fff;
}

/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 0 0 15px 0;
  padding: 0;
  display: flex;
}
@media (min-width: 768px) {
  .breadcrumbs {
    margin: 0;
  }
}
.breadcrumbs li {
  color: #fff;
  font-size: 13px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs li + li::before {
  content: ">";
  margin: 0 4px;
}
.breadcrumbs li a:visited {
  color: #1F73B7;
}

/***** Search field *****/
.search-container {
  position: relative;
}

.search {
  border-color: #848F99;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: flex;
  position: relative;
  transition: border 0.12s ease-in-out;
}
.search:focus-within {
  border-color: rgba(124, 186, 39, 1);
}
.search input[type=search],
.search .clear-button {
  background-color: #fff;
  border-radius: 30px;
  border: none;
}
.search-full input[type=search], .search-full .clear-button {
  border-color: #fff;
}
.search input[type=search] {
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  color: #666;
  flex: 1 1 auto;
  height: 40px;
  width: 100%;
}
.search input[type=search]:focus {
  color: #555;
}
.search input[type=search]::-webkit-search-decoration, .search input[type=search]::-webkit-search-cancel-button, .search input[type=search]::-webkit-search-results-button, .search input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.search input[type=search]:-webkit-autofill, .search input[type=search]:-webkit-autofill:hover, .search input[type=search]:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.search .clear-button {
  align-items: center;
  box-sizing: border-box;
  color: #777;
  cursor: pointer;
  display: none;
  flex: none;
  justify-content: center;
  padding: 0 15px;
}
.search .clear-button:hover {
  background-color: rgba(124, 186, 39, 1);
  color: #fff;
}
.search .clear-button:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(124, 186, 39, 1);
}
.search-has-value .clear-button {
  display: flex;
}

[dir=ltr] .search input[type=search] {
  padding-left: 40px;
  padding-right: 20px;
}
[dir=ltr] .search-has-value input[type=search] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right-color: transparent;
}
[dir=ltr] .search-has-value input[type=search]:focus {
  border-right-color: rgba(124, 186, 39, 1);
}
[dir=ltr] .search .clear-button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left-color: transparent;
}
[dir=ltr] .search .clear-button:focus {
  border-left-color: rgba(124, 186, 39, 1);
}

[dir=rtl] .search input[type=search] {
  padding-left: 20px;
  padding-right: 40px;
}
[dir=rtl] .search-has-value input[type=search] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left-color: transparent;
}
[dir=rtl] .search-has-value input[type=search]:focus {
  border-left-color: rgba(124, 186, 39, 1);
}
[dir=rtl] .search .clear-button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right-color: transparent;
}
[dir=rtl] .search .clear-button:focus {
  border-right-color: rgba(124, 186, 39, 1);
}

.search-icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 15px;
  z-index: 1;
  width: 18px;
  height: 18px;
  color: #777;
  pointer-events: none;
}
[dir=rtl] .search-icon {
  left: auto;
  right: 15px;
}

/***** Hero component *****/
.hero {
  background-image: url(/hc/theming_assets/01KPTM85QZKFV8KAQDKG8V8M1M);
  background-position: center;
  background-size: cover;
  height: 300px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}
.hero-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 610px;
  margin: 0 auto;
}

.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .page-header {
    align-items: baseline;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    margin: 0;
  }
}
.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
}
.page-header h1 {
  flex-grow: 1;
  margin-bottom: 10px;
}
.page-header-description {
  font-style: italic;
  margin: 0 0 30px 0;
  word-break: break-word;
}
@media (min-width: 1024px) {
  .page-header-description {
    flex-basis: 100%;
  }
}
.page-header .icon-lock {
  height: 20px;
  width: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.sub-nav {
  align-items: baseline;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px 30px;
  justify-content: space-between;
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  .sub-nav {
    flex-direction: row;
  }
}
.sub-nav .breadcrumbs {
  margin: 0;
}
.sub-nav .search-container {
  max-width: 300px;
  width: 100%;
}
@media (min-width: 768px) {
  .sub-nav .search-container {
    flex: 0 1 300px;
  }
}
.sub-nav input[type=search]::after {
  font-size: 15px;
}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .blocks-list {
    margin: 0 -15px;
  }
}
.blocks-item {
  border: 1px solid rgba(124, 186, 39, 1);
  border-radius: 4px;
  box-sizing: border-box;
  color: rgba(124, 186, 39, 1);
  display: flex;
  flex: 1 0 340px;
  margin: 0 0 30px;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .blocks-item {
    margin: 0 15px 30px;
  }
}
.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: rgba(124, 186, 39, 1);
}
.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  color: rgba(16, 25, 41, 1);
  text-decoration: none;
}
.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}
.blocks-item-internal .icon-lock {
  height: 15px;
  width: 15px;
  bottom: 5px;
  position: relative;
}
.blocks-item-internal a {
  color: rgba(255, 255, 255, 1);
}
.blocks-item-link {
  color: rgba(124, 186, 39, 1);
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  border-radius: inherit;
}
.blocks-item-link:visited, .blocks-item-link:hover, .blocks-item-link:active {
  color: inherit;
  text-decoration: none;
}
.blocks-item-link:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(124, 186, 39, 1);
  text-decoration: none;
}
.blocks-item-title {
  margin-bottom: 0;
  font-size: 16px;
}
.blocks-item-description {
  margin: 0;
}
.blocks-item-description:not(:empty) {
  margin-top: 10px;
}

/***** Homepage *****/
.section {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .section {
    margin-bottom: 60px;
  }
}

.home-section h2 {
  margin-bottom: 10px;
  text-align: center;
}

/***** Promoted articles *****/
.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .promoted-articles {
    flex-direction: row;
  }
}
.promoted-articles-item {
  flex: 1 0 auto;
}
@media (min-width: 1024px) {
  .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 auto;
    padding-right: 30px;
    width: 33%; /* Three columns on desktop */
  }
  [dir=rtl] .promoted-articles-item {
    padding: 0 0 0 30px;
  }
}
.promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}
.promoted-articles-item a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.promoted-articles-item .icon-lock {
  vertical-align: baseline;
}
.promoted-articles-item:last-child a {
  border: 0;
}
@media (min-width: 1024px) {
  .promoted-articles-item:last-child a {
    border-bottom: 1px solid #ddd;
  }
}

/***** Community section in homepage *****/
.community {
  text-align: center;
}
.community-image {
  min-height: 300px;
  margin-top: 32px;
  background-image: url(/hc/theming_assets/01KPTM85QZKFV8KAQDKG8V8M1M);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}
.community a {
  color: #1F73B7;
  text-decoration: underline;
}
.community a:visited {
  color: #9358B0;
}
.community a:hover, .community a:active, .community a:focus {
  color: rgba(18, 70, 115, 1);
}

.community,
.activity {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}

/***** Recent activity *****/
.recent-activity-header {
  margin-bottom: 10px;
  text-align: center;
}
.recent-activity-list {
  padding: 0;
}
.recent-activity-item {
  border-bottom: 1px solid #ddd;
  overflow: auto;
  padding: 20px 0;
}
.recent-activity-item h3 {
  margin: 0;
}
.recent-activity-item-parent {
  font-size: 16px;
  font-weight: 600;
}
.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .recent-activity-item-parent, .recent-activity-item-link {
    width: 70%;
    margin: 0;
  }
}
.recent-activity-item-link {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recent-activity-item-meta {
  color: rgba(255, 255, 255, 1);
  margin: 15px 0 0 0;
  float: none;
}
@media (min-width: 768px) {
  .recent-activity-item-meta {
    margin: 0;
    float: right;
  }
  [dir=rtl] .recent-activity-item-meta {
    float: left;
  }
}
.recent-activity-item-time, .recent-activity-item-comment {
  display: inline-block;
  font-size: 13px;
}
.recent-activity-item-comment {
  padding-left: 5px;
}
[dir=rtl] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}
.recent-activity-item-comment::before {
  display: inline-block;
}
.recent-activity-controls {
  padding-top: 15px;
}
.recent-activity-controls a {
  color: #1F73B7;
  text-decoration: underline;
}
.recent-activity-controls a:visited {
  color: #9358B0;
}
.recent-activity-controls a:hover, .recent-activity-controls a:active, .recent-activity-controls a:focus {
  color: rgba(18, 70, 115, 1);
}
.recent-activity-accessibility-label {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.recent-activity-comment-icon svg {
  vertical-align: middle;
  color: rgba(124, 186, 39, 1);
  width: 16px;
  height: 16px;
}
.recent-activity-comment-icon:after {
  content: attr(data-comment-count);
  margin-left: 3px;
}
[dir=rtl] .recent-activity-comment-icon:after {
  margin-left: 0;
  margin-right: 3px;
}

/***** Category pages *****/
.category-container {
  display: flex;
  justify-content: flex-end;
}
.category-content {
  flex: 1;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .category-content {
    flex: 0 0 80%;
  }
}

.section-tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .section-tree {
    flex-direction: row;
  }
}
.section-tree .section {
  flex: initial;
  max-width: 100%;
}
@media (min-width: 768px) {
  .section-tree .section {
    flex: 0 0 45%; /* Two columns for tablet and desktop. Leaving 5% separation between columns */
  }
}
.section-tree-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}
.section-tree-title a {
  color: rgba(255, 255, 255, 1);
}
.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
}

.article-list-item {
  font-size: 16px;
  padding: 15px 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
.article-list-item a {
  color: rgba(255, 255, 255, 1);
}

.icon-star {
  color: rgba(124, 186, 39, 1);
  font-size: 18px;
}

/***** Section pages *****/
.section-container {
  display: flex;
  justify-content: flex-end;
}
.section-content {
  flex: 1;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .section-content {
    flex: 0 0 80%;
  }
}
.section-list {
  margin: 40px 0;
}

.section-list-item {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  padding: 15px 0;
}
.section-list-item:first-child {
  border-top: 1px solid #ddd;
}
.section-list-item a {
  align-items: center;
  color: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: space-between;
}

.see-all-sections-trigger {
  cursor: pointer;
  display: block;
  padding: 15px;
  text-align: center;
}
.see-all-sections-trigger[aria-hidden=true] {
  display: none;
}

/***** Article *****/
.article {
  /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
  flex: 1 0 auto;
}
@media (min-width: 1024px) {
  .article {
    flex: 1 0 66%;
    max-width: 66%;
    min-width: 640px;
    padding: 0 30px;
  }
}
.article-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .article-container {
    flex-direction: row;
  }
}
.article-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .article-header {
    flex-direction: row;
    margin-top: 0;
  }
}
.article-avatar {
  margin-right: 10px;
}
.article-author {
  margin-bottom: 10px;
}
.article-title {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media (min-width: 768px) {
  .article-title {
    flex-basis: 100%; /* Take entire row */
  }
}
.article-title .icon-lock {
  position: relative;
  left: -5px;
  vertical-align: baseline;
}
.article [role=button] {
  flex-shrink: 0; /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
  width: 100%;
}
@media (min-width: 768px) {
  .article [role=button] {
    width: auto;
  }
}
.article-info {
  max-width: 100%;
}
.article-meta {
  display: inline-block;
  vertical-align: middle;
}
.article-body {
  display: flow-root;
}
.article-body a {
  color: #1F73B7;
  text-decoration: underline;
}
.article-body a:visited {
  color: #9358B0;
}
.article-body a:hover, .article-body a:active, .article-body a:focus {
  color: rgba(18, 70, 115, 1);
}
.article-body img {
  height: auto;
  max-width: 100%;
}
.article-body p > img.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.article-body p > img.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.article-body p > img.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.article-body p > img.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.article-body figure.image {
  display: table;
  margin: 0 auto;
}
.article-body figure.image > img {
  display: block;
  width: 100%;
}
.article-body figure.image.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.article-body figure.image.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.article-body figure.image.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.article-body figure.image.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.article-body figcaption {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  background-color: #090e17;
}
.article-body ul,
.article-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}
[dir=rtl] .article-body ul,
[dir=rtl] .article-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}
.article-body ul > ul,
.article-body ol > ol,
.article-body ol > ul,
.article-body ul > ol,
.article-body li > ul,
.article-body li > ol {
  margin: 0;
}
.article-body ul {
  list-style-type: disc;
}
.article-body :not(pre) > code {
  background: #0c121e;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.article-body pre {
  background: #0c121e;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
  direction: ltr;
}
.article-body blockquote {
  border-left: 1px solid #ddd;
  color: #fff;
  font-style: italic;
  padding: 0 15px;
}
.article-body > p:last-child {
  margin-bottom: 0;
}
.article-content {
  line-height: 1.6;
  margin: 40px 0;
  word-wrap: break-word;
}
.article-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.article-comment-count {
  color: #fff;
}
.article-comment-count:hover {
  text-decoration: none;
}
.article-comment-count-icon {
  vertical-align: middle;
  color: rgba(124, 186, 39, 1);
  width: 18px;
  height: 18px;
}
.article-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}
@media (min-width: 1024px) {
  .article-sidebar {
    border: 0;
    flex: 0 0 17%;
    height: auto;
    max-width: 17%;
  }
}
.article-relatives {
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .article-relatives {
    flex-direction: row;
  }
}
.article-relatives > * {
  flex: 1 0 50%;
  min-width: 50%;
  overflow-wrap: break-word;
  margin-right: 0;
}
.article-relatives > *:last-child {
  padding: 0;
}
@media (min-width: 768px) {
  .article-relatives > * {
    padding-right: 20px;
  }
}
.article-votes {
  border-top: 1px solid #ddd;
  padding: 30px 0;
  text-align: center;
}
.article-votes-question {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 0;
}
.article-vote {
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}
.article-more-questions {
  margin: 10px 0 20px;
  text-align: center;
}
.article-more-questions a {
  color: #1F73B7;
  text-decoration: underline;
}
.article-more-questions a:visited {
  color: #9358B0;
}
.article-more-questions a:hover, .article-more-questions a:active, .article-more-questions a:focus {
  color: rgba(18, 70, 115, 1);
}
.article-return-to-top {
  border-top: 1px solid #848F99;
}
@media (min-width: 1024px) {
  .article-return-to-top {
    display: none;
  }
}
.article-return-to-top a {
  color: rgba(255, 255, 255, 1);
  display: block;
  padding: 20px 0;
}
.article-return-to-top a:hover, .article-return-to-top a:focus {
  text-decoration: none;
}
.article-return-to-top-icon {
  transform: rotate(0.5turn);
}
.article td > p:first-child,
.article th > p:first-child {
  margin-top: 0;
}
.article td > p:last-child,
.article th > p:last-child {
  margin-bottom: 0;
}

.sidenav-title {
  font-size: 15px;
  position: relative;
  font-weight: 600;
}
.sidenav-item {
  display: block;
  margin-top: 10px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recent-articles li,
.related-articles li {
  margin-bottom: 15px;
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.attachments .attachment-item:last-child {
  margin-bottom: 0;
}
.attachments .attachment-item .attachment-icon {
  color: rgba(255, 255, 255, 1);
  left: 0;
  position: absolute;
  top: 5px;
}
[dir=rtl] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}
[dir=rtl] .attachments .attachment-item .attachment-icon {
  left: auto;
  right: 0;
}

.upload-dropzone span {
  color: #fff;
}

/***** Social share links *****/
.share {
  padding: 0;
  white-space: nowrap;
}

.share li, .share a {
  display: inline-block;
}

.share li {
  height: 25px;
  width: 25px;
}

.share a {
  color: #fff;
}
.share a:hover {
  text-decoration: none;
  color: rgba(124, 186, 39, 1);
}
.share a svg {
  height: 18px;
  width: 18px;
  display: block;
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.comment-heading, .recent-articles-title,
.related-articles-title {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
}
.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}
.comment-overview p {
  margin-top: 0;
}
.comment-callout {
  color: #fff;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0;
}
.comment-callout a {
  color: #1F73B7;
  text-decoration: underline;
}
.comment-callout a:visited {
  color: #9358B0;
}
.comment-callout a:hover, .comment-callout a:active, .comment-callout a:focus {
  color: rgba(18, 70, 115, 1);
}
.comment-sorter {
  display: inline-block;
  float: right;
}
.comment-sorter .dropdown-toggle {
  color: #fff;
  font-size: 13px;
}
[dir=rtl] .comment-sorter {
  float: left;
}
.comment-wrapper {
  display: flex;
  position: relative;
}
.comment-wrapper.comment-official {
  border: 1px solid rgba(124, 186, 39, 1);
  padding: 40px 20px 20px;
}
@media (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}
.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}
[dir=rtl] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}
.comment-author {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .comment-author {
    justify-content: space-between;
  }
}
.comment-avatar {
  margin-right: 10px;
}
[dir=rtl] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}
.comment-meta {
  flex: 1 1 auto;
}
.comment-labels {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .comment-labels {
    flex-basis: auto;
  }
}
.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}
.comment-form {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}
.comment-container {
  width: 100%;
}
.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left;
}
@media (min-width: 768px) {
  [dir=ltr] .comment-form-controls {
    text-align: right;
  }
}
.comment-form-controls input[type=submit] {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .comment-form-controls input[type=submit] {
    margin-left: 15px;
  }
  [dir=rtl] .comment-form-controls input[type=submit] {
    margin-left: 0;
    margin-right: 15px;
  }
}
.comment-form-controls input[type=checkbox] {
  margin-right: 5px;
}
.comment-form-controls input[type=checkbox] [dir=rtl] {
  margin-left: 5px;
}
.comment-ccs {
  display: none;
}
.comment-ccs + textarea {
  margin-top: 10px;
}
.comment-attachments {
  margin-top: 10px;
}
.comment-attachments a {
  color: rgba(124, 186, 39, 1);
}
.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flow-root;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  overflow-x: auto;
}
.comment-body a {
  color: #1F73B7;
  text-decoration: underline;
}
.comment-body a:visited {
  color: #9358B0;
}
.comment-body a:hover, .comment-body a:active, .comment-body a:focus {
  color: rgba(18, 70, 115, 1);
}
.comment-body img {
  height: auto;
  max-width: 100%;
}
.comment-body p > img.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.comment-body p > img.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.comment-body p > img.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.comment-body p > img.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.comment-body figure.image {
  display: table;
  margin: 0 auto;
}
.comment-body figure.image > img {
  display: block;
  width: 100%;
}
.comment-body figure.image.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.comment-body figure.image.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.comment-body figure.image.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.comment-body figure.image.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.comment-body figcaption {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  background-color: #090e17;
}
.comment-body ul,
.comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}
[dir=rtl] .comment-body ul,
[dir=rtl] .comment-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}
.comment-body ul > ul,
.comment-body ol > ol,
.comment-body ol > ul,
.comment-body ul > ol,
.comment-body li > ul,
.comment-body li > ol {
  margin: 0;
}
.comment-body ul {
  list-style-type: disc;
}
.comment-body :not(pre) > code {
  background: #0c121e;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.comment-body pre {
  background: #0c121e;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
  direction: ltr;
}
.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: #fff;
  font-style: italic;
  padding: 0 15px;
}
.comment-mark-as-solved {
  display: inline-block;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.vote a:active, .vote a:hover, .vote a:focus {
  text-decoration: none;
}

.vote-sum {
  color: #fff;
  display: block;
  margin: 3px 0;
}
[dir=rtl] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up svg {
  transform: scale(1, -1);
}

.vote-up:hover,
.vote-down:hover {
  color: rgba(124, 186, 39, 1);
}

.vote-up, .vote-down {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vote-voted {
  color: rgba(124, 186, 39, 1);
}

.vote-voted:hover {
  color: #446615;
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0; /*Avoid collapsing elements in Safari*/
}
.actions button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/***** Community *****/
.community-hero {
  background-image: url(/hc/theming_assets/01KPTM85QZKFV8KAQDKG8V8M1M);
  margin-bottom: 10px;
}
.community-footer {
  padding-top: 50px;
  text-align: center;
}
.community-footer-title {
  font-size: 16px;
  margin-bottom: 20px;
}
.community-featured-posts .title {
  font-size: 18px;
  font-weight: 600;
}
.community-featured-posts, .community-activity {
  padding-top: 40px;
  width: 100%;
}
.community-header {
  margin-bottom: 30px;
}
.community-header .title {
  margin-bottom: 0;
  font-size: 16px;
}

.post-to-community {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .post-to-community {
    margin: 0;
  }
}

/* Community topics grid */
.topics {
  max-width: none;
  width: 100%;
}
.topics-item .meta-group {
  justify-content: center;
  margin-top: 20px;
}

/* Community topic page */
.topic-header {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}
@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}
.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

.no-posts-with-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}
.community-follow button {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .community-follow button {
    width: auto;
  }
}
.community-follow button:hover {
  background-color: rgba(124, 186, 39, 1);
}
.community-follow button:hover::after, .community-follow button:focus::after {
  border-color: rgba(16, 25, 41, 1);
  color: rgba(16, 25, 41, 1);
}
.community-follow button[data-selected=true] {
  background-color: rgba(124, 186, 39, 1);
  color: rgba(16, 25, 41, 1);
}
.community-follow button[data-selected=true]::after {
  border-left: 1px solid rgba(16, 25, 41, 1);
  color: rgba(16, 25, 41, 1);
}
.community-follow button[data-selected=true]:hover {
  background-color: #446615;
  border-color: #446615;
}
.community-follow button::after {
  border-left: 1px solid rgba(124, 186, 39, 1);
  content: attr(data-follower-count);
  color: rgba(124, 186, 39, 1);
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}
@media (min-width: 768px) {
  .community-follow button::after {
    position: static;
  }
}
[dir=rtl] .community-follow button::after {
  border-left: 0;
  border-right: 1px solid rgba(124, 186, 39, 1);
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}
.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}
.striped-list-info {
  flex: 2;
}
.striped-list-title {
  color: #1F73B7;
  margin-bottom: 10px;
  margin-right: 5px;
}
.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
  text-decoration: underline;
}
.striped-list-title:visited {
  color: #9358B0;
}
.striped-list .meta-group {
  margin: 5px 0;
}
.striped-list-count {
  color: #fff;
  font-size: 13px;
  justify-content: flex-start;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}
.striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .striped-list-count-item::after {
    display: none;
  }
}
.striped-list-count-item:last-child::after {
  display: none;
}
.striped-list-number {
  text-align: center;
}
@media (min-width: 768px) {
  .striped-list-number {
    color: rgba(255, 255, 255, 1);
    display: block;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #038153;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}
.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}
.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: rgba(124, 186, 39, 1);
}
.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}
[dir=rtl] .status-label-official {
  left: 30px;
  right: auto;
}
.status-label-not-planned, .status-label-closed {
  background-color: #e9ebed;
  color: #fff;
}
.status-label-pending, .status-label-pending-moderation {
  background-color: #1f73b7;
  text-align: center;
}
.status-label-open {
  background-color: #c72a1c;
}
.status-label-solved {
  background-color: #68737d;
}
.status-label-new {
  background-color: #ffb648;
  color: #703b15;
}
.status-label-hold {
  background-color: #000;
}
.status-label-request {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .status-label-request {
    max-width: 150px;
  }
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  flex: 1;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}
.post-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .post-container {
    flex-direction: row;
  }
}
.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}
.post-header .status-label {
  vertical-align: super;
}
.post-title {
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}
.post-title h1 {
  display: inline;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }
}
.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.post-avatar {
  margin-bottom: 30px;
}
.post-content {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  word-break: break-word;
}
.post-info-container {
  display: flex;
  margin-bottom: 40px;
}
.post-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}
[dir=rtl] .post-info {
  padding-right: 0;
  padding-left: 20px;
}
.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}
[dir=rtl] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}
.post-body {
  display: flow-root;
}
.post-body a {
  color: #1F73B7;
  text-decoration: underline;
}
.post-body a:visited {
  color: #9358B0;
}
.post-body a:hover, .post-body a:active, .post-body a:focus {
  color: rgba(18, 70, 115, 1);
}
.post-body img {
  height: auto;
  max-width: 100%;
}
.post-body p > img.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.post-body p > img.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.post-body p > img.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.post-body p > img.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.post-body figure.image {
  display: table;
  margin: 0 auto;
}
.post-body figure.image > img {
  display: block;
  width: 100%;
}
.post-body figure.image.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.post-body figure.image.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.post-body figure.image.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.post-body figure.image.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.post-body figcaption {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  background-color: #090e17;
}
.post-body ul,
.post-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}
[dir=rtl] .post-body ul,
[dir=rtl] .post-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}
.post-body ul > ul,
.post-body ol > ol,
.post-body ol > ul,
.post-body ul > ol,
.post-body li > ul,
.post-body li > ol {
  margin: 0;
}
.post-body ul {
  list-style-type: disc;
}
.post-body :not(pre) > code {
  background: #0c121e;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.post-body pre {
  background: #0c121e;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
  direction: ltr;
}
.post-body blockquote {
  border-left: 1px solid #ddd;
  color: #fff;
  font-style: italic;
  padding: 0 15px;
}
.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.post-comment-count {
  color: #fff;
}
.post-comment-count:hover {
  text-decoration: none;
}
.post-comment-count .icon-comments {
  color: rgba(124, 186, 39, 1);
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 5px;
  vertical-align: middle;
}
.post-sidebar {
  border-top: 1px solid #ddd;
  flex: 1;
  padding: 30px 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
  [dir=rtl] .post-sidebar {
    padding: 0 50px 0 0;
  }
}
.post-sidebar-title {
  font-size: 18px;
  font-weight: 600;
}
.post-comments {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .post-comments {
    margin-bottom: 0;
  }
}

/***** Community Badges *****/
/* Styles labels used next to the authors of article comments, community posts, and community comments */
.community-badge-title {
  background-color: #04444d;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 0px 8px;
  vertical-align: top;
  white-space: nowrap;
  display: inline-block;
  line-height: 18px;
  vertical-align: middle;
}

.community-badge-titles {
  display: inline;
}

.community-badge-achievement {
  display: block;
  height: 16px;
  white-space: nowrap;
  width: 16px;
}
.community-badge-achievement img {
  width: 100%;
  height: 100%;
}

.community-badge-achievements {
  display: flex;
}

.community-badge-achievements-rest {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  vertical-align: top;
}

.community-badge {
  margin: 2px;
}

.profile-info .community-badge-title {
  padding: 2px 8px;
  line-height: 20px;
}
.profile-info .community-badge-achievement {
  height: 40px;
  width: 40px;
}
.profile-info .community-badge-achievements-rest {
  line-height: 40px;
  font-size: 20px;
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  flex-direction: column;
  font-size: 14px;
  position: relative;
}
@media (min-width: 768px) {
  .collapsible-nav {
    flex-direction: row;
  }
}

.collapsible-nav-border {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
@media (min-width: 768px) {
  .collapsible-nav-border {
    border-top: 0;
  }
}

.collapsible-nav-toggle {
  top: 22.5px;
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .collapsible-nav-toggle {
    display: none;
  }
}
[dir=rtl] .collapsible-nav-toggle {
  left: 0;
  right: auto;
}
.collapsible-nav-toggle-icon {
  display: none;
}
.collapsible-nav-toggle[aria-expanded=false] .chevron-icon {
  display: inline-block;
}
.collapsible-nav-toggle[aria-expanded=true] .x-icon {
  display: inline-block;
}
.collapsible-nav-toggle:focus {
  outline: none;
  border: 1px solid rgba(124, 186, 39, 1);
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}
.collapsible-nav-list li {
  color: rgba(255, 255, 255, 1);
  line-height: 45px;
  order: 1;
}
@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  [dir=rtl] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}
.collapsible-nav-list li a {
  color: rgba(255, 255, 255, 1);
  display: block;
}
@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a:not([aria-current=page]) {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}
.collapsible-nav-list li:not([aria-selected=true]),
.collapsible-nav-list li:not(.current) {
  display: none;
}
@media (min-width: 768px) {
  .collapsible-nav-list li:not([aria-selected=true]),
  .collapsible-nav-list li:not(.current) {
    display: block;
  }
}
@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected=true] {
    padding: 15px 0 11px 0;
  }
}
.collapsible-nav-list li[aria-selected=true],
.collapsible-nav-list li.current {
  order: 0;
  position: relative;
}
@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected=true],
  .collapsible-nav-list li.current {
    border-bottom: 4px solid rgba(124, 186, 39, 1);
    order: 1;
  }
}
.collapsible-nav-list li[aria-selected=true] a,
.collapsible-nav-list li.current a {
  color: rgba(255, 255, 255, 1);
}

.collapsible-nav[aria-expanded=true] li:not([aria-selected=true]),
.collapsible-nav[aria-expanded=true] li:not(.current) {
  display: block;
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}
@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}
.collapsible-sidebar-title {
  margin-top: 0;
}
.collapsible-sidebar-toggle {
  position: absolute;
  top: 22.5px;
  transform: translateY(-50%);
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .collapsible-sidebar-toggle {
    display: none;
  }
}
[dir=rtl] .collapsible-sidebar-toggle {
  left: 0;
  right: auto;
}
.collapsible-sidebar-toggle-icon {
  display: none;
}
.collapsible-sidebar-toggle[aria-expanded=false] .chevron-icon {
  display: inline-block;
}
.collapsible-sidebar-toggle[aria-expanded=true] .x-icon {
  display: inline-block;
}
.collapsible-sidebar-toggle:focus {
  outline: none;
  border: 1px solid rgba(124, 186, 39, 1);
}
.collapsible-sidebar-body {
  display: none;
}
@media (min-width: 1024px) {
  .collapsible-sidebar-body {
    display: block;
  }
}
.collapsible-sidebar[aria-expanded=true] {
  max-height: none;
}
.collapsible-sidebar[aria-expanded=true] .collapsible-sidebar-body {
  display: block;
}

/***** My activities *****/
.my-activities-nav {
  background-color: #090e17;
  margin-bottom: 20px;
}
.my-activities-sub-nav {
  margin-bottom: 30px;
}
.my-activities-table .striped-list-title { /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}
@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.my-activities-table thead {
  display: none;
}
@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}
.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}
@media (min-width: 1024px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}
.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}
.my-activities-table td:not(:first-child) {
  display: none;
}
@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

/* Requests table */
.requests-search {
  width: 100%;
}
.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}
.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}
.requests-table-toolbar .request-table-filter {
  width: 100%;
}
@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}
.requests-table-toolbar .request-filter {
  display: block;
}
@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir=rtl] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}
.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}
.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe {
    margin-left: 10px;
  }
  [dir=rtl] .requests-table-toolbar .organization-subscribe {
    margin: 0 10px 0 0;
  }
}
.requests-table-toolbar .organization-subscribe button {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}
.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}
.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}
.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}
.requests-table-toolbar + .requests {
  margin-top: 40px;
}
.requests .requests-table-meta {
  display: block;
}
@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}
.requests .requests-table thead {
  display: none;
}
@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}
.requests .requests-table-info {
  display: block;
}
@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}
.requests .requests-table .requests-link {
  position: relative;
}
.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

/* Following table */
@media (min-width: 768px) {
  .subscriptions-subscribe button {
    width: auto;
  }
}
.subscriptions-table td:last-child {
  display: block;
}
@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}
.subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}
.subscriptions-table .user-avatar {
  margin-right: 10px;
}
.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
  color: #fff;
  font-size: 13px;
}
@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: #fff;
}

/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}
.request-container .comment-container {
  min-width: 0;
}
.request-breadcrumbs {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}
.request-main {
  flex: 1 0 auto;
  order: 1;
}
.request-main .comment-fields, .request-main .request-submit-comment {
  display: none;
}
.request-main .comment-fields.shown {
  display: block;
}
.request-main .request-submit-comment.shown {
  display: inline;
}
@media (min-width: 1024px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}
.request-main .comment-form-controls {
  display: block;
}
.request-main .comment-ccs {
  display: block;
}
.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  color: #fff;
  text-align: inherit;
  padding: 8px 25px;
  width: 100%;
}
.request-main .comment-show-container.hidden {
  display: none;
}
.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.request-main .form-field.comment-ccs > ul[data-hc-focus=true] {
  border: 1px solid rgba(124, 186, 39, 1);
}
.request-main .form-field.comment-ccs > input[type=text] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}
.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid rgba(124, 186, 39, 1);
}
.request-main input#mark_as_solved {
  display: none;
}
.request-title {
  width: 100%;
}
@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}
.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}
@media (min-width: 1024px) {
  .request-sidebar {
    background-color: #0c121e;
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}
.request-sidebar h2 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}
@media (min-width: 1024px) {
  .request-sidebar h2 {
    display: none;
  }
}
.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}
.request-details:last-child {
  border: 0;
}
.request-details dt, .request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}
.request-details dd {
  padding: 0 10px;
  width: 60%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.request-details dd::after {
  content: "\a";
  white-space: pre;
}
.request-details dt {
  line-break: strict;
  color: #fff;
  width: 40%;
}
.request-details .request-collaborators {
  display: inline-block;
}
.request-attachments dt, .request-attachments dd {
  width: 100%;
}
.request-attachments dd {
  margin: 10px 0 0 0;
}
.request-form textarea {
  min-height: 120px;
}
.request-follow-up {
  padding-top: 20px;
}

/***** Pagination *****/
.pagination {
  margin: 20px 0;
  text-align: center;
}
.pagination-next, .pagination-prev, .pagination-first, .pagination-last {
  display: inline-block;
}
.pagination-first-link, .pagination-last-link {
  padding: 0 10px;
}
.pagination-first-text, .pagination-last-text {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.pagination-next-link {
  padding-right: 10px;
}
.pagination-next-text {
  margin-right: 10px;
}
[dir=rtl] .pagination-next-link {
  padding-left: 10px;
}
[dir=rtl] .pagination-next-text {
  margin-left: 10px;
}
.pagination-prev-link {
  padding-left: 10px;
}
.pagination-prev-text {
  margin-left: 10px;
}
[dir=rtl] .pagination-prev-link {
  padding-right: 10px;
}
[dir=rtl] .pagination-prev-text {
  margin-right: 10px;
}

/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group-opposite {
  float: right;
}

[dir=rtl] .meta-group-opposite {
  float: left;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: #fff;
  font-size: 13px;
}
.meta-data:not(:last-child)::after {
  content: "·";
  margin: 0 5px;
}

/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: #0c121e;
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}
[dir=rtl] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-avatar .user-avatar {
  width: 80px;
  height: 80px;
}

.profile-avatar .icon-agent {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
.profile-header .basic-info .name {
  margin: 0;
  line-height: 25px;
  vertical-align: middle;
  display: inline;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir=rtl] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir=rtl] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.user-profile-actions {
  width: 100%;
  margin-bottom: 15px;
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: #fff;
  flex: 0 0 100px;
  margin-right: 10px;
}
[dir=rtl] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir=rtl] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}
@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir=rtl] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}
@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir=rtl] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}
@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px rgba(124, 186, 39, 1);
  border-radius: 4px;
  color: rgba(124, 186, 39, 1);
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}
.profile-private-badge .profile-private-icon {
  margin-left: 5px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  background-color: #090e17;
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}
@media (min-width: 1024px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}

.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}
.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}
.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}
[dir=rtl] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}
@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}
@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir=rtl] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-badges-items {
  margin-top: 25px;
}
.profile-badges-item {
  border-top: 1px solid #ddd;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: flex-start;
  padding: 27px 12px;
}
.profile-badges-item > div {
  padding-right: 12px;
  padding-left: 12px;
}
.profile-badges-item-image {
  height: 40px;
  width: 40px;
  margin-right: 12px;
}
.profile-badges-item-image img {
  max-height: 40px;
}
[dir=rtl] .profile-badges-item-image {
  margin-left: 12px;
  margin-right: 0;
}
.profile-badges-item-title, .profile-badges-item-metadata-title {
  font-size: 15px;
  margin-bottom: 10px;
}
.profile-badges-item-title {
  font-weight: 600;
}
.profile-badges-item-description, .profile-badges-item-metadata-description {
  color: #fff;
  font-size: 13px;
  margin: 0;
}
.profile-badges-item-metadata {
  margin-left: auto;
  text-align: right;
}
[dir=rtl] .profile-badges-item-metadata {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}
@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
  [dir=rtl] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-icon {
  left: 0;
  position: absolute;
  color: #ccc;
  line-height: 25px;
}
[dir=rtl] .profile-contribution-icon {
  right: 0;
}
.profile-contribution-icon svg {
  vertical-align: middle;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}
[dir=rtl] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir=rtl] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}
[dir=rtl] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir=rtl] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.private-activity-icon {
  margin-right: 10px;
}
[dir=rtl] .private-activity-icon {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir=rtl] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
  [dir=rtl] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}
[dir=rtl] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}
@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir=rtl] .profile-activity-header {
    margin-right: 0;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}
[dir=rtl] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #0c121e;
}
@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir=rtl] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity-icon {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: rgba(16, 25, 41, 1);
  background-position: 50% 50%;
  text-align: center;
  color: #ccc;
}
[dir=rtl] .profile-activity-icon {
  right: 0;
}
@media (min-width: 768px) {
  .profile-activity-icon {
    left: -14px;
  }
  [dir=rtl] .profile-activity-icon {
    right: -14px;
  }
}

.profile-activity-icon svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  margin: auto;
}

/***** Search results *****/
.search-results {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .search-results {
    flex-direction: row;
  }
}
.search-results-column {
  flex: 1;
}
@media (min-width: 1024px) {
  .search-results-column {
    flex: 0 0 75%;
  }
}
.search-results-sidebar {
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}
@media (min-width: 1024px) {
  .search-results-sidebar {
    border: 0;
    flex: 0 0 20%;
    height: auto;
  }
}
.search-results-sidebar .sidenav-item {
  border-radius: 4px;
  padding: 10px 36px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 1);
}
.search-results-sidebar .sidenav-item:hover, .search-results-sidebar .sidenav-item.current {
  background-color: #e9ebed;
  text-decoration: none;
}
.search-results-sidebar .sidenav-subitem {
  unicode-bidi: embed;
}
.search-results-sidebar .sidenav-tag {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-grow: 0;
}
.search-results-sidebar .sidenav-tag .content-tag {
  background: #E9EBED;
  border-radius: 4px;
  padding: 4px 12px;
  text-decoration: none;
}
.search-results-sidebar .sidenav-tag .content-tag .label {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.000427656px;
  color: #49545C;
  flex-grow: 0;
  vertical-align: middle;
  display: inline-block;
}
.search-results-sidebar .sidenav-tag .content-tag .close-icon {
  color: #555555;
  vertical-align: middle;
  display: inline-block;
}
.search-results-sidebar .collapsible-sidebar {
  margin-bottom: 30px;
}
.search-results-sidebar .collapsible-sidebar[aria-expanded=false] .multibrand-filter-list {
  display: none;
}
@media (min-width: 1024px) {
  .search-results-sidebar .collapsible-sidebar[aria-expanded=false] .multibrand-filter-list {
    display: block;
  }
}
.search-results-sidebar .multibrand-filter-list--collapsed li:nth-child(1n+6) {
  display: none;
}
.search-results-sidebar .multibrand-filter-list .doc-count {
  color: #666;
}
.search-results-sidebar .see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: #1F73B7;
}
.search-results-sidebar .see-all-filters[aria-hidden=true] {
  display: none;
}
.search-results-sidebar .see-all-filters:hover {
  text-decoration: underline;
}
.search-results-sidebar .see-all-filters::after {
  content: " ⌄";
  font-weight: bold;
}
.search-results-subheading {
  font-size: 18px;
  font-weight: 600;
}
.search-results-list {
  margin-bottom: 25px;
}
.search-results-list > li {
  padding: 20px 0;
}
.search-results-list > li:first-child {
  border-top: 1px solid #ddd;
}
.search-results .no-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
}
.search-results .no-results .headline {
  color: #2F3941;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.45px;
}
.search-results .no-results .action-prompt {
  color: #68737D;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.154px;
}
.search-results .no-results .action-prompt a {
  color: #1F73B7;
}
.search-results .no-results .action-prompt a:visited {
  color: #1F73B7;
}

.search-result-title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-result-title {
  font-size: 16px;
  margin-bottom: 0;
}
.search-result-votes, .search-result-meta-count {
  color: #fff;
  font-size: 13px;
}
.search-result-votes-icon, .search-result-meta-count-icon {
  color: rgba(124, 186, 39, 1);
  vertical-align: middle;
  width: 13px;
  height: 13px;
}
[dir=ltr] .search-result-votes, [dir=ltr] .search-result-meta-count {
  margin-left: 20px;
}
[dir=rtl] .search-result-votes, [dir=rtl] .search-result-meta-count {
  margin-right: 20px;
}
.search-result-meta-container {
  color: #666;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .search-result-meta-container {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .search-result-meta-container nav {
    flex: 1;
  }
}
@media (min-width: 1024px) {
  [dir=ltr] .search-result-meta-container .meta-data {
    margin-left: 20px;
  }
}
@media (min-width: 1024px) {
  [dir=rtl] .search-result-meta-container .meta-data {
    margin-right: 20px;
  }
}
.search-result-meta-container .meta-data::after {
  content: none;
}
.search-result-breadcrumbs {
  margin: 0;
}
.search-result-description {
  margin-top: 10px;
  margin-bottom: 0;
  word-break: break-word;
}

/* By default use bold instead of italic to highlight */
.search-results-description em {
  font-style: normal;
  font-weight: bold;
}

/* Add a yellow background for Chinese */
html[lang|=zh] .search-results-description em {
  font-style: normal;
  background: yellow;
}

/***** Notifications *****/
.notification {
  border: 1px solid;
  display: table;
  font-family: sans-serif;
  font-size: 12px;
  padding: 13px 15px;
  transition: height 0.2s;
  width: 100%;
  color: #555;
}

.notification a {
  color: #158ec2;
}

.notification-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 980px;
}

.notification-icon, .notification-inline.notification-error::before, .notification-text, .notification-dismiss {
  display: table-cell;
  vertical-align: middle;
}

.notification-text {
  padding: 0 15px;
  width: 100%;
}

.notification + .notification {
  margin-bottom: -1px;
  position: relative;
  top: -1px;
}

/* Error */
.notification-error {
  background: #ffeded;
  border-color: #f7cbcb;
}

.notification-error .notification-icon::before, .notification-error .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23555555'/%3E%3C/svg%3E");
}

/* Notice */
.notification-notice {
  background: #dbf3ff;
  border-color: #b5e0f5;
}

.notification-notice .notification-icon::before, .notification-notice .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.5 6l2 2L9 4.5'/%3E%3Ccircle cx='6' cy='6' r='5.5'/%3E%3C/g%3E%3C/svg%3E");
}

/* Alert / Lock */
.notification-alert {
  color: #ad5e18;
  background: #fff8ed;
  border-color: #fcdba9;
}

.notification-alert .notification-icon::before, .notification-alert .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ad5e18' stroke-linecap='round' d='M5.06 1.27l-4.5 8.5c-.18.33.06.73.44.73h9c.38 0 .62-.4.44-.73l-4.5-8.5a.494.494 0 00-.88 0zM5.5 4v2'/%3E%3Ccircle cx='5.5' cy='8' r='.8' fill='%23ad5e18'/%3E%3C/svg%3E");
}

.notification-icon::before, .notification-inline.notification-error::before {
  background-size: cover;
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
}

/* Dismiss button */
.notification-dismiss, a.notification-dismiss {
  color: #555;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 100ms ease;
  text-decoration: none !important;
}

.notification-dismiss:hover {
  opacity: 1;
}

/* Inline notifications */
.notification-inline {
  border-radius: 4px;
  line-height: 14px;
  margin-top: 5px;
  padding: 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
[dir=rtl] .notification-inline {
  text-align: right;
}
.notification-inline[aria-hidden=true] {
  display: none;
}
.notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
  margin: -2px 5px 0 0;
}
[dir=rtl] .notification-inline.notification-error::before {
  margin: 0 0 0 5px;
}
.notification-inline.notification-error {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
  color: #cc3340;
}
.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

.notification-left-aligned {
  text-align: left;
  padding-left: 0;
}

html[dir=rtl] .notification-left-aligned {
  text-align: right;
  padding-left: auto;
  padding-right: 0;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  display: inline-block;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
  color: #fff;
}

.dropdown-toggle:hover {
  text-decoration: none;
}
.dropdown-toggle > * {
  display: inline-block;
}
.dropdown-toggle[aria-expanded=true] + .dropdown-menu {
  display: block;
}

.dropdown-menu {
  background: #fff;
  border: 1px solid #d8dcde;
  border-radius: 3px;
  box-shadow: 0px 20px 30px 0px rgba(23, 73, 77, 0.15);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}
[dir=rtl] .dropdown-menu {
  text-align: right;
}
.dropdown-menu [role=separator] {
  border-bottom: 1px solid #e9ebed;
  margin: 4px 0;
}
.dropdown-menu [role=menuitem],
.dropdown-menu [role=menuitemradio] {
  color: #2f3941;
  cursor: pointer;
  display: block;
  padding: 7px 40px 7px 20px;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  text-align: start;
  line-height: inherit;
  width: 100%;
}
[dir=rtl] .dropdown-menu [role=menuitem],
[dir=rtl] .dropdown-menu [role=menuitemradio] {
  padding: 7px 20px 7px 40px;
}
.dropdown-menu [role=menuitem]:hover, .dropdown-menu [role=menuitem]:focus,
.dropdown-menu [role=menuitemradio]:hover,
.dropdown-menu [role=menuitemradio]:focus {
  background: rgba(31, 115, 183, 0.08);
  text-decoration: none;
  color: #2f3941;
}
.dropdown-menu [role=menuitem][aria-selected=true], .dropdown-menu [role=menuitem][aria-checked=true],
.dropdown-menu [role=menuitemradio][aria-selected=true],
.dropdown-menu [role=menuitemradio][aria-checked=true] {
  cursor: default;
}
.dropdown-menu [role=menuitem][aria-selected=true]::after, .dropdown-menu [role=menuitem][aria-checked=true]::after,
.dropdown-menu [role=menuitemradio][aria-selected=true]::after,
.dropdown-menu [role=menuitemradio][aria-checked=true]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}
[dir=rtl] .dropdown-menu [role=menuitem][aria-selected=true]::after, [dir=rtl] .dropdown-menu [role=menuitem][aria-checked=true]::after,
[dir=rtl] .dropdown-menu [role=menuitemradio][aria-selected=true]::after,
[dir=rtl] .dropdown-menu [role=menuitemradio][aria-checked=true]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}
.dropdown-menu [role=menuitem][hidden], .dropdown-menu [role=menuitem][aria-hidden=true],
.dropdown-menu [role=menuitemradio][hidden],
.dropdown-menu [role=menuitemradio][aria-hidden=true] {
  display: none !important;
}

.dropdown-menu-end {
  left: auto;
  right: 0;
}

.dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
}

[dir=rtl] .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}
[dir=rtl] .dropdown-menu-end {
  left: 0;
  right: auto;
}

.dropdown-chevron-icon {
  vertical-align: middle;
}

.content-tags > p {
  color: #68737D;
  margin-top: 32px;
  margin-bottom: 4px;
}
.content-tags-add-hint {
  color: #68737D;
  font-size: 14px;
}

.content-tag-list {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word;
}
.content-tag-list li {
  border-right: 1px solid #C2C8CC;
  margin-bottom: 4px;
}
[dir=ltr] .content-tag-list li {
  padding-right: 8px;
  margin-right: 8px;
}
[dir=rtl] .content-tag-list li {
  padding-left: 8px;
  margin-left: 8px;
}
.content-tag-list li:last-child {
  border: none;
}

/***** WYSIWYG Editor *****/
#hc-wysiwyg {
  border: 1px solid #848F99;
}

/***** Upload Dropzone *****/
.upload-dropzone {
  border: 1px solid #848F99;
}

/***** Summary component *****/
zd-summary-block {
  background: #f3f6f6;
}
[dir=ltr] zd-summary-block {
  border-left-color: #859fa1;
}
[dir=rtl] zd-summary-block {
  border-right-color: #859fa1;
}

.service-catalog-description {
  display: flow-root;
}
.service-catalog-description a {
  color: #1F73B7;
  text-decoration: underline;
}
.service-catalog-description a:visited {
  color: #9358B0;
}
.service-catalog-description a:hover, .service-catalog-description a:active, .service-catalog-description a:focus {
  color: rgba(18, 70, 115, 1);
}
.service-catalog-description img {
  height: auto;
  max-width: 100%;
}
.service-catalog-description p > img.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.service-catalog-description p > img.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.service-catalog-description p > img.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.service-catalog-description p > img.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.service-catalog-description figure.image {
  display: table;
  margin: 0 auto;
}
.service-catalog-description figure.image > img {
  display: block;
  width: 100%;
}
.service-catalog-description figure.image.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.service-catalog-description figure.image.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.service-catalog-description figure.image.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.service-catalog-description figure.image.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.service-catalog-description figcaption {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  background-color: #090e17;
}
.service-catalog-description ul,
.service-catalog-description ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}
[dir=rtl] .service-catalog-description ul,
[dir=rtl] .service-catalog-description ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}
.service-catalog-description ul > ul,
.service-catalog-description ol > ol,
.service-catalog-description ol > ul,
.service-catalog-description ul > ol,
.service-catalog-description li > ul,
.service-catalog-description li > ol {
  margin: 0;
}
.service-catalog-description ul {
  list-style-type: disc;
}
.service-catalog-description :not(pre) > code {
  background: #0c121e;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.service-catalog-description pre {
  background: #0c121e;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
  direction: ltr;
}
.service-catalog-description blockquote {
  border-left: 1px solid #ddd;
  color: #fff;
  font-style: italic;
  padding: 0 15px;
}

:root {
  --primary-green: #78d504;
  --secondary-green: #538d03;
  --bg-dark: #0f172a;
  --text-white: #ffffff;
  --text-light-gray: #cbd5e1;
}

.elandia-help-hero {
  max-width: 1400px;
  margin: 0 auto 2rem;
  padding: clamp(3rem, 7vw, 6rem) clamp(1.5rem, 4vw, 3rem);
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.elandia-help-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(120, 213, 4, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 213, 4, 0.05) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 50% 40%, black 20%, transparent 80%);
  pointer-events: none;
}

.elandia-help-hero::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(120, 213, 4, 0.15), transparent 70%);
  filter: blur(30px);
}

.elandia-help-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 1.2rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(120, 213, 4, 0.22);
  background: rgba(120, 213, 4, 0.07);
  color: var(--primary-green);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary-green);
  animation: blink 2s ease-in-out infinite;
}

.elandia-help-hero h2 {
  margin: 0;
  font-size: clamp(2.3rem, 5.8vw, 4.3rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -1.5px;
  color: var(--text-white);
}

.elandia-help-hero h2::after {
  content: "";
  display: block;
  width: min(190px, 46%);
  height: 4px;
  margin: 1rem auto 0;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(120, 213, 4, 1),
    rgba(120, 213, 4, 0.35),
    rgba(120, 213, 4, 0)
  );
}

.elandia-help-hero p {
  font-size: clamp(1.02rem, 2vw, 1.18rem);
  color: var(--text-light-gray);
  margin: 1.35rem auto 2rem;
  font-weight: 500;
  line-height: 1.8;
  max-width: 42rem;
  opacity: 0.85;
}

.elandia-search-wrap {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
}

.elandia-search-wrap .search-icon {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(15, 23, 42, 0.55);
  z-index: 2;
}

.elandia-search-wrap .search input[type="search"] {
  width: 100%;
  height: 58px;
  border-radius: 999px;
  border: 1px solid rgba(120, 213, 4, 0.35);
  padding: 0 24px 0 52px;
  font-size: 1rem;
  font-weight: 600;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(120, 213, 4, 0.12);
}

.elandia-help-container {
  max-width: 1400px;
}

.section-title {
  font-size: clamp(2.1rem, 4.8vw, 3.25rem);
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.1;
  color: var(--text-white);
  margin-bottom: 2rem;
}

.section-title span {
  color: var(--secondary-green);
}

.blocks-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding: 0;
  margin: 0;
}

.blocks-item {
  list-style: none;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 22px;
  transition: border-color 0.35s ease, transform 0.35s ease, background 0.35s ease;
  overflow: hidden;
}

.blocks-item:hover {
  border-color: rgba(120, 213, 4, 0.32);
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.05);
}

.blocks-item-link {
  display: block;
  padding: 42px 34px;
  text-decoration: none;
}

.blocks-item-title {
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--text-white);
  margin-bottom: 14px;
}

.blocks-item-description {
  display: block;
  font-size: 1rem;
  color: var(--text-light-gray);
  opacity: 0.78;
  line-height: 1.6;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.15; }
}

@media (max-width: 992px) {
  .blocks-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .blocks-list {
    grid-template-columns: 1fr;
  }

  .blocks-item-link {
    padding: 28px 22px;
  }
}

/*== Hero Section ==*/
.hero {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    padding: clamp(1.5rem, 4vw, 3rem);
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
            linear-gradient(rgba(120, 213, 4, 0.05) 1px, transparent 1px),
            linear-gradient(90deg, rgba(120, 213, 4, 0.05) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: radial-gradient(circle at 30% 35%, black 20%, transparent 80%);
    pointer-events: none;
    opacity: 0.5;
}
.hero::after {
    content: "";
    position: absolute;
    width: 340px;
    height: 340px;
    top: -120px;
    left: -70px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(120, 213, 4, 0.12), transparent 70%);
    filter: blur(30px);
    pointer-events: none;
}

/*== Left Hero ==*/
.hero-left {
    flex: 1 1 480px;
    min-width: 280px;
    text-align: left;
    position: relative;
    z-index: 1;
    padding: 0;
}
.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 1.2rem;
    padding: 0.45rem 0.95rem;
    border-radius: 999px;
    border: 1px solid rgba(120, 213, 4, 0.22);
    background: rgba(120, 213, 4, 0.07);
    color: var(--primary-green);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    box-shadow: 0 0 0 1px rgba(120, 213, 4, 0.04);
}
.hero-eyebrow-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary-green);
    animation: blink 2s ease-in-out infinite;
}
.hero-left h1 {
    margin: 0;
    font-size: clamp(2.3rem, 5.8vw, 4.3rem);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -1.5px;
    color: var(--text-white);
    max-width: 11ch;
    text-wrap: balance;
}
.hero-left h1::after {
    content: "";
    display: block;
    width: min(190px, 46%);
    height: 4px;
    margin-top: 1rem;
    border-radius: 999px;
    background: linear-gradient(
            90deg,
            rgba(120, 213, 4, 1),
            rgba(120, 213, 4, 0.35),
            rgba(120, 213, 4, 0)
    );
}
.hero-left p {
    font-size: clamp(1.02rem, 2vw, 1.18rem);
    color: var(--text-light-gray);
    margin: 1.35rem 0 2rem;
    font-weight: 500;
    line-height: 1.8;
    max-width: 38rem;
    opacity: 0.85;
}
.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

/*== Buttons ==*/
.btn-dark,
.btn-light {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0.85rem 1.6rem;
    border-radius: 14px;
    font-weight: 800;
    font-size: 0.98rem;
    text-decoration: none;
    letter-spacing: 0.01em;
    transition:
            transform 0.25s ease,
            border-color 0.25s ease,
            background 0.25s ease,
            color 0.25s ease,
            box-shadow 0.25s ease;
    overflow: hidden;
}
.btn-dark::before,
.btn-light::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.14), transparent 80%);
    transform: translateX(-120%);
    transition: transform 0.55s ease;
    pointer-events: none;
}
.btn-dark:hover::before,
.btn-light:hover::before {
    transform: translateX(120%);
}
.btn-dark {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(120, 213, 4, 0.28);
    color: var(--primary-green);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}
.btn-dark:hover {
    transform: translateY(-2px);
    color: var(--text-white);
    border-color: rgba(120, 213, 4, 0.55);
    background: rgba(120, 213, 4, 0.10);
    box-shadow: 0 10px 24px rgba(120, 213, 4, 0.12);
}
.btn-light {
    background: linear-gradient(135deg, var(--primary-green), var(--secondary-green));
    color: var(--bg-dark);
    border: 1px solid transparent;
    box-shadow: 0 12px 24px rgba(120, 213, 4, 0.18);
}
.btn-light:hover {
    transform: translateY(-2px);
    color: white;
    box-shadow: 0 16px 30px rgba(120, 213, 4, 0.25);
}

/*== Truck | Right Hero ==*/
.hero-right {
    flex: 1 1 420px;
    min-width: 320px;
    position: relative;
    min-height: 230px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    z-index: 1;
}
.road-surface {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 46px;
    background: #0a0f0c;
    border-top: 2px solid #1a2e1a;
}
.road-line {
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    height: 3px;
    overflow: hidden;
}
.road-line::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 400%;
    background: repeating-linear-gradient(
            90deg,
            rgba(120, 213, 4, 0.55) 0px,
            rgba(120, 213, 4, 0.55) 30px,
            transparent 30px,
            transparent 68px
    );
    animation: roadScroll 0.85s linear infinite;
}
.road-line.paused::after {
    animation-play-state: paused;
}
.road-glow {
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(
            90deg,
            transparent,
            rgba(83, 141, 3, 0.2),
            rgba(120, 213, 4, 0.4),
            rgba(83, 141, 3, 0.2),
            transparent
    );
    animation: roadGlowPulse 2s ease-in-out infinite alternate;
    pointer-events: none;
}
.truck-scene {
    position: absolute;
    bottom: 46px;
    left: -380px;
}
.truck-bump {
    animation: truckBump 0.42s ease-in-out infinite alternate;
}
.truck-bump.stopped {
    animation-play-state: paused;
}
@keyframes roadScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-68px);
    }
}
@keyframes roadGlowPulse {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}
@keyframes truckBump {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-2px);
    }
}
.truck {
    position: relative;
    width: 320px;
    height: 120px;
}
.cargo {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 90px;
    background: #0f172a;
    border-radius: 6px 6px 0 0;
    border: 1.5px solid rgba(83, 141, 3, 0.4);
    overflow: hidden;
}
.cargo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--primary-green);
    border-radius: 6px 6px 0 0;
}
.cargo::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--primary-green);
    opacity: 0.5;
}
.cargo-logo {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 8px;
    bottom: 6px;
    display: flex;
    align-items: center;
    gap: 7px;
}
.logo-icon {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 22px;
}
.chevron-row {
    display: flex;
    align-items: center;
    gap: 1.5px;
}
.ch-bar {
    height: 5px;
    border-radius: 1px;
    transform: skewX(-18deg);
}
.ch-bar.green {
    background: var(--primary-green);
}
.ch-bar.white {
    background: white;
}
.chevron-row:nth-child(1) .ch-bar {
    width: 12px;
}
.chevron-row:nth-child(2) .ch-bar {
    width: 9px;
}
.chevron-row:nth-child(3) .ch-bar {
    width: 6px;
}
.logo-text-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
}
.logo-brand {
    font-size: 17px;
    font-weight: 900;
    font-family: Arial Black, Arial, sans-serif;
    color: #74c000;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
.logo-fulfillment {
    font-size: 10px;
    font-weight: 700;
    font-family: Arial Black, Arial, sans-serif;
    color: #fefffe;
    letter-spacing: 1px;
    margin-top: 2px;
    white-space: nowrap;
}
.cab-roof {
    position: absolute;
    left: 210px;
    top: 8px;
    width: 100px;
    height: 26px;
    background: var(--bg-dark);
    border-radius: 10px 16px 0 0;
    border: 1.5px solid rgba(255, 255, 255, 0.08);
    border-bottom: none;
}
.cab-roof::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--primary-green);
    border-radius: 10px 16px 0 0;
}
.cab-base {
    position: absolute;
    left: 202px;
    top: 30px;
    width: 118px;
    height: 60px;
    background: var(--bg-dark);
    border-radius: 4px 0 0 0;
    border: 1.5px solid rgba(255, 255, 255, 0.08);
    border-bottom: none;
}
.windshield {
    position: absolute;
    left: 214px;
    top: 12px;
    width: 52px;
    height: 46px;
    background: rgba(120, 213, 4, 0.12);
    border: 1px solid rgba(120, 213, 4, 0.25);
    border-radius: 4px 10px 4px 4px;
}
.windshield::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 5px;
    height: 22px;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 3px;
    transform: rotate(-8deg);
}
.side-window {
    position: absolute;
    left: 270px;
    top: 34px;
    width: 24px;
    height: 22px;
    background: rgba(120, 213, 4, 0.10);
    border: 1px solid rgba(120, 213, 4, 0.2);
    border-radius: 3px;
}
.headlight {
    position: absolute;
    left: 316px;
    top: 56px;
    width: 6px;
    height: 10px;
    background: #fffde0;
    border-radius: 2px;
    box-shadow: 0 0 10px 4px rgba(255, 253, 150, 0.4);
}
.grille {
    position: absolute;
    left: 316px;
    top: 38px;
    width: 5px;
    height: 16px;
    border-radius: 1px;
    background: repeating-linear-gradient(
            180deg,
            var(--primary-green) 0px,
            var(--primary-green) 2px,
            #0f172a 2px,
            #0f172a 4px
    );
}
.bumper {
    position: absolute;
    left: 0;
    top: 90px;
    width: 320px;
    height: 10px;
    background: var(--bg-dark);
    border-top: 1.5px solid rgba(83, 141, 3, 0.35);
}
.bumper::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 100%;
    background: rgba(83, 141, 3, 0.3);
    border-radius: 0 2px 2px 0;
}
.axle-bar {
    position: absolute;
    left: 24px;
    top: 88px;
    width: 272px;
    height: 5px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 2px;
}
.exhaust {
    position: absolute;
    left: 200px;
    top: -14px;
    width: 8px;
    height: 26px;
    background: #555;
    border-radius: 3px 3px 0 0;
    border: 1px solid #333;
}
.wheel {
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: #111;
    border-radius: 50%;
    border: 5px solid #2a2a2a;
    animation: wheelSpin 0.45s linear infinite;
}
.wheel.stopped {
    animation-play-state: paused;
}
.wheel::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    background: #222;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #333;
}
.wheel::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background: var(--primary-green);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
@keyframes wheelSpin {
    to {
        transform: rotate(360deg);
    }
}
.wheel-rear {
    left: 24px;
}
.wheel-mid {
    left: 68px;
}
.wheel-front {
    left: 240px;
}

/*== Packages  ==*/
.pkg-group {
    position: absolute;
    bottom: 46px;
    display: flex;
    gap: 6px;
    align-items: flex-end;
    pointer-events: none;
}
.pkg-wrap {
    opacity: 0;
    transform: translateY(-24px);
    transition:
            opacity 0.2s ease,
            transform 0.38s cubic-bezier(0.34, 1.46, 0.64, 1);
}
.pkg-wrap.dropped {
    opacity: 1;
    transform: translateY(0);
}
.pkg-wrap.fadeout {
    opacity: 0;
    transform: translateY(0);
    transition: opacity 0.5s ease;
}
.pkg {
    position: relative;
    border-radius: 3px;
    border: 1.5px solid rgba(0, 0, 0, 0.25);
}
.pkg::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1.5px;
    background: rgba(0, 0, 0, 0.18);
    transform: translateY(-50%);
}
.pkg::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1.5px;
    background: rgba(0, 0, 0, 0.15);
    transform: translateX(-50%);
}
.pkg1 {
    width: 24px;
    height: 24px;
    background: #e8b84b;
}
.pkg2 {
    width: 20px;
    height: 20px;
    background: #d4763a;
}
.pkg3 {
    width: 28px;
    height: 20px;
    background: #e8c96b;
}

/*== Slogan Section ==*/
.slogan-section {
    position: relative;
    margin: 2rem auto;
    padding: 72px 48px 64px;
    max-width: 1400px;
    text-align: center;
    overflow: hidden;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.015);
    border: 1px solid rgba(120, 213, 4, 0.1);
}
.slogan-bg-grid {
    position: absolute;
    inset: 0;
    background-image:
            linear-gradient(rgba(120, 213, 4, 0.07) 1px, transparent 1px),
            linear-gradient(90deg, rgba(120, 213, 4, 0.07) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 30%, transparent 100%);
    animation: gridPulse 6s ease-in-out infinite alternate;
    border-radius: inherit;
}
@keyframes gridPulse {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}
.slogan-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
}
.orb-1 {
    width: 340px;
    height: 340px;
    background: radial-gradient(circle, rgba(120, 213, 4, 0.16), transparent 70%);
    top: -80px;
    left: 8%;
    animation: orbDrift 8s ease-in-out infinite alternate;
}
.orb-2 {
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(60, 180, 4, 0.1), transparent 70%);
    bottom: -50px;
    right: 6%;
    animation: orbDrift 11s ease-in-out infinite alternate-reverse;
}
@keyframes orbDrift {
    from {
        transform: translateY(0) scale(1);
    }
    to {
        transform: translateY(-22px) scale(1.08);
    }
}
.slogan-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--primary-green);
    padding: 6px 18px;
    border: 1px solid rgba(120, 213, 4, 0.28);
    border-radius: 100px;
    background: rgba(120, 213, 4, 0.07);
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
}
.eyebrow-dot {
    width: 6px;
    height: 6px;
    background: var(--primary-green);
    border-radius: 50%;
    animation: blink 2s ease-in-out infinite;
}
@keyframes blink {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.15;
    }
}
.slogan-headline {
    position: relative;
    z-index: 1;
    font-size: clamp(2.6rem, 5.5vw, 4.4rem);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -1.5px;
    color: var(--text-white);
    margin-bottom: 20px;
}
.slogan-headline .accent {
    color: var(--secondary-green);
    position: relative;
    display: inline-block;
}
.slogan-headline .accent::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--secondary-green), transparent);
    border-radius: 2px;
    animation: lineGrow 1.4s ease forwards;
    transform-origin: left;
}
@keyframes lineGrow {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}
.slogan-sub {
    position: relative;
    z-index: 1;
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: var(--text-light-gray);
    opacity: 0.6;
    max-width: 520px;
    margin: 0 auto 40px;
    line-height: 1.75;
}
.slogan-counters {
    display: flex;
    justify-content: center;
    gap: 56px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    margin-bottom: 44px;
}
.counter-item {
    text-align: center;
}
.counter-num {
    display: block;
    font-size: 2.4rem;
    font-weight: 900;
    color: var(--secondary-green);
    letter-spacing: -1.5px;
    line-height: 1;
}
.counter-label {
    display: block;
    font-size: 11px;
    color: var(--text-light-gray);
    opacity: 0.5;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 6px;
}
.marquee-wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-top: 1px solid rgba(120, 213, 4, 0.1);
    border-bottom: 1px solid rgba(120, 213, 4, 0.1);
    padding: 14px 0;
}
.marquee-inner {
    display: flex;
    white-space: nowrap;
    animation: marqueeLeft 20s linear infinite;
}
@keyframes marqueeLeft {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
.marquee-item {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    padding: 0 32px;
}
.m-dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: var(--primary-green);
    border-radius: 50%;
    opacity: 0.5;
}

/*== Features Section ==*/
.features-section {
    padding: 80px 2rem;
    max-width: 1400px;
    margin: 0 auto 2rem;
}
.section-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--primary-green);
    margin-bottom: 14px;
}
.section-title {
    font-size: clamp(2.1rem, 4.8vw, 3.25rem);
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1.1;
    color: var(--text-white);
    margin-bottom: 16px;
}
.section-title span {
    color: var(--secondary-green);
}
.section-desc {
    font-size: 1.08rem;
    color: var(--text-light-gray);
    opacity: 0.62;
    max-width: 650px;
    line-height: 1.8;
    margin-bottom: 52px;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}
.feat-card {
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 22px;
    padding: 42px 34px;
    transition:
            border-color 0.35s ease,
            transform 0.35s ease,
            background 0.35s ease;
    overflow: hidden;
    min-height: 100%;
}
.feat-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 120% 80% at 0% 0%, rgba(120, 213, 4, 0.09), transparent 60%);
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: inherit;
    pointer-events: none;
}
.feat-card:hover {
    border-color: rgba(120, 213, 4, 0.32);
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.05);
}
.feat-card:hover::before {
    opacity: 1;
}
.feat-number {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: rgba(120, 213, 4, 0.45);
    margin-bottom: 20px;
}
.feat-icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: rgba(120, 213, 4, 0.08);
    border: 1px solid rgba(120, 213, 4, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    transition: background 0.35s ease, border-color 0.35s ease;
}
.feat-card:hover .feat-icon-wrap {
    background: rgba(120, 213, 4, 0.15);
    border-color: rgba(120, 213, 4, 0.38);
}
.feat-icon-wrap i {
    font-size: 1.55rem;
    color: var(--primary-green);
}
.feat-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--text-white);
    margin-bottom: 18px;
    letter-spacing: -0.3px;
    line-height: 1.3;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
}
.feat-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
}
.feat-list li {
    font-size: 1rem;
    color: var(--text-light-gray);
    opacity: 0.78;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    line-height: 1.6;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
}
.feat-list li::before {
    content: "";
    flex-shrink: 0;
    width: 7px;
    height: 7px;
    margin-top: 0.55em;
    background: var(--primary-green);
    border-radius: 50%;
    opacity: 0.8;
}
.feat-card-large {
    grid-column: span 1;
    display: flex;
    flex-direction: column;
    padding: 0;
    min-height: 100%;
}
.feat-card-large .feat-inner {
    padding: 42px 34px;
}
.feat-card-large .feat-visual {
    background: rgba(120, 213, 4, 0.04);
    border-top: 1px solid rgba(120, 213, 4, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 28px 28px;
    margin-top: auto;
}

.feat-card,
.feat-card-large .feat-inner {
    min-width: 0;
}

.mini-workflow {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}
.wf-step {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    padding: 13px 16px;
    font-size: 0.95rem;
    color: var(--text-light-gray);
    opacity: 0.78;
    display: flex;
    align-items: center;
    gap: 10px;
    animation: wfPulse 3.2s ease-in-out infinite;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
}
.wf-step:nth-child(2) {
    animation-delay: 0.6s;
}
.wf-step:nth-child(3) {
    animation-delay: 1.2s;
}
.wf-step:nth-child(4) {
    animation-delay: 1.8s;
}
@keyframes wfPulse {
    0%,
    100% {
        border-color: rgba(255, 255, 255, 0.07);
        opacity: 0.65;
    }
    50% {
        border-color: rgba(120, 213, 4, 0.35);
        opacity: 1;
    }
}
.wf-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary-green);
    flex-shrink: 0;
    opacity: 0.75;
}

/*== Responsive ==*/
@media (max-width: 992px) {
    .hero {
        text-align: center;
    }

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

    .hero-left h1 {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-left h1::after {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-left p {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-actions {
        justify-content: center;
    }

    .hero-right {
        margin-top: 1.5rem;
    }

    .truck {
        width: min(280px, 60vw);
    }

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

    .feat-card-large {
        grid-column: span 1;
    }
}
@media (max-width: 768px) {
    .hero {
        gap: 2rem;
    }

    .hero-left h1 {
        font-size: clamp(2.1rem, 8vw, 3rem);
    }

    .hero-left p {
        max-width: 95%;
    }

    .hero-actions {
        justify-content: center;
    }

    .truck {
        transform: scale(0.85);
        transform-origin: left bottom;
    }

    .features-section {
        padding: 64px 1.25rem;
    }

    .section-desc {
        max-width: 100%;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .feat-card,
    .feat-card-large .feat-inner {
        padding: 28px 22px;
    }

    .feat-card-large {
        grid-column: span 1;
    }

    .feat-card-large .feat-visual {
        display: none;
    }

    .feat-title {
        font-size: 1.22rem;
    }

    .feat-list li {
        font-size: 1rem;
        line-height: 1.65;
    }

    .slogan-section {
        padding: 48px 24px;
    }

    .slogan-counters {
        gap: 28px;
    }
}
@media (max-width: 480px) {
    .hero {
        padding: 1.5rem 1rem;
        gap: 2rem;
    }

    .hero-eyebrow {
        font-size: 0.66rem;
        letter-spacing: 0.14em;
        padding: 0.4rem 0.75rem;
    }

    .hero-left h1 {
        font-size: clamp(1.9rem, 8vw, 2.5rem);
    }

    .hero-left p {
        font-size: 1rem;
    }

    .hero-actions {
        flex-direction: column;
        align-items: center;
    }

    .btn-dark,
    .btn-light {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }

    .truck {
        transform: scale(0.7);
        transform-origin: left bottom;
    }

    .features-section {
        padding: 56px 1rem;
    }

    .feat-card,
    .feat-card-large .feat-inner {
        padding: 26px 18px;
        border-radius: 18px;
    }

    .feat-icon-wrap {
        width: 56px;
        height: 56px;
        margin-bottom: 20px;
    }

    .feat-title {
        font-size: 1.15rem;
    }

    .feat-list {
        gap: 12px;
    }

    .feat-list li {
        font-size: 0.98rem;
    }
}

.hero {
  height: auto !important;
  min-height: 520px;
  background-image: none !important;
  background-color: transparent;
  text-align: left !important;
  width: auto !important;
  overflow: hidden;
  align-items: center;
}

.hero-left h1 {
  font-size: clamp(3rem, 6vw, 5.5rem);
  max-width: 12ch;
  margin: 0;
}

.hero-right {
  min-height: 360px;
}

.truck-scene {
  bottom: 46px;
}

.slogan-section {
  margin-top: 2rem;
}

@media (max-width: 992px) {
  .hero {
    min-height: auto;
    text-align: center !important;
  }

  .hero-right {
    min-height: 280px;
    width: 100%;
  }
}

/* ticket */
/*== Tickets Page ==*/
.tickets-page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2rem 2rem 1rem;
    padding-bottom: .75rem;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(90deg,
    rgba(83,141,3,0.7) 0%,
    rgba(120,213,4,0.35) 50%,
    transparent 100%) 1;
    flex-wrap: wrap;
    gap: 1rem;
}
.tickets-page-header h1 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-white);
    display: flex;
    align-items: center;
    gap: .6rem;
    letter-spacing: -0.01em;
}
.tickets-page-header h1 span,
.tickets-page-header h1 {
    text-shadow: 0 0 40px rgba(83,141,3,0.35);
}
.tickets-page-header h1 .icon-img {
    width: 1em;
    height: 1em;
    display: block;
    object-fit: contain;
    flex: 0 0 auto;
    filter: drop-shadow(0 0 6px rgba(120,213,4,0.5));
}

/*== Create-Ticket Button ==*/
.btn-create-ticket {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(
            135deg,
            #6aad04 0%,
            var(--primary-green) 45%,
            #3d6902 100%
    );
    color: white;
    border-radius: 8px;
    font-weight: 600;
    white-space: nowrap;
    letter-spacing: 0.02em;
    border: 1px solid rgba(120, 213, 4, 0.35);
    box-shadow:
            0 4px 12px rgba(83, 141, 3, 0.4),
            0 8px 24px rgba(83, 141, 3, 0.15),
            inset 0 1px 0 rgba(255, 255, 255, 0.15),
            inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
    transition:
            background 0.3s ease,
            color 0.3s ease,
            transform 0.3s ease,
            box-shadow 0.3s ease,
            border-color 0.3s ease;
}
.btn-create-ticket::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
            105deg,
            transparent 35%,
            rgba(255, 255, 255, 0.12) 50%,
            transparent 65%
    );
    transform: translateX(-100%);
    transition: transform 0.5s ease;
    pointer-events: none;
}
.btn-create-ticket:hover::before {
    transform: translateX(100%);
}
.btn-create-ticket:hover {
    background: var(--bg-dark);
    color: var(--primary-green);
    border-color: var(--primary-green);
    transform: translateY(-3px);
    box-shadow:
            0 6px 20px rgba(83, 141, 3, 0.45),
            0 12px 32px rgba(83, 141, 3, 0.2),
            inset 0 1px 0 rgba(120, 213, 4, 0.08);
}
.btn-create-ticket:active {
    transform: translateY(0);
    box-shadow:
            0 2px 8px rgba(83, 141, 3, 0.35),
            inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
.btn-create-ticket:focus-visible {
    outline: none;
    box-shadow:
            0 0 0 3px rgba(120, 213, 4, 0.35),
            0 4px 12px rgba(83, 141, 3, 0.4);
}
.btn-create-ticket i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: transform 0.3s ease;
    transform-origin: 50% 50%;
    will-change: transform;
}
.btn-create-ticket:hover i {
    transform: rotate(90deg);
}

/*== Filters Bar ==*/
.tickets-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 1.2rem;
    margin: 1.5rem 2rem 2.5rem;
    padding: 1.2rem 1.4rem;
    background: var(--card-surface);
    border: 1px solid var(--card-border);
    border-radius: 12px;
    box-shadow:
            0 4px 16px rgba(0,0,0,0.25),
            inset 0 1px 0 rgba(255,255,255,0.04);
    backdrop-filter: blur(8px);
}
.filter-group {
    flex: 1 1 200px;
    min-width: 0;
}
.filter-group--full {
    flex: 1 1 100%;
}
.filter-control {
    width: 100%;
    min-width: 0;
    appearance: none;
    padding: .7rem 1rem;
    background: rgba(255,255,255,0.04);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    color: var(--text-white);
    font-size: .95rem;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.filter-control:focus {
    outline: none;
    border-color: var(--primary-green);
    background: rgba(83,141,3,0.06);
    box-shadow: 0 0 0 3px rgba(83,141,3,0.18);
}
.filter-control option {
    background: var(--bg-dark);
    color: var(--text-white);
}

/*== Tickets Grid ==*/
.tickets-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.6rem;
    padding: 0 2rem 3rem;
}

/*== Ticket Card ==*/
.ticket-card {
    padding: 1.4rem;
    border-radius: 14px;
    background: var(--card-surface);
    border: 1px solid var(--card-border);
    box-shadow:
            0 4px 16px rgba(0,0,0,0.3),
            0 1px 0 rgba(255,255,255,0.04) inset;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition:
            transform 0.25s ease,
            box-shadow 0.25s ease,
            border-color 0.25s ease,
            background 0.25s ease;
}
.ticket-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    background: linear-gradient(180deg,
    var(--secondary-green) 0%,
    var(--primary-green) 60%,
    rgba(83,141,3,0.2) 100%);
    border-radius: 3px 0 0 3px;
    opacity: 0.7;
    transition: opacity 0.25s ease;
}
.ticket-card::after {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 1px;
    background: linear-gradient(90deg,
    transparent 0%,
    rgba(255,255,255,0.07) 40%,
    rgba(120,213,4,0.15) 60%,
    transparent 100%);
}
.ticket-card:hover {
    transform: translateY(-4px);
    border-color: var(--card-border-hover);
    background: var(--card-surface-2);
    box-shadow:
            0 8px 28px rgba(0,0,0,0.4),
            0 0 0 1px rgba(83,141,3,0.12),
            0 16px 40px rgba(83,141,3,0.08);
}
.ticket-card:hover::before {
    opacity: 1;
}

/*== Ticket Header ==*/
.ticket-header {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.ticket-pair {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    min-width: 110px;
}
.ticket-label {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-light-gray);
}
.ticket-id {
    color: var(--text-gray);
    border-color: rgba(255,255,255,0.1);
}
.ticket-id,
.ticket-status,
.ticket-priority,
.ticket-reply-state {
    padding: .4rem .65rem;
    border-radius: 6px;
    font-size: .82rem;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.03em;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ticket-id:hover,
.ticket-status:hover,
.ticket-priority:hover,
.ticket-reply-state:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

/*== Status Colors ==*/
.status-open {
    color: #4caf50;
    background: rgba(76,175,80,0.08);
    border-color: rgba(76,175,80,0.2);
}
.status-in_progress {
    color: #ff9800;
    background: rgba(255,152,0,0.08);
    border-color: rgba(255,152,0,0.2);
}
.status-closed {
    color: #f44336;
    background: rgba(244,67,54,0.08);
    border-color: rgba(244,67,54,0.2);
}
.status-reopen {
    color: #5c9ce6;
    background: rgba(92,156,230,0.08);
    border-color: rgba(92,156,230,0.2);
}

/*== Priority Colors ==*/
.priority-low {
    color: #4caf50;
    background: rgba(76,175,80,0.08);
    border-color: rgba(76,175,80,0.2);
}
.priority-medium {
    color: #ffc107;
    background: rgba(255,193,7,0.08);
    border-color: rgba(255,193,7,0.2);
}
.priority-high {
    color: #ff5722;
    background: rgba(255,87,34,0.08);
    border-color: rgba(255,87,34,0.2);
}
.priority-urgent {
    color: #ff1744;
    background: rgba(255,23,68,0.1);
    border-color: rgba(255,23,68,0.25);
    box-shadow: 0 0 8px rgba(255,23,68,0.15);
}

/*== Reply State Colors ==*/
.reply-waiting-admin {
    color: #4caf50;
    background: rgba(76,175,80,0.08);
    border-color: rgba(76,175,80,0.2);
}
.reply-waiting-client {
    color: #ff9800;
    background: rgba(255,152,0,0.08);
    border-color: rgba(255,152,0,0.2);
}
.reply-in-progress {
    color: #ff9800;
    background: rgba(255,152,0,0.08);
    border-color: rgba(255,152,0,0.2);
}
.reply-reopened {
    color: #ff1744;
    background: rgba(255,23,68,0.08);
    border-color: rgba(255,23,68,0.2);
}
.reply-solved {
    color: var(--text-gray);
    background: rgba(255,255,255,0.04);
    border-color: rgba(255,255,255,0.08);
}

/*== Ticket Content ==*/
.ticket-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.ticket-content h3 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-white);
    line-height: 1.4;
    letter-spacing: -0.01em;
    margin-top: 0.2rem;
}
.ticket-content p {
    font-size: .85rem;
    color: var(--text-light-gray);
    line-height: 1.6;
}
.ticket-meta {
    margin-top: 0.6rem;
    display: flex;
    flex-wrap: wrap;
    gap: .6rem 1.2rem;
    padding-top: 0.8rem;
    border-top: 1px solid rgba(255,255,255,0.05);
}
.meta-item {
    display: flex;
    align-items: center;
    gap: .35rem;
    font-size: .78rem;
    color: var(--text-light-gray);
}
.meta-item i {
    color: var(--primary-green);
    opacity: 0.8;
    font-size: .75rem;
}

/*== Ticket Actions ==*/
.ticket-actions {
    display: flex;
    justify-content: flex-end;
    padding-top: 0.4rem;
    border-top: 1px solid rgba(255,255,255,0.05);
}
.ticket-actions .btn {
    padding: .42rem .9rem;
    font-size: .82rem;
    border-radius: 6px;
    font-weight: 600;
    letter-spacing: 0.02em;
    transition: all 0.2s ease;
}
.ticket-actions .btn-secondary {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    color: var(--text-gray);
}
.ticket-actions .btn-secondary:hover {
    background: rgba(83,141,3,0.12);
    border-color: rgba(83,141,3,0.4);
    color: var(--secondary-green);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(83,141,3,0.2);
}

/*== Empty State ==*/
.tickets-empty-state {
    grid-column: 1 / -1;
    text-align: center;
    padding: 4rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
}
.tickets-empty-state .icon-img {
    width: 4.5rem;
    height: 4.5rem;
    display: block;
    object-fit: contain;
    opacity: 0.45;
    filter: grayscale(0.4);
}
.tickets-empty-state h3 {
    margin-top: 1rem;
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--text-white);
}
.tickets-empty-state p {
    color: var(--text-light-gray);
    font-size: .9rem;
    max-width: 360px;
    line-height: 1.6;
}

.text-danger {
    color: #f44336;
}
@media (max-width: 1100px) {
    .tickets-container {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        padding: 0 1.5rem 3rem;
    }
    .ticket-header {
        gap: 1rem;
    }
    .tickets-page-header {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    .tickets-page-header h1 {
        font-size: 1.8rem;
    }
}
@media (max-width: 900px) {
    .tickets-container {
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    }
    .ticket-card {
        padding: 1.3rem;
    }
    .ticket-pair {
        min-width: 110px;
    }
}
@media (max-width: 768px) {
    .tickets-page-header {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
        margin: 1rem;
    }
    .tickets-page-actions {
        width: 100%;
    }
    .btn-create-ticket {
        width: 100%;
        justify-content: center;
    }
}
@media (max-width: 600px) {
    .tickets-container {
        grid-template-columns: 1fr;
        gap: 1.2rem;
        padding: 0 1rem 3rem;
    }
    .ticket-card {
        padding: 1.2rem;
    }
    .ticket-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    .ticket-pair {
        min-width: 100%;
    }
    .ticket-content h3 {
        font-size: 1rem;
    }
    .ticket-content p {
        font-size: .85rem;
    }
    .tickets-page-header {
        margin: 1.5rem 1rem;
    }
    .tickets-page-header h1 {
        font-size: 1.4rem;
        text-align: left;
    }
    .btn-create-ticket {
        width: 100%;
        justify-content: center;
        padding: .8rem 1rem;
        font-size: 1rem;
    }
    .tickets-filters {
        margin: 1rem 1rem 2rem;
        padding: 1rem;
    }
}
@media (max-width: 360px) {
    .ticket-card {
        padding: 1rem;
        border-radius: 10px;
    }
    .tickets-page-header h1 {
        font-size: 1.3rem;
    }
    .ticket-content h3 {
        font-size: .95rem;
    }
    .ticket-meta {
        flex-direction: column;
        gap: .45rem;
    }
    .meta-item {
        font-size: .75rem;
    }
}

/*=== Ticket Detail Page — Premium Dark ===*/
.tp-page {
    width: min(1200px, 100% - 1rem);
    margin: 0 auto;
    padding: clamp(0.75rem, 2vw, 1.25rem);
}

/* Header */
.tp-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    padding-bottom: 1rem;
    margin-bottom: 1.2rem;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(90deg,
    rgba(83,141,3,0.5) 0%,
    rgba(120,213,4,0.2) 50%,
    transparent 100%) 1;
}

/* Back button */
.tp-back {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .55rem 1rem;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: .88rem;
    letter-spacing: 0.02em;
    color: white;
    background: linear-gradient(135deg, #6aad04 0%, var(--primary-green) 50%, #3d6902 100%);
    border: 1px solid rgba(120,213,4,0.35);
    box-shadow:
            0 4px 12px rgba(83,141,3,0.35),
            inset 0 1px 0 rgba(255,255,255,0.15),
            inset 0 -1px 0 rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.tp-back::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 35%, rgba(255,255,255,0.1) 50%, transparent 65%);
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    pointer-events: none;
}
.tp-back:hover::before { transform: translateX(100%); }
.tp-back:hover {
    filter: brightness(0.8);
    color: white;
}

/* Title */
.tp-titlewrap { flex: 1; min-width: 240px; }
.tp-title {
    margin: 0;
    display: flex;
    align-items: center;
    gap: clamp(0.35rem, 0.2rem + 0.6vw, 0.6rem);
    color: var(--text-white);
    font-size: clamp(0.95rem, 0.65rem + 1.2vw, 1.5rem);
    line-height: 1.15;
    overflow-wrap: anywhere;
    word-break: break-word;
    min-width: 0;
    flex-wrap: wrap;
    letter-spacing: -0.01em;
}
.tp-title > i,
.tp-title > .icon-img {
    font-size: clamp(0.95em, 0.85em + 0.3vw, 1.05em);
    flex: 0 0 auto;
    filter: drop-shadow(0 0 6px rgba(120,213,4,0.4));
}
.tp-title > .icon-img {
    width: clamp(0.95em, 0.85em + 0.3vw, 1.05em);
    height: clamp(0.95em, 0.85em + 0.3vw, 1.05em);
    display: block;
    object-fit: contain;
}
.tp-titletext {
    color: var(--text-gray);
    font-weight: 600;
    opacity: .9;
    min-width: 0;
}

/* Shell / Card */
.tp-shell { padding: .25rem; }
.tp-card {
    border-radius: 18px;
    padding: clamp(0.9rem, 2vw, 1.6rem);
    background: var(--card-surface);
    border: 1px solid var(--card-border);
    box-shadow:
            0 8px 28px rgba(0,0,0,0.35),
            inset 0 1px 0 rgba(255,255,255,0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    position: relative;
    overflow: hidden;
}
.tp-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 1px;
    background: linear-gradient(90deg,
    transparent 0%,
    rgba(83,141,3,0.4) 30%,
    rgba(120,213,4,0.2) 55%,
    transparent 100%);
    pointer-events: none;
}

/* Layout */
.tp-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 3rem;
    align-items: start;
}
.tp-main { min-width: 0; }
.tp-meta {
    position: sticky;
    top: 5rem;
    align-self: start;
}

/* Meta Sidebar Items */
.tp-metaItem {
    min-width: 0;
    padding: .75rem .9rem;
    margin-bottom: .75rem;
    border-radius: 12px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.07);
    transition: border-color 0.2s ease;
}
.tp-metaItem:hover { border-color: rgba(83,141,3,0.2); }
.tp-label {
    display: block;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: var(--text-light-gray);
    margin-bottom: .4rem;
}
.tp-value {
    display: block;
    font-size: .92rem;
    font-weight: 600;
    color: var(--text-white);
    overflow-wrap: anywhere;
}

/* Badges */
.tp-badge {
    display: inline-flex;
    align-items: center;
    padding: .32rem .65rem;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .04em;
    background: var(--badge-bg, rgba(255,255,255,0.08));
    border: 1px solid var(--badge-border, rgba(255,255,255,0.12));
    color: var(--badge-fg, rgba(255,255,255,0.92));
}

/* Status */
.bg-open, .bg-reopen {
    --badge-bg: rgba(76,175,80,0.15);
    --badge-border: rgba(76,175,80,0.35);
    --badge-fg: #6fcf72;
}
.bg-in_progress, .bg-pending {
    --badge-bg: rgba(255,152,0,0.15);
    --badge-border: rgba(255,152,0,0.35);
    --badge-fg: #ffb74d;
}
.bg-waiting {
    --badge-bg: rgba(139,92,246,0.15);
    --badge-border: rgba(139,92,246,0.35);
    --badge-fg: #c4b5fd;
}
.bg-resolved {
    --badge-bg: rgba(34,197,94,0.15);
    --badge-border: rgba(34,197,94,0.35);
    --badge-fg: #86efac;
}
.bg-closed, .bg-close {
    --badge-bg: rgba(244,67,54,0.15);
    --badge-border: rgba(244,67,54,0.35);
    --badge-fg: #f47070;
}

/* Priority */
.bg-low {
    --badge-bg: rgba(76,175,80,0.15);
    --badge-border: rgba(76,175,80,0.35);
    --badge-fg: #6fcf72;
}
.bg-medium {
    --badge-bg: rgba(255,193,7,0.15);
    --badge-border: rgba(255,193,7,0.35);
    --badge-fg: #ffd54f;
}
.bg-high {
    --badge-bg: rgba(255,87,34,0.15);
    --badge-border: rgba(255,87,34,0.35);
    --badge-fg: #ff8a65;
}
.bg-urgent {
    --badge-bg: rgba(255,23,68,0.15);
    --badge-border: rgba(255,23,68,0.4);
    --badge-fg: #ff5c8a;
    box-shadow: 0 0 10px rgba(255,23,68,0.2);
}

/* Reply states */
.tp-badge.bg-waiting_for_client_response {
    --badge-bg: rgba(245,158,11,0.15);
    --badge-border: rgba(245,158,11,0.35);
    --badge-fg: #fcd34d;
}
.tp-badge.bg-waiting_for_admin_response {
    --badge-bg: rgba(34,197,94,0.15);
    --badge-border: rgba(34,197,94,0.35);
    --badge-fg: #86efac;
}
.tp-badge.bg-solved {
    --badge-bg: rgba(107,114,128,0.15);
    --badge-border: rgba(148,163,184,0.25);
    --badge-fg: rgba(255,255,255,0.75);
}

/* Sections */
.tp-section {
    padding: 1.1rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.tp-section:last-of-type { border-bottom: 0; }
.tp-sectionHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .75rem;
}
.tp-sectionTitle {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--text-white);
}
.tp-sectionTitle i {
    color: var(--primary-green);
    font-size: 0.88em;
    filter: drop-shadow(0 0 4px rgba(120,213,4,0.3));
}
.tp-sectionBody { min-width: 0; }
.tp-prose {
    line-height: 1.65;
    color: var(--text-gray);
    overflow-wrap: anywhere;
    font-size: 0.93rem;
}
.tp-muted {
    color: var(--text-light-gray);
    font-size: 0.88rem;
    font-style: italic;
}

/* Attachments */
.tp-attachments {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
}
.tp-attach {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.04);
    color: var(--text-gray);
    transition: transform .15s ease, border-color .15s ease, background .15s ease;
}
.tp-attach:hover {
    transform: translateY(-2px);
    border-color: rgba(83,141,3,0.4);
    background: rgba(83,141,3,0.07);
    color: var(--text-white);
}
.tp-attachImg { padding: .25rem; }
.tp-attachThumb {
    width: 88px;
    height: 88px;
    border-radius: 8px;
    object-fit: cover;
    display: block;
}
.tp-attachFile {
    padding: .5rem .75rem;
    font-weight: 600;
    font-size: .88rem;
}
.tp-attachFile i {
    color: var(--primary-green);
    font-size: 0.9rem;
}

/* Chat Panel */
.tp-chat {
    margin-top: 1.2rem;
    border-radius: 14px;
    padding: clamp(0.9rem, 2vw, 1.2rem);
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.07);
    position: relative;
}
.tp-chat::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 1px;
    background: linear-gradient(90deg,
    transparent,
    rgba(83,141,3,0.25) 40%,
    rgba(255,255,255,0.05) 60%,
    transparent);
    pointer-events: none;
}
.tp-chatHead { margin-bottom: .9rem; }
.tp-chatTitle {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text-white);
    letter-spacing: 0.02em;
}
.tp-chatTitle i {
    color: var(--primary-green);
    filter: drop-shadow(0 0 4px rgba(120,213,4,0.3));
}

/* Messages */
.tp-messages {
    max-height: clamp(240px, 50vh, 540px);
    overflow-y: auto;
    padding-right: 4px;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,0.1) transparent;
}
.tp-messages::-webkit-scrollbar { width: 6px; }
.tp-messages::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.1);
    border-radius: 999px;
}
.tp-messages::-webkit-scrollbar-thumb:hover {
    background: rgba(255,255,255,0.18);
}
.tp-messages.tp-bubbles {
    display: flex;
    flex-direction: column;
    gap: .65rem;
}

/* Message Rows */
.tp-msgRow {
    display: flex;
    align-items: flex-end;
    gap: .55rem;
}
.tp-msgRow.is-in  { justify-content: flex-start; }
.tp-msgRow.is-out { justify-content: flex-end; }
.tp-avatar,
.tp-avatarChat {
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(255,255,255,0.1);
}
.tp-avatar     { width: 28px; height: 28px; flex: 0 0 28px; }
.tp-avatarChat { width: 32px; height: 32px; flex: 0 0 32px; }

/* Bubbles */
.tp-bubbleGroup {
    max-width: min(520px, 78%);
    min-width: 0;
}
.tp-bubble {
    border-radius: 16px;
    padding: .65rem .9rem;
    border: 1px solid rgba(255,255,255,0.08);
    overflow-wrap: anywhere;
    word-break: break-word;
    font-size: 0.9rem;
}
.tp-msgRow.is-in .tp-bubble {
    background: rgba(255,255,255,0.07);
    border-top-left-radius: 4px;
    border-color: rgba(255,255,255,0.08);
}
.tp-msgRow.is-out .tp-bubble {
    background: rgba(83,141,3,0.18);
    border-color: rgba(83,141,3,0.25);
    border-top-right-radius: 4px;
}
.tp-bubbleMeta {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: .75rem;
    font-size: .75rem;
    color: var(--text-light-gray);
    margin-bottom: .35rem;
}
.tp-msgRow.is-out .tp-bubbleMeta {
    justify-content: flex-end;
    text-align: right;
}
.tp-senderName { font-weight: 700; color: var(--text-gray); }
.tp-msgTime    { white-space: nowrap; }
.tp-bubbleText {
    color: var(--text-gray);
}
.tp-msgRow.is-out .tp-bubbleText { color: rgba(255,255,255,0.92); }
.tp-attachmentsInline { margin-top: .55rem; }

/* Message Input */
.tp-form { margin-top: 1rem; }
.tp-inputRow {
    display: flex;
    gap: .55rem;
    align-items: flex-end;
    flex-wrap: wrap;
}
.tp-mentionWrap {
    position: relative;
    flex: 1 1 320px;
    min-width: 0;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    background: rgba(255,255,255,0.04);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.tp-mentionWrap:focus-within {
    border-color: var(--primary-green);
    box-shadow: 0 0 0 3px rgba(83,141,3,0.15);
    background: rgba(83,141,3,0.05);
}
.tp-preview,
.tp-input {
    box-sizing: border-box;
    width: 100%;
    font-family: inherit;
    font-size: .95rem;
    line-height: 1.5;
    letter-spacing: 0;
    word-spacing: 0;
    padding: .75rem .85rem;
    border: 0;
    margin: 0;
    border-radius: 12px;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
}
.tp-preview {
    position: absolute;
    inset: 0;
    z-index: 0;
    color: rgba(255,255,255,0.92);
    background: transparent;
    pointer-events: none;
    overflow: hidden;
}
.tp-input {
    position: relative;
    z-index: 1;
    background: transparent;
    color: transparent;
    caret-color: rgba(255,255,255,0.95);
    resize: none;
    overflow: hidden;
    outline: 0;
    min-height: 44px;
}
.tp-input::placeholder {
    color: var(--text-light-gray);
    opacity: 0.8;
}

/* Send button */
.tp-send {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(120,213,4,0.35);
    cursor: pointer;
    color: white;
    background: linear-gradient(135deg, #6aad04 0%, var(--primary-green) 50%, #3d6902 100%);
    box-shadow:
            0 4px 12px rgba(83,141,3,0.35),
            inset 0 1px 0 rgba(255,255,255,0.15);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    position: relative;
    overflow: hidden;
}
.tp-send:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(83,141,3,0.5);
}
.tp-send:active { transform: translateY(0); }

/* Drop zone */
.tp-drop {
    margin-top: .75rem;
    border-radius: 12px;
    border: 2px dashed rgba(255,255,255,0.1);
    padding: 1rem;
    text-align: center;
    color: var(--text-light-gray);
    font-size: 0.85rem;
    background: rgba(255,255,255,0.02);
    transition: border-color 0.2s ease, background 0.2s ease;
}
.tp-drop:hover,
.tp-drop.is-highlight {
    border-color: rgba(83,141,3,0.45);
    background: rgba(83,141,3,0.05);
}

/* Mention Dropdown */
.tp-mentionDropdown {
    border-radius: 12px;
    background: rgba(17, 25, 40, 0.98);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 12px 32px rgba(0,0,0,0.5);
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(100% + 8px);
    z-index: 200;
    max-height: 280px;
    overflow-y: auto;
}
.tp-mentionDropdown .mention-item {
    padding: .65rem .85rem;
    cursor: pointer;
    color: var(--text-gray);
    border-bottom: 1px solid rgba(255,255,255,0.05);
    transition: background 0.12s ease;
}
.tp-mentionDropdown .mention-item:last-child { border-bottom: 0; }
.tp-mentionDropdown .mention-item:hover,
.tp-mentionDropdown .mention-item.is-active {

    color: var(--text-white);
}
.tp-mentionDropdown strong {
    display: block;
    color: var(--text-white);
    font-weight: 700;
    font-size: 0.88rem;
}
.tp-mentionDropdown small,
.tp-mentionDropdown .mention-email,
.tp-mentionDropdown .mention-role {
    display: block;
    color: var(--text-light-gray);
    font-size: 0.78rem;
}
.tp-mentionDropdown .mention-sep { color: rgba(255,255,255,0.3); }
.tp-mentionDropdown .mention-row {
    display: flex;
    align-items: center;
    gap: .65rem;
}
.tp-mentionDropdown .mention-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 28px;
    border: 1px solid rgba(255,255,255,0.1);
}

/* Mentions */
.mention-pill {
    color: var(--secondary-green);
    font-weight: 400;
    box-shadow: 0 0 0 3px rgba(83,141,3,0.18);
    border-radius: 3px;
    padding: 0;
    margin: 0;
    display: inline;
}
.mention {
    display: inline;
    color: var(--secondary-green);
    font-weight: 600;
    box-shadow: 0 0 0 3px rgba(83,141,3,0.18);
    border-radius: 3px;
    padding: 0;
    margin: 0;
}
.mention-pill::before {
    display: none !important;
    content: none !important;
}

/* Locked State */
.tp-locked {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: #f47070;
    font-weight: 600;
    font-size: 0.88rem;
    margin-top: 1rem;
    padding: .75rem 1rem;
    border-radius: 10px;
    background: rgba(244,67,54,0.08);
    border: 1px solid rgba(244,67,54,0.2);
}
.tp-locked i { flex-shrink: 0; }

/* File List */
.tp-fileList {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.tp-fileCell {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    margin: 0;
    padding: 8px 12px;
    border-radius: 10px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
}
.tp-fileThumb {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 7px;
    flex: 0 0 auto;
    display: block;
}
.tp-fileMeta { min-width: 0; flex: 1; }
.tp-fileName {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--text-white);
    font-weight: 600;
    font-size: 0.88rem;
}
.tp-fileSize {
    color: var(--primary-green);
    font-size: 0.78rem;
    font-weight: 600;
}
.tp-fileRemove,
#file-list .remove-file {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: rgba(244,67,54,0.12);
    border: 1px solid rgba(244,67,54,0.25);
    color: #f47070;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.15s ease, transform 0.1s ease;
    margin: 0;
}
.tp-fileRemove:hover,
#file-list .remove-file:hover {
    background: rgba(244,67,54,0.22);
    transform: scale(1.08);
}

/* Empty / Error States */
.tp-empty {
    color: var(--text-light-gray);
    font-weight: 500;
    font-size: 0.9rem;
    padding: 1rem 0;
    text-align: center;
}

/* Attachment Modal */
.tp-attModal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}
.tp-attModal[aria-hidden="false"] { display: flex; }
.tp-attModal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.8);
    backdrop-filter: blur(6px);
    cursor: pointer;
}
.tp-attModal__panel {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: min(900px, 95vw);
    max-height: 92vh;
    margin: auto;
    border-radius: 16px;
    background: rgba(17,25,40,0.98);
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow:
            0 24px 64px rgba(0,0,0,0.7),
            inset 0 1px 0 rgba(255,255,255,0.05);
    overflow: hidden;
}
.tp-attModal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .85rem 1.1rem;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    background: rgba(255,255,255,0.02);
    flex-wrap: wrap;
}
.tp-attModal__titleWrap { min-width: 0; }
.tp-attModal__title {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text-white);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tp-attModal__sub {
    margin: 0;
    font-size: 0.75rem;
    color: var(--text-light-gray);
}
.tp-attTools {
    display: flex;
    align-items: center;
    gap: .5rem;
    flex-wrap: wrap;
}
.tp-attIconBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.05);
    color: var(--text-gray);
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    transition: background 0.15s ease, color 0.15s ease;
}
.tp-attIconBtn:hover {
    background: rgba(255,255,255,0.1);
    color: var(--text-white);
}
.tp-attIconBtn--danger:hover {
    background: rgba(244,67,54,0.15);
    border-color: rgba(244,67,54,0.3);
    color: #f47070;
}
.tp-attBtn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: .35rem .8rem;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.05);
    color: var(--text-gray);
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
}
.tp-attBtn:hover {
    background: rgba(83,141,3,0.1);
    border-color: rgba(83,141,3,0.3);
    color: var(--secondary-green);
}
.tp-attZoom {
    font-size: 0.8rem;
    color: var(--text-light-gray);
    min-width: 38px;
    text-align: center;
}
.tp-attModal__body { flex: 1; overflow: hidden; display: flex; }
.tp-attViewport {
    flex: 1;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}
.tp-attCanvas { max-width: 100%; max-height: 100%; }
.tp-attFrame {
    width: 100%;
    min-height: 60vh;
    border: 0;
    border-radius: 8px;
}

/* Embeds / Links */
.tp-embed { margin-top: .5rem; }
.tp-embed iframe { width: 100%; aspect-ratio: 16/9; border: 0; border-radius: 10px; }
.tp-embedImg { max-width: 100%; border-radius: 10px; display: block; }
.tp-link { color: var(--secondary-green); text-decoration: underline; text-underline-offset: 2px; }

@media (max-width: 900px) {
    .tp-layout {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .tp-meta {
        position: static;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: .6rem;
    }
    .tp-metaItem { margin-bottom: 0; }
}
@media (max-width: 600px) {
    .tp-meta {
        grid-template-columns: 1fr 1fr;
    }
    .tp-bubbleGroup { max-width: 88%; }
    .tp-attModal__panel { max-height: 95vh; border-radius: 12px; }
}
@media (max-width: 400px) {
    .tp-meta { grid-template-columns: 1fr; }
}

/* ===== Attachment view modal ===== */
.tp-attModal { position: fixed; inset: 0; display: none; z-index: 9999; }
.tp-attModal.is-open { display: block; }
.tp-attModal__backdrop {
    position: absolute; inset: 0;
    background: rgba(17,24,39,.55);
    backdrop-filter: blur(4px);
}
.tp-attModal__panel {
    position: relative;
    width: min(1100px, calc(100% - 24px));
    height: calc(100% - 24px);
    margin: 12px auto;
    background: var(--bg-dark);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,.22);
    display: grid;
    grid-template-rows: auto 1fr;
}
.tp-attModal.is-large .tp-attModal__panel { width: calc(100% - 24px); }
.tp-attModal__header {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(0,0,0,.06);
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    color: white;
    flex-wrap: wrap;
}
.tp-attModal__titleWrap {
    flex: 1;
    min-width: 0;
}
.tp-attModal__title {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tp-attModal__sub {
    margin: 3px 0 0;
    font-size: 12px;
    opacity: .65;
}
.tp-attTools {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.tp-attBtn {
    border: 1px solid rgba(0,0,0,.14);
    background: var(--primary-green);
    padding: 7px 10px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
.tp-attBtn--ghost {
    background: var(--primary-green);
    color: var(--bg-dark);
    font-size: 0.7rem;
}
.tp-attBtn--ghost:hover{
    color:var(--primary-green);
    background-color: var(--bg-dark);
    border-color: var(--primary-green);
}
.tp-attIconBtn {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.14);
    background: var(--primary-green);
    cursor: pointer;
    font-weight: bold;
    display: inline-grid;
    place-items: center;
    flex-shrink: 0;
}
.tp-attIconBtn:hover {
    opacity: 0.8;
}
.tp-attIconBtn--danger{
    border-color: rgba(220,38,38,.35);
    color: white;
    background-color: #dc2626
}
.tp-attZoom {
    min-width: 54px;
    text-align: center;
    opacity: .75;
    color: white;
    font-weight: bold;
}
.tp-attModal__body {
    background: var(--bg-grad);
    padding: 0;
    overflow: hidden;
}
.tp-attViewport {
    height: 100%;
    overflow: auto;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tp-attCanvas {
    transform-origin: center center;
    transform: scale(1);
    width: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tp-attFrame {
    width: 100%;
    height: calc(100vh - 140px);
    border: 0;
    display: block;
    background: #fff;
    border-radius: 12px;
}
.tp-attText {
    width: 100%;
    min-height: 100%;
    border: 0;
    display: block;
    background: #fff;
    color: #000;
    border-radius: 12px;
    margin: 0;
    padding: 16px;
    box-sizing: border-box;
    overflow: auto;
    white-space: pre-wrap;
    word-break: break-word;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono","Courier New", monospace;
    font-size: 14px;
    line-height: 1.5;
}
.tp-attCanvas img[data-att-img] {
    max-width: 100%;
    max-height: calc(100vh - 160px);
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
}
.tp-attText[hidden] { display: none !important; }
.tp-attach[data-kind="drop"] { outline: 0; }
.tp-attach[data-kind="chat"] { outline: 0; }
#newTab{
    background-color: var(--bg-dark);
    border: 1px solid white;
    color: white;
}
#newTab:hover{
    color: var(--primary-green);
    border-color: var(--primary-green);
}
@media (max-width: 768px) {
    .tp-attModal__panel {
        width: calc(100% - 16px);
        height: calc(100% - 16px);
        margin: 8px auto;
        border-radius: 12px;
    }

    .tp-attModal__header {
        padding: 10px 12px;
        gap: 8px;
    }

    .tp-attModal__title {
        font-size: 14px;
    }

    .tp-attModal__sub {
        font-size: 11px;
    }

    .tp-attTools {
        gap: 6px;
    }

    .tp-attBtn {
        padding: 6px 8px;
        font-size: 0.65rem;
    }

    .tp-attIconBtn {
        width: 32px;
        height: 32px;
    }

    .tp-attZoom {
        min-width: 48px;
        font-size: 0.85rem;
    }

    .tp-attViewport {
        padding: 8px;
    }

    .tp-attFrame {
        height: calc(100vh - 120px);
        border-radius: 8px;
    }

    .tp-attText {
        border-radius: 8px;
        padding: 12px;
        font-size: 13px;
    }

    .tp-attCanvas img[data-att-img] {
        max-height: calc(100vh - 140px);
    }
}
@media (max-width: 62rem){
    .tp-layout{ grid-template-columns: 1fr; }
    .tp-meta{ position: static; top: auto; }
}
@media (max-width: 600px){
    .tp-header{ align-items: flex-start; }
    .tp-back{ width: 100%; justify-content: center; }

    .tp-attachThumb{ width: 76px; height: 76px; }
    .tp-messages{ max-height: clamp(220px, 42vh, 360px); }
}
@media (max-width: 480px) {
    .tp-attModal__panel {
        width: 100%;
        height: 100%;
        margin: 0;
        border-radius: 0;
    }

    .tp-attModal__header {
        padding: 8px 10px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .tp-attModal__titleWrap {
        width: 100%;
    }

    .tp-attTools {
        width: 100%;
        justify-content: space-between;
    }

    .tp-attBtn--ghost {
        display: none;
    }

    #newTab {
        padding: 5px 8px;
        font-size: 0.6rem;
    }

    .tp-attZoom {
        min-width: 42px;
        font-size: 0.75rem;
    }

    .tp-attIconBtn {
        width: 30px;
        height: 30px;
        font-size: 0.9rem;
    }

    .tp-attViewport {
        padding: 6px;
    }

    .tp-attFrame {
        height: calc(100vh - 100px);
        border-radius: 0;
    }

    .tp-attText {
        border-radius: 0;
        padding: 10px;
        font-size: 12px;
    }

    .tp-attCanvas img[data-att-img] {
        max-height: calc(100vh - 120px);
        border-radius: 4px;
    }
}
@media (max-width: 420px){
    .tp-title{ font-size: 1rem; }
    .tp-send{ width: 100%; }

    .tp-msgMeta{ justify-content: flex-start; }
    .tp-msgTime{
        white-space: normal;
        flex-basis: 100%;
        opacity: .75;
    }
}
@media (max-height: 500px) and (orientation: landscape) {
    .tp-attModal__header {
        padding: 6px 10px;
    }

    .tp-attModal__title {
        font-size: 13px;
    }

    .tp-attModal__sub {
        display: none;
    }

    .tp-attIconBtn {
        width: 28px;
        height: 28px;
    }

    .tp-attFrame {
        height: calc(100vh - 80px);
    }

    .tp-attText {
        font-size: 11px;
        padding: 8px;
    }

    .tp-attCanvas img[data-att-img] {
        max-height: calc(100vh - 100px);
    }
}

/*=== Create Ticket ===*/
.page-header h1 {
    font-size: 2rem;
    color: var(--text-white);
    margin: 1.5rem auto 1rem;
    text-align: center;
    font-weight: 700;
    letter-spacing: -0.01em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    text-shadow: 0 0 40px rgba(83,141,3,0.3);
}
.page-header h1 i {
    color: var(--primary-green);
    filter: drop-shadow(0 0 8px rgba(120,213,4,0.45));
}

/* Form Container */
.ticket-form-container {
    background: var(--card-surface);
    border-radius: 18px;
    border: 1px solid var(--card-border);
    padding: clamp(1.4rem, 3vw, 2.4rem);
    max-width: min(1100px, 100%);
    width: 100%;
    margin: 1rem auto 3rem;
    box-shadow:
            0 8px 32px rgba(0,0,0,0.45),
            0 1px 0 rgba(255,255,255,0.04) inset;
    position: relative;
    overflow: hidden;
}
.ticket-form-container::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 1px;
    background: linear-gradient(90deg,
    transparent 0%,
    rgba(83,141,3,0.5) 30%,
    rgba(120,213,4,0.35) 55%,
    transparent 100%);
}
.ticket-form-container::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(600px circle at 15% 0%, rgba(83,141,3,0.07), transparent 60%);
    pointer-events: none;
    z-index: 0;
}
.ticket-form {
    position: relative;
    z-index: 1;
}

/* Form Sections */
.ticket-form-section {
    margin-bottom: 1.4rem;
    padding-bottom: 1.4rem;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.ticket-form-section:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.ticket-form-section h2 {
    font-size: clamp(1rem, 4vw, 1.4rem) !important;
    font-weight: 700;
    color: var(--text-white);
    margin-bottom: 0.4rem;
    letter-spacing: -0.01em;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.ticket-form-section h2::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 1.1em;
    border-radius: 2px;
    background: linear-gradient(180deg, var(--secondary-green), var(--primary-green));
    flex-shrink: 0;
}
.ticket-form-section h2 + p {
    margin: 0.3rem 0 1.3rem 0.7rem;
    font-size: 0.9rem;
    color: var(--text-light-gray);
    line-height: 1.5;
}

/* Form Layout */
.ticket-form-row {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 1.5rem;
    margin-bottom: 1.4rem;
    flex-wrap: wrap;
}
.ticket-form-group {
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
}
.ticket-form-group label {
    color: var(--text-gray);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0.5rem;
}

/* Inputs */
.form-input,
.form-select {
    width: 100%;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    font-size: clamp(0.9rem, 2.6vw, 0.97rem);
    padding: clamp(0.7rem, 2vw, 0.85rem) clamp(0.9rem, 3vw, 1.1rem);
    color: var(--text-white);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    appearance: none;
    box-sizing: border-box;
}
.form-textarea {
    width: 100%;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    font-size: clamp(0.9rem, 2.6vw, 0.97rem);
    line-height: 1.6;
    padding: 0.85rem 1rem;
    color: var(--text-white);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    box-sizing: border-box;
    resize: vertical;
}
.form-textarea::placeholder,
.form-input::placeholder {
    color: var(--text-light-gray);
    opacity: 0.7;
}
.form-input:hover,
.form-select:hover,
.form-textarea:hover {
    border-color: rgba(83,141,3,0.35);
    background: rgba(83,141,3,0.04);
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    border-color: var(--primary-green);
    box-shadow: 0 0 0 3px rgba(83,141,3,0.18), 0 2px 8px rgba(0,0,0,0.2);
    outline: none;
    background: rgba(83,141,3,0.06);
}
.form-select option {
    background: var(--bg-dark);
    color: var(--text-white);
}

/* File Upload Area */
.file-upload-area {
    border: 2px dashed rgba(255,255,255,0.12);
    padding: clamp(1.4rem, 4vw, 2.2rem);
    border-radius: 12px;
    text-align: center;
    background: rgba(255,255,255,0.025);
    cursor: pointer;
    transition:
            border-color 0.25s ease,
            background 0.25s ease,
            transform 0.25s ease,
            box-shadow 0.25s ease;
}
.file-upload-area:hover {
    border-color: var(--primary-green);
    background: rgba(83,141,3,0.06);
    transform: scale(1.005);
    box-shadow: 0 0 20px rgba(83,141,3,0.12);
}
.file-upload-content i {
    font-size: 2.8rem;
    color: var(--primary-green);
    margin-bottom: 0.7rem;
    display: block;
    filter: drop-shadow(0 0 10px rgba(120,213,4,0.3));
    transition: transform 0.25s ease;
}
.file-upload-area:hover .file-upload-content i {
    transform: translateY(-3px);
}
.file-upload-content p {
    margin: 0.4rem 0;
    font-size: 0.95rem;
    color: var(--text-gray);
}
.file-upload-content .link {
    color: var(--secondary-green);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(120,213,4,0.35);
    text-underline-offset: 2px;
}
.file-upload-content small {
    color: var(--text-light-gray);
    font-size: 0.8rem;
}

/* File List */
.file-list {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.file-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 14px;
    border-radius: 10px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    color: var(--text-white);
    transition: transform 0.15s ease, border-color 0.15s ease;
    animation: fadeIn 0.2s ease forwards;
}
.file-item:hover {
    transform: translateX(2px);
    border-color: rgba(83,141,3,0.3);
}
.file-info {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}
.file-info i {
    font-size: 18px;
    color: var(--primary-green);
    opacity: 0.85;
    flex-shrink: 0;
}
.file-name {
    font-weight: 600;
    font-size: 0.9rem;
    max-width: 420px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.file-size {
    font-size: 0.8rem;
    color: var(--text-light-gray);
    white-space: nowrap;
}
.file-remove {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(244,67,54,0.12);
    border: 1px solid rgba(244,67,54,0.25);
    color: #f44336;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.15s ease, transform 0.1s ease, box-shadow 0.15s ease;
}
.file-remove:hover {
    background: rgba(244,67,54,0.22);
    border-color: rgba(244,67,54,0.5);
    box-shadow: 0 0 10px rgba(244,67,54,0.2);
    transform: scale(1.08);
}

/* Form Actions */
.ticket-form-actions {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 1.4rem;
    border-top: 1px solid rgba(255,255,255,0.06);
    margin-top: 1.2rem;
}

/* Cancel button */
.ticket-form-actions .btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.72rem 1.4rem;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    color: var(--text-gray);
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
    transition: all 0.2s ease;
    cursor: pointer;
}
.ticket-form-actions .btn-secondary:hover {
    background: rgba(244,67,54,0.08);
    border-color: rgba(244,67,54,0.3);
    color: #f44336;
    transform: translateY(-1px);
}

/* Submit button */
.ticket-form-actions .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(
            135deg,
            #6aad04 0%,
            var(--primary-green) 45%,
            #3d6902 100%
    );
    color: white;
    border: 1px solid rgba(120,213,4,0.35);
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow:
            0 4px 12px rgba(83,141,3,0.4),
            0 8px 24px rgba(83,141,3,0.15),
            inset 0 1px 0 rgba(255,255,255,0.15),
            inset 0 -1px 0 rgba(0,0,0,0.25);
    transition:
            background 0.3s ease,
            color 0.3s ease,
            transform 0.25s ease,
            box-shadow 0.3s ease,
            border-color 0.3s ease;
}
.ticket-form-actions .btn-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
            105deg,
            transparent 35%,
            rgba(255,255,255,0.12) 50%,
            transparent 65%
    );
    transform: translateX(-100%);
    transition: transform 0.5s ease;
    pointer-events: none;
}
.ticket-form-actions .btn-primary:hover::before {
    transform: translateX(100%);
}
.ticket-form-actions .btn-primary:hover {
    background: linear-gradient(
            135deg,
            #7ac905 0%,
            #5fa003 45%,
            #4a7d02 100%
    );
    border-color: rgba(120,213,4,0.6);
    transform: translateY(-2px);
    box-shadow:
            0 6px 20px rgba(83,141,3,0.5),
            0 12px 32px rgba(83,141,3,0.25),
            inset 0 1px 0 rgba(255,255,255,0.2),
            inset 0 -1px 0 rgba(0,0,0,0.25);
}
.ticket-form-actions .btn-primary:active {
    transform: translateY(0);
    box-shadow:
            0 2px 8px rgba(83,141,3,0.4),
            inset 0 2px 4px rgba(0,0,0,0.2);
}

.text-danger {
    color: #f44336;
}
.ticket-field-error {
    color: #f44336;
    font-size: 0.8rem;
    margin-top: 0.3rem;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}
@media (max-width: 768px) {
    .ticket-form-container {
        padding: 1.6rem;
        width: 94%;
    }
    .ticket-form-actions {
        flex-direction: column;
        align-items: stretch;
    }
    .ticket-form-actions .btn-secondary,
    .ticket-form-actions .btn-primary {
        width: 100%;
        justify-content: center;
    }
}
@media (max-width: 500px) {
    .ticket-form-container {
        padding: 1.2rem;
        border-radius: 12px;
    }
    .ticket-form-section h2 {
        font-size: 1.1rem !important;
    }
    .file-upload-content i {
        font-size: 2.2rem;
    }
    .form-input,
    .form-select,
    .form-textarea {
        font-size: 0.95rem;
        padding: 0.75rem 0.9rem;
    }
    .page-header h1 {
        font-size: 1.2rem;
    }
}

/*=== Create Kunden Ticket ===*/
.ctk-wrap { padding: 0 12px; }
.ctk-header { text-align: center; }
.ctk-title{
    font-size: 2rem;
    color: var(--primary-green);
    margin: 1rem 0;
    font-weight: 700;
}
.ctk-card{
    background: var(--bg-grad);
    backdrop-filter: blur(16px) saturate(180%);
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    padding: clamp(1.2rem, 3vw, 2.2rem);
    max-width: min(900px, 100%);
    width: 100%;
    margin: 1rem auto;
    box-shadow: 0 8px 28px rgba(0,0,0,0.45);
}
.ctk-form { width: 100%; }
.ctk-section{
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.ctk-section:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.ctk-section__title{
    font-size: clamp(1rem, 4vw, 1.8rem);
    font-weight: 700;
    color: var(--primary-green);
    margin-bottom: 0.7rem;
}
.ctk-section__desc{
    margin-top: -0.2rem;
    margin-bottom: 1.3rem;
    font-size: 1rem;
    color: var(--text-light-gray);
}
.ctk-section--assign{
    margin: 0 auto;
}
.ctk-grid{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 1.5rem;
    margin-bottom: 1.4rem;
    flex-wrap: wrap;
}
.ctk-grid--2 > .ctk-field{
    flex: 1 1 300px;
}
.ctk-field{
    display: flex;
    flex-direction: column;
}
.ctk-field--spaced{ margin-top: 14px; }
.ctk-label{
    color: var(--text-white);
    font-size: 1rem;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 0.4rem;
}
.ctk-required{
    color: #ff4d4d;
    font-weight: 800;
}
.ctk-input,
.ctk-select{
    width: 100%;
    background: var(--bg-dark);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    font-size: clamp(0.9rem, 2.6vw, 1rem);
    padding: clamp(0.7rem, 2vw, 0.9rem) clamp(0.9rem, 3vw, 1.1rem);
    color: #fff;
    transition: all .25s ease;
    backdrop-filter: blur(10px);
    appearance: none;
    box-sizing: border-box;
}
.ctk-textarea{
    width: 100%;
    background: var(--bg-dark);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    font-size: clamp(0.9rem, 2.6vw, 1rem);
    line-height: 1.2;
    padding: 0.75rem 0.8rem;
    color: #fff;
    transition: all .25s ease;
    box-sizing: border-box;
}
.ctk-textarea::placeholder{
    line-height: 1.2;
    opacity: 0.7;
}
.ctk-input:hover,
.ctk-select:hover,
.ctk-textarea:hover{
    border-color: rgba(0,255,127,0.25);
}
.ctk-input:focus,
.ctk-select:focus,
.ctk-textarea:focus{
    border-color: var(--primary-green);
    box-shadow: 0 0 12px rgba(0,255,127,0.20);
    outline: none;
    background: var(--bg-dark);
}
.ctk-mention{
    position: relative;
}
.ctk-mention__input{
    background: #1a1f24;
    border: 1px solid rgba(255,255,255,0.10);
    color: rgba(255,255,255,0.92);
}
.ctk-mention__input::placeholder{
    color: rgba(255,255,255,0.55);
}
.ctk-mention__input:focus{
    outline: none;
    border-color: rgba(18,100,163,0.75);
    box-shadow: 0 0 0 3px rgba(18,100,163,0.22);
}
.ctk-mention__dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    z-index: 2000;

    border-radius: 14px;
    background: #1f2429;
    border: 1px solid rgba(255,255,255,0.10);
    box-shadow: 0 12px 30px rgba(0,0,0,0.45);
    backdrop-filter: blur(10px);

    max-height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
}
.ctk-mention__dropdown .mention-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    cursor: pointer;
    color: rgba(255,255,255,0.92);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    transition: background 0.18s ease;
    text-align: center;
}
.ctk-mention__dropdown .mention-item:last-child {
    border-bottom: 0;
}
.ctk-mention__dropdown .mention-item:hover {
    background: #1264a3;
    color: #fff;
}
.ctk-mention__dropdown .mention-avatar {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.06);
}
.ctk-mention__dropdown .mention-item:hover .mention-avatar {
    border-color: rgba(255,255,255,0.35);
}
.ctk-mention__dropdown .mention-name,
.ctk-mention__dropdown .mention-email {
    width: 100%;
    text-align: center;
}
.ctk-mention__dropdown .mention-meta {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
}
.ctk-mention__dropdown .mention-name {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    color: rgba(255,255,255,0.96);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ctk-mention__dropdown .mention-email {
    font-size: 12px;
    line-height: 1.25;
    color: rgba(255,255,255,0.68);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ctk-mention__dropdown .mention-item:hover .mention-name,
.ctk-mention__dropdown .mention-item:hover .mention-email {
    color: #fff;
}
.ctk-mention__dropdown .mention-item--empty {
    padding: 12px 14px;
    color: rgba(255, 255, 255, 0.80);
    font-weight: 600;
}
@media (max-width: 768px) {
    .ctk-mention__dropdown {
        top: calc(100% + 6px);
        border-radius: 12px;
        max-height: 240px;
    }

    .ctk-mention__dropdown .mention-item {
        align-items: center;
        text-align: center;
    }

    .ctk-mention__dropdown .mention-meta {
        align-items: center;
        text-align: center;
    }

    .ctk-mention__dropdown .mention-name,
    .ctk-mention__dropdown .mention-email {
        text-align: center;
        width: 100%;
    }
}

.ctk-dropzone{
    border: 2px dashed rgba(255, 255, 255, 0.14);
    padding: clamp(1.2rem, 4vw, 2rem);
    border-radius: 14px;
    text-align: center;
    background: rgba(255, 255, 255, 0.03);
    cursor: pointer;
    transition: all .25s ease;
    backdrop-filter: blur(6px);
}
.ctk-dropzone:hover,
.ctk-dropzone.dragover{
    border-color: var(--primary-green);
    background: rgba(0, 255, 127, .06);
    transform: scale(1.01);
}
.ctk-dropzone__content i{
    font-size: 3rem;
    color: var(--primary-green);
    margin-bottom: .6rem;
}
.ctk-dropzone__content p{
    margin: .45rem 0;
    font-size: 1rem;
    color: #ddd;
}
.ctk-linklike{
    color: var(--primary-green);
    font-weight: 600;
}
.ctk-filelist{
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ctk-filelist .file-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 12px;
    background: var(--bg-dark);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    color: #fff;
    transition: transform .15s ease, border-color .15s ease, background .15s ease;
}
.ctk-filelist .file-info{
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}
.ctk-filelist .file-info i{
    font-size: 18px;
    opacity: 0.9;
}
.ctk-filelist .file-name{
    font-weight: 600;
    font-size: 0.95rem;
    max-width: 420px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ctk-filelist .file-size{
    font-size: 0.85rem;
    opacity: 0.75;
    white-space: nowrap;
}
.ctk-filelist .file-remove{
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e11d48; /* red-ish */
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    cursor: pointer;
    transition: background .15s ease, border-color .15s ease, transform .1s ease;
}
.ctk-filelist .file-remove:hover{ transform: translateY(-1px); }
.ctk-actions{
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    margin-top: 6px;
}
.ctk-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    border-radius: 12px;
    padding: .85rem 1.1rem;
    border: 1px solid rgba(255,255,255,0.10);
    cursor: pointer;
    text-decoration: none;
    font-weight: 700;
    transition: transform .12s ease, filter .12s ease, border-color .12s ease;
    user-select: none;
}
.ctk-btn--primary{
    background: var(--primary-green);
    color: #fff;
    border-color: var(--primary-green);
}
.ctk-btn--primary:hover{
    transform: translateY(-1px);
    color: var(--bg-dark);
    filter: brightness(1.05);
    border-color: var(--primary-green);
}
.ctk-btn--secondary{
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}
.ctk-btn--secondary:hover{
    transform: translateY(-1px);
    border-color: rgba(255,255,255,0.18);
}
.ctk-btn.btn-disabled,
.ctk-btn:disabled{
    opacity: 0.75;
    cursor: not-allowed;
    transform: none !important;
}
.ctk-error{ color: #ff4d4d; font-weight: 700; }
@media (max-width: 768px){
    .ctk-card{
        padding: 1.8rem;
        width: 92%;
    }
    .ctk-actions{
        flex-direction: column;
        align-items: stretch;
    }
    .ctk-btn{ width: 100%; }
    .ctk-section--assign{ width: 100%; }
}
@media (max-width: 500px){
    .ctk-card{
        padding: 1.2rem;
        border-radius: 12px;
    }
    .ctk-title{ font-size: 1rem; }
    .ctk-dropzone__content i{ font-size: 2.4rem; }
    .ctk-input,
    .ctk-select{
        font-size: 0.95rem;
        padding: 0.75rem 1rem;
    }
    .ctk-textarea{ font-size: 0.95rem; }
}
@keyframes ctkFadeIn{
    from{ opacity: 0; transform: translateY(10px); }
    to{ opacity: 1; transform: translateY(0); }
}
.ctk-card{
    animation: ctkFadeIn .25s ease both;
}

/* Viewer disabled chat */
.tp-chatClosedNotice {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0.9rem 1rem;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    border-radius: 12px;
    background: rgba(239, 68, 68, 0.08);
    border: 1px solid rgba(239, 68, 68, 0.18);
    color: #fca5a5;
    font-size: 0.9rem;
    font-weight: 600;
}
.tp-chatComposer.is-chat-closed {
    opacity: 0.6;
    pointer-events: none;
}
.tp-dropArea.is-disabled,
.tp-attachBtn.is-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Zendesk reply composer styled like tp chat */
.tp-mentionWrap {
  width: 100%;
}

.comment-show-container {
  width: 100%;
  border: 1px solid rgba(120, 213, 4, 0.22);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-light-gray);
  border-radius: 18px;
  padding: 16px 18px;
  text-align: left;
  font-weight: 700;
  cursor: pointer;
  transition: 0.25s ease;
}

.comment-show-container:hover {
  border-color: rgba(120, 213, 4, 0.45);
  background: rgba(120, 213, 4, 0.08);
  color: var(--text-white);
}

.comment-show-container.hidden {
  display: none;
}

.comment-fields {
  margin-top: 14px;
  display: none;
}

.comment-fields.shown,
.comment-fields:not(.hidden) {
  display: block;
}

/* CKEditor wrapper */
.tp-mentionWrap .ck.ck-editor {
  border-radius: 20px;
  overflow: hidden;
  background: rgba(15, 23, 42, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Toolbar */
.tp-mentionWrap .ck.ck-editor__top,
.tp-mentionWrap .ck.ck-toolbar {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 0 !important;
}

.tp-mentionWrap .ck.ck-toolbar {
  padding: 10px 12px !important;
}

.tp-mentionWrap .ck.ck-button,
.tp-mentionWrap .ck.ck-dropdown__button {
  color: var(--text-light-gray) !important;
  border-radius: 10px !important;
}

.tp-mentionWrap .ck.ck-button:hover,
.tp-mentionWrap .ck.ck-button.ck-on,
.tp-mentionWrap .ck.ck-dropdown__button:hover {
  background: rgba(120, 213, 4, 0.12) !important;
  color: var(--primary-green) !important;
}

.tp-mentionWrap .ck.ck-toolbar__separator {
  background: rgba(255, 255, 255, 0.12) !important;
}

/* Editable area */
.tp-mentionWrap .ck.ck-editor__main {
  background: transparent;
}

.tp-mentionWrap .ck.ck-content {
  min-height: 130px;
  padding: 18px !important;
  background: rgba(255, 255, 255, 0.03) !important;
  color: var(--text-white) !important;
  border: 0 !important;
  box-shadow: none !important;
}

.tp-mentionWrap .ck.ck-content:focus {
  border: 0 !important;
  box-shadow: inset 0 0 0 1px rgba(120, 213, 4, 0.45) !important;
}

/* Upload area */
.comment-attachments {
  margin-top: 14px;
}

.comment-attachments .upload-dropzone {
  border: 1px dashed rgba(120, 213, 4, 0.35);
  border-radius: 18px;
  background: rgba(120, 213, 4, 0.05);
  padding: 18px;
  text-align: center;
  color: var(--text-light-gray);
  transition: 0.25s ease;
}

.comment-attachments .upload-dropzone:hover {
  border-color: rgba(120, 213, 4, 0.65);
  background: rgba(120, 213, 4, 0.09);
}

.comment-attachments .upload-dropzone input {
  cursor: pointer;
}

.comment-attachments .upload-dropzone a {
  color: var(--primary-green);
  font-weight: 800;
  text-decoration: none;
}

/* Uploaded file list */
.upload-pool {
  margin-top: 12px;
}

.upload-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text-light-gray);
}

.upload-link {
  color: var(--text-white);
  font-weight: 700;
}

.upload-remove {
  margin-left: auto;
  cursor: pointer;
  color: #ef4444;
}

/* Submit controls */
.comment-form-controls {
  margin-top: 16px;
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

.request-submit-comment input[type="submit"],
.hbs-form input.tp-send[type="submit"] {
  border: 0;
  border-radius: 999px;
  background: var(--primary-green);
  color: #0f172a;
  font-weight: 900;
  padding: 12px 22px;
  min-width: 120px;
  cursor: pointer;
}

.request-submit-comment input[type="submit"]:hover,
.hbs-form input.tp-send[type="submit"]:hover {
  background: #8af20a;
}

.tickets-page-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  flex-wrap: wrap !important;
  margin-bottom: 28px !important;
}

.ticket-create-btn,
.ticket-create-btn:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 12px 20px !important;
  border-radius: 999px !important;
  background: #78d504 !important;
  color: #0f172a !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  border: 1px solid rgba(120, 213, 4, 0.55) !important;
  box-shadow: 0 14px 30px rgba(120, 213, 4, 0.22) !important;
  white-space: nowrap !important;
}

.ticket-create-btn:hover,
.ticket-create-btn:focus {
  background: #8cff08 !important;
  color: #0f172a !important;
  text-decoration: none !important;
  transform: translateY(-1px);
}

.btn-light,
.btn-light:visited,
.btn-light:focus,
.btn-light:active {
  color: inherit;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  transform: none;
}

/* New ticket form - CK editor override */
.ticket-page #new-request-form [data-test-id="zd-wysiwyg-editor"],
.ticket-page #new-request-form .ck.ck-editor {
  border: 1px solid rgba(120, 213, 4, 0.35) !important;
  border-radius: 18px !important;
  background: #0f172a !important;
  overflow: hidden !important;
  box-shadow: 0 18px 40px rgba(120, 213, 4, 0.08) !important;
}

.ticket-page #new-request-form .ck.ck-editor__top,
.ticket-page #new-request-form .ck.ck-toolbar,
.ticket-page #new-request-form .ck.ck-sticky-panel__content {
  background: #101929 !important;
  border: 0 !important;
}

.ticket-page #new-request-form .ck.ck-toolbar {
  border-bottom: 1px solid rgba(120, 213, 4, 0.25) !important;
  padding: 10px 12px !important;
}

.ticket-page #new-request-form .ck.ck-button,
.ticket-page #new-request-form .ck.ck-dropdown__button {
  background: transparent !important;
  color: #9ca3af !important; /* neutral gray */
  border: 0 !important;
  box-shadow: none !important;
}

.ticket-page #new-request-form .ck.ck-button:hover,
.ticket-page #new-request-form .ck.ck-dropdown__button:hover {
  color: #78d504 !important; /* accent green */
  background: rgba(120, 213, 4, 0.12) !important;
}

.ticket-page #new-request-form .ck.ck-button:hover,
.ticket-page #new-request-form .ck.ck-button:focus,
.ticket-page #new-request-form .ck.ck-button:active,
.ticket-page #new-request-form .ck.ck-button.ck-on {
  background: rgba(120, 213, 4, 0.12) !important;
  color: #78d504 !important;
}

.ticket-page #new-request-form .ck.ck-editor__editable {
  min-height: 180px !important;
  background: #0f172a !important;
  color: #ffffff !important;
  border: 0 !important;
  padding: 18px 20px !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  box-shadow: none !important;
}

.ticket-page #new-request-form .ck.ck-editor__editable:focus {
  box-shadow: inset 0 0 0 1px #78d504 !important;
}

.ticket-page #new-request-form [data-garden-id="forms.input_label"] {
  color: #ffffff !important;
  font-weight: 800 !important;
}

.ticket-page #new-request-form [data-garden-id="forms.input_hint"] {
  color: #cbd5e1 !important;
}

.ticket-page #new-request-form .ck.ck-editor__editable,
.ticket-page #new-request-form .ck.ck-editor__editable p,
.ticket-page #new-request-form .ck.ck-content,
.ticket-page #new-request-form .ck.ck-content p {
  color: #ffffff !important;
  caret-color: #78d504 !important;
}

.ticket-page #new-request-form .ck.ck-editor__editable {
  background: #0f172a !important;
}

.ticket-page #new-request-form .ck.ck-editor__editable * {
  color: #ffffff !important;
}

/*== Footer ==*/
.footer {
    background: rgba(17, 25, 40, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    margin-top: 0.2rem;
    position: relative;
    overflow: hidden;
    border-top: 1px solid transparent;
    border-image: linear-gradient(90deg,
    transparent 0%,
    rgba(83,141,3,0.45) 30%,
    rgba(120,213,4,0.25) 55%,
    transparent 100%) 1;
}
.footer::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 180px;
    background: radial-gradient(ellipse 60% 100% at 20% 100%,
    rgba(83,141,3,0.1), transparent 70%);
    pointer-events: none;
}
.footer-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2.5rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
    position: relative;
    z-index: 1;
}

/* Sections */
.footer-section h4 {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-light-gray);
    margin: 0 0 1rem;
    position: relative;
    display: inline-block;
}
.footer-section h4::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--primary-green), transparent);
}
.footer-section p {
    color: var(--text-gray);
    margin: 0.4rem 0;
    line-height: 1.6;
    font-size: 0.88rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
}
.footer-section p i {
    color: var(--primary-green);
    font-size: 0.8rem;
    opacity: 0.8;
    flex-shrink: 0;
    width: 14px;
    text-align: center;
}

/* Links Section */
.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.footer-section ul li a {
    color: var(--text-gray);
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 500;
    transition: color 0.2s ease, padding-left 0.2s ease;
    display: inline-block;
    position: relative;
}
.footer-section ul li a::before {
    content: "→";
    position: absolute;
    left: -1rem;
    opacity: 0;
    color: var(--primary-green);
    transition: opacity 0.2s ease, left 0.2s ease;
    font-size: 0.78rem;
}
.footer-section ul li a:hover {
    color: var(--secondary-green);
    padding-left: 1.1rem;
}
.footer-section ul li a:hover::before {
    opacity: 1;
    left: 0;
}

/* Footer Bottom */
.footer-bottom {
    padding: 1rem 2rem;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.05);
    position: relative;
    z-index: 1;
}
.footer-bottom p {
    margin: 0;
    color: var(--text-light-gray);
    font-size: 0.8rem;
    letter-spacing: 0.02em;
}

/* ── Page Shell ── */
.legal-page {
    max-width: 1100px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 3vw, 2rem);
    color: var(--text-white);
    position: relative;
}

/* Atmospheric green glow behind content */
.legal-page::before {
    content: "";
    pointer-events: none;
    position: fixed;
    inset: 0;
    background: var(--dark-primary);
    z-index: -1;
}

/* ── Header ── */
.legal-header {
    margin-bottom: clamp(1.5rem, 4vw, 3.5rem);
    padding-bottom: 0;
}

.legal-header h1 {
    font-size: clamp(1.6rem, 2.5vw + 0.5rem, 2.6rem);
    font-weight: 900;
    color: var(--text-white);
    letter-spacing: -0.03em;
    line-height: 1.15;
    margin-bottom: 1rem;
    text-wrap: balance;
    background: var(--secondary-green);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

.legal-header p {
    font-size: 0.95rem;
    color: var(--text-light-gray);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    flex-wrap: wrap;
    row-gap: 0.35rem;
    line-height: 1.5;
}

/* Small accent bar before the subtitle */
.legal-header p::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 2px;
    background: var(--secondary-green);
    flex-shrink: 0;
    border-radius: 2px;
}

/* ── Content Grid ── */
.legal-content {
    display: flex;
    flex-direction: column;
    gap: 1px; /* gap handled by border on sections */
}

/* ── Section Cards ── */
.legal-section,
.legal-section * {
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: anywhere;
}

.legal-section {
    background: var(--card-surface);
    padding: clamp(1.25rem, 3vw, 2rem) clamp(1.25rem, 3vw, 2.25rem);
    border: 1px solid var(--card-border);
    border-radius: var(--card-radius);
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

/* Thin green left accent stripe */
.legal-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, var(--secondary-green) 0%, transparent 100%);
    border-radius: var(--card-radius) 0 0 var(--card-radius);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.legal-section:hover {
    border-color: var(--card-border-hover);
    background: var(--card-surface-2);
    box-shadow: 0 0 40px rgba(83, 141, 3, 0.1), var(--shadow-lg);
}

.legal-section:hover::before {
    opacity: 1;
}

/* Section Number Badge */
.legal-section h2 {
    font-size: clamp(1rem, 1.5vw + 0.3rem, 1.25rem);
    font-weight: 700;
    color: var(--text-white);
    letter-spacing: -0.01em;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

/* Counter badge */
.legal-section:nth-child(1) h2::before  { content: "01"; }
.legal-section:nth-child(2) h2::before  { content: "02"; }
.legal-section:nth-child(3) h2::before  { content: "03"; }
.legal-section:nth-child(4) h2::before  { content: "04"; }
.legal-section:nth-child(5) h2::before  { content: "05"; }
.legal-section:nth-child(6) h2::before  { content: "06"; }
.legal-section:nth-child(7) h2::before  { content: "07"; }
.legal-section:nth-child(8) h2::before  { content: "08"; }

.legal-section h2::before {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: var(--secondary-green);
    background: rgba(83, 141, 3, 0.12);
    border: 1px solid rgba(120, 213, 4, 0.2);
    padding: 0.2em 0.5em;
    border-radius: 6px;
    flex-shrink: 0;
    font-family: monospace;
}

/* Subheadings */
.legal-section h3 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-white);
    margin: 1.25rem 0 0.5rem;
}
.legal-section h4 {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-gray);
    margin: 1rem 0 0.4rem;
    letter-spacing: 0.01em;
}

/* Body Text */
.legal-section p,
.legal-section span {
    font-size: 0.95rem;
    color: var(--text-gray);
    line-height: 1.75;
}
.legal-section strong {
    color: var(--text-white);
    font-weight: 600;
}

/* Links */
.legal-section a {
    color: var(--secondary-green);
    font-weight: 500;
    text-decoration: none;
    word-break: break-all;
    border-bottom: 1px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
}
.legal-section a:hover {
    color: #a4ff5a;
    border-bottom-color: rgba(164, 255, 90, 0.4);
}

/* Lists */
.legal-section ul {
    margin: 0.75rem 0 0.75rem 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.legal-section li {
    color: var(--text-gray);
    font-size: 0.95rem;
    line-height: 1.6;
    padding-left: 1.5rem;
    position: relative;
}
.legal-section li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: var(--secondary-green);
    font-size: 0.85rem;
    top: 0.05em;
}

/* ── Law Number Pill ── */
.legal-lawNum {
    display: inline-block;
    color: var(--secondary-green);
    font-weight: 700;
    background: rgba(83, 141, 3, 0.1);
    border: 1px solid rgba(120, 213, 4, 0.2);
    padding: 0.05em 0.4em;
    border-radius: 5px;
    font-size: 0.9em;
}

/* Contact / Info Boxes */
.contact-box {
    background: rgba(17, 25, 40, 0.7);
    padding: 1.25rem 1.5rem;
    border-radius: 12px;
    border: 1px solid var(--card-border);
    margin-top: 1rem;
    line-height: 1.8;
    color: var(--text-gray);
    font-size: 0.95rem;
}
.contact-box strong {
    display: block;
    color: var(--secondary-green);
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

/* Company Info Block */
.company-info {
    background: rgba(17, 25, 40, 0.6);
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid var(--card-border);
    width: 100%;
    box-sizing: border-box;
}
.company-info h3 {
    color: var(--secondary-green);
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    letter-spacing: -0.01em;
}
.company-address p {
    color: var(--text-gray);
    font-size: 0.95rem;
    margin-bottom: 1.25rem;
    line-height: 1.7;
}
.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
}
.info-item {
    width: 100%;
    overflow-wrap: anywhere;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}
.info-item span {
    font-size: 0.75rem;
    color: var(--text-light-gray);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.info-item strong {
    font-size: 0.95rem;
    color: var(--text-white);
    font-weight: 600;
}

/* Divider between grid items */
.info-item {
    padding: 0.75rem;
    background: var(--card-surface);
    border-radius: 8px;
    border: 1px solid var(--card-border);
}

/* Contact Items */
.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 0.85rem 1rem;
    margin-bottom: 0.5rem;
    border-radius: 10px;
    background: var(--card-surface);
    border: 1px solid var(--card-border);
    transition: border-color 0.2s ease, background 0.2s ease;
}
.contact-item:hover {
    background: var(--card-surface-2);
    border-color: var(--card-border-hover);
}
.contact-item i {
    color: var(--secondary-green);
    font-size: 1rem;
    margin-top: 0.15rem;
    flex-shrink: 0;
}
.contact-item div {
    overflow-wrap: anywhere;
    max-width: 100%;
    font-size: 0.95rem;
}
.contact-item strong {
    color: var(--text-light-gray);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.2rem;
}
.contact-item a {
    color: var(--text-white) !important;
    border-bottom: none !important;
    font-weight: 400;
    font-size: 0.95rem;
}
.contact-item a:hover {
    color: var(--secondary-green) !important;
}

/* Responsive  */
@media (max-width: 768px) {
    .legal-page {
        padding: 1.5rem 1rem;
    }

    .legal-header {
        margin-bottom: 2rem;
    }

    .legal-section {
        padding: 1.25rem;
    }

    .company-info {
        padding: 1rem;
    }

    .info-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.6rem;
    }

    .legal-header h1 {
        font-size: clamp(1.4rem, 5vw, 1.9rem);
        line-height: 1.2;
        max-width: 100%;
    }

    .legal-header p {
        font-size: 0.82rem;
        letter-spacing: 0.03em;
        gap: 0.4rem;
    }

    .legal-header p::before {
        width: 20px;
    }

    .legal-section h2 {
        font-size: 1rem;
    }
}
@media (max-width: 480px) {
    .legal-section {
        padding: 1rem 0.9rem;
    }

    .legal-header {
        margin-bottom: 1.5rem;
    }

    .legal-header h1 {
        font-size: 1.3rem;
        line-height: 1.2;
        margin-bottom: 0.75rem;
    }

    .legal-header p {
        font-size: 0.75rem;
        gap: 0.35rem;
        align-items: flex-start;
    }

    .legal-header p::before {
        width: 16px;
        margin-top: 0.5em;
    }

    .legal-section h2 {
        font-size: 0.8rem;
        gap: 0.5rem;
    }

    .legal-section h2::before {
        font-size: 0.65rem;
    }

    .info-grid {
        grid-template-columns: 1fr;
    }

    .company-info h3 {
        font-size: 1rem;
    }

    .legal-section p,
    .company-address p,
    .info-item strong {
        font-size: 0.9rem;
    }
}

.article-body,
.article-body * {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.article-body h2::before {
  content: none !important;
}

.article-body h1,
.article-body h2,
.article-body h3,
.article-body h4 {
  color: var(--text-white);
}

.article-body p,
.article-body li,
.article-body span {
  color: var(--text-gray);
}

.icon-lock,
.attachment-icon {
  color: var(--secondary-green);
  flex-shrink: 0;
}

.attachment-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
}

.attachment-meta {
  width: 100%;
  padding-left: 1.5rem;
}

.article-page {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 3vw, 2rem);
  color: var(--text-white);
}

.article-page::before {
  content: "";
  pointer-events: none;
  position: fixed;
  inset: 0;
  background: var(--dark-primary, #0f172a);
  z-index: -1;
}

.article-card {
  max-width: none !important;
  min-width: 0 !important;
  padding: 0 !important;
}

.article-hero {
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(120, 213, 4, 0.18);
}

.article-eyebrow {
  display: inline-flex;
  margin: 0 0 1rem;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(120, 213, 4, 0.22);
  background: rgba(120, 213, 4, 0.07);
  color: var(--primary-green, #78d504);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.article-title {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.8rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: var(--text-white);
  overflow: visible;
}

.article-title::after {
  content: "";
  display: block;
  width: min(180px, 45%);
  height: 4px;
  margin-top: 1rem;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(120, 213, 4, 1),
    rgba(120, 213, 4, 0.35),
    rgba(120, 213, 4, 0)
  );
}

.article-content {
  margin: 0;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.article-body {
  color: var(--text-light-gray);
  font-size: 1rem;
  line-height: 1.85;
}

.article-body h1,
.article-body h2,
.article-body h3,
.article-body h4 {
  color: var(--text-white);
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  line-height: 1.25;
}

.article-body h2 {
  font-size: 1.45rem;
}

.article-body h3 {
  font-size: 1.15rem;
}

.article-body p {
  margin: 0 0 1.15rem;
  color: var(--text-light-gray);
}

.article-body a {
  color: var(--primary-green, #78d504);
  text-decoration: none;
  border-bottom: 1px solid rgba(120, 213, 4, 0.35);
}

.article-body a:hover {
  color: #a4ff5a;
  border-bottom-color: rgba(164, 255, 90, 0.6);
}

.article-body ul,
.article-body ol {
  margin: 1rem 0 1.25rem 1.25rem;
  padding-left: 1.25rem;
  color: var(--text-light-gray);
}

.article-body li {
  margin-bottom: 0.45rem;
}

.article-body code {
  background: rgba(120, 213, 4, 0.1) !important;
  border: 1px solid rgba(120, 213, 4, 0.18) !important;
  color: var(--primary-green, #78d504);
}

.article-body pre {
  background: rgba(15, 23, 42, 0.9) !important;
  border: 1px solid rgba(120, 213, 4, 0.16) !important;
  border-radius: 14px !important;
  color: var(--text-light-gray);
}

.article-body blockquote {
  margin: 1.5rem 0;
  padding: 0.25rem 0 0.25rem 1rem;
  border-left: 3px solid var(--primary-green, #78d504);
  color: var(--text-light-gray);
  font-style: normal;
  background: rgba(120, 213, 4, 0.05);
}

.article-extra-box {
  margin-top: 2rem;
  padding: 1.25rem;
  border-radius: 16px;
  border: 1px solid rgba(120, 213, 4, 0.18);
  background: rgba(120, 213, 4, 0.05);
}

.article-extra-box h2,
.article-extra-box p {
  margin-top: 0;
  color: var(--text-white);
}

.content-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.content-tag-list li {
  border: 0;
  margin: 0;
  padding: 0;
}

.content-tag-list a {
  display: inline-flex;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(120, 213, 4, 0.1);
  border: 1px solid rgba(120, 213, 4, 0.22);
  color: var(--primary-green, #78d504);
}

.attachments .attachment-item {
  padding: 0.85rem 0 0.85rem 1.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.attachments .attachment-item:last-child {
  border-bottom: 0;
}

.attachments .attachment-icon,
.icon-lock {
  color: var(--primary-green, #78d504);
}

.container-divider {
  display: none;
}

@media (max-width: 768px) {
  .article-page {
    padding: 1.5rem 1rem;
  }

  .article-content {
    padding: 1.15rem;
    border-radius: 18px;
  }

  .article-title {
    font-size: clamp(1.75rem, 9vw, 2.5rem);
  }
}

/* Footer fix */
.footer {
  margin-top: 4rem;
  padding: 3rem 1.5rem;
  background: #101929;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.footer-container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 0.7fr;
  gap: 4rem;
  text-align: left;
  align-items: start;
}

.footer-section {
  text-align: left;
}

.footer-section h4 {
  margin: 0 0 1.25rem;
  color: #e5e7eb;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-section h4::after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  margin-top: 0.45rem;
  background: #78d504;
  border-radius: 999px;
}

.footer-section p {
  margin: 0 0 0.85rem;
  color: #ffffff;
  font-size: 0.95rem;
  line-height: 1.5;
}

.footer-section i {
  display: none;
}

.footer-section ul,
.footer-section li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-section li::before {
  content: none !important;
}

.footer-section li {
  margin-bottom: 0.9rem;
}

.footer-section a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  border: 0 !important;
  outline: none;
}

.footer-section a:hover {
  color: #78d504;
  text-decoration: none;
}

@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.footer-section:first-child {
  text-align: left;
}

.footer-section:first-child p {
  text-align: left;
  margin-left: 0;
}

.requests-table-toolbar {
  align-items: center;
  gap: 20px;
  padding: 26px 22px;
  background: #101929;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 10px;
}

.requests-table-toolbar .search {
  width: 240px;
  max-width: 240px;
  height: 42px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #d9dce1;
}

.requests-table-toolbar .search input[type="search"] {
  height: 40px;
  border-radius: 999px;
  font-size: 14px;
  color: #111827;
}

.requests-table-toolbar select.request-filter,
#request-status-select {
  width: 240px;
  height: 42px;
  margin: 0;
  padding: 0 42px 0 14px;
  border-radius: 4px;
  border: 1px solid #d9dce1;
  background-color: #fff;
  color: #4b5563;
  font-size: 14px;
  line-height: 42px;
  box-shadow: none;
  cursor: pointer;
}

.requests-table-toolbar select.request-filter:focus,
#request-status-select:focus {
  border-color: #78d504;
  box-shadow: 0 0 0 3px rgba(120, 213, 4, 0.18);
}

@media (max-width: 767px) {
  .requests-table-toolbar {
    align-items: stretch;
    gap: 14px;
  }

  .requests-table-toolbar .search,
  .requests-table-toolbar select.request-filter,
  #request-status-select {
    width: 100%;
    max-width: none;
  }
}

/* Search result info styling */
.requests-search-info.meta-data {
  margin-top: 12px;
  padding: 10px 16px;
  font-size: 13px;
  color: #9ca3af;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  display: inline-block;
}

/* Highlight the search term */
.requests-search-info.meta-data strong,
.requests-search-info.meta-data b {
  color: #ffffff;
  font-weight: 500;
}

/* Optional: align with toolbar spacing */
.requests-table-toolbar + .requests-search-info.meta-data {
  margin-top: 16px;
}

/* Mobile refinement */
@media (max-width: 767px) {
  .requests-search-info.meta-data {
    display: block;
    width: 100%;
    font-size: 12px;
  }
}

.requests-search-info.meta-data {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 28px 0 18px 0;
  padding: 10px 16px;
  clear: both;

  position: relative;
  z-index: 1;

  color: #cbd5e1;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;

  font-size: 13px;
  line-height: 1.4;
}

/* Make sure cards start below the search info */
.tickets-container {
  clear: both;
  margin-top: 0;
  display: grid;
  gap: 22px;
}

/* Remove Zendesk dot after meta-data */
.requests-search-info.meta-data::after {
  content: none !important;
}

@media (max-width: 767px) {
  .requests-search-info.meta-data {
    width: 100%;
    margin: 22px 0 16px 0;
  }
}

.requests-search-info.meta-data {
  display: block;
  width: fit-content;
  margin: 28px 0 18px 22px;
  padding: 10px 16px;
  clear: both;
}

.footer-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* IMPORTANT */
}

.ticket-page {
  width: min(1100px, 100% - 2rem);
  margin: 0 auto;
}

.ticket-page .container-divider {
  display: none;
}

.ticket-page .zendesk-request-form,
.ticket-page #new-request-form,
.ticket-page #new-request-form form {
  max-width: none !important;
  width: 100% !important;
}

.ticket-page #new-request-form .form-field {
  margin-top: 0 !important;
  margin-bottom: 1.4rem !important;
}

.ticket-page #new-request-form .form-field label,
.ticket-page #new-request-form [data-garden-id="forms.input_label"] {
  color: var(--text-gray) !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  margin-bottom: 0.5rem !important;
}

.ticket-page #new-request-form input[type="text"],
.ticket-page #new-request-form input[type="email"],
.ticket-page #new-request-form input[type="search"],
.ticket-page #new-request-form textarea,
.ticket-page #new-request-form select,
.ticket-page #new-request-form .nesty-input,
.ticket-page #new-request-form .hc-multiselect-toggle {
  width: 100% !important;
  min-height: 46px !important;
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  border-radius: 10px !important;
  padding: 0.85rem 1rem !important;
  color: var(--text-white) !important;
  font-size: clamp(0.9rem, 2.6vw, 0.97rem) !important;
  box-shadow: none !important;
}

.ticket-page #new-request-form textarea {
  min-height: 150px !important;
  line-height: 1.6 !important;
  resize: vertical;
}

.ticket-page #new-request-form input::placeholder,
.ticket-page #new-request-form textarea::placeholder {
  color: var(--text-light-gray) !important;
  opacity: 0.7 !important;
}

.ticket-page #new-request-form input:hover,
.ticket-page #new-request-form textarea:hover,
.ticket-page #new-request-form select:hover,
.ticket-page #new-request-form .nesty-input:hover,
.ticket-page #new-request-form .hc-multiselect-toggle:hover {
  border-color: rgba(83,141,3,0.35) !important;
  background: rgba(83,141,3,0.04) !important;
}

.ticket-page #new-request-form input:focus,
.ticket-page #new-request-form textarea:focus,
.ticket-page #new-request-form select:focus,
.ticket-page #new-request-form .nesty-input:focus,
.ticket-page #new-request-form .hc-multiselect-toggle:focus {
  outline: none !important;
  border-color: var(--primary-green) !important;
  background: rgba(83,141,3,0.06) !important;
  box-shadow: 0 0 0 3px rgba(83,141,3,0.18), 0 2px 8px rgba(0,0,0,0.2) !important;
}

.ticket-page #new-request-form .upload-dropzone {
  border: 2px dashed rgba(255,255,255,0.12) !important;
  padding: clamp(1.4rem, 4vw, 2.2rem) !important;
  border-radius: 12px !important;
  text-align: center !important;
  background: rgba(255,255,255,0.025) !important;
  color: var(--text-gray) !important;
}

.ticket-page #new-request-form .upload-dropzone:hover {
  border-color: var(--primary-green) !important;
  background: rgba(83,141,3,0.06) !important;
  box-shadow: 0 0 20px rgba(83,141,3,0.12) !important;
}

.ticket-page #new-request-form footer,
.ticket-page #new-request-form .form footer {
  margin-top: 2rem !important;
  padding-top: 1.5rem !important;
  border-top: 1px solid rgba(255,255,255,0.06) !important;
  text-align: right !important;
}

.ticket-page #new-request-form input[type="submit"],
.ticket-page #new-request-form button[type="submit"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 180px !important;
  padding: 0.8rem 1.4rem !important;
  border-radius: 10px !important;
  border: 1px solid rgba(120,213,4,0.35) !important;
  background: linear-gradient(135deg, #6aad04 0%, var(--primary-green) 45%, #3d6902 100%) !important;
  color: #fff !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  box-shadow: 0 4px 12px rgba(83,141,3,0.4), inset 0 1px 0 rgba(255,255,255,0.15) !important;
}

.ticket-page #new-request-form input[type="submit"]:hover,
.ticket-page #new-request-form button[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(83,141,3,0.5), 0 12px 32px rgba(83,141,3,0.25) !important;
}

/* CKEditor / WYSIWYG */
.ticket-page #new-request-form [data-test-id="zd-wysiwyg-editor"],
.ticket-page #new-request-form .ck.ck-editor {
  border: 1px solid rgba(120,213,4,0.35) !important;
  border-radius: 18px !important;
  background: #0f172a !important;
  overflow: hidden !important;
}

.ticket-page #new-request-form .ck.ck-toolbar,
.ticket-page #new-request-form .ck.ck-editor__top,
.ticket-page #new-request-form .ck.ck-sticky-panel__content {
  background: #101929 !important;
  border: 0 !important;
}

.ticket-page #new-request-form .ck.ck-editor__editable {
  min-height: 180px !important;
  background: #0f172a !important;
  color: #fff !important;
  border: 0 !important;
  padding: 18px 20px !important;
  line-height: 1.7 !important;
}

@media (max-width: 768px) {
  .ticket-page {
    width: min(100% - 1rem, 100%);
  }

  .ticket-page #new-request-form footer {
    text-align: stretch !important;
  }

  .ticket-page #new-request-form input[type="submit"],
  .ticket-page #new-request-form button[type="submit"],
  .ticket-form-actions .btn-secondary {
    width: 100% !important;
    justify-content: center !important;
  }
}

.ticket-page [data-garden-id="forms.file_upload"] {
  min-height: 180px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 2rem !important;
  border: 2px dashed rgba(120,213,4,0.35) !important;
  border-radius: 12px !important;
  background: rgba(255,255,255,0.025) !important;
  cursor: pointer !important;
}

.ticket-page [data-garden-id="forms.file_upload"]:hover {
  border-color: rgba(120,213,4,0.7) !important;
  background: rgba(83,141,3,0.06) !important;
}

.ticket-page .zd-upload-default-text {
  display: none !important;
}

.ticket-page .file-upload-content {
  text-align: center;
  pointer-events: none;
}

.ticket-page .file-upload-content i {
  display: block;
  font-size: 3rem;
  color: var(--primary-green);
  margin-bottom: 1rem;
  filter: drop-shadow(0 0 14px rgba(120,213,4,0.45));
}

.ticket-page .file-upload-content p {
  margin: 0 0 0.4rem;
  color: var(--text-gray);
  font-size: 0.95rem;
}

.ticket-page .file-upload-content .link {
  color: var(--primary-green);
  font-weight: 700;
  text-decoration: underline;
}

.ticket-page .file-upload-content small {
  display: block;
  color: var(--text-light-gray);
  font-size: 0.8rem;
}

.tp-page .hbs-form input[type="submit"].tp-send,
.tp-page input[type="submit"].tp-send {
  color: #fff !important;
  background: linear-gradient(135deg, #6aad04 0%, var(--primary-green) 50%, #3d6902 100%) !important;
  border: 1px solid rgba(120,213,4,0.35) !important;
  border-radius: 12px !important;
  font-weight: 700 !important;
  min-width: 140px !important;
  height: 44px !important;
  padding: 0 1.2rem !important;
  cursor: pointer !important;
  box-shadow:
    0 4px 12px rgba(83,141,3,0.35),
    inset 0 1px 0 rgba(255,255,255,0.15) !important;
}

.tp-page .hbs-form input[type="submit"].tp-send:hover,
.tp-page input[type="submit"].tp-send:hover {
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(83,141,3,0.5) !important;
}

.tp-page .ck.ck-editor__editable {
  color: #e6f7d9 !important; /* or #fff if you want pure white */
}

/* Placeholder color (optional) */
.tp-page .ck.ck-editor__editable.ck-placeholder::before {
  color: rgba(230, 247, 217, 0.6) !important;
}

/* === Zendesk request page: Flask ticket parity fixes === */

.tp-page .ck.ck-content,
.tp-page .ck.ck-content *,
.tp-page .ck.ck-editor__editable,
.tp-page .ck.ck-editor__editable * {
  color: #fff !important;
}

.tp-page .ck.ck-editor__editable {
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  border-radius: 12px !important;
  min-height: 120px !important;
}

.tp-page .ck.ck-toolbar,
.tp-page .ck.ck-editor__top,
.tp-page .ck.ck-sticky-panel__content {
  background: #101929 !important;
  border-color: rgba(255,255,255,0.08) !important;
}

.tp-page .hbs-form input[type="submit"].tp-send,
.tp-page input[type="submit"].tp-send {
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  border-radius: 12px !important;
  border: 1px solid rgba(120,213,4,0.35) !important;
  background: linear-gradient(135deg, #6aad04 0%, var(--primary-green) 50%, #3d6902 100%) !important;
  color: transparent !important;
  font-size: 0 !important;
  cursor: pointer !important;
  box-shadow:
    0 4px 12px rgba(83,141,3,0.35),
    inset 0 1px 0 rgba(255,255,255,0.15) !important;
}

.tp-page .request-submit-comment {
  position: relative;
  display: inline-flex !important;
}

.tp-page button.tp-send {
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  border-radius: 12px !important;
  border: 1px solid rgba(120,213,4,0.35) !important;
  background: linear-gradient(135deg, #6aad04 0%, var(--primary-green) 50%, #3d6902 100%) !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
}

.tp-page button.tp-send i {
  font-size: 1rem;
  line-height: 1;
}

.tp-page .hbs-form input[type="submit"].tp-send:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(83,141,3,0.5) !important;
}

.tp-page .comment-show-container {
  background: rgba(255,255,255,0.04) !important;
  color: var(--text-light-gray) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  border-radius: 12px !important;
}

.tp-page .comment-show-container:hover {
  border-color: rgba(120,213,4,0.45) !important;
  background: rgba(83,141,3,0.06) !important;
}

.tp-page .upload-dropzone,
.tp-page [data-garden-id="forms.file_upload"] {
  border: 2px dashed rgba(255,255,255,0.12) !important;
  border-radius: 12px !important;
  background: rgba(255,255,255,0.025) !important;
  color: var(--text-light-gray) !important;
}

.tp-page .upload-dropzone span,
.tp-page [data-garden-id="forms.file_upload"] span {
  color: var(--text-light-gray) !important;
}

.tp-page .form-field label,
.tp-page .comment-ccs label {
  color: var(--text-gray) !important;
}

.tp-page .hbs-form input:not([type="submit"]),
.tp-page .hbs-form textarea {
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  color: #fff !important;
  border-radius: 10px !important;
}

.tp-page .hbs-form input:not([type="submit"])::placeholder,
.tp-page .hbs-form textarea::placeholder {
  color: var(--text-light-gray) !important;
  opacity: 0.7 !important;
}

.tp-page .tp-mentionWrap {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

/* Keep only the CKEditor itself styled */
.tp-page .ck.ck-editor {
  border: 1px solid rgba(255,255,255,0.1) !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: transparent !important;
}

/* Optional: remove extra spacing */
.tp-page .comment-fields {
  margin: 0 !important;
  padding: 0 !important;
}

a.ticket-create-btn,
.ticket-create-btn {
  color: #ffffff !important;
}

.ticket-create-btn i {
  color: #ffffff !important;
}

form.tickets-filters.hbs-form {
  width: calc(100% - 4rem) !important;
  margin: 1.5rem 2rem 2.5rem !important;
  padding: 1.2rem 1.4rem !important;

  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 1.2rem !important;

  background: var(--card-surface, rgba(255,255,255,0.03)) !important;
  border: 1px solid var(--card-border, rgba(255,255,255,0.08)) !important;
  border-radius: 12px !important;
  box-shadow:
    0 4px 16px rgba(0,0,0,0.25),
    inset 0 1px 0 rgba(255,255,255,0.04) !important;
}

form.tickets-filters .filter-group {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  margin: 0 !important;
}

form.tickets-filters .filter-group.organization-subscribe {
  display: none !important;
}

/* kill Zendesk rounded search wrapper */
form.tickets-filters .filter-group.search {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  display: block !important;
  position: relative !important;
}

form.tickets-filters .search-icon {
  display: none !important;
}

/* inputs + select */
form.tickets-filters input.filter-control,
form.tickets-filters input[type="search"].filter-control,
form.tickets-filters select.filter-control {
  width: 100% !important;
  height: 42px !important;
  min-height: 42px !important;

  padding: 0.7rem 1rem !important;
  border-radius: 8px !important;
  border: 1px solid rgba(255,255,255,0.14) !important;

  background-color: rgba(255,255,255,0.04) !important;
  color: #ffffff !important;

  font-size: 0.95rem !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;

  box-shadow: none !important;
  outline: none !important;
}

form.tickets-filters input.filter-control::placeholder {
  color: rgba(203,213,225,0.7) !important;
}

form.tickets-filters select.filter-control {
  appearance: none !important;
  -webkit-appearance: none !important;
  background-image:
    linear-gradient(45deg, transparent 50%, #cbd5e1 50%),
    linear-gradient(135deg, #cbd5e1 50%, transparent 50%) !important;
  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 12px) 50% !important;
  background-size: 6px 6px, 6px 6px !important;
  background-repeat: no-repeat !important;
  padding-right: 2.4rem !important;
}

form.tickets-filters select.filter-control option {
  background: #0f172a !important;
  color: #ffffff !important;
}

form.tickets-filters .filter-control:focus {
  border-color: var(--primary-green, #78d504) !important;
  background-color: rgba(83,141,3,0.06) !important;
  box-shadow: 0 0 0 3px rgba(83,141,3,0.18) !important;
}

/* responsive */
@media (max-width: 768px) {
  form.tickets-filters.hbs-form {
    width: calc(100% - 2rem) !important;
    margin: 1rem !important;
    flex-wrap: wrap !important;
  }

  form.tickets-filters .filter-group {
    flex: 1 1 100% !important;
  }
}

.ticket-create-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;

  background-color: #78d504; /* your green */
  color: #ffffff;
  padding: 0.8rem 1.4rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;

  transition: all 0.2s ease;
}

/* FIX hover turning black */
.ticket-create-btn:hover {
  background-color: #6cc000 !important; /* slightly darker green */
  color: #ffffff !important;
  text-decoration: none !important;
}

/* also prevent focus/active turning dark */
.ticket-create-btn:focus,
.ticket-create-btn:active {
  background-color: #6cc000 !important;
  color: #ffffff !important;
  outline: none;
}

.ticket-card {
  width: 100%;
  max-width: 680px; /* makes it visibly wider */
}

.tickets-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
}

.icon-img {
    width: 1.2rem;
    height: 1.2rem;
    min-width: 2rem;
    display: inline-block;
    object-fit: contain;
    vertical-align: middle;
    transition: transform 0.25s ease, filter 0.25s ease;
    filter: drop-shadow(0 0 4px rgba(120,213,4,0.2));
}

.tickets-page-header h1 .icon-img {
    width: 1em;
    height: 1em;
    display: block;
    object-fit: contain;
    flex: 0 0 auto;
    filter: drop-shadow(0 0 6px rgba(120,213,4,0.5));
}

.ck-toolbar,
.ck.ck-toolbar,
.ck-editor__top {
    display: none !important;
}

.ck-editor__editable {
  position: relative;
}

.ck-editor__editable[data-placeholder].is-empty::before {
  content: attr(data-placeholder);
  position: absolute;
  left: 16px;
  top: 14px;
  color: #8b95a5;
  pointer-events: none;
  font-size: 15px;
}

.tp-mentionWrap .ck-editor__editable {
  position: relative;
  min-height: 90px;
}

/* Remove green glow overlays */
.article-page::before,
.article-page::after,
body:has(.article-page)::before,
body:has(.article-page)::after,
main:has(.article-page)::before,
main:has(.article-page)::after {
  display: none !important;
  content: none !important;
  background: none !important;
}

#2--input + .ck.ck-editor {
  transform: translateY(12px);
}

.footer-section ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 10px;
}

.footer-section li {
  margin: 0;
  padding: 0;
}

.footer-section h4 {
  margin-bottom: 8px;
}

/*== Footer ==*/
.footer {
    background: rgba(17, 25, 40, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    margin-top: 0.2rem;
    position: relative;
    overflow: hidden;
    border-top: 1px solid transparent;
    border-image: linear-gradient(90deg,
    transparent 0%,
    rgba(83,141,3,0.45) 30%,
    rgba(120,213,4,0.25) 55%,
    transparent 100%) 1;
}
.footer::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 180px;
    background: radial-gradient(ellipse 60% 100% at 20% 100%,
    rgba(83,141,3,0.1), transparent 70%);
    pointer-events: none;
}
.footer-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2.5rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
    position: relative;
    z-index: 1;
}

/* Sections */
.footer-section h4 {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-light-gray);
    margin: 0 0 1rem;
    position: relative;
    display: inline-block;
}
.footer-section h4::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--primary-green), transparent);
}
.footer-section p {
    color: var(--text-gray);
    margin: 0.4rem 0;
    line-height: 1.6;
    font-size: 0.88rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
}
.footer-section p i {
    color: var(--primary-green);
    font-size: 0.8rem;
    opacity: 0.8;
    flex-shrink: 0;
    width: 14px;
    text-align: center;
}

/* Links Section */
.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.footer-section ul li a {
    color: var(--text-gray);
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 500;
    transition: color 0.2s ease, padding-left 0.2s ease;
    display: inline-block;
    position: relative;
}
.footer-section ul li a::before {
    content: "→";
    position: absolute;
    left: -1rem;
    opacity: 0;
    color: var(--primary-green);
    transition: opacity 0.2s ease, left 0.2s ease;
    font-size: 0.78rem;
}
.footer-section ul li a:hover {
    color: var(--secondary-green);
    padding-left: 1.1rem;
}
.footer-section ul li a:hover::before {
    opacity: 1;
    left: 0;
}

/* Footer Bottom */
.footer-bottom {
    padding: 1rem 2rem;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.05);
    position: relative;
    z-index: 1;
}
.footer-bottom p {
    margin: 0;
    color: var(--text-light-gray);
    font-size: 0.8rem;
    letter-spacing: 0.02em;
}

@media (min-width: 768px) {
    .footer-container {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
        align-items: flex-start;
    }

    .footer-section {
        flex: 1;
        max-width: 300px;
    }

    .footer-section h4::after {
        left: 0;
        width: 24px;
    }

    .footer-section p {
        justify-content: flex-start;
    }
}

.menu-list-mobile-items {
  list-style: none;
  padding: 24px 20px;
  margin: 0;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.menu-list-mobile-items .item {
  width: 100%;
  display: flex;
  justify-content: center;
}

.menu-list-mobile-items .item a {
  width: 85%;
  max-width: 260px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 14px 18px;

  /* your original colors */
  background: var(--main-color);
  color: var(--white-color);

  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;

  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;

  text-decoration: none;

  box-shadow:
    0 4px 12px rgba(0,0,0,0.18),
    inset 0 1px 0 rgba(255,255,255,0.05);

  transition: all 0.25s ease;
}

.menu-list-mobile-items .item a:hover {
  transform: translateY(-3px);

  background: var(--secondary-color);

  box-shadow:
    0 10px 24px rgba(0,0,0,0.28),
    inset 0 1px 0 rgba(255,255,255,0.08);
}

.menu-list-mobile-items .item a:active {
  transform: scale(0.98);
}

.menu-list-mobile-items .nav-divider {
  width: 70%;
  height: 1px;
  background: rgba(255,255,255,0.08);
  margin: 10px auto;
}

@media (max-width: 768px) {
  .tp-layout {
    display: flex;
    flex-direction: column;
  }

  .tp-meta {
    order: -1;
    width: 100%;
    margin-bottom: 20px;
  }

  .tp-main {
    order: 1;
    width: 100%;
  }
}

.nav-wrapper-mobile .menu-button-mobile {
  width: 44px;
  height: 44px;
  min-width: 44px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(120, 213, 4, 0.08);
  border: 1px solid rgba(120, 213, 4, 0.25);
  border-radius: 14px;

  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  transition: all 0.25s ease;
}

.nav-wrapper-mobile .menu-button-mobile .icon-menu {
  width: 22px;
  height: 22px;
  padding: 0;

  color: var(--primary-green);
  background: transparent;
  border-radius: 0;
}

.nav-wrapper-mobile .menu-button-mobile:hover {
  background: rgba(120, 213, 4, 0.14);
  border-color: rgba(120, 213, 4, 0.45);
  transform: translateY(-2px);
}

.nav-wrapper-mobile .menu-button-mobile[aria-expanded="true"] {
  background: var(--primary-green);
  border-color: var(--primary-green);
}

.nav-wrapper-mobile .menu-button-mobile[aria-expanded="true"] .icon-menu {
  color: #0f172a;
  background: transparent !important;
}

.nav-wrapper-mobile {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mobile-user-avatar .user-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;

  border: 2px solid rgba(120, 213, 4, 0.55);
  background: rgba(120, 213, 4, 0.12);

  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.28);
}

.nav-wrapper-mobile .menu-button-mobile {
  width: 44px;
  height: 44px;
  min-width: 44px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(120, 213, 4, 0.08);
  border: 1px solid rgba(120, 213, 4, 0.25);
  border-radius: 14px;

  cursor: pointer;
  transition: all 0.25s ease;
}

.nav-wrapper-mobile .menu-button-mobile .icon-menu {
  width: 22px;
  height: 22px;
  padding: 0;

  color: var(--primary-green);
  background: transparent !important;
  border-radius: 0;
}

.nav-wrapper-mobile .menu-button-mobile:hover {
  background: rgba(120, 213, 4, 0.14);
  border-color: rgba(120, 213, 4, 0.45);
  transform: translateY(-2px);
}

.nav-wrapper-mobile .menu-button-mobile[aria-expanded="true"] {
  background: var(--primary-green);
  border-color: var(--primary-green);
}

.nav-wrapper-mobile .menu-button-mobile[aria-expanded="true"] .icon-menu {
  color: #0f172a;
}

.nav-wrapper-mobile {
  display: none;
}

/* Show only on phones */
@media (max-width: 768px) {
  .nav-wrapper-mobile {
    display: flex;
  }
}

@media (max-width: 768px) {
  .tickets-page .collapsible-nav-list,
  .tickets-page .collapsible-nav-list li,
  .tickets-page .collapsible-nav-list li:not(.current) {
    display: flex !important;
  }

  .tickets-page .collapsible-nav-list {
    flex-direction: column;
    gap: 10px;
    margin: 18px 16px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(120, 213, 4, 0.18);
    border-radius: 16px;
  }

  .tickets-page .collapsible-nav-list li {
    width: 100%;
    line-height: 1.2;
  }

  .tickets-page .collapsible-nav-list li a {
    width: 100%;
    display: block;
    padding: 12px 14px;
    border-radius: 12px;
    color: var(--text-white);
    background: rgba(255, 255, 255, 0.04);
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
  }

  .tickets-page .collapsible-nav-list li.current a {
    background: var(--primary-green);
    color: #ffffff;
  }
}

.tickets-page .collapsible-nav-list {
  display: flex !important;
  align-items: center;
  gap: 12px;

  margin: 24px 20px 22px;
  padding: 8px;

  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(120,213,4,0.16);
  border-radius: 18px;
  overflow-x: auto;
}

.tickets-page .collapsible-nav-list li,
.tickets-page .collapsible-nav-list li:not(.current) {
  display: block !important;
  margin: 0 !important;
  line-height: 1.2 !important;
  border: 0 !important;
  white-space: nowrap;
}

.tickets-page .collapsible-nav-list li a {
  display: block;
  padding: 12px 18px !important;

  color: var(--text-light-gray) !important;
  background: transparent;
  border-radius: 12px;

  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;

  transition: all 0.25s ease;
}

.tickets-page .collapsible-nav-list li a:hover {
  color: var(--text-white) !important;
  background: rgba(120,213,4,0.10);
}

.tickets-page .collapsible-nav-list li.current a {
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--primary-green), var(--secondary-green));
  box-shadow: 0 8px 22px rgba(120,213,4,0.22);
}

@media (max-width: 768px) {
  .tickets-page .collapsible-nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin: 18px 16px;
  }

  .tickets-page .collapsible-nav-list li a {
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    gap: 40px;
    padding: 40px 24px;
  }

  .footer-section {
    width: 100%;
  }
}