:root {
  --body-bg-color: #fff;
  --content-bg-color: #f5f5f5;
  --card-bg-color: #f5f5f5;
  --text-color: #555;
  --selection-bg: #262a30;
  --selection-color: #eee;
  --blockquote-color: #666;
  --link-color: #555;
  --link-hover-color: #222;
  --brand-color: #222;
  --brand-hover-color: #222;
  --table-row-odd-bg-color: #f9f9f9;
  --table-row-hover-bg-color: #f5f5f5;
  --menu-item-bg-color: #ddd;
  --theme-color: #222;
  --btn-default-bg: transparent;
  --btn-default-color: var(--link-color);
  --btn-default-border-color: var(--link-color);
  --btn-default-hover-bg: transparent;
  --btn-default-hover-color: var(--link-hover-color);
  --btn-default-hover-border-color: var(--link-hover-color);
  --highlight-background: #f3f3f3;
  --highlight-foreground: #444;
  --highlight-gutter-background: #e1e1e1;
  --highlight-gutter-foreground: #555;
  color-scheme: light;
}
@media (prefers-color-scheme: dark) {
  :root {
    --body-bg-color: #282828;
    --content-bg-color: #333;
    --card-bg-color: #555;
    --text-color: #ccc;
    --selection-bg: #bbb;
    --selection-color: #333;
    --blockquote-color: #bbb;
    --link-color: #ccc;
    --link-hover-color: #eee;
    --brand-color: #ddd;
    --brand-hover-color: #ddd;
    --table-row-odd-bg-color: #282828;
    --table-row-hover-bg-color: #363636;
    --menu-item-bg-color: #555;
    --theme-color: #222;
    --btn-default-bg: #222;
    --btn-default-color: #ccc;
    --btn-default-border-color: #555;
    --btn-default-hover-bg: #666;
    --btn-default-hover-color: #ccc;
    --btn-default-hover-border-color: #666;
    --highlight-background: #1c1b1b;
    --highlight-foreground: #fff;
    --highlight-gutter-background: #323131;
    --highlight-gutter-foreground: #e8e8e8;
    color-scheme: dark;
  }
  img {
    opacity: 0.75;
  }
  img:hover {
    opacity: 0.9;
  }
  iframe {
    color-scheme: light;
  }
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background: transparent;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px; /* 2 */
  -webkit-appearance: textfield; /* 1 */
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
::selection {
  background: var(--selection-bg);
  color: var(--selection-color);
}
html,
body {
  height: 100%;
}
body {
  background: var(--body-bg-color);
  box-sizing: border-box;
  color: var(--text-color);
  font-family: Lato, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 1em;
  line-height: 2;
  min-height: 100%;
  position: relative;
  transition: padding 0.2s ease-in-out;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Lato, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-weight: bold;
  line-height: 1.5;
  margin: 30px 0 15px;
}
h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.375em;
}
h3 {
  font-size: 1.25em;
}
h4 {
  font-size: 1.125em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 0.875em;
}
a {
  border-bottom: 1px solid #ccc;
  color: var(--link-color);
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  overflow-wrap: break-word;
}
a:hover {
  border-bottom-color: var(--link-hover-color);
  color: var(--link-hover-color);
}
iframe,
img,
video,
embed {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
hr {
  background-image: repeating-linear-gradient(-45deg, #ddd, #ddd 4px, transparent 4px, transparent 8px);
  border: 0;
  height: 3px;
  margin: 40px 0;
}
blockquote {
  border-left: 4px solid #ddd;
  color: var(--blockquote-color);
  margin: 0;
  padding: 0 15px;
}
blockquote cite::before {
  content: '-';
  padding: 0 5px;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0;
  padding: 0;
}
.table-container {
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.875em;
  margin: 0 0 20px;
  width: 100%;
}
tbody tr:nth-of-type(odd) {
  background: var(--table-row-odd-bg-color);
}
tbody tr:hover {
  background: var(--table-row-hover-bg-color);
}
caption,
th,
td {
  padding: 8px;
}
th,
td {
  border: 1px solid #ddd;
  border-bottom: 3px solid #ddd;
}
th {
  font-weight: 700;
  padding-bottom: 10px;
}
td {
  border-bottom-width: 1px;
}
.btn {
  background: var(--btn-default-bg);
  border: 2px solid var(--btn-default-border-color);
  border-radius: 0;
  color: var(--btn-default-color);
  display: inline-block;
  font-size: 0.875em;
  line-height: 2;
  padding: 0 20px;
  transition: background-color 0.2s ease-in-out;
}
.btn:hover {
  background: var(--btn-default-hover-bg);
  border-color: var(--btn-default-hover-border-color);
  color: var(--btn-default-hover-color);
}
.btn + .btn {
  margin: 0 0 8px 8px;
}
.btn .fa-fw {
  text-align: left;
  width: 1.285714285714286em;
}
.toggle {
  line-height: 0;
}
.toggle .toggle-line {
  background: #fff;
  display: block;
  height: 2px;
  left: 0;
  position: relative;
  top: 0;
  transition: 0.4s;
  transition-property: left, opacity, top, transform, width;
  width: 100%;
}
.toggle .toggle-line:first-child {
  margin-top: 1px;
}
.toggle .toggle-line:not(:first-child) {
  margin-top: 4px;
}
.toggle.toggle-arrow :first-child {
  left: 50%;
  top: 2px;
  transform: rotate(45deg);
  width: 50%;
}
.toggle.toggle-arrow :last-child {
  left: 50%;
  top: -2px;
  transform: rotate(-45deg);
  width: 50%;
}
.toggle.toggle-close :nth-child(2) {
  opacity: 0;
}
.toggle.toggle-close :first-child {
  top: 6px;
  transform: rotate(45deg);
}
.toggle.toggle-close :last-child {
  top: -6px;
  transform: rotate(-45deg);
}
pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}
code.hljs {
  padding: 3px 5px
}
/*!
  Theme: Default
  Description: Original highlight.js style
  Author: (c) Ivan Sagalaev <maniac@softwaremaniacs.org>
  Maintainer: @highlightjs/core-team
  Website: https://highlightjs.org/
  License: see project LICENSE
  Touched: 2021
*/
/*
This is left on purpose making default.css the single file that can be lifted
as-is from the repository directly without the need for a build step

Typically this "required" baseline CSS is added by `makestuff.js` during build.
*/
pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}
code.hljs {
  padding: 3px 5px
}
/* end baseline CSS */
.hljs {
  background: #F3F3F3;
  color: #444
}
/* Base color: saturation 0; */
.hljs-subst {
  /* default */
  
}
/* purposely ignored */
.hljs-formula,
.hljs-attr,
.hljs-property,
.hljs-params {
  
}
.hljs-comment {
  color: #697070
}
.hljs-tag,
.hljs-punctuation {
  color: #444a
}
.hljs-tag .hljs-name,
.hljs-tag .hljs-attr {
  color: #444
}
.hljs-keyword,
.hljs-attribute,
.hljs-selector-tag,
.hljs-meta .hljs-keyword,
.hljs-doctag,
.hljs-name {
  font-weight: bold
}
/* User color: hue: 0 */
.hljs-type,
.hljs-string,
.hljs-number,
.hljs-selector-id,
.hljs-selector-class,
.hljs-quote,
.hljs-template-tag,
.hljs-deletion {
  color: #880000
}
.hljs-title,
.hljs-section {
  color: #880000;
  font-weight: bold
}
.hljs-regexp,
.hljs-symbol,
.hljs-variable,
.hljs-template-variable,
.hljs-link,
.hljs-selector-attr,
.hljs-operator,
.hljs-selector-pseudo {
  color: #ab5656
}
/* Language color: hue: 90; */
.hljs-literal {
  color: #695
}
.hljs-built_in,
.hljs-bullet,
.hljs-code,
.hljs-addition {
  color: #397300
}
/* Meta color: hue: 200 */
.hljs-meta {
  color: #1f7199
}
.hljs-meta .hljs-string {
  color: #38a
}
/* Misc effects */
.hljs-emphasis {
  font-style: italic
}
.hljs-strong {
  font-weight: bold
}
@media (prefers-color-scheme: dark) {
pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}
code.hljs {
  padding: 3px 5px
}
/*!
  Theme: StackOverflow Dark
  Description: Dark theme as used on stackoverflow.com
  Author: stackoverflow.com
  Maintainer: @Hirse
  Website: https://github.com/StackExchange/Stacks
  License: MIT
  Updated: 2021-05-15

  Updated for @stackoverflow/stacks v0.64.0
  Code Blocks: /blob/v0.64.0/lib/css/components/_stacks-code-blocks.less
  Colors: /blob/v0.64.0/lib/css/exports/_stacks-constants-colors.less
*/
.hljs {
  /* var(--highlight-color) */
  color: #ffffff;
  /* var(--highlight-bg) */
  background: #1c1b1b
}
.hljs-subst {
  /* var(--highlight-color) */
  color: #ffffff
}
.hljs-comment {
  /* var(--highlight-comment) */
  color: #999999
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-meta .hljs-keyword,
.hljs-doctag,
.hljs-section {
  /* var(--highlight-keyword) */
  color: #88aece
}
.hljs-attr {
  /* var(--highlight-attribute); */
  color: #88aece
}
.hljs-attribute {
  /* var(--highlight-symbol) */
  color: #c59bc1
}
.hljs-name,
.hljs-type,
.hljs-number,
.hljs-selector-id,
.hljs-quote,
.hljs-template-tag {
  /* var(--highlight-namespace) */
  color: #f08d49
}
.hljs-selector-class {
  /* var(--highlight-keyword) */
  color: #88aece
}
.hljs-string,
.hljs-regexp,
.hljs-symbol,
.hljs-variable,
.hljs-template-variable,
.hljs-link,
.hljs-selector-attr {
  /* var(--highlight-variable) */
  color: #b5bd68
}
.hljs-meta,
.hljs-selector-pseudo {
  /* var(--highlight-keyword) */
  color: #88aece
}
.hljs-built_in,
.hljs-title,
.hljs-literal {
  /* var(--highlight-literal) */
  color: #f08d49
}
.hljs-bullet,
.hljs-code {
  /* var(--highlight-punctuation) */
  color: #cccccc
}
.hljs-meta .hljs-string {
  /* var(--highlight-variable) */
  color: #b5bd68
}
.hljs-deletion {
  /* var(--highlight-deletion) */
  color: #de7176
}
.hljs-addition {
  /* var(--highlight-addition) */
  color: #76c490
}
.hljs-emphasis {
  font-style: italic
}
.hljs-strong {
  font-weight: bold
}
.hljs-formula,
.hljs-operator,
.hljs-params,
.hljs-property,
.hljs-punctuation,
.hljs-tag {
  /* purposely ignored */
  
}
}
code,
kbd,
figure.highlight,
pre {
  background: var(--highlight-background);
  color: var(--highlight-foreground);
}
figure.highlight,
pre {
  line-height: 1.6;
  margin: 0 auto 20px;
}
figure.highlight figcaption,
pre .caption {
  background: var(--highlight-gutter-background);
  color: var(--highlight-foreground);
  display: flow-root;
  font-size: 0.875em;
  line-height: 1.2;
  padding: 0.5em;
}
figure.highlight figcaption a,
pre .caption a {
  color: var(--highlight-foreground);
  float: right;
}
figure.highlight figcaption a:hover,
pre .caption a:hover {
  border-bottom-color: var(--highlight-foreground);
}
pre,
code {
  font-family: consolas, Menlo, monospace, 'PingFang SC', 'Microsoft YaHei';
}
code {
  border-radius: 3px;
  font-size: 0.875em;
  padding: 2px 4px;
  overflow-wrap: break-word;
}
kbd {
  border: 2px solid #ccc;
  border-radius: 0.2em;
  box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1);
  font-family: inherit;
  padding: 0.1em 0.3em;
  white-space: nowrap;
}
figure.highlight {
  overflow: auto;
  position: relative;
  color-scheme: light;
}
@media (prefers-color-scheme: dark) {
  figure.highlight {
    color-scheme: dark;
  }
}
figure.highlight pre {
  border: 0;
  margin: 0;
  padding: 10px 0;
}
figure.highlight table {
  border: 0;
  margin: 0;
  width: auto;
}
figure.highlight td {
  border: 0;
  padding: 0;
}
figure.highlight .gutter {
  -webkit-user-select: none;
  user-select: none;
}
figure.highlight .gutter pre {
  background: var(--highlight-gutter-background);
  color: var(--highlight-gutter-foreground);
  padding-left: 10px;
  padding-right: 10px;
  text-align: right;
}
figure.highlight .code pre {
  padding-left: 10px;
  width: 100%;
}
figure.highlight .marked {
  background: rgba(0,0,0,0.3);
}
pre .caption {
  margin-bottom: 10px;
}
.gist table {
  width: auto;
}
.gist table td {
  border: 0;
}
pre {
  overflow: auto;
  padding: 10px;
}
pre code {
  background: none;
  padding: 0;
  text-shadow: none;
}
.blockquote-center {
  border-left: 0;
  margin: 40px 0;
  padding: 0;
  position: relative;
  text-align: center;
}
.blockquote-center::before,
.blockquote-center::after {
  left: 0;
  line-height: 1;
  opacity: 0.6;
  position: absolute;
  width: 100%;
}
.blockquote-center::before {
  border-top: 1px solid #ccc;
  text-align: left;
  top: -20px;
  content: '\f10d';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
}
.blockquote-center::after {
  border-bottom: 1px solid #ccc;
  bottom: -20px;
  text-align: right;
  content: '\f10e';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
}
.blockquote-center p,
.blockquote-center div {
  text-align: center;
}
.group-picture {
  margin-bottom: 20px;
}
.group-picture .group-picture-row {
  display: flex;
  gap: 3px;
  margin-bottom: 3px;
}
.group-picture .group-picture-column {
  flex: 1;
}
.group-picture .group-picture-column img {
  height: 100%;
  margin: 0;
  object-fit: cover;
  width: 100%;
}
.post-body .label {
  color: #555;
  padding: 0 2px;
}
.post-body .label.default {
  background: #f0f0f0;
}
.post-body .label.primary {
  background: #efe6f7;
}
.post-body .label.info {
  background: #e5f2f8;
}
.post-body .label.success {
  background: #e7f4e9;
}
.post-body .label.warning {
  background: #fcf6e1;
}
.post-body .label.danger {
  background: #fae8eb;
}
.post-body .link-grid {
  display: grid;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  margin-bottom: 20px;
  padding: 1rem;
}
.post-body .link-grid .link-grid-container {
  border: solid #ddd;
  box-shadow: 1rem 1rem 0.5rem rgba(0,0,0,0.5);
  min-height: 5rem;
  min-width: 0;
  padding: 0.5rem;
  position: relative;
  transition: background 0.3s;
}
.post-body .link-grid .link-grid-container:hover {
  animation: next-shake 0.5s;
  background: var(--card-bg-color);
}
.post-body .link-grid .link-grid-container:active {
  box-shadow: 0.5rem 0.5rem 0.25rem rgba(0,0,0,0.5);
  transform: translate(0.2rem, 0.2rem);
}
.post-body .link-grid .link-grid-container .link-grid-image {
  border: 1px solid #ddd;
  border-radius: 50%;
  box-sizing: border-box;
  height: 5rem;
  padding: 3px;
  position: absolute;
  width: 5rem;
}
.post-body .link-grid .link-grid-container p {
  margin: 0 1rem 0 6rem;
}
.post-body .link-grid .link-grid-container p:first-of-type {
  font-size: 1.2em;
}
.post-body .link-grid .link-grid-container p:last-of-type {
  font-size: 0.8em;
  line-height: 1.3rem;
  opacity: 0.7;
}
.post-body .link-grid .link-grid-container a {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@keyframes next-shake {
  0% {
    transform: translate(1pt, 1pt) rotate(0deg);
  }
  10% {
    transform: translate(-1pt, -2pt) rotate(-1deg);
  }
  20% {
    transform: translate(-3pt, 0pt) rotate(1deg);
  }
  30% {
    transform: translate(3pt, 2pt) rotate(0deg);
  }
  40% {
    transform: translate(1pt, -1pt) rotate(1deg);
  }
  50% {
    transform: translate(-1pt, 2pt) rotate(-1deg);
  }
  60% {
    transform: translate(-3pt, 1pt) rotate(0deg);
  }
  70% {
    transform: translate(3pt, 1pt) rotate(-1deg);
  }
  80% {
    transform: translate(-1pt, -1pt) rotate(1deg);
  }
  90% {
    transform: translate(1pt, 2pt) rotate(0deg);
  }
  100% {
    transform: translate(1pt, -2pt) rotate(-1deg);
  }
}
.post-body .note {
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 1em;
  position: relative;
  border: 1px solid #eee;
  border-left-width: 5px;
}
.post-body .note summary {
  cursor: pointer;
  outline: 0;
}
.post-body .note summary p {
  display: inline;
}
.post-body .note h2,
.post-body .note h3,
.post-body .note h4,
.post-body .note h5,
.post-body .note h6 {
  border-bottom: initial;
  margin: 0;
  padding-top: 0;
}
.post-body .note :first-child {
  margin-top: 0;
}
.post-body .note :last-child {
  margin-bottom: 0;
}
.post-body .note.default {
  border-left-color: #777;
}
.post-body .note.default h2,
.post-body .note.default h3,
.post-body .note.default h4,
.post-body .note.default h5,
.post-body .note.default h6 {
  color: #777;
}
.post-body .note.primary {
  border-left-color: #6f42c1;
}
.post-body .note.primary h2,
.post-body .note.primary h3,
.post-body .note.primary h4,
.post-body .note.primary h5,
.post-body .note.primary h6 {
  color: #6f42c1;
}
.post-body .note.info {
  border-left-color: #428bca;
}
.post-body .note.info h2,
.post-body .note.info h3,
.post-body .note.info h4,
.post-body .note.info h5,
.post-body .note.info h6 {
  color: #428bca;
}
.post-body .note.success {
  border-left-color: #5cb85c;
}
.post-body .note.success h2,
.post-body .note.success h3,
.post-body .note.success h4,
.post-body .note.success h5,
.post-body .note.success h6 {
  color: #5cb85c;
}
.post-body .note.warning {
  border-left-color: #f0ad4e;
}
.post-body .note.warning h2,
.post-body .note.warning h3,
.post-body .note.warning h4,
.post-body .note.warning h5,
.post-body .note.warning h6 {
  color: #f0ad4e;
}
.post-body .note.danger {
  border-left-color: #d9534f;
}
.post-body .note.danger h2,
.post-body .note.danger h3,
.post-body .note.danger h4,
.post-body .note.danger h5,
.post-body .note.danger h6 {
  color: #d9534f;
}
.post-body .tabs {
  margin-bottom: 20px;
}
.post-body .tabs,
.tabs-comment {
  padding-top: 10px;
}
.post-body .tabs ul.nav-tabs,
.tabs-comment ul.nav-tabs {
  background: var(--body-bg-color);
  display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 5;
}
@media (max-width: 413px) {
  .post-body .tabs ul.nav-tabs,
  .tabs-comment ul.nav-tabs {
    display: block;
    margin-bottom: 5px;
  }
}
.post-body .tabs ul.nav-tabs li.tab,
.tabs-comment ul.nav-tabs li.tab {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-radius: 0 0 0 0;
  border-top: 3px solid transparent;
  flex-grow: 1;
  list-style-type: none;
}
@media (max-width: 413px) {
  .post-body .tabs ul.nav-tabs li.tab,
  .tabs-comment ul.nav-tabs li.tab {
    border-bottom: 1px solid transparent;
    border-left: 3px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
  }
}
@media (max-width: 413px) {
  .post-body .tabs ul.nav-tabs li.tab,
  .tabs-comment ul.nav-tabs li.tab {
    border-radius: 0;
  }
}
.post-body .tabs ul.nav-tabs li.tab a,
.tabs-comment ul.nav-tabs li.tab a {
  border-bottom: initial;
  display: block;
  line-height: 1.8;
  padding: 0.25em 0.75em;
  text-align: center;
  transition: all 0.2s ease-out;
}
.post-body .tabs ul.nav-tabs li.tab a i[class^='fa'],
.tabs-comment ul.nav-tabs li.tab a i[class^='fa'] {
  width: 1.285714285714286em;
}
.post-body .tabs ul.nav-tabs li.tab.active,
.tabs-comment ul.nav-tabs li.tab.active {
  border-bottom-color: transparent;
  border-left-color: #ddd;
  border-right-color: #ddd;
  border-top-color: #fc6423;
}
@media (max-width: 413px) {
  .post-body .tabs ul.nav-tabs li.tab.active,
  .tabs-comment ul.nav-tabs li.tab.active {
    border-bottom-color: #ddd;
    border-left-color: #fc6423;
    border-right-color: #ddd;
    border-top-color: #ddd;
  }
}
.post-body .tabs ul.nav-tabs li.tab.active a,
.tabs-comment ul.nav-tabs li.tab.active a {
  cursor: default;
}
.post-body .tabs .tab-content,
.tabs-comment .tab-content {
  border: 1px solid #ddd;
  border-radius: 0 0 0 0;
  border-top-color: transparent;
}
@media (max-width: 413px) {
  .post-body .tabs .tab-content,
  .tabs-comment .tab-content {
    border-radius: 0;
    border-top-color: #ddd;
  }
}
.post-body .tabs .tab-content .tab-pane,
.tabs-comment .tab-content .tab-pane {
  padding: 20px 20px 0;
}
.post-body .tabs .tab-content .tab-pane:not(.active),
.tabs-comment .tab-content .tab-pane:not(.active) {
  display: none;
}
.pagination .prev,
.pagination .next,
.pagination .page-number,
.pagination .space {
  display: inline-block;
  margin: -1px 10px 0;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .pagination .prev,
  .pagination .next,
  .pagination .page-number,
  .pagination .space {
    margin: 0 5px;
  }
}
.pagination .page-number.current {
  background: #ccc;
  border-color: #ccc;
  color: var(--content-bg-color);
}
.pagination {
  border-top: 1px solid #eee;
  margin: 120px 0 0;
  text-align: left;
}
.pagination .prev,
.pagination .next,
.pagination .page-number {
  border-bottom: 0;
  border-top: 1px solid #eee;
  transition: border-color 0.2s ease-in-out;
}
.pagination .prev:hover,
.pagination .next:hover,
.pagination .page-number:hover {
  border-top-color: var(--link-hover-color);
}
@media (max-width: 767px) {
  .pagination {
    border-top: 0;
  }
  .pagination .prev,
  .pagination .next,
  .pagination .page-number {
    border-bottom: 1px solid #eee;
    border-top: 0;
  }
  .pagination .prev:hover,
  .pagination .next:hover,
  .pagination .page-number:hover {
    border-bottom-color: var(--link-hover-color);
  }
}
.pagination .space {
  margin: 0;
  padding: 0;
}
.comments {
  margin-top: 60px;
  overflow: hidden;
}
.comment-button-group {
  display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: center;
  margin: 1em 0;
}
.comment-button-group .comment-button {
  margin: 0.1em 0.2em;
}
.comment-button-group .comment-button.active {
  background: var(--btn-default-hover-bg);
  border-color: var(--btn-default-hover-border-color);
  color: var(--btn-default-hover-color);
}
.comment-position {
  display: none;
}
.comment-position.active {
  display: block;
}
.tabs-comment {
  margin-top: 4em;
  padding-top: 0;
}
.tabs-comment .comments {
  margin-top: 0;
  padding-top: 0;
}
.headband {
  background: var(--theme-color);
  height: 3px;
}
@media (max-width: 991px) {
  .headband {
    display: none;
  }
}
.site-brand-container {
  display: flex;
  flex-shrink: 0;
  padding: 0 10px;
}
.use-motion .column,
.use-motion .site-brand-container .toggle {
  opacity: 0;
}
.site-meta {
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .site-meta {
    text-align: center;
  }
}
.custom-logo-image {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .custom-logo-image {
    display: none;
  }
}
.brand {
  border-bottom: 0;
  color: var(--brand-color);
  display: inline-block;
  padding: 2px 1px;
}
.brand:hover {
  color: var(--brand-hover-color);
}
.site-title {
  font-family: Lato, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 1.375em;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
}
.site-subtitle {
  color: #999;
  font-size: 0.8125em;
  margin: 10px 0;
}
.use-motion .site-title,
.use-motion .site-subtitle,
.use-motion .custom-logo-image {
  opacity: 0;
  position: relative;
  top: -10px;
}
.site-nav-toggle,
.site-nav-right {
  display: none;
}
@media (max-width: 767px) {
  .site-nav-toggle,
  .site-nav-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.site-nav-toggle .toggle,
.site-nav-right .toggle {
  color: var(--text-color);
  padding: 10px;
  width: 22px;
}
.site-nav-toggle .toggle .toggle-line,
.site-nav-right .toggle .toggle-line {
  background: var(--text-color);
  border-radius: 1px;
}
@media (max-width: 767px) {
  .site-nav {
    --scroll-height: 0;
    height: 0;
    overflow: hidden;
    transition: 0.2s ease-in-out;
    transition-property: height, visibility;
    visibility: hidden;
  }
  body:not(.site-nav-on) .site-nav .animated {
    animation: none;
  }
  body.site-nav-on .site-nav {
    height: var(--scroll-height);
    visibility: unset;
  }
}
.menu {
  margin: 0;
  padding: 1em 0;
  text-align: center;
}
.menu-item {
  display: inline-block;
  list-style: none;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .menu-item {
    display: block;
    margin-top: 10px;
  }
  .menu-item.menu-item-search {
    display: none;
  }
}
.menu-item a {
  border-bottom: 0;
  display: block;
  font-size: 0.8125em;
  transition: border-color 0.2s ease-in-out;
}
.menu-item i[class^='fa'] {
  margin-right: 8px;
}
.menu-item .badge {
  background: #fff;
  border-radius: 10px;
  color: #555;
  font-weight: bold;
  line-height: 1;
  margin-left: 0.35em;
  padding: 1px 4px;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}
.use-motion .menu-item {
  visibility: hidden;
}
.sidebar {
  left: -320px;
}
.sidebar-active .sidebar {
  left: 0;
}
.sidebar {
  background: #222;
  bottom: 0;
  box-shadow: inset 0 2px 6px #000;
  max-height: 100vh;
  overflow-y: auto;
  position: fixed;
  top: 0;
  transition: 0.2s ease-out;
  transition-property: left, right;
  width: 320px;
  z-index: 20;
}
.sidebar a {
  border-bottom-color: #555;
  color: #999;
}
.sidebar a:hover {
  border-bottom-color: #eee;
  color: #eee;
}
.links-of-author:not(:first-child) {
  margin-top: 15px;
}
.links-of-author a {
  border-bottom-color: #555;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.links-of-author a::before {
  background: #ff2d00;
  display: inline-block;
  margin-right: 3px;
  transform: translateY(-2px);
  border-radius: 50%;
  content: ' ';
  height: 4px;
  width: 4px;
}
.links-of-blogroll-item {
  padding: 0 5px;
}
.popular-posts .popular-posts-item .popular-posts-link:hover {
  background: none;
}
.sidebar-dimmer {
  background: #000;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: visibility 0.4s, opacity 0.4s;
  visibility: hidden;
  width: 100%;
  z-index: 10;
}
.sidebar-active .sidebar-dimmer {
  opacity: 0.7;
  visibility: visible;
}
.sidebar-inner {
  color: #999;
  padding: 18px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sidebar-toggle {
  bottom: 61px;
  height: 16px;
  padding: 5px;
  width: 16px;
  background: #222;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  z-index: 30;
  left: 30px;
}
@media (max-width: 991px) {
  .sidebar-toggle {
    left: 20px;
  }
}
.sidebar-toggle:hover {
  opacity: 1;
}
@media (max-width: 991px) {
  .sidebar-toggle {
    opacity: 1;
  }
}
.sidebar-toggle:hover .toggle-line {
  background: #87daff;
}
@media (any-hover: hover) {
  body:not(.sidebar-active) .sidebar-toggle:hover :first-child {
    left: 50%;
    top: 2px;
    transform: rotate(45deg);
    width: 50%;
  }
  body:not(.sidebar-active) .sidebar-toggle:hover :last-child {
    left: 50%;
    top: -2px;
    transform: rotate(-45deg);
    width: 50%;
  }
}
.sidebar-active .sidebar-toggle :nth-child(2) {
  opacity: 0;
}
.sidebar-active .sidebar-toggle :first-child {
  top: 6px;
  transform: rotate(45deg);
}
.sidebar-active .sidebar-toggle :last-child {
  top: -6px;
  transform: rotate(-45deg);
}
.sidebar-nav {
  font-size: 0.875em;
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-left: 0;
  pointer-events: none;
  transition: 0.2s ease-in-out;
  transition-property: height, visibility;
  visibility: hidden;
}
.sidebar-nav-active .sidebar-nav {
  height: calc(2em + 1px);
  pointer-events: unset;
  visibility: unset;
}
.sidebar-nav li {
  border-bottom: 1px solid transparent;
  color: #666;
  cursor: pointer;
  display: inline-block;
  transition: 0.2s ease-in-out;
  transition-property: border-bottom-color, color;
}
.sidebar-nav li.sidebar-nav-overview {
  margin-left: 10px;
}
.sidebar-nav li:hover {
  color: #f5f5f5;
}
.sidebar-toc-active .sidebar-nav-toc,
.sidebar-overview-active .sidebar-nav-overview {
  border-bottom-color: #87daff;
  color: #87daff;
  transition-delay: 0.2s;
}
.sidebar-toc-active .sidebar-nav-toc:hover,
.sidebar-overview-active .sidebar-nav-overview:hover {
  color: #87daff;
}
.sidebar-panel-container {
  align-items: start;
  display: grid;
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 0;
  transition: padding-top 0.2s ease-in-out;
}
.sidebar-nav-active .sidebar-panel-container {
  padding-top: 20px;
}
.sidebar-panel {
  animation: deactivate-sidebar-panel 0.2s ease-in-out;
  grid-area: 1/1;
  height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translateY(0);
  transition: 0.2s ease-in-out;
  transition-delay: 0s;
  transition-property: opacity, transform, visibility;
  visibility: hidden;
}
.sidebar-nav-active .sidebar-panel,
.sidebar-overview-active .sidebar-panel.post-toc-wrap {
  transform: translateY(-20px);
}
.sidebar-overview-active:not(.sidebar-nav-active) .sidebar-panel.post-toc-wrap {
  transition-delay: 0s, 0.2s, 0s;
}
.sidebar-overview-active .sidebar-panel.site-overview-wrap,
.sidebar-toc-active .sidebar-panel.post-toc-wrap {
  animation-name: activate-sidebar-panel;
  height: auto;
  opacity: 1;
  pointer-events: unset;
  transform: translateY(0);
  transition-delay: 0.2s, 0.2s, 0s;
  visibility: unset;
}
.sidebar-panel.site-overview-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  justify-content: flex-start;
}
@keyframes deactivate-sidebar-panel {
  from {
    height: var(--inactive-panel-height, 0);
  }
  to {
    height: var(--active-panel-height, 0);
  }
}
@keyframes activate-sidebar-panel {
  from {
    height: var(--inactive-panel-height, auto);
  }
  to {
    height: var(--active-panel-height, auto);
  }
}
.post-toc {
  font-size: 0.875em;
}
.post-toc ol {
  list-style: none;
  margin: 0;
  padding: 0 2px 0 10px;
  text-align: left;
}
.post-toc ol > :last-child {
  margin-bottom: 5px;
}
.post-toc ol > ol {
  padding-left: 0;
}
.post-toc ol a {
  transition: all 0.2s ease-in-out;
}
.post-toc .nav-item {
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.post-toc .nav .nav-child {
  --height: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition-property: height, opacity, visibility;
  transition: 0.2s ease-in-out;
  visibility: hidden;
}
.post-toc .nav .active > .nav-child {
  height: var(--height, auto);
  opacity: 1;
  visibility: unset;
}
.post-toc .nav .active > a {
  border-bottom-color: #87daff;
  color: #87daff;
}
.post-toc .nav .active-current > a {
  color: #87daff;
}
.post-toc .nav .active-current > a:hover {
  color: #87daff;
}
.site-author-image {
  border: 2px solid #333;
  max-width: 96px;
  padding: 2px;
}
.site-author-name {
  color: #f5f5f5;
  font-weight: normal;
  margin: 5px 0 0;
}
.site-description {
  color: #999;
  font-size: 1em;
  margin-top: 5px;
}
.site-state {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1.4;
}
.site-state-item {
  padding: 0 15px;
}
.site-state-item a {
  border-bottom: 0;
  display: block;
}
.site-state-item-count {
  display: block;
  font-size: 1.25em;
  font-weight: 600;
}
.site-state-item-name {
  color: inherit;
  font-size: 0.875em;
}
.sidebar .sidebar-button:not(:first-child) {
  margin-top: 15px;
}
.sidebar .sidebar-button button {
  background: transparent;
  color: #fc6423;
  cursor: pointer;
  line-height: 2;
  padding: 0 15px;
  border: 1px solid #fc6423;
  border-radius: 4px;
}
.sidebar .sidebar-button button:hover {
  background: #fc6423;
  color: #fff;
}
.sidebar .sidebar-button button i[class^='fa'] {
  margin-right: 5px;
}
.links-of-author a {
  font-size: 0.8125em;
}
.links-of-author i[class^='fa'] {
  margin-right: 2px;
}
.cc-license .cc-opacity {
  border-bottom: 0;
  opacity: 0.7;
}
.cc-license .cc-opacity:hover {
  opacity: 0.9;
}
.cc-license img {
  display: inline-block;
}
.links-of-blogroll {
  font-size: 0.8125em;
}
.links-of-blogroll-title {
  font-size: 0.875em;
  font-weight: 600;
}
.links-of-blogroll-list {
  list-style: none;
  gap: 5px;
  margin: 5px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
.links-of-blogroll-item {
  max-width: 100%;
}
.links-of-blogroll-item a {
  box-sizing: border-box;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer {
  color: #999;
  font-size: 0.875em;
  padding: 20px 0;
  transition: 0.2s ease-in-out;
  transition-property: left, right;
}
.footer.footer-fixed {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
.footer-inner {
  box-sizing: border-box;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  width: 700px;
}
@media (max-width: 767px) {
  .footer-inner {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .footer-inner {
    width: 800px;
  }
}
@media (min-width: 1600px) {
  .footer-inner {
    width: 900px;
  }
}
.use-motion .footer {
  opacity: 0;
}
.languages {
  display: inline-block;
  font-size: 1.125em;
  position: relative;
}
.languages .lang-select-label span {
  margin: 0 0.5em;
}
.languages .lang-select {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.with-love {
  color: ;
  display: inline-block;
  margin: 0 5px;
}
.beian img {
  display: inline-block;
  margin: 0 3px;
  vertical-align: middle;
}
@keyframes icon-animate {
  0%, 100% {
    transform: scale(1);
  }
  10%, 30% {
    transform: scale(0.9);
  }
  20%, 40%, 60%, 80% {
    transform: scale(1.1);
  }
  50%, 70% {
    transform: scale(1.1);
  }
}
.back-to-top {
  font-size: 12px;
  align-items: center;
  bottom: -100px;
  color: #fff;
  display: flex;
  height: 26px;
  transition: 0.2s ease-in-out;
  transition-property: bottom;
  background: #222;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  z-index: 30;
  left: 30px;
}
.back-to-top span {
  margin-right: 8px;
  display: none;
}
.back-to-top .fa {
  text-align: center;
  width: 26px;
}
@media (max-width: 991px) {
  .back-to-top {
    left: 20px;
  }
}
.back-to-top:hover {
  opacity: 1;
}
@media (max-width: 991px) {
  .back-to-top {
    opacity: 1;
  }
}
.back-to-top:hover {
  color: #87daff;
}
.back-to-top.back-to-top-on {
  bottom: 30px;
}
.rtl.post-body p,
.rtl.post-body a,
.rtl.post-body h1,
.rtl.post-body h2,
.rtl.post-body h3,
.rtl.post-body h4,
.rtl.post-body h5,
.rtl.post-body h6,
.rtl.post-body li,
.rtl.post-body ul,
.rtl.post-body ol {
  direction: rtl;
  font-family: UKIJ Ekran;
}
.rtl.post-title {
  font-family: UKIJ Ekran;
}
.post-button {
  margin-top: 40px;
  text-align: left;
}
.use-motion .post-block,
.use-motion .pagination,
.use-motion .comments {
  visibility: hidden;
}
.use-motion .post-header {
  visibility: hidden;
}
.use-motion .post-body {
  visibility: hidden;
}
.use-motion .collection-header {
  visibility: hidden;
}
.posts-collapse .post-content {
  margin-bottom: 35px;
  margin-left: 35px;
  position: relative;
}
@media (max-width: 767px) {
  .posts-collapse .post-content {
    margin-left: 0;
    margin-right: 0;
  }
}
.posts-collapse .post-content .collection-title {
  font-size: 1.125em;
  position: relative;
}
.posts-collapse .post-content .collection-title::before {
  background: #999;
  border: 1px solid #fff;
  margin-left: -6px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  content: ' ';
  height: 10px;
  width: 10px;
}
.posts-collapse .post-content .collection-year {
  font-size: 1.5em;
  font-weight: bold;
  margin: 60px 0;
  position: relative;
}
.posts-collapse .post-content .collection-year .collection-year-count {
  font-size: 0.75em;
  background: #fff;
  border-radius: 10px;
  color: #555;
  font-weight: bold;
  line-height: 1;
  margin-left: 0.35em;
  padding: 1px 4px;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}
.posts-collapse .post-content .collection-year::before {
  background: #bbb;
  margin-left: -4px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  content: ' ';
  height: 8px;
  width: 8px;
}
.posts-collapse .post-content .collection-header {
  display: block;
  margin-left: 20px;
}
.posts-collapse .post-content .collection-header small {
  color: #bbb;
  margin-left: 5px;
}
.posts-collapse .post-content .post-header {
  border-bottom: 1px dashed #ccc;
  margin: 30px 2px 0;
  padding-left: 15px;
  position: relative;
  transition: border 0.2s ease-in-out;
}
.posts-collapse .post-content .post-header::before {
  background: #bbb;
  border: 1px solid #fff;
  left: -6px;
  position: absolute;
  top: 0.75em;
  transition: background 0.2s ease-in-out;
  border-radius: 50%;
  content: ' ';
  height: 6px;
  width: 6px;
}
.posts-collapse .post-content .post-header:hover {
  border-bottom-color: #666;
}
.posts-collapse .post-content .post-header:hover::before {
  background: #222;
}
.posts-collapse .post-content .post-meta-container {
  display: inline;
  font-size: 0.75em;
  margin-right: 10px;
}
.posts-collapse .post-content .post-title {
  display: inline;
}
.posts-collapse .post-content .post-title a {
  border-bottom: 0;
  color: var(--link-color);
}
.posts-collapse .post-content .post-title .fa {
  font-size: 0.875em;
  margin-left: 5px;
}
.posts-collapse .post-content::before {
  background: #f5f5f5;
  content: ' ';
  height: 100%;
  margin-left: -2px;
  position: absolute;
  top: 1.25em;
  width: 4px;
}
.post-body {
  font-family: Lato, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  overflow-wrap: break-word;
}
@media (min-width: 1200px) {
  .post-body {
    font-size: 1.125em;
  }
}
@media (min-width: 992px) {
  .post-body {
    text-align: justify;
  }
}
@media (max-width: 991px) {
  .post-body {
    text-align: justify;
  }
}
.post-body h1 .header-anchor,
.post-body h2 .header-anchor,
.post-body h3 .header-anchor,
.post-body h4 .header-anchor,
.post-body h5 .header-anchor,
.post-body h6 .header-anchor,
.post-body h1 .headerlink,
.post-body h2 .headerlink,
.post-body h3 .headerlink,
.post-body h4 .headerlink,
.post-body h5 .headerlink,
.post-body h6 .headerlink {
  border-bottom-style: none;
  color: inherit;
  float: right;
  font-size: 0.875em;
  margin-left: 10px;
  opacity: 0;
}
.post-body h1 .header-anchor::before,
.post-body h2 .header-anchor::before,
.post-body h3 .header-anchor::before,
.post-body h4 .header-anchor::before,
.post-body h5 .header-anchor::before,
.post-body h6 .header-anchor::before,
.post-body h1 .headerlink::before,
.post-body h2 .headerlink::before,
.post-body h3 .headerlink::before,
.post-body h4 .headerlink::before,
.post-body h5 .headerlink::before,
.post-body h6 .headerlink::before {
  content: '\f0c1';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
}
.post-body h1:hover .header-anchor,
.post-body h2:hover .header-anchor,
.post-body h3:hover .header-anchor,
.post-body h4:hover .header-anchor,
.post-body h5:hover .header-anchor,
.post-body h6:hover .header-anchor,
.post-body h1:hover .headerlink,
.post-body h2:hover .headerlink,
.post-body h3:hover .headerlink,
.post-body h4:hover .headerlink,
.post-body h5:hover .headerlink,
.post-body h6:hover .headerlink {
  opacity: 0.5;
}
.post-body h1:hover .header-anchor:hover,
.post-body h2:hover .header-anchor:hover,
.post-body h3:hover .header-anchor:hover,
.post-body h4:hover .header-anchor:hover,
.post-body h5:hover .header-anchor:hover,
.post-body h6:hover .header-anchor:hover,
.post-body h1:hover .headerlink:hover,
.post-body h2:hover .headerlink:hover,
.post-body h3:hover .headerlink:hover,
.post-body h4:hover .headerlink:hover,
.post-body h5:hover .headerlink:hover,
.post-body h6:hover .headerlink:hover {
  opacity: 1;
}
.post-body .exturl .fa {
  font-size: 0.875em;
  margin-left: 4px;
}
.post-body figure:not(.highlight) {
  margin: 0 auto 20px;
}
.post-body figure:not(.highlight) figcaption {
  color: #999;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1;
  margin: -15px auto 15px;
  text-align: center;
}
.post-body iframe,
.post-body img,
.post-body video,
.post-body embed {
  margin-bottom: 20px;
}
.post-body .video-container {
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-top: 75%;
  position: relative;
  width: 100%;
}
.post-body .video-container iframe,
.post-body .video-container object,
.post-body .video-container embed {
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.post-gallery {
  display: flex;
  min-height: 200px;
}
.post-gallery .post-gallery-image {
  flex: 1;
}
.post-gallery .post-gallery-image:not(:first-child) {
  clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%);
  margin-left: -20px;
}
.post-gallery .post-gallery-image:not(:last-child) {
  margin-right: -20px;
}
.post-gallery .post-gallery-image img {
  height: 100%;
  object-fit: cover;
  opacity: 1;
  width: 100%;
}
.posts-expand .post-gallery {
  margin-bottom: 60px;
}
.posts-collapse .post-gallery {
  margin: 15px 0;
}
.posts-expand .post-header {
  font-size: 1.125em;
  margin-bottom: 60px;
  text-align: center;
}
.posts-expand .post-title {
  font-size: 1.5em;
  font-weight: normal;
  margin: initial;
  overflow-wrap: break-word;
}
.posts-expand .post-title-link {
  border-bottom: 0;
  color: var(--link-color);
  display: inline-block;
  max-width: 100%;
  position: relative;
}
.posts-expand .post-title-link::before {
  background: var(--link-color);
  bottom: 0;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transition: transform 0.2s ease-in-out;
  width: 100%;
}
.posts-expand .post-title-link:hover::before {
  transform: scaleX(1);
}
.posts-expand .post-title-link .fa {
  font-size: 0.875em;
  margin-left: 5px;
}
.post-sticky-flag {
  display: inline-block;
  margin-right: 8px;
  transform: rotate(30deg);
}
.posts-expand .post-meta-container {
  color: #999;
  font-family: Lato, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.75em;
  margin-top: 3px;
}
.posts-expand .post-meta-container .post-description {
  font-size: 0.875em;
  margin-top: 2px;
}
.posts-expand .post-meta-container time {
  border-bottom: 1px dashed #999;
}
.post-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
:not(.post-meta-break) + .post-meta-item::before {
  content: '|';
  margin: 0 0.5em;
}
.post-meta-item-icon {
  margin-right: 3px;
}
@media (max-width: 991px) {
  .post-meta-item-text {
    display: none;
  }
}
.post-meta-break {
  flex-basis: 100%;
  height: 0;
}
.post-nav {
  border-top: 1px solid #eee;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-top: 1em;
  padding: 10px 5px 0;
}
.post-nav-item {
  flex: 1;
}
.post-nav-item a {
  border-bottom: 0;
  display: block;
  font-size: 0.875em;
  line-height: 1.6;
}
.post-nav-item a:active {
  top: 2px;
}
.post-nav-item .fa {
  font-size: 0.75em;
}
.post-nav-item:first-child .fa {
  margin-right: 5px;
}
.post-nav-item:last-child {
  text-align: right;
}
.post-nav-item:last-child .fa {
  margin-left: 5px;
}
.post-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.post-eof {
  background: #ccc;
  height: 1px;
  margin: 80px auto 60px;
  width: 8%;
}
.post-block:last-of-type .post-eof {
  display: none;
}
.post-tags {
  margin-top: 40px;
  text-align: left;
}
.post-tags a {
  display: inline-block;
  font-size: 0.8125em;
}
.post-tags a:not(:last-child) {
  margin-right: 10px;
}
.social-like {
  border-top: 1px solid #eee;
  font-size: 0.875em;
  margin-top: 1em;
  padding-top: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.social-like a {
  border-bottom: none;
}
.reward-container {
  margin: 1em 0 0;
  padding: 1em 0;
  text-align: center;
}
.reward-container button {
  background: transparent;
  color: #87daff;
  cursor: pointer;
  line-height: 2;
  padding: 0 15px;
  border: 2px solid #87daff;
  border-radius: 2px;
  outline: 0;
  vertical-align: text-top;
}
.reward-container button:hover {
  background: #87daff;
  color: #fff;
}
.post-reward {
  display: none;
  padding-top: 20px;
}
.post-reward.active {
  display: block;
}
.post-reward div {
  display: inline-block;
}
.post-reward div span {
  display: block;
}
.post-reward img {
  display: inline-block;
  margin: 0.8em 2em 0;
  max-width: 100%;
  width: 180px;
}
@keyframes next-roll {
  from {
    transform: rotateZ(30deg);
  }
  to {
    transform: rotateZ(-30deg);
  }
}
.category-all-page .category-all-title {
  text-align: center;
}
.category-all-page .category-all {
  margin-top: 20px;
}
.category-all-page .category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.category-all-page .category-list-item {
  margin: 5px 10px;
}
.category-all-page .category-list-count {
  font-size: 0.75em;
  background: #fff;
  border-radius: 10px;
  color: #555;
  font-weight: bold;
  line-height: 1;
  margin-left: 0.35em;
  padding: 1px 4px;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}
.category-all-page .category-list-child {
  padding-left: 10px;
}
.event-list hr {
  background: #222;
  margin: 20px 0 45px;
}
.event-list hr::after {
  background: #222;
  color: #fff;
  content: 'NOW';
  display: inline-block;
  font-weight: bold;
  padding: 0 5px;
}
.event-list .event {
  --event-background: #222;
  --event-foreground: #bbb;
  --event-title: #fff;
  background: var(--event-background);
  padding: 15px;
}
.event-list .event .event-summary {
  border-bottom: 0;
  color: var(--event-title);
  margin: 0;
  padding: 0 0 0 35px;
  position: relative;
}
.event-list .event .event-summary::before {
  animation: dot-flash 1s alternate infinite ease-in-out;
  background: var(--event-title);
  left: 0;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  content: ' ';
  height: 12px;
  width: 12px;
}
.event-list .event:nth-of-type(odd) .event-summary::before {
  animation-delay: 0.5s;
}
.event-list .event:not(:last-child) {
  margin-bottom: 20px;
}
.event-list .event .event-relative-time {
  color: var(--event-foreground);
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  padding-left: 12px;
}
.event-list .event .event-details {
  color: var(--event-foreground);
  display: block;
  line-height: 18px;
  padding: 6px 0 6px 35px;
}
.event-list .event .event-details::before {
  color: var(--event-foreground);
  display: inline-block;
  margin-right: 9px;
  width: 14px;
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
}
.event-list .event .event-details.event-location::before {
  content: '\f041';
}
.event-list .event .event-details.event-duration::before {
  content: '\f017';
}
.event-list .event .event-details.event-description::before {
  content: '\f024';
}
.event-list .event-past {
  --event-background: #f5f5f5;
  --event-foreground: #999;
  --event-title: #222;
}
@keyframes dot-flash {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
ul.breadcrumb {
  font-size: 0.75em;
  list-style: none;
  margin: 1em 0;
  padding: 0 2em;
  text-align: center;
}
ul.breadcrumb li {
  display: inline;
}
ul.breadcrumb li:not(:first-child)::before {
  content: '/\00a0';
  font-weight: normal;
  padding: 0.5em;
}
ul.breadcrumb li:last-child {
  font-weight: bold;
}
.tag-cloud {
  text-align: center;
}
.tag-cloud a {
  display: inline-block;
  margin: 10px;
}
.tag-cloud-0 {
  border-bottom-color: #aaa;
  color: #aaa;
}
.tag-cloud-1 {
  border-bottom-color: #9a9a9a;
  color: #9a9a9a;
}
.tag-cloud-2 {
  border-bottom-color: #8b8b8b;
  color: #8b8b8b;
}
.tag-cloud-3 {
  border-bottom-color: #7c7c7c;
  color: #7c7c7c;
}
.tag-cloud-4 {
  border-bottom-color: #6c6c6c;
  color: #6c6c6c;
}
.tag-cloud-5 {
  border-bottom-color: #5d5d5d;
  color: #5d5d5d;
}
.tag-cloud-6 {
  border-bottom-color: #4e4e4e;
  color: #4e4e4e;
}
.tag-cloud-7 {
  border-bottom-color: #3e3e3e;
  color: #3e3e3e;
}
.tag-cloud-8 {
  border-bottom-color: #2f2f2f;
  color: #2f2f2f;
}
.tag-cloud-9 {
  border-bottom-color: #202020;
  color: #202020;
}
.tag-cloud-10 {
  border-bottom-color: #111;
  color: #111;
}
@media (prefers-color-scheme: dark) {
  .tag-cloud-0 {
    border-bottom-color: #555;
    color: #555;
  }
  .tag-cloud-1 {
    border-bottom-color: #646464;
    color: #646464;
  }
  .tag-cloud-2 {
    border-bottom-color: #737373;
    color: #737373;
  }
  .tag-cloud-3 {
    border-bottom-color: #828282;
    color: #828282;
  }
  .tag-cloud-4 {
    border-bottom-color: #929292;
    color: #929292;
  }
  .tag-cloud-5 {
    border-bottom-color: #a1a1a1;
    color: #a1a1a1;
  }
  .tag-cloud-6 {
    border-bottom-color: #b0b0b0;
    color: #b0b0b0;
  }
  .tag-cloud-7 {
    border-bottom-color: #c0c0c0;
    color: #c0c0c0;
  }
  .tag-cloud-8 {
    border-bottom-color: #cfcfcf;
    color: #cfcfcf;
  }
  .tag-cloud-9 {
    border-bottom-color: #dedede;
    color: #dedede;
  }
  .tag-cloud-10 {
    border-bottom-color: #eee;
    color: #eee;
  }
}
mark.search-keyword {
  background: transparent;
  border-bottom: 1px dashed #ff2a2a;
  color: #ff2a2a;
  font-weight: bold;
}
.use-motion .animated {
  animation-fill-mode: none;
  visibility: inherit;
}
.use-motion .sidebar .animated {
  animation-fill-mode: both;
}
hr {
  height: 2px;
  margin: 20px 0;
}
.btn {
  padding: 0 10px;
}
.headband {
  display: none;
}
@media (max-width: 767px) {
  .pagination {
    margin: 80px 0 0;
    text-align: center;
  }
}
.footer {
  background: var(--content-bg-color);
  color: var(--text-color);
  padding: 10px 0;
}
@media (max-width: 767px) {
  .footer-inner {
    text-align: center;
  }
}
.column {
  background: var(--content-bg-color);
}
header.header {
  align-items: center;
  display: flex;
  padding: 20px 0;
}
@media (max-width: 767px) {
  header.header {
    display: block;
    padding: 10px 0;
  }
}
.site-meta {
  line-height: normal;
}
@media (max-width: 767px) {
  .site-meta .brand {
    display: block;
  }
}
.site-meta .site-title {
  font-weight: bolder;
}
.logo-line {
  background: var(--brand-color);
  display: block;
  height: 2px;
  margin: 0 auto;
  width: 75%;
}
@media (max-width: 767px) {
  .logo-line {
    display: none;
  }
}
.use-motion .logo-line:first-of-type {
  transform: scaleX(0);
  transform-origin: left;
}
.use-motion .logo-line:last-of-type {
  transform: scaleX(0);
  transform-origin: right;
}
.site-subtitle {
  display: none;
}
.site-nav {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .site-nav {
    padding: 0 10px 0;
  }
}
@media (max-width: 767px) {
  .main-menu {
    padding-top: 10px;
  }
}
.menu {
  padding: 0;
}
.menu .menu-item {
  margin: 0;
}
@media (max-width: 767px) {
  .menu .menu-item {
    margin-top: 5px;
  }
}
.menu .menu-item a {
  border-radius: 2px;
  padding: 0 10px;
  transition-property: background;
}
@media (max-width: 767px) {
  .menu .menu-item a {
    text-align: left;
    display: flex;
    align-items: center;
  }
  .menu .menu-item a .badge {
    margin-left: auto;
  }
}
.posts-expand.index .post-header {
  text-align: left;
}
@media (max-width: 767px) {
  .posts-expand.index .post-header {
    text-align: center;
  }
}
.posts-expand.index .post-meta-container {
  margin-top: 5px;
}
.posts-expand.index .post-meta {
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .posts-expand.index .post-meta {
    justify-content: center;
  }
}
.posts-expand .post-eof {
  display: none;
}
.posts-expand .post-block:not(:first-of-type) {
  margin-top: 120px;
}
.posts-expand .post-header {
  margin-bottom: 20px;
}
.posts-expand .post-tags a {
  background: var(--content-bg-color);
  border-bottom: 0;
  padding: 1px 5px;
}
.posts-expand .post-tags a:hover {
  background: var(--menu-item-bg-color);
}
.posts-expand .post-nav {
  margin-top: 40px;
}
.post-button {
  margin-top: 20px;
}
.post-button .btn {
  background: none;
  border: 0;
  border-bottom: 2px solid var(--btn-default-border-color);
  padding: 0;
  transition-property: border;
}
.post-button .btn:hover {
  border-bottom-color: var(--btn-default-hover-border-color);
}
header.header {
  margin: 0 auto;
  width: 700px;
}
@media (max-width: 767px) {
  header.header {
    width: auto;
  }
}
@media (min-width: 1200px) {
  header.header {
    width: 800px;
  }
}
@media (min-width: 1600px) {
  header.header {
    width: 900px;
  }
}
.main-inner {
  margin: 0 auto;
  width: 700px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .main-inner {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .main-inner {
    width: 800px;
  }
}
@media (min-width: 1600px) {
  .main-inner {
    width: 900px;
  }
}
@media (max-width: 767px) {
  .main-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.post-block:first-of-type {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .post-block:first-of-type {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .sidebar-dimmer {
    display: none;
  }
  .sidebar-active {
    padding-left: 320px;
  }
  .sidebar-active .footer-fixed {
    left: 320px;
  }
}
.sub-menu {
  margin: 10px 0;
}
.sub-menu .menu-item {
  display: inline-block;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  background: #0d1117;
  color: #c9d1d9;
  overflow-x: hidden;
}
.header-container {
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(13,17,23,0.6);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  z-index: 9999;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
}
.header-container:hover {
  background: rgba(13,17,23,0.9);
}
.header {
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 max(20px, calc(50% - 600px));
  height: 100%;
  border-bottom: none;
  width: 100%;
}
.main {
  padding-top: 80px;
  width: 100%;
}
.site-brand-container {
  background: transparent;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  box-shadow: none;
  order: 1;
}
.site-title {
  color: #fff !important;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}
.logo-line {
  display: none;
}
.site-nav {
  display: flex !important;
  background: transparent;
  padding: 0;
  margin: 0 20px;
  flex-grow: 1;
  border: none;
  align-items: center;
  justify-content: center;
  order: 2;
}
.site-nav ul.menu {
  display: flex;
  justify-content: flex-start;
  background: transparent;
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
  list-style: none;
  width: 100%;
}
.menu-item {
  display: inline-block;
  margin: 15px;
  padding: 0;
  position: relative;
}
.menu-item a {
  color: #c9d1d9 !important;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  padding: 15px !important;
  border-radius: 20px;
  line-height: normal;
  position: relative;
}
.menu-item a:hover,
.menu-item-active {
  color: #fff !important;
  background: rgba(59,130,246,0.1) !important;
  text-shadow: 0 0 12px rgba(59,130,246,0.8);
  transform: translateY(-1px);
  border-bottom: 2px solid #3b82f6 !important;
}
.menu-item a::after {
  display: none;
}
.menu-item i {
  margin-right: 5px;
  display: none;
}
.site-nav-toggle {
  display: none;
}
.site-nav-right {
  display: none;
}
@media (max-width: 991px) {
  .header {
    padding: 0 20px;
    height: 60px;
  }
  .main {
    padding-top: 60px;
  }
  .site-nav {
    display: none !important;
  }
  .site-nav-toggle {
    display: block;
    float: left;
    margin-right: 15px;
  }
  .site-nav-toggle .toggle {
    color: #fff;
    width: 30px;
    height: 22px;
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
  }
  .site-nav-toggle .toggle .toggle-line {
    background: #fff;
    height: 3px;
    width: 100%;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    margin-top: 6px;
    position: relative;
    display: block;
    transition: all 0.2s ease-in-out;
  }
  .site-nav-toggle .toggle .toggle-line:first-child {
    margin-top: 0;
  }
  .site-nav-toggle .toggle.toggle-close .toggle-line:first-child {
    top: 9px;
    transform: rotate(45deg);
  }
  .site-nav-toggle .toggle.toggle-close .toggle-line:nth-child(2) {
    opacity: 0;
  }
  .site-nav-toggle .toggle.toggle-close .toggle-line:last-child {
    top: -9px;
    transform: rotate(-45deg);
  }
  .site-brand-container {
    margin-left: 0;
  }
  body.site-nav-on .site-nav {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    background: rgba(13,17,23,0.98);
    backdrop-filter: blur(10px);
    z-index: 9998;
    padding: 40px 20px;
    overflow-y: auto;
    animation: fadeIn 0.3s ease;
  }
  body.site-nav-on .site-nav ul.menu {
    flex-direction: column;
    padding: 0;
    gap: 30px; /* Increased gap for better spacing */
    width: 100%;
    align-items: center;
  }
  body.site-nav-on .menu-item {
    display: block;
    margin: 0;
    text-align: center;
    width: 100%;
    max-width: 300px; /* Limit width for better aesthetic */
  }
  body.site-nav-on .menu-item a {
    justify-content: center;
    font-size: 20px;
    padding: 15px !important;
    border-radius: 8px;
  }
@keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
}
}
.carousel-container {
  width: 100%;
  height: 680px; /* Increased height to compensate for header overlap */
  position: relative;
  margin-bottom: 20px;
  margin-top: -80px; /* Pull up behind header */
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 40%, rgba(0,0,0,0.6) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding-top: 80px;
}
.slide-content h2 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #fff;
}
.slide-content p {
  font-size: 18px;
  margin-bottom: 32px;
  color: #eee;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.slide-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.slide-buttons a {
  padding: 12px 32px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}
.btn-primary {
  background: #3b82f6; /* Blue */
  color: #fff !important;
}
.btn-primary:hover {
  background: #2563eb;
}
.btn-secondary {
  background: transparent;
  border: 1px solid #fff;
  color: #fff !important;
}
.btn-secondary:hover {
  background: rgba(255,255,255,0.1);
}
.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #3b82f6;
}
@media (max-width: 768px) {
  .carousel-container {
    height: 400px;
  }
  .slide-content h2 {
    font-size: 32px;
  }
  .slide-content p {
    font-size: 16px;
    padding: 0 20px;
  }
}
.applications-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}
.section-header {
  text-align: center;
  margin-bottom: 50px;
}
.section-title {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 16px;
}
.section-subtitle {
  font-size: 16px;
  color: #8b949e;
}
.applications-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.app-card {
  height: 320px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.app-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.app-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.1) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  transition: background 0.3s ease;
}
.app-card:hover .app-card-overlay {
  background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.2) 100%);
}
.app-card-content h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 12px;
}
.app-card-content p {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 20px;
  line-height: 1.6;
}
.app-tags {
  display: flex;
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.app-tags span {
  background: rgba(255,255,255,0.2);
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,0.1);
}
@media (max-width: 768px) {
  .applications-grid {
    grid-template-columns: 1fr;
  }
  .app-card {
    height: 280px;
  }
  .section-title {
    font-size: 28px;
  }
}
.latest-news-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background: transparent;
}
.latest-news-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
.header-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.news-badge {
  display: inline-block;
  background: #f3e8ff;
  color: #9333ea;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  width: fit-content;
}
.news-title {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  line-height: 1.2;
}
.view-all-link {
  color: #8b949e;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  padding-bottom: 5px;
}
.view-all-link:hover {
  color: #3b82f6;
  gap: 12px;
}
.latest-news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.news-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  height: 280px;
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid #e1e4e8;
}
.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.news-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  font-size: 12px;
}
.news-date {
  color: #6b7280;
}
.news-category {
  background: #eff6ff;
  color: #3b82f6;
  padding: 4px 10px;
  border-radius: 12px;
  font-weight: 500;
}
.news-card-title {
  text-decoration: none;
  color: #111827;
  margin-bottom: 12px;
  display: block;
}
.news-card-title h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
}
.news-card-title:hover h3 {
  color: #3b82f6;
}
.news-card-excerpt {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  flex-grow: 1;
}
.news-card-footer {
  margin-top: 20px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}
.news-card:hover .news-card-footer {
  opacity: 1;
  transform: translateY(0);
}
.read-more {
  color: #3b82f6;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
}
.read-more:hover {
  gap: 10px;
}
@media (max-width: 991px) {
  .latest-news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .latest-news-grid {
    grid-template-columns: 1fr;
  }
  .latest-news-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .news-title {
    font-size: 28px;
  }
}
.custom-post-list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.custom-post-item {
  display: flex;
  background: transparent;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  transition: none;
  height: auto;
  padding-bottom: 30px;
  border-bottom: 1px solid #30363d;
}
.custom-post-item:last-child {
  border-bottom: none;
}
.custom-post-item:hover {
  transform: none;
  box-shadow: none;
}
.custom-post-image {
  width: 240px;
  height: 140px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
}
.custom-post-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.post-img-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
}
.custom-post-info {
  padding: 0 0 0 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.post-item-title {
  text-decoration: none;
  color: #fff;
  margin-bottom: 10px;
}
.post-item-title h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
  color: #fff;
}
.post-item-title:hover h3 {
  color: #3b82f6;
}
.post-item-excerpt {
  color: #8b949e;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-grow: 0;
}
.post-item-meta {
  display: flex;
  align-items: center;
  font-size: 13px;
  margin-top: auto;
}
.post-date {
  color: #6e7681;
}
@media (max-width: 768px) {
  .custom-post-item {
    flex-direction: column;
    padding-bottom: 20px;
  }
  .custom-post-image {
    width: 100%;
    height: 180px;
    margin-bottom: 15px;
  }
  .custom-post-info {
    padding: 0;
  }
}
.about-section {
  width: 100%;
  background: #fff;
  padding: 100px 0;
  margin-top: 60px;
}
.about-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 60px;
}
.about-text-container {
  flex: 1;
}
.about-badge {
  display: inline-block;
  background: #fff7ed;
  color: #ea580c;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}
.about-title {
  font-size: 36px;
  font-weight: bold;
  color: #111827;
  margin: 0 0 24px 0;
  line-height: 1.2;
}
.about-description {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.8;
  margin-bottom: 40px;
}
.about-stats {
  display: flex;
  gap: 24px;
  margin-bottom: 40px;
}
.stat-card {
  flex: 1;
  padding: 24px;
  border-radius: 12px;
}
.stat-card.blue {
  background: #eff6ff;
}
.stat-card.green {
  background: #f0fdf4;
}
.stat-number {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 8px;
}
.stat-card.blue .stat-number {
  color: #2563eb;
}
.stat-card.green .stat-number {
  color: #16a34a;
}
.stat-label {
  font-size: 14px;
  color: #6b7280;
}
.about-tags {
  display: flex;
  gap: 24px;
}
.tag-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #4b5563;
  font-weight: 500;
}
.tag-item i {
  color: #3b82f6;
  background: #eff6ff;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
}
.about-image-container {
  flex: 1;
  position: relative;
  height: 500px;
}
.main-image {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}
.floating-card {
  position: absolute;
  bottom: 40px;
  left: -30px;
  background: #fff;
  padding: 24px 32px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  gap: 16px;
}
.floating-number {
  font-size: 48px;
  font-weight: bold;
  color: #2563eb;
  line-height: 1;
}
.floating-text {
  display: flex;
  flex-direction: column;
}
.year-label {
  font-size: 18px;
  font-weight: bold;
  color: #111827;
}
.desc-label {
  font-size: 14px;
  color: #6b7280;
}
@media (max-width: 991px) {
  .about-content {
    flex-direction: column;
    gap: 40px;
  }
  .about-image-container {
    width: 100%;
    height: 400px;
  }
  .floating-card {
    left: 20px;
    bottom: 20px;
  }
}
.page-type-service {
  padding: 0 !important;
  width: 100% !important;
  margin-top: 0 !important;
}
.page-type-service .post-block {
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  margin: 0 !important;
}
.page-type-service .post-body {
  padding: 0 !important;
}
.service-page {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  background: #0d1117;
  width: 100%;
}
.service-hero-section {
  position: relative;
  height: 50vh;
  min-height: 400px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.service-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d?q=80&w=2084&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  filter: brightness(0.4);
  z-index: 0;
}
.service-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 800px;
  padding: 0 20px;
}
.service-hero-content h1 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 24px;
  line-height: 1.2;
}
.service-hero-content p {
  font-size: 18px;
  color: #cbd5e1;
  margin-bottom: 0;
  line-height: 1.6;
}
.service-list-section {
  padding: 100px 0;
  background: #0d1117;
}
.service-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.service-item {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 100px;
}
.service-item:last-child {
  margin-bottom: 0;
}
.service-item.reversed {
  flex-direction: row-reverse;
}
.service-img {
  flex: 1;
  height: 400px;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
  transition: transform 0.3s ease;
}
.service-item:hover .service-img {
  transform: scale(1.02);
}
.service-content {
  flex: 1;
  padding: 20px;
}
.service-icon {
  width: 60px;
  height: 60px;
  background: #1e293b;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: #3b82f6;
  font-size: 24px;
}
.service-content h3 {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
.service-content p {
  font-size: 16px;
  color: #94a3b8;
  line-height: 1.8;
  margin-bottom: 32px;
}
.btn-service {
  display: inline-block;
  padding: 12px 32px;
  background: #3b82f6;
  color: #fff !important;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}
.btn-service:hover {
  background: #2563eb;
}
.service-contact-section {
  padding: 100px 0;
  background: #0f172a;
}
.contact-box {
  background: #1e293b;
  border-radius: 24px;
  padding: 60px;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}
.contact-box h2 {
  text-align: center;
  font-size: 36px;
  color: #fff;
  margin-bottom: 16px;
}
.contact-box p {
  text-align: center;
  color: #94a3b8;
  margin-bottom: 40px;
}
.service-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form-row {
  display: flex;
  gap: 20px;
}
.form-row .form-group {
  flex: 1;
}
.form-group label {
  display: block;
  color: #cbd5e1;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  background: #0f172a;
  border: 1px solid #334155;
  border-radius: 8px;
  padding: 12px 16px;
  color: #fff;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s ease;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #3b82f6;
}
.btn-submit-service {
  background: #3b82f6;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
  transition: background 0.3s ease;
  width: 100%;
}
.btn-submit-service:hover {
  background: #2563eb;
}
@media (max-width: 991px) {
  .service-item {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 60px;
  }
  .service-item.reversed {
    flex-direction: column;
  }
  .service-img {
    width: 100%;
    height: 300px;
  }
  .contact-box {
    padding: 30px;
  }
  .form-row {
    flex-direction: column;
    gap: 20px;
  }
}
.page-type-application {
  padding: 0 !important;
  width: 100% !important;
  margin-top: 0 !important;
}
.page-type-application .post-block {
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  margin: 0 !important;
}
.page-type-application .post-body {
  padding: 0 !important;
}
.application-page {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  background: #0d1117;
  width: 100%;
}
.app-hero-section {
  position: relative;
  height: 60vh;
  min-height: 500px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.app-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://images.unsplash.com/photo-1550751827-4bd374c3f58b?q=80&w=2070&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  filter: brightness(0.4);
  z-index: 0;
}
.app-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 1200px;
  padding: 0 20px;
}
.app-hero-content h1 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 24px;
  line-height: 1.2;
}
.app-hero-content p {
  font-size: 18px;
  color: #cbd5e1;
  margin-bottom: 40px;
  line-height: 1.6;
}
.btn-scroll-down {
  display: inline-block;
  padding: 12px 32px;
  background: #3b82f6;
  color: #fff !important;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.btn-scroll-down:hover {
  background: #2563eb;
  transform: translateY(-2px);
}
.app-cases-section {
  padding: 100px 0;
  max-width: 1200px;
  margin: 0 auto;
}
.app-cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
  padding: 0 20px;
}
.app-case-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #161b22;
  transition: all 0.4s ease;
  height: 420px;
  display: flex;
  flex-direction: column;
}
.app-case-card.large {
  grid-column: span 2;
  flex-direction: row;
}
.app-case-card.large .case-img {
  width: 50%;
  flex: none;
}
.case-img {
  flex: 1;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}
.app-case-card:hover .case-img {
  transform: scale(1.05);
}
.case-content {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #161b22;
  z-index: 1;
}
.app-case-card.medium .case-img {
  height: 200px;
  flex: none;
}
.app-case-card.medium .case-content {
  flex: 1;
  padding: 30px;
}
.app-case-card.medium {
  grid-column: span 1;
}
@media (max-width: 1200px) {
  .app-cases-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .app-cases-grid {
    grid-template-columns: 1fr;
  }
  .app-case-card.large {
    grid-column: span 1;
    flex-direction: column;
  }
  .app-case-card.large .case-img {
    width: 100%;
    height: 250px;
  }
}
.case-category {
  color: #3b82f6;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.case-content h3 {
  font-size: 24px;
  color: #fff;
  margin: 0 0 16px 0;
  font-weight: bold;
}
.case-content p {
  font-size: 15px;
  color: #94a3b8;
  line-height: 1.6;
  margin-bottom: 24px;
}
.case-link {
  color: #3b82f6;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  margin-top: auto;
  padding: 8px 0;
}
.case-link:hover {
  color: #60a5fa;
  gap: 12px;
}
.app-contact-section {
  padding: 100px 0;
  background: #0f172a;
  position: relative;
}
.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  gap: 80px;
  align-items: flex-start;
}
.contact-info {
  flex: 1;
}
.contact-info h2 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 24px;
}
.team-desc {
  font-size: 16px;
  color: #94a3b8;
  line-height: 1.8;
  margin-bottom: 40px;
}
.contact-methods {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.method-item {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #fff;
  font-size: 16px;
}
.method-item i {
  width: 40px;
  height: 40px;
  background: #1e293b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3b82f6;
}
.contact-form-wrapper {
  flex: 1;
  background: #1e293b;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}
.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-group:nth-child(3),
.form-group:nth-child(4),
.form-group:nth-child(5),
.form-group:nth-child(6) {
  grid-column: span 2;
}
.form-group label {
  color: #cbd5e1;
  font-size: 14px;
  font-weight: 500;
}
.form-group input,
.form-group select {
  background: #0f172a;
  border: 1px solid #334155;
  border-radius: 8px;
  padding: 12px 16px;
  color: #fff;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s ease;
}
.form-group input:focus,
.form-group select:focus {
  border-color: #3b82f6;
}
.btn-submit {
  grid-column: span 2;
  background: #3b82f6;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
  transition: background 0.3s ease;
}
.btn-submit:hover {
  background: #2563eb;
}
@media (max-width: 991px) {
  .app-cases-grid {
    grid-template-columns: 1fr;
  }
  .app-case-card.large {
    grid-column: span 1;
    flex-direction: column;
    height: auto;
  }
  .app-case-card.large.reversed {
    flex-direction: column;
  }
  .app-case-card.medium {
    height: auto;
  }
  .case-img {
    height: 250px !important;
  }
  .contact-container {
    flex-direction: column;
    gap: 40px;
  }
  .contact-form {
    grid-template-columns: 1fr;
  }
  .form-group {
    grid-column: span 1 !important;
  }
}
.page-type-product {
  padding: 0 !important;
  width: 100% !important;
  margin-top: 0 !important;
}
.page-type-product .post-block {
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  margin: 0 !important;
}
.page-type-product .post-body {
  padding: 0 !important;
}
.product-page {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  background: #000;
  width: 100%;
}
.product-carousel-section {
  position: relative;
  height: 90vh;
  min-height: 700px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("https://images.unsplash.com/photo-1506947411487-a56738267384?q=80&w=2074&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.product-carousel-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.7));
  backdrop-filter: blur(5px);
}
.carousel-container-3d {
  position: relative;
  width: 100%;
  max-width: 1400px;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1000px;
  z-index: 2;
}
.carousel-3d {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}
.carousel-item-3d {
  position: absolute;
  width: 340px;
  height: 480px;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
  cursor: pointer;
  background: #fff;
/* Default state (hidden/back) */
  opacity: 0;
  transform: translateX(0) scale(0.8);
  z-index: 0;
}
/* Active (Center) Item */
.carousel-item-3d.pos-2 {
  opacity: 1;
  transform: translateX(0) scale(1.4);
  z-index: 10;
  box-shadow: 0 30px 60px rgba(0,0,0,0.6);
}
/* Position 0 (Far Left) */
.carousel-item-3d.pos-0 {
  opacity: 0.6;
  transform: translateX(-600px) scale(0.85) rotateY(15deg);
  z-index: 5;
}
/* Position 1 (Left) */
.carousel-item-3d.pos-1 {
  opacity: 0.8;
  transform: translateX(-320px) scale(0.95) rotateY(10deg);
  z-index: 8;
}
/* Position 3 (Right) */
.carousel-item-3d.pos-3 {
  opacity: 0.8;
  transform: translateX(320px) scale(0.95) rotateY(-10deg);
  z-index: 8;
}
/* Position 4 (Far Right) */
.carousel-item-3d.pos-4 {
  opacity: 0.6;
  transform: translateX(600px) scale(0.85) rotateY(-15deg);
  z-index: 5;
}
.card-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.card-content img {
  width: 100%;
  height: 65%;
  object-fit: cover;
  border-bottom: 1px solid #f0f0f0;
}
.card-text {
  padding: 24px;
  height: 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card-text h3 {
  font-size: 22px;
  font-weight: bold;
  color: #111827;
  margin: 0 0 12px 0;
}
.card-text p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.carousel-item-3d.pos-2:hover {
  transform: translateX(0) scale(1.45);
}
@media (max-width: 991px) {
  .product-carousel-section {
    height: auto;
    min-height: auto;
    padding: 100px 0;
  }
  .carousel-container-3d {
    height: auto;
    flex-direction: column;
    gap: 30px;
    perspective: none;
  }
  .carousel-3d {
    flex-direction: column;
    gap: 30px;
  }
  .carousel-item-3d {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: auto;
    opacity: 1 !important;
    transform: none !important;
    margin: 0 auto;
  }
  .card-content img {
    height: 250px;
  }
}
.features-section {
  padding: 100px 0;
  background: #0d1117;
}
.features-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.section-heading {
  text-align: center;
  margin-bottom: 80px;
}
.section-heading h2 {
  font-size: 42px;
  margin-bottom: 16px;
  color: #fff;
}
.section-heading p {
  color: #94a3b8;
  font-size: 18px;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.feature-item {
  text-align: center;
  padding: 30px;
  background: #161b22;
  border-radius: 16px;
  transition: transform 0.3s ease;
}
.feature-item:hover {
  transform: translateY(-10px);
}
.feature-icon {
  font-size: 48px;
  color: #3b82f6;
  margin-bottom: 24px;
}
.feature-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #fff;
}
.feature-desc {
  color: #94a3b8;
  font-size: 15px;
  line-height: 1.6;
}
.specs-section {
  padding: 100px 0;
  background: #000;
  position: relative;
  overflow: hidden;
}
.specs-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 60px;
}
.specs-image {
  flex: 1;
}
.specs-image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(59,130,246,0.2);
}
.specs-content {
  flex: 1;
}
.specs-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 40px;
}
.spec-item {
  border-bottom: 1px solid #30363d;
  padding-bottom: 20px;
}
.spec-label {
  display: block;
  font-size: 14px;
  color: #64748b;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.spec-value {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.use-cases-section {
  padding: 100px 0;
  background: #0d1117;
}
.use-cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.use-case-card {
  position: relative;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}
.use-case-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}
.use-case-card:hover .use-case-bg {
  transform: scale(1.1);
}
.use-case-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
}
.use-case-title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 12px;
}
.use-case-desc {
  color: #cbd5e1;
  font-size: 16px;
}
@media (max-width: 991px) {
  .hero-title {
    font-size: 48px;
  }
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .specs-container {
    flex-direction: column;
  }
  .use-cases-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 36px;
  }
  .features-grid {
    grid-template-columns: 1fr;
  }
}
.footer {
  background: #0f172a;
  padding-top: 10px;
  color: #94a3b8;
}
.footer-inner {
  text-align: center;
}
.custom-footer-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
  display: flex;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}
.footer-left {
  flex: 1;
  min-width: 300px;
  max-width: 400px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.brand-logo {
  width: 40px;
  height: 40px;
  background: #3b82f6;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}
.brand-name {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.footer-desc {
  color: #94a3b8;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 32px;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-item {
  font-size: 14px;
  color: #94a3b8;
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-label {
  color: #cbd5e1;
  font-weight: 500;
}
.footer-right {
  flex: 2;
  display: flex;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 600px;
}
.footer-column {
  min-width: 120px;
}
.column-title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 24px 0;
}
.column-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.column-list li a {
  color: #94a3b8;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
  border-bottom: none;
}
.column-list li a:hover {
  color: #fff;
}
@media (max-width: 768px) {
  .custom-footer-content {
    flex-direction: column;
    gap: 40px;
  }
  .footer-right {
    width: 100%;
    justify-content: flex-start;
    gap: 30px;
  }
  .footer-column {
    width: 45%;
  }
}
.page-type-link {
  padding: 0 !important;
  width: 100% !important;
  margin-top: 0 !important;
}
.page-type-link .post-block {
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  margin: 0 !important;
}
.page-type-link .post-body {
  padding: 0 !important;
  text-align: left;
}
.link-page {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  background: #0d1117;
  width: 100%;
}
.link-hero-section {
  position: relative;
  height: 50vh;
  min-height: 400px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.link-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?q=80&w=2070&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  filter: brightness(0.4);
  z-index: 0;
}
.link-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 800px;
  padding: 0 20px;
}
.link-hero-content h1 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 24px;
  line-height: 1.2;
}
.link-hero-content p {
  font-size: 18px;
  color: #cbd5e1;
  margin-bottom: 0;
  line-height: 1.6;
}
.link-info-section {
  padding: 80px 0;
  background: #0d1117;
}
.link-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.link-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.link-card {
  background: #161b22;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #30363d;
}
.link-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
  border-color: #3b82f6;
}
.link-card-img {
  height: 200px;
  background-size: cover;
  background-position: center;
}
.link-card-content {
  padding: 30px;
  flex: 1;
}
.link-card-content h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #30363d;
}
.info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}
.info-item:last-child {
  margin-bottom: 0;
}
.info-item i {
  color: #3b82f6;
  font-size: 20px;
  margin-top: 4px;
  width: 24px;
  text-align: center;
}
.info-item p {
  color: #cbd5e1;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.link-map-section {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  height: 500px;
  background: #1e293b;
  position: relative;
}
.map-container {
  width: 100%;
  height: 100%;
}
.static-map {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  filter: grayscale(0.5) contrast(1.2);
}
.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13,17,23,0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.map-pin {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  animation: bounce 2s infinite;
}
.map-pin i {
  font-size: 48px;
  color: #ef4444;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.5));
}
.map-pin span {
  background: #fff;
  color: #0f172a;
  padding: 6px 16px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
.link-form-section {
  padding: 100px 0;
  background: #0f172a;
}
.form-header {
  text-align: center;
  margin-bottom: 50px;
}
.form-header h2 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 16px;
}
.form-header p {
  color: #94a3b8;
  font-size: 18px;
}
.link-form {
  max-width: 800px;
  margin: 0 auto;
  background: #1e293b;
  padding: 50px;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.2);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.link-form-row {
  display: flex;
  gap: 24px;
}
.link-form input,
.link-form textarea {
  width: 100%;
  background: #0f172a;
  border: 1px solid #334155;
  border-radius: 8px;
  padding: 16px;
  color: #fff;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s ease;
}
.link-form input:focus,
.link-form textarea:focus {
  border-color: #3b82f6;
}
.link-form textarea {
  resize: vertical;
  min-height: 150px;
}
.btn-submit-link {
  background: #3b82f6;
  color: #fff;
  border: none;
  padding: 16px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 10px;
}
.btn-submit-link:hover {
  background: #2563eb;
}
@media (max-width: 991px) {
  .link-grid {
    grid-template-columns: 1fr;
  }
  .link-form {
    padding: 30px;
  }
  .link-form-row {
    flex-direction: column;
    gap: 24px;
  }
}
.page-type-about {
  padding: 0 !important;
  width: 100% !important;
  margin-top: 0 !important;
}
.page-type-about .post-block {
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  margin: 0 !important;
}
.page-type-about .post-body {
  padding: 0 !important;
  text-align: left;
}
.about-page-container {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  background: #0d1117;
  width: 100%;
  overflow-x: hidden;
}
.about-hero-section {
  position: relative;
  height: 85vh; /* Increased height for impact */
  min-height: 600px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.about-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/* Updated to a more industry-related image (Smart City / Drone Network) */
  background-image: url("https://cdn.hailuoai.com/matrix_agent/20260305/image_tool/output/154634_6a8d/workspace/drone_ai_scene.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* Parallax effect */
  z-index: 0;
}
.about-hero-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, rgba(13,17,23,0.3) 0%, rgba(13,17,23,0.8) 100%);
}
.about-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 1000px;
  padding: 0 20px;
  animation: fadeInUp 1s ease-out;
}
.about-hero-content h1 {
  font-size: 72px; /* Larger typography */
  font-weight: 800;
  color: #fff;
  margin-bottom: 32px;
  line-height: 1.1;
  letter-spacing: -2px;
  background: linear-gradient(135deg, #fff 0%, #cbd5e1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.about-hero-content p {
  font-size: 24px;
  color: #94a3b8;
  margin-bottom: 0;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.about-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
.about-intro-section {
  padding: 140px 0; /* More breathing room */
  background: #0d1117;
  position: relative;
}
/* Tech decoration line */
.about-intro-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 80px;
  background: linear-gradient(to bottom, transparent, #30363d);
}
.about-intro-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr; /* Asymmetric grid */
  gap: 80px;
  align-items: center;
}
.about-intro-text h2 {
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 40px;
  position: relative;
  padding-left: 20px;
  border-left: 4px solid #3b82f6;
}
.about-intro-text p {
  font-size: 18px;
  color: #94a3b8;
  line-height: 1.8;
  margin-bottom: 24px;
  font-weight: 300;
}
.about-intro-image {
  height: 500px; /* Taller image */
  border-radius: 4px; /* Sharper corners for tech feel */
  background-size: cover;
  background-position: center;
  position: relative;
  box-shadow: 0 30px 60px rgba(0,0,0,0.4);
}
/* Image tech frame */
.about-intro-image::after {
  content: '';
  position: absolute;
  top: 20px;
  right: -20px;
  width: 100%;
  height: 100%;
  border: 2px solid #30363d;
  z-index: -1;
  border-radius: 4px;
}
.about-mission-section {
  padding: 140px 0;
  background: #0f172a; /* Slightly lighter dark */
  position: relative;
  overflow: hidden;
  background-image: url("https://images.unsplash.com/photo-1573164713714-d95e436ab8d6?q=80&w=2069&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
/* Background overlay and grid pattern */
.about-mission-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15,23,42,0.9); /* Heavy dark overlay to make text readable */
  background-image: radial-gradient(#30363d 1px, transparent 1px), linear-gradient(rgba(15,23,42,0.9), rgba(15,23,42,0.9));
  background-size: 40px 40px, cover;
  z-index: 0;
}
.mission-vision-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: relative;
  z-index: 1;
}
.mv-card {
  background: rgba(22,27,34,0.6);
  backdrop-filter: blur(12px); /* Glassmorphism */
  padding: 60px 40px;
  border-radius: 2px;
  text-align: left; /* Align left for cleaner look */
  border: 1px solid rgba(255,255,255,0.05);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mv-card:hover {
  transform: translateY(-10px);
  border-color: #3b82f6;
  background: rgba(22,27,34,0.9);
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}
.mv-icon {
  width: 60px;
  height: 60px;
  background: transparent;
  border: 1px solid #30363d;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px 0;
  color: #3b82f6;
  font-size: 24px;
  transition: all 0.3s ease;
}
.mv-card:hover .mv-icon {
  background: #3b82f6;
  color: #fff;
  border-color: #3b82f6;
}
.mv-card h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}
.mv-card p {
  color: #94a3b8;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.about-business-section {
  padding: 140px 0;
  background: #0d1117;
}
.section-header-center {
  text-align: center;
  margin-bottom: 100px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.section-header-center h2 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
.section-header-center p {
  font-size: 20px;
  color: #64748b;
  font-weight: 300;
}
.business-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.business-text p {
  font-size: 18px;
  color: #94a3b8;
  line-height: 1.8;
  margin-bottom: 40px;
  font-weight: 300;
}
.solution-model {
  background: linear-gradient(to right, rgba(59,130,246,0.1), transparent);
  padding: 30px;
  border-radius: 4px;
  margin-bottom: 40px;
  border-left: 4px solid #3b82f6;
}
.model-title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
.model-desc {
  font-size: 16px;
  color: #cbd5e1;
  line-height: 1.6;
}
.business-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.business-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 12px;
  border-bottom: 1px solid #21262d;
}
.business-features li i {
  color: #3b82f6;
  font-size: 18px;
}
.business-image {
  height: 600px; /* Impressive height */
  border-radius: 4px;
/* Updated to Digital Platform/Laptop Interface scene based on reference */
  background-image: url("https://images.unsplash.com/photo-1551288049-bebda4e38f71?q=80&w=2070&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  position: relative;
  order: 2;
  box-shadow: 0 0 50px rgba(0,0,0,0.5);
  filter: grayscale(20%) contrast(110%); /* Tech look */
}
.about-cta-section {
  padding: 160px 0;
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url("https://images.unsplash.com/photo-1519389950473-47ba0277781c?q=80&w=2070&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
}
.cta-content h2 {
  font-size: 64px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
  letter-spacing: -2px;
}
.cta-content p {
  font-size: 24px;
  color: #e2e8f0;
  margin-bottom: 60px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}
.btn-cta {
  display: inline-block;
  padding: 20px 60px;
  background: #fff;
  color: #0f172a !important;
  font-size: 18px;
  font-weight: bold;
  border-radius: 2px;
  text-decoration: none;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn-cta:hover {
  background: #3b82f6;
  color: #fff !important;
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}
@media (max-width: 991px) {
  .about-hero-content h1 {
    font-size: 48px;
  }
  .about-intro-grid,
  .business-content {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .about-intro-image,
  .business-image {
    height: 400px;
    order: -1;
  }
  .mission-vision-grid {
    grid-template-columns: 1fr;
  }
  .cta-content h2 {
    font-size: 42px;
  }
  .about-container {
    padding: 0 20px;
  }
}
.beian a,
.copyright a,
.powered-by a {
  color: #94a3b8;
  text-decoration: none;
  border-bottom: none;
  transition: all 0.3s ease;
}
.beian a:hover,
.copyright a:hover,
.powered-by a:hover {
  color: #3b82f6;
  text-shadow: 0 0 8px rgba(59,130,246,0.5);
  border-bottom: 1px solid #3b82f6;
}
.link-card-img.qrcode-img {
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff; /* White background for better QR code scanning */
  height: 300px; /* Increased height for better visibility */
}
@media (max-width: 768px) {
  h1 {
    font-size: 32px !important;
  }
  h2 {
    font-size: 28px !important;
  }
  h3 {
    font-size: 24px !important;
  }
  p {
    font-size: 16px !important;
  }
  .about-intro-section,
  .about-mission-section,
  .about-business-section,
  .about-cta-section,
  .app-cases-section,
  .app-contact-section,
  .service-list-section,
  .service-contact-section,
  .link-info-section,
  .link-form-section {
    padding: 60px 0 !important;
  }
  .header {
    background: #0d1117 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    padding: 0 15px !important;
    height: 60px;
    display: flex;
    align-items: center;
    align-content: center;
  }
  .site-brand-container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .site-nav-toggle {
    display: flex !important;
    flex: 0 0 40px;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0 !important;
    float: none !important;
    height: 100%;
  }
  .site-meta {
    flex: 1;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
    height: 100%;
  }
  .site-title {
    font-size: 20px !important;
    margin: 0 !important;
    line-height: 1 !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .brand {
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .site-nav-right {
    display: flex !important;
    flex: 0 0 40px;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
  }
  .site-nav-right .toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #fff;
  }
  .site-nav-right .toggle::before {
    content: '\f002';
    font-family: FontAwesome;
    font-size: 20px;
  }
  .carousel-container {
    margin-top: 0 !important;
    height: 400px;
  }
  .slide-overlay {
    padding-top: 0 !important;
  }
  .site-title {
    font-size: 20px !important;
  }
  .about-section {
    padding: 60px 0;
  }
  .about-content {
    gap: 30px;
  }
  .about-image-container {
    height: 300px;
    margin-bottom: 60px;
  }
  .floating-card {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    padding: 16px;
    justify-content: center;
  }
  .floating-number {
    font-size: 36px;
  }
  .about-stats {
    flex-direction: column;
    gap: 16px;
  }
  .about-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .about-hero-section,
  .app-hero-section,
  .service-hero-section,
  .link-hero-section {
    height: auto;
    min-height: 400px;
    padding: 80px 0;
  }
  .about-hero-bg,
  .app-hero-bg,
  .service-hero-bg,
  .link-hero-bg {
    background-attachment: scroll !important;
  }
  .about-hero-content h1,
  .app-hero-content h1,
  .service-hero-content h1,
  .link-hero-content h1 {
    font-size: 36px !important;
    line-height: 1.3;
  }
  .product-carousel-section {
    padding: 60px 0;
  }
  .carousel-item-3d {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .card-content img {
    height: 200px;
  }
  .link-map-section {
    height: 300px;
  }
  .custom-footer-content {
    padding: 40px 20px;
    text-align: center;
  }
  .footer-left,
  .footer-right {
    width: 100%;
    justify-content: center;
  }
  .footer-brand,
  .footer-contact,
  .column-list {
    align-items: center;
  }
  .footer-column {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-item {
    justify-content: center;
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
