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

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

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

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

b,
strong {
  font-weight: 700;
}

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

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

small {
  font-size: 80%;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button, html input[type=button],
input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

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

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

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td,
th {
  padding: 0;
}

@media screen {
  *,
  h1 {
    margin: 0;
    padding: 0;
  }
  *,
  h1,
  img {
    padding: 0;
  }
  a:focus,
  img {
    outline: 0;
  }
  a:link {
    text-decoration: none;
  }
  img {
    display: block;
    border: none;
  }
  ul {
    list-style: none;
  }
  body {
    font-family: var(--primary-font);
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: #444343;
  }
  .container {
    width: 1170px;
    margin: 0 auto;
    position: relative;
  }
  .header-menu-top {
    background-color: #eee;
  }
  .header-menu-top .container {
    line-height: 35px;
    height: 35px;
  }
  .header-menu-top-left ul li {
    float: left;
    position: relative;
  }
  .header-menu-top-left ul li:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    top: 12px;
    right: -1px;
    background-color: #ccc;
  }
  .header-menu-top-left ul li:last-child:before {
    display: none;
  }
  .header-menu-top-left ul li a {
    display: block;
    padding: 0 10px;
    color: #222;
    font-size: 14px;
  }
  .header-menu-top-left ul li:first-child a {
    padding-left: 0;
  }
  .header-social {
    position: absolute;
    top: 0;
    right: 0;
  }
  .header-social a {
    float: left;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
  }
  .logo {
    height: auto;
  }
  .logo a {
    display: block;
    height: 100%;
  }
  .logo a img {
    height: 100%;
    max-width: 100%;
  }
  .header-banner {
    position: absolute;
    top: 10px;
    right: 0;
    height: 90px;
  }
  .header-banner img {
    height: 100%;
  }
  .icon-home {
    display: block;
    height: 45px;
    width: 45px;
    background: url(../images/icons/home.png) center center no-repeat;
  }
  .icon-home-active {
    background: url(../images/icons/home.png) center center no-repeat var(--color-1st);
  }
  
  .collap-nav-second ul {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 200px;
    background-color: var(--color-1st);
    text-transform: none;
    line-height: 35px;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
    transition: all ease-in-out 0.2s;
  }
  
  .collap-nav-second:hover ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transition: all ease-in-out 0.5s;
  }
  
  .collap-nav-second ul li {
    border-top: 1px solid #b90d0d;
    border-bottom: 1px solid #a00606;
  }
  
  .collap-nav-second ul li:first-child {
    border-top: none;
  }
  
  .collap-nav-second ul li:last-child {
    border-bottom: none;
  }
  
  .collap-nav-second ul li a,
  .main-nav-inner > ul > li ul li a {
    white-space: nowrap;
  }
  
  .collap-nav-second ul li a:hover {
    background-color: #222;
  }
  .collap-nav-second {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    font-size: 30px;
    line-height: 27px;
    text-align: center;
    background-color: var(--color-1st);
    color: #fff;
    cursor: pointer;
  }
  .collap-nav-second ul {
    left: auto;
    right: 0;
    box-shadow: -3px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .collap-nav-second ul li a {
    font-size: 15px;
    text-align: left;
  }
  .sidebar {
    width: 300px;
  }
  .primary {
    width: calc(100% - 310px);
  }
  .block-post-wrap-item {
    width: calc((100% - 10px) / 2);
    margin-top: 10px;
  }
  .block-post-wrap-item:nth-child(2n+2) {
    float: right;
    margin-right: 0;
  }
  .block-post-wrap-head {
    height: 45px;
    line-height: 45px;
    font-weight: 700;
  }
  .block-post-wrap-head a {
    display: block;
    color: #0d5d1e;
    font-size: 16px;
  }
  .post1-item-list a,
  .post1-item-title a {
    display: block;
    color: #222;
  }
  .block-post-wrap-content {
    padding: 10px;
    margin-top: 10px;
    background-color: #eee;
  }
  .post1-item {
    width: 100%;
  }
  .post1-item:nth-child(n+2) {
    margin-top: 10px;
    width: calc((100% - 10px) / 2);
  }
  .post1-item:nth-child(n+3) {
    float: right;
  }
  .post1-item-thumb {
    height: 220px;
    width: 100%;
    display: block;
  }
  .post1-item:nth-child(n+2) .post1-item-thumb {
    height: 120px;
  }
  .post1-item-title {
    font-size: 15px;
    font-weight: 700;
    margin-top: 8px;
  }
  .post1-item-des {
    font-size: 14px;
    line-height: 18px;
    margin-top: 2px;
  }
  .post1-item .post1-item-des {
    height: 54px;
    overflow: hidden;
  }
  .post1-item-list {
    font-size: 14px;
    font-weight: 700;
  }
  .post1-item-list a i {
    margin-right: 5px;
    color: var(--color-1st);
  }
  .post1-item-bottom {
    padding-top: 8px;
  }
  .sidebar-item {
    margin-top: 10px;
  }
  .search-input {
    height: 45px;
    width: 100%;
    border: 1px solid #ccc;
    outline: 0;
    padding: 0 10px;
    background: url(../images/icons/search.png) top 13px right 6px no-repeat;
  }
  .sidebar-item-head {
    height: 40px;
    line-height: 40px;
    background-color: #222;
  }
  .sidebar-item-head span {
    display: inline-block;
    background-color: var(--color-1st);
    padding: 0 10px;
    color: #fff;
    font-weight: 700;
    position: relative;
  }
  .sidebar-item-head span:after,
  .sidebar-item-head span:before {
    position: absolute;
    content: "";
    z-index: 10;
  }
  .sidebar-item-head span i {
    margin-right: 7px;
    color: #f1f1f1;
  }
  .sidebar-item-head span:before {
    width: 10px;
    right: -50px;
    background-color: #fff;
    border: 40px solid transparent;
    border-right: 40px solid #222 !important;
    border-bottom: 0 solid #222;
    border-left: 0 solid #222 !important;
  }
  .sidebar-item-head span:after {
    width: 0;
    top: 0;
    right: -40px;
    border: 40px solid transparent;
    border-left: 40px solid var(--color-1st) !important;
    border-top: 0 solid var(--color-1st);
    border-right: 0 solid var(--color-1st) !important;
  }
  .footer-item-content ul li,
  .footer-item-head {
    border-bottom: 1px solid #333;
  }
  .sidebar-item-content {
    margin-top: 10px;
    padding: 10px;
    background-color: #eee;
  }
  .sidebar-item-content > .post1-item-list {
    line-height: 18px;
  }
  .sidebar-item-content > .post1-item-list:nth-child(n+2) {
    margin-top: 5px;
  }
  .sidebar-new-item {
    width: 100%;
  }
  .sidebar-new-item:nth-child(n+2) {
    margin-top: 10px;
  }
  .sidebar-new-item-thumb {
    width: 65px;
    height: 45px;
  }
  .sidebar-new-item-info {
    margin-left: 75px;
  }
  .sidebar-new-item-des {
    font-size: 13px;
    color: #999;
  }
  .sidebar-new-item-des i {
    margin-right: 5px;
  }
  .sidebar-video-item {
    width: 100%;
    height: 180px;
    position: relative;
  }
  .sidebar-video-item:nth-child(n+2) {
    margin-top: 10px;
    margin-right: 10px;
    width: calc((100% - 20px) / 3);
    height: 65px;
  }
  .sidebar-video-item:nth-child(4) {
    margin-right: 0;
  }
  .sidebar-video-item i {
    position: absolute;
    font-size: 40px;
    top: 50%;
    left: 50%;
    margin-left: -15.5px;
    margin-top: -20px;
    z-index: 100;
    color: rgba(255, 255, 255, 0.7);
  }
  .sidebar-video-item:nth-child(n+2) i {
    font-size: 30px;
    margin-left: -11.5px;
    margin-top: -15px;
  }
  .footer-item-content {
    margin-top: 10px;
  }
  .sidebar-video-item:focus i,
  .sidebar-video-item:hover i {
    color: var(--color-1st);
  }
  .popup-hidden {
    display: none;
  }
  .sidebar-video-item-popup iframe,
  .sidebar-video-item-popup p {
    display: block !important;
  }
  .sidebar-item-ads img {
    width: 100%;
  }
  
  .featured-new-item {
    position: relative;
    margin-top: 10px;
  }
  .icon-back-top-active {
    opacity: 1;
    visibility: visible;
    bottom: 25px;
  }
  .featured-new-item {
    width: 550px;
    height: 390px;
    display: block;
  }
  .featured-new-item:nth-child(n+2) {
    float: right;
    width: calc(100% - 560px);
    height: 190px;
  }
  .featured-new-item-title {
    position: absolute;
    height: 50px;
    line-height: 63px;
    padding: 0 10px;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#bf000000", GradientType=0);
  }
  .archive-pro-wrap {
    margin-top: 20px;
  }
  .new-item {
    margin-top: 10px;
  }
  .new-item-thumb {
    width: 350px;
    height: 200px;
  }
  .new-item-info {
    margin-left: 360px;
  }
  .new-item-title {
    font-size: 16px;
    list-style: outside;
  }
  .new-item-date {
    color: #666;
    font-size: 14px;
    margin-top: 3px;
  }
  .new-item-date i {
    margin-right: 5px;
  }
  .new-item-des {
    margin-top: 6px;
  }
  .new-item-morelink {
    margin-top: 10px;
  }
  .new-item-morelink a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: #fff;
    background-color: var(--color-1st);
  }
  .new-item-morelink a i {
    margin-left: 8px;
    font-size: 13px;
  }
  .pagination {
    clear: both;
    line-height: 35px;
    text-align: right;
    padding-right: 10px;
  }
  .pagination a,
  .pagination span {
    display: inline-block;
    margin-left: 6px;
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    padding: 0 11px;
    font-size: 14px;
    color: #fff;
    background: #222;
    transition: all ease-in-out 0.3s;
  }
  .pagination .current,
  .pagination a:hover {
    color: #fff;
    background-color: var(--color-1st);
  }
  .pagination .next,
  .pagination .prev {
    width: auto;
    padding: 0 12px;
  }
  .block-breakcrumb {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
  }
  .block-breakcrumb a {
    color: #333;
  }
  .single-title {
    font-size: 25px;
    margin-top: 15px;
    color: var(--color-1st);
    line-height: 30px;
  }
  .single-content {
    font-size: 16px;
    line-height: 23px;
    margin-top: 10px;
  }
  .single-content p {
    padding: 8px 0;
  }
  .single-content p:first-child {
    padding-top: 0;
  }
  .single-content p:last-child {
    padding-bottom: 0;
  }
  .single-content img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1190px) {
  .container {
    width: 870px;
  }
  .header-banner,
  .icon-home {
    display: none;
  }
  .featured-new-item:nth-child(3) {
    float: right;
  }
  .new-item-thumb {
    width: 100%;
    height: 300px;
    float: none !important;
  }
  .new-item-info {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 890px) {
  .container {
    width: 570px;
  }
  .logo {
    height: auto;
  }
  
  .primary,
  .sidebar {
    width: 100%;
  }
  .footer-item {
    width: 100%;
    margin-right: 0;
  }
  .footer-item:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 590px) {
  .container {
    width: 96%;
  }
  .header-menu-top-left {
    display: none;
  }
  .collap-nav-second {
    line-height: 22px;
    height: 40px;
    width: 40px;
  }
  .primary,
  .sidebar {
    width: 100%;
  }
  .featured-new-item {
    width: 100%;
    height: 220px;
  }
  .featured-new-item:nth-child(n+2) {
    float: left;
    width: calc((100% - 10px) / 2);
    height: 130px;
  }
  .featured-new-item:nth-child(3) {
    float: right;
  }
  .new-item-thumb {
    height: 220px;
  }
}

.thumb-full,
.white-space {
  overflow: hidden;
}

.thumbnail-hoverlay,
.thumbnail-hoverlay-icon {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  box-sizing: border-box;
}

.bsize,
.thumbnail-hoverlay {
  box-sizing: border-box;
}

.cboth {
  clear: both;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.tf {
  text-transform: uppercase;
}

.white-space {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.thumb-full > img {
  width: 100% !important;
  height: auto !important;
  min-height: 100% !important;
}

.post1-item-list a:hover,
.post1-item-title a:hover {
  color: var(--color-1st);
}


.footer-item-content .post1-item-list a:hover,
.footer-item-content ul li a:hover {
  color: #fff !important;
}

.item-thumbnail {
  display: block;
  position: relative;
  -o-perspective: 1000;
  perspective: 1000;
  overflow: hidden;
}

.item-thumbnail img {
  width: 100%;
  height: auto;
  transition: all 0.4s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.item-thumbnail:hover img {
  filter: brightness(80%);
  -webkit-filter: brightness(80%);
  -moz-filter: brightness(80%);
  -ms-filter: brightness(80%);
  transform: scale(1.1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.thumbnail-hoverlay {
  position: absolute;
  background-color: var(--color-1st);
  transition: all 0.4s;
  transform-origin: bottom;
  animation-fill-mode: forwards;
  transform: rotateX(90deg);
}

.thumbnail-hoverlay-icon {
  position: absolute;
  transform: translateY(-60px) scale(1.5);
  transition: all 0.45s;
}

.thumbnail-hoverlay-icon .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  margin-top: -20px;
  margin-left: -20px;
  font-size: 20px;
  border: 1px solid;
  width: 40px;
  height: 40px;
  line-height: 38px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  text-align: center;
}

.thumbnail-hoverlay-icon .fa:before {
  display: inline-block;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.item-thumbnail:hover .thumbnail-hoverlay {
  opacity: 0.5;
  transform: rotateX(0);
}

.item-thumbnail:hover .thumbnail-hoverlay-icon {
  opacity: 1;
  transform: translateY(0) scale(1);
}

#menu-header-main-menu .is-comingsoon {
  position: relative;
  display: inline-block;
}
#menu-header-main-menu .is-comingsoon a::after {
  content: "COMING SOON";
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #999;
  text-transform: uppercase;
  opacity: 0.8;
  white-space: nowrap;
  margin-top: 2px;
}
@media (max-width: 768px) {
  #menu-header-main-menu .is-comingsoon a::after {
    left: 0;
    transform: none;
  }
}

.footer-menu-section .is-comingsoon {
  position: relative;
  display: inline-block;
}
.footer-menu-section .is-comingsoon > a {
  position: relative;
  display: inline-block;
}
.footer-menu-section .is-comingsoon > a::after {
  content: "COMING SOON";
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #999;
  text-transform: uppercase;
  opacity: 0.8;
  white-space: nowrap;
  margin-top: 4px;
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

#fancybox-close,
#fancybox-content,
#fancybox-content > div,
#fancybox-content > div > div,
#fancybox-frame,
#fancybox-left,
#fancybox-loading,
#fancybox-loading div,
#fancybox-outer,
#fancybox-overlay,
#fancybox-right,
#fancybox-title,
#fancybox-title div,
#fancybox-wrap,
.fancy-ico,
.fancybox-bg {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 111104;
  display: none;
}

#fancybox-loading div,
#fancybox-overlay,
#fancybox-wrap {
  left: 0;
  top: 0;
  position: absolute;
}

#fancybox-loading div {
  width: 40px;
  height: 480px;
  background-image: url(/../images/fancybox.png);
}

#fancybox-overlay {
  width: 100%;
  z-index: 111100;
  display: none;
}

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}

#fancybox-wrap {
  padding: 20px;
  z-index: 111101;
  outline: 0;
  display: none;
}

#fancybox-content,
#fancybox-outer {
  position: relative;
  background: #ffffff;
}

#fancybox-outer {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 20px #111111;
  -moz-box-shadow: 0 0 20px #111111;
  -webkit-box-shadow: 0 0 20px #111111;
}

#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: 0;
  overflow: hidden;
  z-index: 111102;
  border: 0 solid #ffffff;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}

#fancybox-content > div {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 0 0;
  z-index: 111101;
}

#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: url(/../images/fancybox.png) -40px 0;
  cursor: pointer;
  z-index: 111103;
  display: none;
}

#fancybox-left-ico,
#fancybox-right-ico {
  background-image: url(/../images/fancybox.png);
}

#fancybox-frame,
#fancybox-img {
  border: none;
  height: 100%;
  width: 100%;
}

#fancybox-error {
  color: #444444;
  font: 400 12px/20px Arial;
  padding: 14px;
  margin: 0;
}

#fancybox-img {
  padding: 0;
  margin: 0;
  outline: 0;
  line-height: 0;
  vertical-align: top;
  max-width: none !important;
  max-height: none !important;
}

#fancybox-frame {
  display: block;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
}

#fancybox-left,
#fancybox-right {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 35%;
  cursor: pointer;
  background: initial;
  outline: 0;
  z-index: 111102;
  display: none;
}

#fancybox-left {
  left: 0;
}

#fancybox-right {
  right: 0;
}

#fancybox-left-ico,
#fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 111102;
  display: block;
}

#fancybox-left-ico {
  background-position: -40px -30px;
}

#fancybox-right-ico {
  background-position: -40px -60px;
}

#fancybox-left:hover,
#fancybox-right:hover {
  visibility: visible;
}

#fancybox-left:hover span {
  left: 20px;
}

#fancybox-right:hover span {
  left: auto;
  right: 20px;
}

#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 111102;
}

.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333333;
  position: relative;
}

.fancybox-title-outside {
  padding-top: 10px;
  color: #ffffff;
}

.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  text-align: left;
}

#fancybox-title-over {
  padding: 10px;
  background: rgba(0, 0, 0, 0.64);
  display: block;
}

.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}

#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}

#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}

#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url(/../images/fancybox.png) -40px -90px no-repeat;
}

#fancybox-title-float-main {
  color: #ffffff;
  line-height: 29px;
  font-weight: 700;
  padding: 0 0 3px;
  background: url(/../images/fancybox-x.png) 0 -40px;
}

#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url(/../images/fancybox.png) -55px -90px no-repeat;
}

.fancybox-hidden {
  display: none;
}

.fob-comment-form {
  margin-top: 30px;
  padding: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
}
.fob-comment-form *,
.fob-comment-form *::before,
.fob-comment-form *::after {
  box-sizing: border-box;
}
.fob-comment-form .mb-3 {
  margin-bottom: 15px;
}
.fob-comment-form .form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.fob-comment-form .col-span-1,
.fob-comment-form .col-span-2 {
  padding: 0 10px;
  margin-bottom: 15px;
}
.fob-comment-form .col-span-1 {
  width: 50%;
}
.fob-comment-form .col-span-2 {
  width: 100%;
}
.fob-comment-form .form-group {
  margin-bottom: 0;
}
.fob-comment-form .form-label {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.fob-comment-form .form-label.required:after {
  content: " *";
  color: var(--color-1st);
}
.fob-comment-form .form-control,
.fob-comment-form input.form-control,
.fob-comment-form textarea.form-control,
.fob-comment-form select.form-control {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
}
.fob-comment-form .form-control:focus,
.fob-comment-form input.form-control:focus,
.fob-comment-form textarea.form-control:focus,
.fob-comment-form select.form-control:focus {
  border-color: var(--color-1st);
  box-shadow: 0 0 0 2px rgba(170, 9, 9, 0.2);
}
.fob-comment-form .form-control:disabled,
.fob-comment-form input.form-control:disabled,
.fob-comment-form textarea.form-control:disabled,
.fob-comment-form select.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
  cursor: not-allowed;
}
.fob-comment-form textarea.form-control {
  min-height: 100px;
  resize: vertical;
}
.fob-comment-form input::-moz-placeholder, .fob-comment-form textarea::-moz-placeholder {
  color: #999;
  font-style: italic;
}
.fob-comment-form input::placeholder,
.fob-comment-form textarea::placeholder {
  color: #999;
  font-style: italic;
}
.fob-comment-form .invalid-feedback {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: #dc3545;
}
.fob-comment-form .is-invalid {
  border-color: #dc3545;
}
.fob-comment-form .is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 1px rgba(220, 53, 69, 0.2);
}
.fob-comment-form .form-check {
  margin-bottom: 0;
  padding-left: 0;
}
.fob-comment-form .form-check .form-check-input {
  position: relative;
  margin-right: 8px;
  margin-top: 2px;
  vertical-align: middle;
}
.fob-comment-form .form-check .form-check-label {
  display: inline-block;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.fob-comment-form .btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 10px 30px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.fob-comment-form .btn.btn-primary {
  color: #fff;
  background-color: var(--color-1st);
  border-color: var(--color-1st);
}
.fob-comment-form .btn.btn-primary:hover, .fob-comment-form .btn.btn-primary:focus {
  color: #fff;
  background-color: var(--color-1st);
  border-color: var(--color-1st);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  opacity: 0.9;
}
.fob-comment-form .btn.btn-primary:active {
  transform: translateY(1px);
}
.fob-comment-form .btn.btn-primary:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
.fob-comment-form .g-recaptcha {
  margin-bottom: 15px;
}
.fob-comment-form.loading {
  opacity: 0.6;
  pointer-events: none;
}

.comment-form-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-1st);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color-1st);
}

.comment-form-messages .alert {
  padding: 12px 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 14px;
}
.comment-form-messages .alert.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.comment-form-messages .alert.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.comment-form-messages .alert.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.fob-comment-list {
  margin-top: 30px;
}
.fob-comment-list .comment-item {
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  margin-bottom: 15px;
}
.fob-comment-list .comment-item:hover {
  background-color: #f5f5f5;
}
.fob-comment-list .comment-item .comment-author {
  font-weight: 600;
  color: var(--color-1st);
  margin-bottom: 5px;
}
.fob-comment-list .comment-item .comment-date {
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
}
.fob-comment-list .comment-item .comment-content {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}
.fob-comment-list .comment-item.comment-reply {
  margin-left: 30px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .fob-comment-form {
    padding: 15px;
  }
  .fob-comment-form .col-span-1 {
    width: 100%;
  }
  .fob-comment-form .form-row {
    margin: 0;
  }
  .fob-comment-form .col-span-1,
  .fob-comment-form .col-span-2 {
    padding: 0;
  }
  .fob-comment-list .comment-item {
    padding: 15px;
  }
  .fob-comment-list .comment-item.comment-reply {
    margin-left: 15px;
  }
}
.post-detail-wrapper {
  margin: 0 auto;
  padding: 64px;
  padding-top: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  max-width: 652px;
}
@media (max-width: 1200px) {
  .post-detail-wrapper {
    padding: 40px;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .post-detail-wrapper {
    padding: 16px;
  }
}
.post-detail-wrapper * {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.post-detail-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 20px;
}

.post-meta-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.post-meta-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.post-meta-left {
  display: flex;
  align-items: baseline;
  gap: 4px;
  flex-wrap: wrap;
}

.post-category-badge {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #2f76f9;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.post-category-badge:hover {
  opacity: 0.8;
}

.post-meta-separator {
  font-size: 14px;
  line-height: 1.3;
  color: #000000;
}

.post-meta-date {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #474747;
  opacity: 0.7;
}

.post-meta-author {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #000000;
}
.post-meta-author a {
  color: #000000;
  text-decoration: none;
  transition: color 0.2s ease;
}
.post-meta-author a:hover {
  color: #2f76f9;
}

.post-meta-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.post-reading-time {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #000000;
  opacity: 0.7;
}

.post-share-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(29, 31, 30, 0.08);
  border-radius: 4px;
  background: #ffffff;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
}
.post-share-button:hover {
  border-color: #2f76f9;
  background: rgba(47, 118, 249, 0.05);
}
.post-share-button .share-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: #2f76f9;
}
.post-share-button .share-icon {
  width: 20px;
  height: 20px;
  color: #2f76f9;
}

.post-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  color: #000000;
  letter-spacing: -0.01px;
  margin: 0;
}
@media (max-width: 768px) {
  .post-title {
    font-size: 28px;
    line-height: 34px;
  }
}

.post-description {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #000000;
  margin: 0;
}
@media (max-width: 768px) {
  .post-description {
    font-size: 17px;
    line-height: 24px;
  }
}

.post-featured-image {
  width: 100%;
  aspect-ratio: 750/420;
  margin: 40px 0;
  overflow: hidden;
  border-radius: 4px;
}
.post-featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.post-content-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.post-content-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  word-break: break-word;
}
.post-content-text figure.image {
  margin: 10px 0 !important;
}
.post-content-text figure.image figcaption {
  background: #f5f5f5 !important;
  padding: 10px !important;
  text-align: center !important;
}
.post-content-text span:not(h1 span):not(h2 span):not(h3 span):not(h4 span),
.post-content-text p:not(h1 p):not(h2 p):not(h3 p):not(h4 p),
.post-content-text a:not(h1 a):not(h2 a):not(h3 a):not(h4 a) {
  font-size: 15px !important;
  line-height: 24px !important;
}
.post-content-text a {
  color: #2f76f9 !important;
  text-decoration: underline !important;
  transition: opacity 0.2s ease;
}
.post-content-text a:hover {
  opacity: 0.8;
}
.post-content-text p {
  margin: 0 0 16px 0 !important;
}
.post-content-text p:last-child {
  margin-bottom: 0 !important;
}
.post-content-text h1,
.post-content-text h2,
.post-content-text h3,
.post-content-text h4 {
  margin: 8px 0 16px 0;
}
.post-content-text h1 {
  font-size: 24px !important;
  line-height: 30px !important;
}
.post-content-text h1 * {
  font-size: 24px !important;
  line-height: 30px !important;
}
.post-content-text h2 {
  font-size: 22px !important;
  line-height: 28px !important;
  letter-spacing: -0.56px;
}
.post-content-text h2 * {
  font-size: 22px !important;
  line-height: 28px !important;
}
.post-content-text h3 {
  font-size: 20px !important;
  line-height: 26px !important;
  letter-spacing: -0.44px;
}
.post-content-text h3 * {
  font-size: 20px !important;
  line-height: 26px !important;
}
.post-content-text h4 {
  font-size: 18px !important;
  line-height: 24px !important;
  letter-spacing: -0.36px;
}
.post-content-text h4 * {
  font-size: 18px !important;
  line-height: 24px !important;
}
.post-content-text img {
  max-width: 100%;
  height: auto;
  margin: 24px 0;
  border-radius: 4px;
}

.post-tokens-mentioned {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 40px 0;
}

.post-section-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  opacity: 0.7;
}

.post-tags-section {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 20px 0;
}

.post-tags-list {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.post-tag-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: #2f76f9;
  text-decoration: underline !important;
  letter-spacing: -0.32px;
  transition: opacity 0.2s ease;
}
.post-tag-link:hover {
  opacity: 0.8;
}

.post-share-bottom {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 40px 0;
}
.post-share-bottom .post-share-button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 16px;
  border: 1px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #2f76f9, #cda1f7) border-box;
}
.post-share-bottom .post-share-button:hover {
  background: #2f76f9;
}
.post-share-bottom .post-share-button:hover .share-text {
  color: #ffffff;
}
.post-share-bottom .post-share-button:hover .share-icon {
  color: #ffffff;
}

.share-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.share-modal-overlay.active {
  display: flex;
}

.share-modal {
  background: #ffffff;
  border-radius: 8px;
  max-width: 500px;
  width: 90%;
  max-height: 90vh;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  animation: modalFadeIn 0.3s ease-out;
  position: relative;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.share-modal-header {
  padding: 24px 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.share-modal-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin: 0;
  letter-spacing: -0.2px;
}

.share-modal-close {
  background: none;
  border: none;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  transition: background-color 0.2s ease;
  color: #474747;
  position: absolute;
  top: 4px;
  right: 4px;
}
.share-modal-close:hover {
  background-color: rgba(71, 71, 71, 0.1);
}
.share-modal-close i {
  font-size: 18px;
}

.share-modal-content {
  display: flex;
  gap: 20px;
  padding: 24px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.share-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  flex: 1;
  min-width: 70px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.share-option:hover {
  transform: translateY(-2px);
  opacity: 0.8;
}
.share-option:active {
  transform: translateY(0);
}

.share-icon-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(29, 31, 30, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  transition: all 0.2s ease;
}
.share-option:hover .share-icon-wrapper {
  border-color: #2f76f9;
  background: rgba(47, 118, 249, 0.05);
}
.share-icon-wrapper svg,
.share-icon-wrapper .share-icon,
.share-icon-wrapper .icon,
.share-icon-wrapper .fa,
.share-icon-wrapper img {
  width: 24px;
  height: 24px;
  color: #2f76f9;
  font-size: 24px;
}
.share-icon-wrapper span[style*=color] svg,
.share-icon-wrapper span[style*=color] .share-icon,
.share-icon-wrapper span[style*=color] .icon,
.share-icon-wrapper span[style*=color] .fa {
  color: inherit !important;
}

.share-label {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #474747;
}

@media (max-width: 576px) {
  .share-modal {
    max-width: 100%;
    width: 100%;
    border-radius: 0;
    max-height: 100vh;
  }
  .share-modal-content {
    gap: 12px;
  }
  .share-option {
    min-width: 60px;
  }
  .share-icon-wrapper {
    width: 40px;
    height: 40px;
  }
  .share-icon-wrapper svg,
  .share-icon-wrapper .share-icon,
  .share-icon-wrapper .icon,
  .share-icon-wrapper .fa {
    width: 20px;
    height: 20px;
    font-size: 20px;
  }
}
.post-related-header {
  border-bottom: 1px solid rgba(29, 31, 30, 0.08);
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.post-related-header h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  letter-spacing: -0.01px;
  margin: 0;
}

.post-related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .post-related-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 992px) {
  .post-related-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .post-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .post-related-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.post-related-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-decoration: none;
  transition: transform 0.2s ease;
}
.post-related-card:hover {
  transform: translateY(-4px);
}
.post-related-card:hover .post-related-title {
  color: #2f76f9;
}
@media (max-width: 576px) {
  .post-related-card {
    flex-direction: row;
  }
  .post-related-card .post-related-thumbnail {
    width: 132px;
    aspect-ratio: 16/9;
    flex-shrink: 0;
  }
  .post-related-card .post-related-info {
    padding-right: 0;
    justify-content: start;
    gap: 8px;
  }
  .post-related-card .post-related-title {
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }
}

.post-related-thumbnail {
  width: 100%;
  aspect-ratio: 320/180;
  overflow: hidden;
  background: #ffffff;
}
.post-related-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.post-related-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-right: 12px;
}

.post-related-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  color: #000000;
  letter-spacing: -0.32px;
  margin: 0;
  transition: color 0.2s ease;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-related-meta {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
  -moz-column-gap: 9px;
       column-gap: 9px;
  row-gap: 4px;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.3;
  color: #000000;
}
.post-related-meta .post-related-meta-date {
  opacity: 0.7;
}
.post-related-meta .post-related-meta-separator {
  opacity: 1;
}
.post-related-meta .post-related-meta-category {
  opacity: 1;
}
@media (max-width: 576px) {
  .post-related-meta {
    font-size: 9px;
    gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
    row-gap: 2px;
  }
  .post-related-meta .post-related-meta-separator {
    display: none;
  }
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.cboth {
  clear: both;
}

@media (max-width: 768px) {
  .post-meta-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .post-meta-right {
    width: 100%;
    justify-content: space-between;
  }
}
.author-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #000000;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.author-social-icon:hover {
  opacity: 0.7;
}
.author-social-icon img {
  width: 20px;
  height: 20px;
  display: block;
}
.author-social-icon i {
  font-size: 16px;
}

.author-page-wrapper {
  padding-bottom: 64px;
  max-width: 652px;
  margin: 0 auto;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
@media (max-width: 1200px) {
  .author-page-wrapper {
    padding-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .author-page-wrapper {
    padding-bottom: 32px;
  }
}

.author-header-section {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .author-header-section {
    gap: 16px;
  }
}

.author-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  min-width: 0;
}

.author-name {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  letter-spacing: -0.01px;
  margin: 0;
}

.author-description {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #000000;
  margin: 0;
}

.author-social-links {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.author-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #000000;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.author-social-icon:hover {
  opacity: 0.7;
}
.author-social-icon img {
  width: 20px;
  height: 20px;
  display: block;
}
.author-social-icon i {
  font-size: 16px;
}

.author-avatar {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .author-avatar {
    width: 80px;
    height: 80px;
  }
}
.author-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.author-posts-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 40px;
  border-top: 1px solid rgba(29, 31, 30, 0.08);
}

.author-post-item {
  display: flex;
  flex-direction: row;
  gap: 16px;
  width: 100%;
}
@media (max-width: 768px) {
  .author-post-item {
    flex-direction: column;
    gap: 8px;
  }
}

.author-post-thumbnail {
  width: 244px;
  flex-shrink: 0;
  aspect-ratio: 320/180;
  overflow: hidden;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .author-post-thumbnail {
    width: 100%;
  }
}
.author-post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.author-post-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-right: 12px;
}
@media (max-width: 768px) {
  .author-post-content {
    padding-right: 0;
  }
}

.author-post-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  color: #000000;
  letter-spacing: -0.32px;
  margin: 0;
}
.author-post-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.author-post-title a:hover {
  color: #2f76f9;
}

.author-post-description {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #000000;
  opacity: 0.8;
  margin: 0;
}

.author-post-meta {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}
.author-post-meta .author-post-meta-date {
  opacity: 0.7;
}
.author-post-meta .author-post-meta-separator {
  opacity: 1;
  font-size: 10px;
  line-height: 1.3;
}
.author-post-meta .author-post-meta-author a {
  color: inherit;
  text-decoration: none;
}
.author-post-meta .author-post-meta-author a:hover {
  color: #2f76f9;
}

.author-no-posts {
  font-size: 16px;
  color: #474747;
  padding: 40px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .author-page-wrapper {
    padding: 0 16px;
    padding-bottom: 32px;
  }
  .author-post-title {
    font-size: 14px;
  }
  .author-post-description {
    font-size: 12px;
    line-height: 16px;
  }
}
.term-page .term-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.term-page .term-content .single-content .ck-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.term-page .term-header {
  border-bottom: 1px solid rgba(29, 31, 30, 0.08);
  padding-bottom: 12px;
}
.term-page .term-header .search-header {
  display: flex;
  align-items: center;
  gap: 20px;
}
.term-page .term-header .search-header .search-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.term-page .term-header .search-header .search-icon i {
  font-size: 16px;
}
.term-page .term-header .term-title {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.01px;
  color: #000000;
  margin: 0;
}
.term-page .search-results-count {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #000000;
  opacity: 0.6;
  margin-bottom: 24px;
}
.term-page .term-articles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.term-page .term-article-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.term-page .term-article-card .term-article-image {
  flex-shrink: 0;
  width: 244px;
  display: block;
  overflow: hidden;
}
.term-page .term-article-card .term-article-image .term-article-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 320/180;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  transition: transform 0.3s ease;
}
.term-page .term-article-card .term-article-image:hover .term-article-img {
  transform: scale(1.05);
}
.term-page .term-article-card .term-article-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.term-page .term-article-card .term-article-title {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0px;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.term-page .term-article-card .term-article-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.term-page .term-article-card .term-article-title a:hover {
  color: #2f76f9;
}
.term-page .term-article-card .term-article-meta {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  flex-wrap: wrap;
}
.term-page .term-article-card .term-article-meta .term-article-date {
  color: #474747;
  opacity: 0.7;
}
.term-page .term-article-card .term-article-meta .term-article-separator {
  color: #000000;
  font-size: 10px;
  line-height: 1.3;
}
.term-page .term-article-card .term-article-meta .term-article-author {
  color: #000000;
}
.term-page .term-article-card .term-article-meta .term-article-author a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.term-page .term-article-card .term-article-meta .term-article-author a:hover {
  color: var(--color-1st);
}

@media screen and (max-width: 1190px) {
  .term-page .term-article-card .term-article-image {
    width: 220px;
  }
}
@media screen and (max-width: 1023px) {
  .term-page .term-articles-grid {
    gap: 20px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .term-page .term-article-card .term-article-image {
    width: 180px;
  }
  .term-page .term-article-card .term-article-image .term-article-img {
    aspect-ratio: 16/10;
  }
}
@media screen and (max-width: 890px) {
  .term-page .term-articles-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .term-page .term-article-card .term-article-image {
    width: 132px;
  }
}
@media screen and (max-width: 767px) {
  .term-page .term-content {
    gap: 32px;
  }
  .term-page .term-content .single-content .ck-content {
    gap: 32px;
  }
  .term-page .term-header .search-header {
    gap: 16px;
  }
  .term-page .term-header .search-header .search-icon {
    width: 18px;
    height: 18px;
  }
  .term-page .term-header .search-header .search-icon i {
    font-size: 14px;
  }
  .term-page .term-header .term-title {
    font-size: 20px;
    line-height: 26px;
  }
  .term-page .search-results-count {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .term-page .term-articles-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .term-page .term-article-card .term-article-content {
    gap: 8px;
  }
  .term-page .term-article-card .term-article-meta {
    font-size: 11px;
    line-height: 16px;
  }
}
@media screen and (max-width: 480px) {
  .term-page .term-content {
    gap: 24px;
  }
  .term-page .term-content .single-content .ck-content {
    gap: 24px;
  }
  .term-page .term-header {
    padding-bottom: 8px;
  }
  .term-page .term-header .search-header {
    gap: 12px;
  }
  .term-page .term-header .search-header .search-icon {
    width: 16px;
    height: 16px;
  }
  .term-page .term-header .search-header .search-icon i {
    font-size: 12px;
  }
  .term-page .term-header .term-title {
    font-size: 18px;
    line-height: 24px;
  }
  .term-page .search-results-count {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 16px;
  }
  .term-page .term-articles-grid {
    gap: 16px;
  }
  .term-page .term-article-card {
    gap: 10px;
  }
  .term-page .term-article-card .term-article-content {
    gap: 8px;
  }
  .term-page .term-article-card .term-article-title {
    font-size: 14px;
    line-height: 20px;
  }
  .term-page .term-article-card .term-article-meta {
    font-size: 11px;
    line-height: 16px;
    flex-wrap: wrap;
    gap: 2px;
  }
  .term-page .term-article-card .term-article-meta .term-article-separator {
    font-size: 9px;
  }
}
#logo-header img {
  width: auto;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 800px) {
  #logo-header img {
    height: 40px;
  }
}

.search-header-btn {
  width: 20px;
  height: 20px;
}
.search-header-btn img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.search-header-btn:hover {
  filter: brightness(0) saturate(100%) invert(40%) sepia(87%) saturate(2745%) hue-rotate(206deg) brightness(96%) contrast(102%);
}

.eth-analytics-btn {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  background-color: #2f76f9;
  padding: 6px 12px;
  margin-left: 20px;
  text-decoration: none;
  transition: background-color 0.2s ease;
  border-radius: 8px;
}
.eth-analytics-btn img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.eth-analytics-btn span {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  white-space: nowrap;
}
.eth-analytics-btn:hover {
  background-color: #1a5fd9;
}

.header {
  margin-bottom: 64px;
}
@media (max-width: 1200px) {
  .header {
    margin-bottom: 40px;
  }
}

.header-top > .container .header-top-left {
  display: flex;
  align-items: center;
}
.header-top > .container .header-top-right {
  display: flex;
  align-items: center;
}
.header-top > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}

.header-bottom {
  background-color: #ececf4;
  padding-block: 8px;
  height: 24px;
}
.header-bottom .marquee {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.header-bottom .marquee__inner {
  display: inline-flex;
  align-items: center;
  animation: marquee-scroll 36s linear infinite;
}
.header-bottom .marquee:hover .marquee__inner {
  animation-play-state: paused;
}
@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.header-bottom {
  /* Coin item styling */
}
.header-bottom .top-coin {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-right: 32px;
}
.header-bottom .top-coin * {
  font-family: "Google Sans Code", monospace;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}
.header-bottom .top-coin__symbol {
  font-weight: 400;
}
.header-bottom .top-coin__price {
  font-weight: 600;
}
.header-bottom .top-coin__percent-change {
  font-weight: 400;
}
.header-bottom .top-coin__percent-change.positive {
  color: #61d167;
}
.header-bottom .top-coin__percent-change.negative {
  color: #ff6363;
}

.main-nav-inner > ul > li > a > span {
  color: black;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
}

.main-nav-inner > ul {
  display: flex;
  align-items: center;
  gap: 32px;
}
.main-nav-inner > ul * {
  font-family: "Inter", sans-serif;
}
.main-nav-inner > ul > li {
  position: relative;
}
.main-nav-inner > ul > li:hover ul {
  opacity: 1;
  top: calc(100% + 10px);
  visibility: visible;
  transition: all ease-in-out 0.5s;
  pointer-events: auto;
}
.main-nav-inner > ul > li ul {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 240px;
  padding: 4px;
  background-color: #ffffff;
  text-transform: none;
  line-height: 18px;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 0px 1px rgba(18, 18, 105, 0.0784313725), 0px 24px 24px -12px rgba(54, 54, 74, 0.0588235294);
  transition: all ease-in-out 0.2s;
  border-radius: 12px;
  pointer-events: none;
}
.main-nav-inner > ul > li ul::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  opacity: 0;
}
.main-nav-inner > ul > li ul > li {
  padding: 8px 12px;
}
.main-nav-inner > ul > li ul > li a {
  color: black;
  font-size: 13px;
}
.main-nav-inner > ul > li ul > li a:hover {
  text-decoration: underline;
  font-weight: 500;
}

.main-nav-inner > ul > li {
  position: relative;
}

.collap-main-nav {
  height: 20px;
  width: 20px;
  cursor: pointer;
  margin-right: 12px;
  display: none;
}
.collap-main-nav__collapse {
  display: block;
}
.collap-main-nav__close {
  display: none;
}

.collap-main-nav img {
  margin: 0;
}

.close-nav {
  display: none;
}

.main-nav-inner.container {
  height: 100% !important;
}

@media screen and (min-width: 801px) {
  .main-nav-inner.container {
    width: -moz-max-content !important;
    width: max-content !important;
    padding-inline: 0 !important;
  }
  .main-nav-footer {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .main-nav {
    position: fixed;
    top: 64px;
    bottom: 0;
    left: -100vw;
    width: 100vw;
    z-index: 100000;
    background-color: white;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.5s;
  }
  .show-admin-bar .main-nav {
    top: 104px;
  }
  body:has(.main-nav.main-nav-active) {
    overflow: hidden;
  }
  body:has(.main-nav.main-nav-active) .collap-main-nav__collapse {
    display: none;
  }
  body:has(.main-nav.main-nav-active) .collap-main-nav__close {
    display: block;
  }
  .main-nav-active,
  .main-nav-inner > ul > li ul {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .close-nav,
  .collap-main-nav {
    display: block;
  }
  .close-nav {
    height: 40px;
    line-height: 40px;
    background-color: #ab0809;
    color: #fff;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
  }
  .close-nav i {
    margin-right: 10px;
    font-size: 16px;
  }
  .main-nav-inner {
    display: flex;
    flex-direction: column;
  }
  .main-nav-inner > ul > li > a > span {
    font-size: 18px;
    line-height: 24px;
  }
  .main-nav-inner > ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .main-nav-inner > ul > li {
    position: relative;
    padding-block: 12px;
    border-bottom: 1px solid rgba(29, 31, 30, 0.0784313725);
    width: 100%;
  }
  .main-nav-inner > ul > li ul {
    position: relative;
    pointer-events: auto;
    top: unset !important;
    left: unset !important;
    transform: translate(0);
    width: 100%;
    min-width: 0;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    transition: all ease-in-out 0.2s;
    border-radius: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
    -moz-column-gap: 12px;
         column-gap: 12px;
    margin-top: 12px;
  }
  .main-nav-inner > ul > li ul::before {
    display: none;
  }
  .main-nav-inner > ul > li ul > li {
    width: calc(50% - 6px);
    padding: 0;
  }
  .main-nav-inner > ul > li ul > li a {
    color: black;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
  }
  .main-nav-inner > ul > li ul > li a:hover {
    text-decoration: underline;
  }
  .main-nav-footer {
    display: flex;
    flex-direction: column;
    margin-top: auto;
    padding-bottom: 16px;
  }
  .main-nav-footer * {
    font-family: "Inter", sans-serif;
  }
  .main-nav-footer__social {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .main-nav-footer__social a img {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  .main-nav-footer__social a:hover {
    opacity: 0.8;
  }
  .main-nav-footer__copyright {
    margin-top: 24px;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    font-weight: 500;
  }
  .main-nav-footer__links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
  }
  .main-nav-footer__links a {
    font-size: 12px;
    line-height: 18px;
    color: black;
  }
  .main-nav-footer__links a:hover {
    opacity: 0.8;
  }
  .main-nav-footer__links span {
    font-size: 14px;
    line-height: 1.3;
  }
  .main-nav-footer__slogan {
    margin-top: 4px;
    font-size: 12px;
    line-height: 18px;
    color: black;
  }
}
.footer {
  background-color: #f5f6f7;
  margin-top: 10px;
  width: 100%;
  overflow-x: hidden;
}
.footer .footer-container {
  padding: 64px 0;
  display: flex;
  flex-direction: column;
  gap: 64px;
  max-width: 100%;
  box-sizing: border-box;
}
.footer .footer-top-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.footer .footer-logo {
  height: 60px;
}
.footer .footer-logo a {
  display: block;
  height: 100%;
}
.footer .footer-logo img {
  height: 100%;
  width: auto;
}
.footer .footer-socials {
  display: flex;
  gap: 20px;
  align-items: center;
}
.footer .footer-socials a {
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.footer .footer-socials a:hover {
  opacity: 1;
}
.footer .footer-socials a img,
.footer .footer-socials a svg {
  width: 100%;
  height: 100%;
  display: block;
}
.footer .footer-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(29, 31, 30, 0.08);
}
.footer .footer-menu-section {
  display: flex;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.footer .footer-menu-section > li {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}
.footer .footer-menu-section > li > * {
  font-family: inherit;
}
.footer .footer-menu-section > li > a {
  opacity: 0.6;
  pointer-events: none;
}
.footer .footer-menu-section > li > a, .footer .footer-menu-section > li > a * {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #000000;
}
.footer .footer-menu-section > li > ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer .footer-menu-section > li > ul > li > a {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #000000;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.footer .footer-menu-section > li > ul > li > a:hover {
  opacity: 0.7;
}
.footer .footer-menu-section > li.is-comingsoon {
  opacity: 1 !important;
}
.footer .footer-menu-section > li.is-comingsoon > ul > li > a {
  color: gray;
  cursor: default;
  opacity: 0.8;
  pointer-events: none;
}
.footer .footer-bottom-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.footer .footer-bottom-section .footer-bottom-info {
  display: flex;
  gap: 16px;
  width: 100%;
}
.footer .footer-bottom-section .footer-bottom-info .footer-copyright {
  flex: 1;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}
.footer .footer-bottom-section .footer-bottom-info .footer-links {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px;
}
.footer .footer-bottom-section .footer-bottom-info .footer-links .footer-links-left {
  display: flex;
  gap: 8px;
  align-items: center;
}
.footer .footer-bottom-section .footer-bottom-info .footer-links .footer-links-left a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.footer .footer-bottom-section .footer-bottom-info .footer-links .footer-links-left a:hover {
  opacity: 0.7;
}
.footer .footer-bottom-section .footer-bottom-info .footer-links .footer-links-left .footer-dot {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 0;
  color: #000000;
}
.footer .footer-bottom-section .footer-bottom-info .footer-links .footer-do-not-sell span {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}
.footer .footer-bottom-section .footer-disclaimer {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  opacity: 0.6;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .footer .footer-container {
    padding: 48px 60px;
  }
}
@media screen and (max-width: 1200px) {
  .footer .footer-container {
    padding: 48px 60px;
  }
  .footer .footer-menu-section {
    gap: 12px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 992px) {
  .footer .footer-container {
    padding: 40px 40px;
    gap: 48px;
  }
  .footer .footer-menu-section {
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
  }
  .footer .footer-menu-section > li {
    flex: 0 0 calc(33.333% - 11px);
    min-width: 0;
  }
  .footer .footer-bottom-info {
    flex-direction: column;
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-container {
    padding: 32px 24px;
    gap: 32px;
  }
  .footer .footer-top-section {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
  .footer .footer-menu-section {
    gap: 20px;
    justify-content: space-between;
  }
  .footer .footer-menu-section > li {
    flex: 0 0 calc(50% - 10px);
    min-width: 0;
  }
  .footer .footer-links {
    flex-direction: column;
    align-items: flex-start !important;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-container {
    padding: 24px 16px;
    gap: 24px;
  }
  .footer .footer-menu-section {
    gap: 16px;
  }
  .footer .footer-menu-section > li {
    flex: 0 0 100%;
    min-width: 0;
    gap: 4px;
  }
  .footer .footer-menu-section > li.is-comingsoon {
    gap: 12px;
  }
  .footer .footer-menu-section > li > ul {
    gap: 0px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

*::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

*::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
*::-webkit-scrollbar-thumb:hover {
  background: #a1a1a1;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #f1f1f1;
}

.analytics-page {
  min-height: 100vh;
  margin-top: -40px;
}

.analytics-sticky-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.analytics-header-layout {
  display: flex;
}

.analytics-sidebar-placeholder {
  width: 280px;
  min-width: 280px;
}

.analytics-main-header {
  flex: 1;
  min-width: 0;
}

.analytics-wrapper {
  display: flex;
  min-height: calc(100vh - 40px);
}

.analytics-layout {
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  flex: 1;
  min-width: 0;
}

.analytics-main {
  padding-left: 24px;
}

.analytics-content {
  padding-top: 16px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.analytics-section {
  scroll-margin-top: 172px;
}
.analytics-section__title {
  font-family: "Rethink Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}

@media (max-width: 991px) {
  .analytics-sidebar-placeholder {
    display: none;
  }
  .analytics-wrapper {
    flex-direction: column;
  }
  .analytics-layout {
    border-left: none;
  }
  .analytics-main {
    padding-left: 0;
  }
  .analytics-main-header {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.chart-card {
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(29, 31, 30, 0.08);
}
.chart-card__header {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.chart-card__header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chart-card__title-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.chart-card__title-wrap img {
  width: 20px;
  height: 20px;
}
.chart-card__title {
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #050505;
}
.chart-card__title-info {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.48);
  font-size: 14px;
  line-height: 1;
  transition: color 0.2s ease;
}
.chart-card__title-info:hover {
  color: rgba(0, 0, 0, 0.72);
}
.chart-card__title-info::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px;
  padding: 8px 12px;
  background: #1d1f1e;
  color: #fff;
  font-family: "Rethink Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 1000;
  white-space: normal;
  text-align: left;
  min-width: 300px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  word-wrap: break-word;
}
.chart-card__title-info:hover::before {
  opacity: 1;
  visibility: visible;
}
.chart-card__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.chart-card__chart-types {
  display: flex;
  align-items: center;
  height: 32px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.chart-card__type-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 4px 12px;
  height: 100%;
  background: #fff;
  cursor: pointer;
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.48);
  transition: all 0.2s ease;
  border: none;
}
.chart-card__type-btn:not(:first-child) {
  border-left: none;
}
.chart-card__type-btn img {
  width: 20px;
  height: 20px;
  opacity: 0.48;
  transition: opacity 0.2s ease;
}
.chart-card__type-btn:hover {
  color: rgba(0, 0, 0, 0.72);
}
.chart-card__type-btn:hover img {
  opacity: 0.72;
}
.chart-card__type-btn.active {
  color: #000;
  background: #f3f3f9;
}
.chart-card__type-btn.active img {
  opacity: 1;
}
.chart-card__action-btns {
  display: flex;
  align-items: center;
  border-radius: 6px;
  border: 1px solid rgba(29, 31, 30, 0.08);
}
.chart-card__action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(29, 31, 30, 0.08);
  border-width: 0 1px 0 0;
  background: #eaf2fe;
  cursor: pointer;
  padding: 4px;
  transition: all 0.2s ease;
}
.chart-card__action-btn:last-child {
  border-right: none;
}
.chart-card__action-btn img {
  width: 20px;
  height: 20px;
  transition: opacity 0.2s ease;
}
.chart-card__action-btn:hover {
  background: #e8e8ee;
}
.chart-card__description {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.32);
  margin: 0;
}
.chart-card__chart-container {
  position: relative;
  width: 100%;
  margin-top: 32px;
}
.chart-card__chart {
  width: 100%;
}
.chart-card__legend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px 24px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.chart-card__legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.chart-card__legend-dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  flex-shrink: 0;
}
.chart-card__legend-label {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.64);
}
.chart-card--loading {
  position: relative;
}
.chart-card__loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
}
.chart-card__spinner {
  color: #7178ff;
  animation: pulse 1.5s ease-in-out infinite;
}
.chart-card--error .chart-card__chart-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
.chart-card__error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #e43e34;
  font-size: 12px;
  text-align: center;
}
.chart-card__error-icon {
  font-size: 16px;
}
.chart-card__error-text {
  font-family: "Rethink Sans", sans-serif;
  font-size: 11px;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.48);
}
.chart-card--coming-soon .chart-card__chart {
  height: 180px;
}

.analytics-export-modal__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.analytics-export-modal__dialog {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  pointer-events: none;
}

.analytics-export-modal__dialog > * {
  pointer-events: auto;
}

.analytics-export-modal__dialog-inner,
.analytics-export-modal__content {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  padding: 16px 20px 20px;
  max-width: 360px;
  width: 100%;
}

.analytics-export-modal__header {
  margin-bottom: 12px;
}

.analytics-export-modal__title {
  margin: 0;
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #050505;
}

.analytics-export-modal__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.analytics-export-modal__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.analytics-export-modal__label {
  font-family: "Rethink Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.64);
}

.analytics-export-modal__custom-select {
  position: relative;
  width: 100%;
  font-family: "Rethink Sans", sans-serif;
}

.analytics-export-modal__select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 14px;
  color: #050505;
}

.analytics-export-modal__select-trigger:hover {
  border-color: rgba(0, 0, 0, 0.32);
}

.analytics-export-modal__custom-select.open .analytics-export-modal__select-trigger {
  border-color: #7178ff;
  box-shadow: 0 0 0 1px rgba(113, 120, 255, 0.2);
}

.analytics-export-modal__arrow {
  width: 16px;
  height: 16px;
  color: rgba(0, 0, 0, 0.48);
  transition: transform 0.2s ease;
}

.analytics-export-modal__custom-select.open .analytics-export-modal__arrow {
  transform: rotate(180deg);
}

.analytics-export-modal__options {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 4px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.analytics-export-modal__custom-select.open .analytics-export-modal__options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.analytics-export-modal__option {
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  color: #050505;
  cursor: pointer;
  transition: background 0.15s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.analytics-export-modal__option:hover {
  background: #f3f3f9;
}

.analytics-export-modal__option.selected {
  background: #f3f3f9;
  color: #7178ff;
  font-weight: 500;
}

.analytics-export-modal__check {
  width: 16px;
  height: 16px;
  opacity: 0;
  color: #7178ff;
  transition: opacity 0.2s ease;
}

.analytics-export-modal__option.selected .analytics-export-modal__check {
  opacity: 1;
}

.analytics-export-modal__actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.analytics-export-modal__btn {
  min-width: 96px;
  height: 32px;
  padding: 4px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.analytics-export-modal__btn--secondary {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.72);
}

.analytics-export-modal__btn--secondary:hover {
  background: #f3f3f9;
}

.analytics-export-modal__btn--primary {
  background: #2f76f9;
  color: #fff;
}

.analytics-export-modal__btn--primary:hover {
  opacity: 0.8;
}

.stat-cards {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media (max-width: 991px) {
  .stat-cards {
    flex-direction: column;
    align-items: stretch;
  }
}

.stat-card {
  flex: 1;
  min-width: 0;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 8px;
  border: 1px solid rgba(29, 31, 30, 0.08);
  background: #fff;
}
.stat-card__header {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}
.stat-card__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.stat-card__info-left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.stat-card__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: #7178ff;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stat-card__icon img {
  width: 9.38px;
  height: 15px;
}
.stat-card__label {
  display: flex;
  gap: 4px;
  align-items: center;
}
.stat-card__name {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #000;
}
.stat-card__symbol {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
}
.stat-card__title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.stat-card__value {
  font-family: "Google Sans Code", monospace;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #000;
}
.stat-card__change {
  font-family: "Google Sans Code", monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.stat-card__change--positive {
  color: #27a17b;
}
.stat-card__change--negative {
  color: #e43e34;
}
.stat-card[data-chart=open-interest] .stat-card__change {
  visibility: hidden;
}
.stat-card__chart {
  height: 52px;
  width: 100%;
}
.stat-card__footer {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.4);
}
.stat-card--loading {
  position: relative;
}
.stat-card--loading .stat-card__value,
.stat-card--loading .stat-card__change {
  opacity: 0.4;
}
.stat-card__loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
}
.stat-card__spinner {
  color: #7178ff;
  animation: pulse 1.5s ease-in-out infinite;
}
.stat-card--error .stat-card__chart {
  display: flex;
  align-items: center;
  justify-content: center;
}
.stat-card__error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #e43e34;
  font-size: 12px;
  text-align: center;
}
.stat-card__error-icon {
  font-size: 16px;
}
.stat-card__error-text {
  font-family: "Rethink Sans", sans-serif;
  font-size: 11px;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.48);
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.chart-tooltip {
  display: flex;
  flex-direction: column;
  gap: 2px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 4px 8px;
  font-family: "Google Sans", "Rethink Sans", sans-serif;
  text-align: right;
}
.chart-tooltip__value {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #000;
}
.chart-tooltip__date {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: rgba(0, 0, 0, 0.48);
}

.tvl-tooltip__divider,
.stablecoin-supply-tooltip__divider,
.stacked-tooltip__divider,
.chart-tooltip__divider,
.trading-tooltip__divider,
.onchain-trading-tooltip__divider,
.spot-volume-tooltip__divider,
.eth-etf-tooltip__divider,
.staking-flow-tooltip__divider,
.staked-eth-tooltip__divider,
.inflation-tooltip__divider,
.issuance-tooltip__divider,
.burned-tooltip__divider,
.lending-revenue-tooltip__divider,
.live-tps-tooltip__divider,
.eth-tps-tooltip__divider,
.l2-live-tps-tooltip__divider,
.l2-tx-tooltip__divider,
.l2-tps-tooltip__divider,
.l2-tvl-tooltip__divider,
.l2-stablecoin-supply-tooltip__divider,
.l2-onchain-trading-tooltip__divider,
.l2-lending-revenue-tooltip__divider,
.l2-overview-tvs-tooltip__divider,
.l2-overview-daa-tooltip__divider,
.l2-overview-transaction-activity-tooltip__divider,
.l2-overview-lending-revenue-tooltip__divider,
.l2-overview-stablecoin-supply-tooltip__divider,
.l2-overview-dex-volume-tooltip__divider,
.l2-overview-protocol-fee-tooltip__divider,
.tx-activity-tooltip__divider,
.dex-volume-tooltip__divider,
.protocol-fee-tooltip__divider {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
}

.l2-live-tps-tooltip,
.l2-tx-tooltip,
.l2-tps-tooltip,
.l2-tvl-tooltip,
.l2-stablecoin-supply-tooltip,
.l2-onchain-trading-tooltip,
.l2-lending-revenue-tooltip,
.l2-overview-tvs-tooltip,
.l2-overview-daa-tooltip,
.l2-overview-transaction-activity-tooltip,
.l2-overview-lending-revenue-tooltip,
.l2-overview-stablecoin-supply-tooltip,
.l2-overview-dex-volume-tooltip,
.l2-overview-protocol-fee-tooltip,
.tx-activity-tooltip,
.dex-volume-tooltip,
.protocol-fee-tooltip {
  background: #fff;
  font-family: "Rethink Sans", sans-serif;
}
.l2-live-tps-tooltip__content,
.l2-tx-tooltip__content,
.l2-tps-tooltip__content,
.l2-tvl-tooltip__content,
.l2-stablecoin-supply-tooltip__content,
.l2-onchain-trading-tooltip__content,
.l2-lending-revenue-tooltip__content,
.l2-overview-tvs-tooltip__content,
.l2-overview-daa-tooltip__content,
.l2-overview-transaction-activity-tooltip__content,
.l2-overview-lending-revenue-tooltip__content,
.l2-overview-stablecoin-supply-tooltip__content,
.l2-overview-dex-volume-tooltip__content,
.l2-overview-protocol-fee-tooltip__content,
.tx-activity-tooltip__content,
.dex-volume-tooltip__content,
.protocol-fee-tooltip__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.l2-live-tps-tooltip__row,
.l2-tx-tooltip__row,
.l2-tps-tooltip__row,
.l2-tvl-tooltip__row,
.l2-stablecoin-supply-tooltip__row,
.l2-onchain-trading-tooltip__row,
.l2-lending-revenue-tooltip__row,
.l2-overview-tvs-tooltip__row,
.l2-overview-daa-tooltip__row,
.l2-overview-transaction-activity-tooltip__row,
.l2-overview-lending-revenue-tooltip__row,
.l2-overview-stablecoin-supply-tooltip__row,
.l2-overview-dex-volume-tooltip__row,
.l2-overview-protocol-fee-tooltip__row,
.tx-activity-tooltip__row,
.dex-volume-tooltip__row,
.protocol-fee-tooltip__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 4px;
}
.l2-live-tps-tooltip__row--total,
.l2-tx-tooltip__row--total,
.l2-tps-tooltip__row--total,
.l2-tvl-tooltip__row--total,
.l2-stablecoin-supply-tooltip__row--total,
.l2-onchain-trading-tooltip__row--total,
.l2-lending-revenue-tooltip__row--total,
.l2-overview-tvs-tooltip__row--total,
.l2-overview-daa-tooltip__row--total,
.l2-overview-transaction-activity-tooltip__row--total,
.l2-overview-lending-revenue-tooltip__row--total,
.l2-overview-stablecoin-supply-tooltip__row--total,
.l2-overview-dex-volume-tooltip__row--total,
.l2-overview-protocol-fee-tooltip__row--total,
.tx-activity-tooltip__row--total,
.dex-volume-tooltip__row--total,
.protocol-fee-tooltip__row--total {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.l2-live-tps-tooltip__label,
.l2-tx-tooltip__label,
.l2-tps-tooltip__label,
.l2-tvl-tooltip__label,
.l2-stablecoin-supply-tooltip__label,
.l2-onchain-trading-tooltip__label,
.l2-lending-revenue-tooltip__label,
.l2-overview-tvs-tooltip__label,
.l2-overview-daa-tooltip__label,
.l2-overview-transaction-activity-tooltip__label,
.l2-overview-lending-revenue-tooltip__label,
.l2-overview-stablecoin-supply-tooltip__label,
.l2-overview-dex-volume-tooltip__label,
.l2-overview-protocol-fee-tooltip__label,
.tx-activity-tooltip__label,
.dex-volume-tooltip__label,
.protocol-fee-tooltip__label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.64);
}
.l2-live-tps-tooltip__dot,
.l2-tx-tooltip__dot,
.l2-tps-tooltip__dot,
.l2-tvl-tooltip__dot,
.l2-stablecoin-supply-tooltip__dot,
.l2-onchain-trading-tooltip__dot,
.l2-lending-revenue-tooltip__dot,
.l2-overview-tvs-tooltip__dot,
.l2-overview-daa-tooltip__dot,
.l2-overview-transaction-activity-tooltip__dot,
.l2-overview-lending-revenue-tooltip__dot,
.l2-overview-stablecoin-supply-tooltip__dot,
.l2-overview-dex-volume-tooltip__dot,
.l2-overview-protocol-fee-tooltip__dot,
.tx-activity-tooltip__dot,
.dex-volume-tooltip__dot,
.protocol-fee-tooltip__dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 0;
  flex-shrink: 0;
}
.l2-live-tps-tooltip__dot--line,
.l2-tx-tooltip__dot--line,
.l2-tps-tooltip__dot--line,
.l2-tvl-tooltip__dot--line,
.l2-stablecoin-supply-tooltip__dot--line,
.l2-onchain-trading-tooltip__dot--line,
.l2-lending-revenue-tooltip__dot--line,
.l2-overview-tvs-tooltip__dot--line,
.l2-overview-daa-tooltip__dot--line,
.l2-overview-transaction-activity-tooltip__dot--line,
.l2-overview-lending-revenue-tooltip__dot--line,
.l2-overview-stablecoin-supply-tooltip__dot--line,
.l2-overview-dex-volume-tooltip__dot--line,
.l2-overview-protocol-fee-tooltip__dot--line,
.tx-activity-tooltip__dot--line,
.dex-volume-tooltip__dot--line,
.protocol-fee-tooltip__dot--line {
  width: 8px;
  height: 8px;
  border-radius: 0;
}
.l2-live-tps-tooltip__name,
.l2-tx-tooltip__name,
.l2-tps-tooltip__name,
.l2-tvl-tooltip__name,
.l2-stablecoin-supply-tooltip__name,
.l2-onchain-trading-tooltip__name,
.l2-lending-revenue-tooltip__name,
.l2-overview-tvs-tooltip__name,
.l2-overview-daa-tooltip__name,
.l2-overview-transaction-activity-tooltip__name,
.l2-overview-lending-revenue-tooltip__name,
.l2-overview-stablecoin-supply-tooltip__name,
.l2-overview-dex-volume-tooltip__name,
.l2-overview-protocol-fee-tooltip__name,
.tx-activity-tooltip__name,
.dex-volume-tooltip__name,
.protocol-fee-tooltip__name {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.64);
}
.l2-live-tps-tooltip__value,
.l2-tx-tooltip__value,
.l2-tps-tooltip__value,
.l2-tvl-tooltip__value,
.l2-stablecoin-supply-tooltip__value,
.l2-onchain-trading-tooltip__value,
.l2-lending-revenue-tooltip__value,
.l2-overview-tvs-tooltip__value,
.l2-overview-daa-tooltip__value,
.l2-overview-transaction-activity-tooltip__value,
.l2-overview-lending-revenue-tooltip__value,
.l2-overview-stablecoin-supply-tooltip__value,
.l2-overview-dex-volume-tooltip__value,
.l2-overview-protocol-fee-tooltip__value,
.tx-activity-tooltip__value,
.dex-volume-tooltip__value,
.protocol-fee-tooltip__value {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #000;
  text-align: right;
}
.l2-live-tps-tooltip__footer,
.l2-tx-tooltip__footer,
.l2-tps-tooltip__footer,
.l2-tvl-tooltip__footer,
.l2-stablecoin-supply-tooltip__footer,
.l2-onchain-trading-tooltip__footer,
.l2-lending-revenue-tooltip__footer,
.l2-overview-tvs-tooltip__footer,
.l2-overview-daa-tooltip__footer,
.l2-overview-transaction-activity-tooltip__footer,
.l2-overview-lending-revenue-tooltip__footer,
.l2-overview-stablecoin-supply-tooltip__footer,
.l2-overview-dex-volume-tooltip__footer,
.l2-overview-protocol-fee-tooltip__footer,
.tx-activity-tooltip__footer,
.dex-volume-tooltip__footer,
.protocol-fee-tooltip__footer {
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.48);
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.analytics-chain-selector {
  position: relative;
  padding: 0;
  background: transparent;
}
.analytics-chain-selector__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 24px;
  gap: 0;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .analytics-chain-selector__inner {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
    height: auto;
    padding-bottom: 4px;
  }
  .analytics-chain-selector__inner::-webkit-scrollbar {
    height: 4px;
  }
  .analytics-chain-selector__inner::-webkit-scrollbar-track {
    background: transparent;
  }
  .analytics-chain-selector__inner::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 2px;
  }
}

.chain-selector__item {
  font-family: "Rethink Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.5);
  background: #fff;
  border: 1px solid rgba(29, 31, 30, 0.08);
  padding: 4px 12px;
  height: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  white-space: nowrap;
  flex-shrink: 0;
}
.chain-selector__item:hover {
  background: #f9f9f9;
}
.chain-selector__item.active {
  background: #eff6ff;
  border-color: #60a5fa;
  color: #1d4fd8;
}
@media (max-width: 768px) {
  .chain-selector__item {
    padding: 6px 10px;
    min-height: 32px;
    margin-bottom: 0;
    touch-action: manipulation;
  }
}

.chart-coming-soon-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.chart-coming-soon-overlay__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  pointer-events: auto;
  background: rgb(255, 255, 255);
  /* backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px); */
  padding: 32px 40px;
  border-radius: 8px;
  border: 1px solid rgba(209, 213, 219, 0.8);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.chart-coming-soon-overlay__badge {
  font-size: 16px;
  text-transform: uppercase;
  color: #007bff;
}
.chart-coming-soon-overlay__message {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.48);
  margin: 0;
  max-width: 280px;
}
@media (max-width: 768px) {
  .chart-coming-soon-overlay__content {
    padding: 20px 24px;
  }
  .chart-coming-soon-overlay__badge {
    font-size: 16px;
  }
  .chart-coming-soon-overlay__message {
    font-size: 13px;
  }
}

.chart-card:has(.chart-coming-soon-overlay) .chart-card__action-btns {
  display: none;
}

.analytics-nav {
  position: sticky;
  top: 0;
  z-index: 99;
  padding: 16px 0 12px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.analytics-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.analytics-nav__title h2 {
  font-family: "Rethink Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  color: #000;
  margin: 0;
}
.analytics-nav__chain-selector {
  flex: 1;
  display: flex;
  justify-content: center;
}
.analytics-nav__time-filter {
  display: flex;
  align-items: center;
}
.analytics-nav--l2 {
  border-bottom: none;
}
.analytics-nav--l2 .analytics-nav__inner {
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.analytics-nav--l2 .analytics-nav__top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.analytics-nav--l2 .analytics-nav__chain-selector {
  width: 100%;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .analytics-nav--l2 {
    padding: 12px 0 8px;
  }
  .analytics-nav--l2 .analytics-nav__inner {
    gap: 12px;
  }
  .analytics-nav--l2 .analytics-nav__top-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
  }
  .analytics-nav--l2 .analytics-nav__title h2 {
    font-size: 20px;
  }
  .analytics-nav--l2 .analytics-nav__time-filter {
    width: 100%;
  }
  .analytics-nav--l2 .analytics-nav__chain-selector {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
  }
}

.analytics-time-filter {
  position: relative;
  padding: 0;
  background: transparent;
}
.analytics-time-filter__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 24px;
  gap: 0;
}
@media (max-width: 768px) {
  .analytics-time-filter__inner {
    justify-content: flex-start;
    flex-wrap: wrap;
    height: auto;
    gap: 4px 0;
  }
}

.time-filter__item {
  font-family: "Rethink Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.5);
  background: #fff;
  border: 1px solid rgba(29, 31, 30, 0.08);
  padding: 4px 8px;
  width: 32px;
  height: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.time-filter__item:first-child {
  border-radius: 4px 0 0 4px;
}
.time-filter__item:last-child {
  border-radius: 0 4px 4px 0;
}
.time-filter__item:hover {
  background: #f9f9f9;
}
.time-filter__item.active {
  background: #f3f3f9;
  color: #000;
  font-weight: 600;
}
@media (max-width: 768px) {
  .time-filter__item {
    border-radius: 4px;
    margin-right: 4px;
    margin-bottom: 0;
  }
  .time-filter__item:first-child {
    border-radius: 4px;
  }
  .time-filter__item:last-child {
    border-radius: 4px;
    margin-right: 0;
  }
}

.analytics-sidebar {
  background: #fff;
  position: sticky;
  top: 0;
  align-self: flex-start;
  max-height: 100vh;
  overflow-y: auto;
  scrollbar-width: none;
  padding: 0 24px;
}
.analytics-sidebar::-webkit-scrollbar {
  display: none;
}
.analytics-sidebar__section {
  padding-bottom: 8px;
  padding-top: 0;
  min-width: 212px;
  max-width: 212px;
  width: 212px;
}
.analytics-sidebar__title {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #050505;
  margin: 0;
  padding: 12px 0;
}
.analytics-sidebar__title--collapsible {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.analytics-sidebar__title--collapsible:hover {
  color: #2f76f9;
}
.analytics-sidebar__title-text {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.analytics-sidebar__title-chevron {
  transition: transform 0.2s ease;
  flex-shrink: 0;
  margin-left: 8px;
  stroke: currentColor;
  transform: rotate(90deg);
}
.analytics-sidebar__title--collapsible.collapsed .analytics-sidebar__title-chevron {
  transform: rotate(0deg);
}
.analytics-sidebar__nav {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid rgba(29, 31, 30, 0.08);
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}
.analytics-sidebar__nav--collapsible {
  max-height: 2000px;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  opacity: 1;
}
.analytics-sidebar__nav--collapsible.collapsed {
  max-height: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.analytics-sidebar__item {
  font-family: "Rethink Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 23px;
  color: rgba(0, 0, 0, 0.48);
  text-decoration: none;
  border-bottom: 1px solid rgba(29, 31, 30, 0.08);
  background: #fff;
  padding: 4px 12px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  box-sizing: border-box;
}
.analytics-sidebar__item:hover {
  background: rgba(29, 31, 30, 0.04);
}
.analytics-sidebar__item:last-child {
  border-bottom: none;
}
.analytics-sidebar__item.active {
  color: #000;
  background: #f7f7f7;
  font-weight: 600;
}
.analytics-sidebar__item-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
.analytics-sidebar__item--parent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.analytics-sidebar__item-text {
  flex: 1;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.analytics-sidebar__chevron {
  transition: transform 0.2s ease;
  flex-shrink: 0;
  margin-left: 8px;
  cursor: pointer;
}
.analytics-sidebar__item--parent.expanded .analytics-sidebar__chevron {
  transform: rotate(90deg);
}
.analytics-sidebar__children {
  display: flex;
  flex-direction: column;
  max-height: 500px;
  overflow: visible;
  transition: max-height 0.3s ease;
  max-width: 100%;
}
.analytics-sidebar__children:not(.expanded) {
  max-height: 0;
  overflow: hidden;
}
.analytics-sidebar__item--child {
  display: block;
  max-width: 100%;
  width: 100%;
  padding-left: 32px;
  font-size: 11px;
  opacity: 0.85;
  border-bottom: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

.analytics-sidebar-toggle {
  display: none;
  position: fixed;
  left: 0;
  top: 120px;
  z-index: 999;
  width: 32px;
  height: 40px;
  background: #2f76f9;
  border-radius: 0 4px 4px 0;
  border: none;
  color: #fff;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
  transition: left 0.3s ease;
}
.analytics-sidebar-toggle svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.analytics-sidebar-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 998;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.analytics-sidebar-overlay.show {
  opacity: 1;
}

@media (max-width: 991px) {
  .analytics-sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 1000;
    transition: left 0.3s ease;
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.1);
    padding: 16px 24px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .analytics-sidebar.open {
    left: 0;
  }
  .analytics-sidebar-toggle {
    display: flex;
  }
  .analytics-sidebar-toggle.open {
    left: 223px;
  }
  .analytics-sidebar-toggle.open svg {
    transform: rotate(180deg);
  }
  .analytics-sidebar-overlay {
    display: block;
    pointer-events: none;
  }
  .analytics-sidebar-overlay.show {
    pointer-events: auto;
  }
}
.all-time-high__content {
  width: 100%;
}
.all-time-high__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
@media (max-width: 1400px) {
  .all-time-high__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  .all-time-high__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .all-time-high__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .all-time-high__grid {
    grid-template-columns: 1fr;
  }
}

.ath-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
}
.ath-card:hover {
  border-color: rgba(219, 234, 254, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transform: translateY(-4px);
}
.ath-card:hover .ath-card__label {
  color: #2563eb;
}
.ath-card:hover .ath-card__value {
  color: #2563eb;
}
.ath-card__label {
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}
.ath-card__label-info {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(107, 114, 128, 0.6);
  font-size: 11px;
  line-height: 1;
  transition: color 0.2s ease;
  flex-shrink: 0;
}
.ath-card__label-info:hover {
  color: rgba(107, 114, 128, 0.9);
}
.ath-card__tooltip {
  position: fixed;
  padding: 8px 12px;
  background: #1d1f1e;
  color: #fff;
  font-family: "Rethink Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 99999;
  white-space: normal;
  text-align: left;
  text-transform: none;
  min-width: 200px;
  max-width: 320px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  word-wrap: break-word;
}
.ath-card__value {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
}
.ath-card__value.loading {
  background: linear-gradient(90deg, #f3f4f6 0%, #e5e7eb 50%, #f3f4f6 100%);
  background-size: 200% 100%;
  animation: loading 1.5s ease-in-out infinite;
  border-radius: 4px;
  height: 24px;
  width: 80%;
}
.ath-card__date {
  font-size: 12px;
  color: #9ca3af;
  font-weight: 400;
  margin-top: 4px;
}
.ath-card__date.loading {
  background: linear-gradient(90deg, #f3f4f6 0%, #e5e7eb 50%, #f3f4f6 100%);
  background-size: 200% 100%;
  animation: loading 1.5s ease-in-out infinite;
  border-radius: 4px;
  height: 16px;
  width: 60%;
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
#analytics-section-market-price .stat-cards {
  display: flex;
  gap: 16px;
}
@media (max-width: 991px) {
  #analytics-section-market-price .stat-cards {
    flex-direction: column;
  }
}
#analytics-section-market-price #chart-spot-volume-card {
  margin-top: 32px;
}

#analytics-section-spot-volume .chart-card__chart {
  height: 400px;
}
#analytics-section-spot-volume #chart-spot-volume {
  height: 400px;
}
@media (max-width: 991px) {
  #analytics-section-spot-volume .chart-card__chart,
  #analytics-section-spot-volume #chart-spot-volume {
    height: 350px;
  }
}

.chart-card {
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(29, 31, 30, 0.08);
}
.chart-card__header {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.chart-card__header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chart-card__title-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.chart-card__title-wrap img {
  width: 20px;
  height: 20px;
}
.chart-card__title {
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #050505;
}
.chart-card__title-info {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.48);
  font-size: 14px;
  line-height: 1;
  transition: color 0.2s ease;
}
.chart-card__title-info:hover {
  color: rgba(0, 0, 0, 0.72);
}
.chart-card__title-info::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px;
  padding: 8px 12px;
  background: #1d1f1e;
  color: #fff;
  font-family: "Rethink Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 1000;
  white-space: normal;
  text-align: left;
  min-width: 300px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  word-wrap: break-word;
}
.chart-card__title-info:hover::before {
  opacity: 1;
  visibility: visible;
}
.chart-card__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.chart-card__chart-types {
  display: flex;
  align-items: center;
  height: 32px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.chart-card__type-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 4px 12px;
  height: 100%;
  background: #fff;
  cursor: pointer;
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.48);
  transition: all 0.2s ease;
  border: none;
}
.chart-card__type-btn:not(:first-child) {
  border-left: none;
}
.chart-card__type-btn img {
  width: 20px;
  height: 20px;
  opacity: 0.48;
  transition: opacity 0.2s ease;
}
.chart-card__type-btn:hover {
  color: rgba(0, 0, 0, 0.72);
}
.chart-card__type-btn:hover img {
  opacity: 0.72;
}
.chart-card__type-btn.active {
  color: #000;
  background: #f3f3f9;
}
.chart-card__type-btn.active img {
  opacity: 1;
}
.chart-card__action-btns {
  display: flex;
  align-items: center;
  border-radius: 6px;
  border: 1px solid rgba(29, 31, 30, 0.08);
}
.chart-card__action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(29, 31, 30, 0.08);
  border-width: 0 1px 0 0;
  background: #eaf2fe;
  cursor: pointer;
  padding: 4px;
  transition: all 0.2s ease;
}
.chart-card__action-btn:last-child {
  border-right: none;
}
.chart-card__action-btn img {
  width: 20px;
  height: 20px;
  transition: opacity 0.2s ease;
}
.chart-card__action-btn:hover {
  background: #e8e8ee;
}
.chart-card__description {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.32);
  margin: 0;
}
.chart-card__chart-container {
  position: relative;
  width: 100%;
  margin-top: 32px;
}
.chart-card__chart {
  width: 100%;
}
.chart-card__legend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px 24px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.chart-card__legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.chart-card__legend-dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  flex-shrink: 0;
}
.chart-card__legend-label {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.64);
}
.chart-card--loading {
  position: relative;
}
.chart-card__loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
}
.chart-card__spinner {
  color: #7178ff;
  animation: pulse 1.5s ease-in-out infinite;
}
.chart-card--error .chart-card__chart-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
.chart-card__error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #e43e34;
  font-size: 12px;
  text-align: center;
}
.chart-card__error-icon {
  font-size: 16px;
}
.chart-card__error-text {
  font-family: "Rethink Sans", sans-serif;
  font-size: 11px;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.48);
}
.chart-card--coming-soon .chart-card__chart {
  height: 180px;
}

.analytics-export-modal__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.analytics-export-modal__dialog {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  pointer-events: none;
}

.analytics-export-modal__dialog > * {
  pointer-events: auto;
}

.analytics-export-modal__dialog-inner,
.analytics-export-modal__content {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  padding: 16px 20px 20px;
  max-width: 360px;
  width: 100%;
}

.analytics-export-modal__header {
  margin-bottom: 12px;
}

.analytics-export-modal__title {
  margin: 0;
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #050505;
}

.analytics-export-modal__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.analytics-export-modal__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.analytics-export-modal__label {
  font-family: "Rethink Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.64);
}

.analytics-export-modal__custom-select {
  position: relative;
  width: 100%;
  font-family: "Rethink Sans", sans-serif;
}

.analytics-export-modal__select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 14px;
  color: #050505;
}

.analytics-export-modal__select-trigger:hover {
  border-color: rgba(0, 0, 0, 0.32);
}

.analytics-export-modal__custom-select.open .analytics-export-modal__select-trigger {
  border-color: #7178ff;
  box-shadow: 0 0 0 1px rgba(113, 120, 255, 0.2);
}

.analytics-export-modal__arrow {
  width: 16px;
  height: 16px;
  color: rgba(0, 0, 0, 0.48);
  transition: transform 0.2s ease;
}

.analytics-export-modal__custom-select.open .analytics-export-modal__arrow {
  transform: rotate(180deg);
}

.analytics-export-modal__options {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 4px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.analytics-export-modal__custom-select.open .analytics-export-modal__options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.analytics-export-modal__option {
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  color: #050505;
  cursor: pointer;
  transition: background 0.15s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.analytics-export-modal__option:hover {
  background: #f3f3f9;
}

.analytics-export-modal__option.selected {
  background: #f3f3f9;
  color: #7178ff;
  font-weight: 500;
}

.analytics-export-modal__check {
  width: 16px;
  height: 16px;
  opacity: 0;
  color: #7178ff;
  transition: opacity 0.2s ease;
}

.analytics-export-modal__option.selected .analytics-export-modal__check {
  opacity: 1;
}

.analytics-export-modal__actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.analytics-export-modal__btn {
  min-width: 96px;
  height: 32px;
  padding: 4px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.analytics-export-modal__btn--secondary {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.72);
}

.analytics-export-modal__btn--secondary:hover {
  background: #f3f3f9;
}

.analytics-export-modal__btn--primary {
  background: #2f76f9;
  color: #fff;
}

.analytics-export-modal__btn--primary:hover {
  opacity: 0.8;
}

.tvl-breakdown {
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(29, 31, 30, 0.08);
  padding: 0;
  border: none;
}
.tvl-breakdown__header {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (max-width: 768px) {
  .tvl-breakdown__header {
    position: relative;
  }
}
.tvl-breakdown__header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .tvl-breakdown__header-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    position: relative;
  }
}
.tvl-breakdown__title-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.tvl-breakdown__title-wrap img {
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  .tvl-breakdown__title-wrap {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
  }
}
.tvl-breakdown__title {
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #050505;
}
.tvl-breakdown__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 768px) {
  .tvl-breakdown__actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    order: 2;
  }
}
@media (max-width: 768px) {
  .tvl-breakdown__actions .chart-card__chart-types {
    order: 1;
    width: 100%;
    display: flex;
  }
}
@media (max-width: 768px) {
  .tvl-breakdown__actions .chart-card__chart-types .chart-card__type-btn {
    flex: 1;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .tvl-breakdown__actions .chart-card__action-btns {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .tvl-breakdown__title-wrap .chart-card__action-btns {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
}
.tvl-breakdown__description {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.32);
  margin: 0;
}
.tvl-breakdown__chart-container {
  position: relative;
  width: 100%;
}
.tvl-breakdown__chart {
  width: 100%;
}
.tvl-breakdown__legend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px 24px;
  flex-wrap: wrap;
}
.tvl-breakdown__legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tvl-breakdown__legend-dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  flex-shrink: 0;
}
.tvl-breakdown__legend-label {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.64);
}

.tvl-tooltip {
  min-width: 200px;
}
.tvl-tooltip__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.tvl-tooltip__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.tvl-tooltip__label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tvl-tooltip__dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  flex-shrink: 0;
}
.tvl-tooltip__name {
  font-family: "Google Sans Code", monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.48);
  white-space: nowrap;
}
.tvl-tooltip__value {
  font-family: "Google Sans Code", monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #000;
  text-align: right;
}
.tvl-tooltip__divider {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
}
.tvl-tooltip__footer {
  font-family: "Google Sans Code", monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.48);
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.tvl-share-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 4px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  z-index: 100;
  min-width: 180px;
}
.tvl-share-dropdown__item {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 10px 16px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
  text-align: left;
  transition: background 0.2s ease;
}
.tvl-share-dropdown__item svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.tvl-share-dropdown__item:hover {
  background: rgba(0, 0, 0, 0.04);
}

.tvl-export-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tvl-export-modal__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.48);
}
.tvl-export-modal__content {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.16);
}
.tvl-export-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.tvl-export-modal__header h3 {
  margin: 0;
  font-family: "Rethink Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #000;
}
.tvl-export-modal__close {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.48);
  transition: color 0.2s ease;
}
.tvl-export-modal__close:hover {
  color: #000;
}
.tvl-export-modal__body {
  padding: 20px;
}
.tvl-export-modal__body label {
  display: block;
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.72);
  margin-bottom: 8px;
}
.tvl-export-modal__select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 12px center;
}
.tvl-export-modal__select:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.32);
}
.tvl-export-modal__footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 16px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.tvl-export-modal__btn {
  padding: 10px 20px;
  border: none;
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.tvl-export-modal__btn--cancel {
  background: transparent;
  color: rgba(0, 0, 0, 0.72);
}
.tvl-export-modal__btn--cancel:hover {
  background: rgba(0, 0, 0, 0.04);
}
.tvl-export-modal__btn--export {
  background: #000;
  color: #fff;
}
.tvl-export-modal__btn--export:hover {
  background: rgba(0, 0, 0, 0.8);
}

.chart-card {
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(29, 31, 30, 0.08);
}
.chart-card__header {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.chart-card__header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chart-card__title-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.chart-card__title-wrap img {
  width: 20px;
  height: 20px;
}
.chart-card__title {
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #050505;
}
.chart-card__title-info {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.48);
  font-size: 14px;
  line-height: 1;
  transition: color 0.2s ease;
}
.chart-card__title-info:hover {
  color: rgba(0, 0, 0, 0.72);
}
.chart-card__title-info::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px;
  padding: 8px 12px;
  background: #1d1f1e;
  color: #fff;
  font-family: "Rethink Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 1000;
  white-space: normal;
  text-align: left;
  min-width: 300px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  word-wrap: break-word;
}
.chart-card__title-info:hover::before {
  opacity: 1;
  visibility: visible;
}
.chart-card__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.chart-card__chart-types {
  display: flex;
  align-items: center;
  height: 32px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.chart-card__type-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 4px 12px;
  height: 100%;
  background: #fff;
  cursor: pointer;
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.48);
  transition: all 0.2s ease;
  border: none;
}
.chart-card__type-btn:not(:first-child) {
  border-left: none;
}
.chart-card__type-btn img {
  width: 20px;
  height: 20px;
  opacity: 0.48;
  transition: opacity 0.2s ease;
}
.chart-card__type-btn:hover {
  color: rgba(0, 0, 0, 0.72);
}
.chart-card__type-btn:hover img {
  opacity: 0.72;
}
.chart-card__type-btn.active {
  color: #000;
  background: #f3f3f9;
}
.chart-card__type-btn.active img {
  opacity: 1;
}
.chart-card__action-btns {
  display: flex;
  align-items: center;
  border-radius: 6px;
  border: 1px solid rgba(29, 31, 30, 0.08);
}
.chart-card__action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(29, 31, 30, 0.08);
  border-width: 0 1px 0 0;
  background: #eaf2fe;
  cursor: pointer;
  padding: 4px;
  transition: all 0.2s ease;
}
.chart-card__action-btn:last-child {
  border-right: none;
}
.chart-card__action-btn img {
  width: 20px;
  height: 20px;
  transition: opacity 0.2s ease;
}
.chart-card__action-btn:hover {
  background: #e8e8ee;
}
.chart-card__description {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.32);
  margin: 0;
}
.chart-card__chart-container {
  position: relative;
  width: 100%;
  margin-top: 32px;
}
.chart-card__chart {
  width: 100%;
}
.chart-card__legend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px 24px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.chart-card__legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.chart-card__legend-dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  flex-shrink: 0;
}
.chart-card__legend-label {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.64);
}
.chart-card--loading {
  position: relative;
}
.chart-card__loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
}
.chart-card__spinner {
  color: #7178ff;
  animation: pulse 1.5s ease-in-out infinite;
}
.chart-card--error .chart-card__chart-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
.chart-card__error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #e43e34;
  font-size: 12px;
  text-align: center;
}
.chart-card__error-icon {
  font-size: 16px;
}
.chart-card__error-text {
  font-family: "Rethink Sans", sans-serif;
  font-size: 11px;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.48);
}
.chart-card--coming-soon .chart-card__chart {
  height: 180px;
}

.analytics-export-modal__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.analytics-export-modal__dialog {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  pointer-events: none;
}

.analytics-export-modal__dialog > * {
  pointer-events: auto;
}

.analytics-export-modal__dialog-inner,
.analytics-export-modal__content {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  padding: 16px 20px 20px;
  max-width: 360px;
  width: 100%;
}

.analytics-export-modal__header {
  margin-bottom: 12px;
}

.analytics-export-modal__title {
  margin: 0;
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #050505;
}

.analytics-export-modal__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.analytics-export-modal__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.analytics-export-modal__label {
  font-family: "Rethink Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.64);
}

.analytics-export-modal__custom-select {
  position: relative;
  width: 100%;
  font-family: "Rethink Sans", sans-serif;
}

.analytics-export-modal__select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 14px;
  color: #050505;
}

.analytics-export-modal__select-trigger:hover {
  border-color: rgba(0, 0, 0, 0.32);
}

.analytics-export-modal__custom-select.open .analytics-export-modal__select-trigger {
  border-color: #7178ff;
  box-shadow: 0 0 0 1px rgba(113, 120, 255, 0.2);
}

.analytics-export-modal__arrow {
  width: 16px;
  height: 16px;
  color: rgba(0, 0, 0, 0.48);
  transition: transform 0.2s ease;
}

.analytics-export-modal__custom-select.open .analytics-export-modal__arrow {
  transform: rotate(180deg);
}

.analytics-export-modal__options {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 4px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.analytics-export-modal__custom-select.open .analytics-export-modal__options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.analytics-export-modal__option {
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  color: #050505;
  cursor: pointer;
  transition: background 0.15s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.analytics-export-modal__option:hover {
  background: #f3f3f9;
}

.analytics-export-modal__option.selected {
  background: #f3f3f9;
  color: #7178ff;
  font-weight: 500;
}

.analytics-export-modal__check {
  width: 16px;
  height: 16px;
  opacity: 0;
  color: #7178ff;
  transition: opacity 0.2s ease;
}

.analytics-export-modal__option.selected .analytics-export-modal__check {
  opacity: 1;
}

.analytics-export-modal__actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.analytics-export-modal__btn {
  min-width: 96px;
  height: 32px;
  padding: 4px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.analytics-export-modal__btn--secondary {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.72);
}

.analytics-export-modal__btn--secondary:hover {
  background: #f3f3f9;
}

.analytics-export-modal__btn--primary {
  background: #2f76f9;
  color: #fff;
}

.analytics-export-modal__btn--primary:hover {
  opacity: 0.8;
}

.onchain-trading {
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(29, 31, 30, 0.08);
}
.onchain-trading .chart-card {
  padding: 0;
  border: none;
}
.onchain-trading__header {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.onchain-trading__header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.onchain-trading__title-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.onchain-trading__title-wrap img {
  width: 20px;
  height: 20px;
}
.onchain-trading__title {
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #050505;
}
.onchain-trading__description {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.32);
  margin: 0;
}
.onchain-trading__chart-container {
  position: relative;
  width: 100%;
}
.onchain-trading__chart {
  width: 100%;
}
.onchain-trading__legend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px 24px;
  flex-wrap: wrap;
}
.onchain-trading__legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.onchain-trading__legend-dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  flex-shrink: 0;
}
.onchain-trading__legend-label {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.64);
}

.trading-tooltip {
  min-width: 180px;
}
.trading-tooltip__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.trading-tooltip__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.trading-tooltip__label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.trading-tooltip__dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  flex-shrink: 0;
}
.trading-tooltip__name {
  font-family: "Google Sans Code", monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.48);
  white-space: nowrap;
}
.trading-tooltip__value {
  font-family: "Google Sans Code", monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #000;
  text-align: right;
}
.trading-tooltip__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.trading-tooltip__total-label {
  font-family: "Google Sans Code", monospace;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.64);
}
.trading-tooltip__total-value {
  font-family: "Google Sans Code", monospace;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #000;
}
.trading-tooltip__footer {
  font-family: "Google Sans Code", monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.48);
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.onchain-trading-tooltip,
.spot-volume-tooltip {
  min-width: 180px;
}
.onchain-trading-tooltip__content,
.spot-volume-tooltip__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.onchain-trading-tooltip__row,
.spot-volume-tooltip__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.onchain-trading-tooltip__label,
.spot-volume-tooltip__label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.onchain-trading-tooltip__dot,
.spot-volume-tooltip__dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  flex-shrink: 0;
}
.onchain-trading-tooltip__dot--line,
.spot-volume-tooltip__dot--line {
  width: 16px;
  height: 3px;
  border-radius: 0;
}
.onchain-trading-tooltip__name,
.spot-volume-tooltip__name {
  font-family: "Google Sans Code", monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.48);
  white-space: nowrap;
}
.onchain-trading-tooltip__value,
.spot-volume-tooltip__value {
  font-family: "Google Sans Code", monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #000;
  text-align: right;
}
.onchain-trading-tooltip__footer,
.spot-volume-tooltip__footer {
  font-family: "Google Sans Code", monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.48);
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.chart-card {
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(29, 31, 30, 0.08);
}
.chart-card__header {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.chart-card__header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chart-card__title-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.chart-card__title-wrap img {
  width: 20px;
  height: 20px;
}
.chart-card__title {
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #050505;
}
.chart-card__title-info {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.48);
  font-size: 14px;
  line-height: 1;
  transition: color 0.2s ease;
}
.chart-card__title-info:hover {
  color: rgba(0, 0, 0, 0.72);
}
.chart-card__title-info::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px;
  padding: 8px 12px;
  background: #1d1f1e;
  color: #fff;
  font-family: "Rethink Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 1000;
  white-space: normal;
  text-align: left;
  min-width: 300px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  word-wrap: break-word;
}
.chart-card__title-info:hover::before {
  opacity: 1;
  visibility: visible;
}
.chart-card__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.chart-card__chart-types {
  display: flex;
  align-items: center;
  height: 32px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.chart-card__type-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 4px 12px;
  height: 100%;
  background: #fff;
  cursor: pointer;
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.48);
  transition: all 0.2s ease;
  border: none;
}
.chart-card__type-btn:not(:first-child) {
  border-left: none;
}
.chart-card__type-btn img {
  width: 20px;
  height: 20px;
  opacity: 0.48;
  transition: opacity 0.2s ease;
}
.chart-card__type-btn:hover {
  color: rgba(0, 0, 0, 0.72);
}
.chart-card__type-btn:hover img {
  opacity: 0.72;
}
.chart-card__type-btn.active {
  color: #000;
  background: #f3f3f9;
}
.chart-card__type-btn.active img {
  opacity: 1;
}
.chart-card__action-btns {
  display: flex;
  align-items: center;
  border-radius: 6px;
  border: 1px solid rgba(29, 31, 30, 0.08);
}
.chart-card__action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(29, 31, 30, 0.08);
  border-width: 0 1px 0 0;
  background: #eaf2fe;
  cursor: pointer;
  padding: 4px;
  transition: all 0.2s ease;
}
.chart-card__action-btn:last-child {
  border-right: none;
}
.chart-card__action-btn img {
  width: 20px;
  height: 20px;
  transition: opacity 0.2s ease;
}
.chart-card__action-btn:hover {
  background: #e8e8ee;
}
.chart-card__description {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.32);
  margin: 0;
}
.chart-card__chart-container {
  position: relative;
  width: 100%;
  margin-top: 32px;
}
.chart-card__chart {
  width: 100%;
}
.chart-card__legend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px 24px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.chart-card__legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.chart-card__legend-dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  flex-shrink: 0;
}
.chart-card__legend-label {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.64);
}
.chart-card--loading {
  position: relative;
}
.chart-card__loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
}
.chart-card__spinner {
  color: #7178ff;
  animation: pulse 1.5s ease-in-out infinite;
}
.chart-card--error .chart-card__chart-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
.chart-card__error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #e43e34;
  font-size: 12px;
  text-align: center;
}
.chart-card__error-icon {
  font-size: 16px;
}
.chart-card__error-text {
  font-family: "Rethink Sans", sans-serif;
  font-size: 11px;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.48);
}
.chart-card--coming-soon .chart-card__chart {
  height: 180px;
}

.analytics-export-modal__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.analytics-export-modal__dialog {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  pointer-events: none;
}

.analytics-export-modal__dialog > * {
  pointer-events: auto;
}

.analytics-export-modal__dialog-inner,
.analytics-export-modal__content {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  padding: 16px 20px 20px;
  max-width: 360px;
  width: 100%;
}

.analytics-export-modal__header {
  margin-bottom: 12px;
}

.analytics-export-modal__title {
  margin: 0;
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #050505;
}

.analytics-export-modal__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.analytics-export-modal__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.analytics-export-modal__label {
  font-family: "Rethink Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.64);
}

.analytics-export-modal__custom-select {
  position: relative;
  width: 100%;
  font-family: "Rethink Sans", sans-serif;
}

.analytics-export-modal__select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 14px;
  color: #050505;
}

.analytics-export-modal__select-trigger:hover {
  border-color: rgba(0, 0, 0, 0.32);
}

.analytics-export-modal__custom-select.open .analytics-export-modal__select-trigger {
  border-color: #7178ff;
  box-shadow: 0 0 0 1px rgba(113, 120, 255, 0.2);
}

.analytics-export-modal__arrow {
  width: 16px;
  height: 16px;
  color: rgba(0, 0, 0, 0.48);
  transition: transform 0.2s ease;
}

.analytics-export-modal__custom-select.open .analytics-export-modal__arrow {
  transform: rotate(180deg);
}

.analytics-export-modal__options {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 4px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.analytics-export-modal__custom-select.open .analytics-export-modal__options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.analytics-export-modal__option {
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  color: #050505;
  cursor: pointer;
  transition: background 0.15s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.analytics-export-modal__option:hover {
  background: #f3f3f9;
}

.analytics-export-modal__option.selected {
  background: #f3f3f9;
  color: #7178ff;
  font-weight: 500;
}

.analytics-export-modal__check {
  width: 16px;
  height: 16px;
  opacity: 0;
  color: #7178ff;
  transition: opacity 0.2s ease;
}

.analytics-export-modal__option.selected .analytics-export-modal__check {
  opacity: 1;
}

.analytics-export-modal__actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.analytics-export-modal__btn {
  min-width: 96px;
  height: 32px;
  padding: 4px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.analytics-export-modal__btn--secondary {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.72);
}

.analytics-export-modal__btn--secondary:hover {
  background: #f3f3f9;
}

.analytics-export-modal__btn--primary {
  background: #2f76f9;
  color: #fff;
}

.analytics-export-modal__btn--primary:hover {
  opacity: 0.8;
}

.staking-entities__section-header {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 16px;
}
.staking-entities__section-title {
  font-family: "Rethink Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #050505;
  margin: 0;
}
.staking-entities__section-subtitle {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.32);
  margin: 0;
}
.staking-entities__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 32px;
}
@media (max-width: 1366px) {
  .staking-entities__grid {
    grid-template-columns: 1fr;
  }
}
.staking-entities__legend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px 24px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.staking-entities__legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.staking-entities__legend-dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  flex-shrink: 0;
}
.staking-entities__legend-label {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.64);
}

.staking-tooltip {
  min-width: 220px;
}
.staking-tooltip__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.staking-tooltip__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.staking-tooltip__row--total {
  padding: 4px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.staking-tooltip__row--total .staking-tooltip__name {
  font-weight: 500;
  color: #000;
}
.staking-tooltip__row--total .staking-tooltip__value {
  font-weight: 500;
}
.staking-tooltip__label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.staking-tooltip__dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  flex-shrink: 0;
}
.staking-tooltip__name {
  font-family: "Google Sans Code", monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.48);
  white-space: nowrap;
}
.staking-tooltip__value {
  font-family: "Google Sans Code", monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #000;
  text-align: right;
}
.staking-tooltip__footer {
  font-family: "Google Sans Code", monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.48);
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.staking-flow-tooltip {
  min-width: 220px;
}
.staking-flow-tooltip__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.staking-flow-tooltip__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.staking-flow-tooltip__label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.staking-flow-tooltip__dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  flex-shrink: 0;
}
.staking-flow-tooltip__dot--line {
  width: 16px;
  height: 3px;
  border-radius: 0;
}
.staking-flow-tooltip__name {
  font-family: "Google Sans Code", monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.48);
  white-space: nowrap;
}
.staking-flow-tooltip__value {
  font-family: "Google Sans Code", monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #000;
  text-align: right;
}
.staking-flow-tooltip__footer {
  font-family: "Google Sans Code", monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.48);
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.staking-flow__legend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px 24px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.staking-flow__legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.staking-flow__legend-dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  flex-shrink: 0;
}
.staking-flow__legend-dot--line {
  width: 16px;
  height: 3px;
  border-radius: 0;
}
.staking-flow__legend-label {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.64);
}

.staked-eth-tooltip {
  min-width: 220px;
}
.staked-eth-tooltip__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.staked-eth-tooltip__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.staked-eth-tooltip__row--total .staked-eth-tooltip__name {
  font-weight: 500;
}
.staked-eth-tooltip__row--total .staked-eth-tooltip__value {
  font-weight: 600;
}
.staked-eth-tooltip__label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.staked-eth-tooltip__dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  flex-shrink: 0;
}
.staked-eth-tooltip__name {
  font-family: "Google Sans Code", monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.48);
  white-space: nowrap;
}
.staked-eth-tooltip__value {
  font-family: "Google Sans Code", monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #000;
  text-align: right;
}
.staked-eth-tooltip__footer {
  font-family: "Google Sans Code", monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.48);
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

#analytics-section-staking-security .chart-card__chart {
  height: 400px;
}
#analytics-section-staking-security #chart-staking-entities-overview {
  height: 522px;
}
#analytics-section-staking-security #chart-staking-flow,
#analytics-section-staking-security #chart-total-staked-eth,
#analytics-section-staking-security #chart-validator-count,
#analytics-section-staking-security #chart-staking-apr,
#analytics-section-staking-security #chart-validator-queue,
#analytics-section-staking-security #chart-eth-staked-percentage {
  height: 300px;
}
@media (max-width: 991px) {
  #analytics-section-staking-security .chart-card__chart {
    height: 350px;
  }
  #analytics-section-staking-security #chart-staking-entities-overview {
    height: 450px;
  }
  #analytics-section-staking-security #chart-staking-flow,
  #analytics-section-staking-security #chart-total-staked-eth,
  #analytics-section-staking-security #chart-validator-count,
  #analytics-section-staking-security #chart-staking-apr,
  #analytics-section-staking-security #chart-validator-queue,
  #analytics-section-staking-security #chart-eth-staked-percentage {
    height: 260px;
  }
}

#analytics-section-defi .chart-card__chart {
  height: 400px;
}
#analytics-section-defi #chart-defi-tvl-breakdown {
  height: 300px;
}
#analytics-section-defi #chart-eth-tvl-dominance,
#analytics-section-defi #chart-capital-efficiency {
  height: 300px;
}

#analytics-section-stablecoin .chart-card__chart {
  height: 400px;
}
#analytics-section-stablecoin #chart-stablecoin-supply-comparison,
#analytics-section-stablecoin #chart-stablecoin-transfer-volume {
  height: 300px;
}

#analytics-section-institutional .chart-card__chart {
  height: 400px;
}
#analytics-section-institutional #chart-daily-etf-net-flow {
  height: 300px;
}
#analytics-section-institutional #chart-etf-percent-supply {
  height: 300px;
}
#analytics-section-institutional #chart-rwa-dominance {
  height: 300px;
}
#analytics-section-institutional #chart-dat-inflow {
  height: 300px;
}

.chart-card {
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(29, 31, 30, 0.08);
}
.chart-card__header {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.chart-card__header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chart-card__title-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.chart-card__title-wrap img {
  width: 20px;
  height: 20px;
}
.chart-card__title {
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #050505;
}
.chart-card__title-info {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.48);
  font-size: 14px;
  line-height: 1;
  transition: color 0.2s ease;
}
.chart-card__title-info:hover {
  color: rgba(0, 0, 0, 0.72);
}
.chart-card__title-info::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px;
  padding: 8px 12px;
  background: #1d1f1e;
  color: #fff;
  font-family: "Rethink Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 1000;
  white-space: normal;
  text-align: left;
  min-width: 300px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  word-wrap: break-word;
}
.chart-card__title-info:hover::before {
  opacity: 1;
  visibility: visible;
}
.chart-card__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.chart-card__chart-types {
  display: flex;
  align-items: center;
  height: 32px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.chart-card__type-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 4px 12px;
  height: 100%;
  background: #fff;
  cursor: pointer;
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.48);
  transition: all 0.2s ease;
  border: none;
}
.chart-card__type-btn:not(:first-child) {
  border-left: none;
}
.chart-card__type-btn img {
  width: 20px;
  height: 20px;
  opacity: 0.48;
  transition: opacity 0.2s ease;
}
.chart-card__type-btn:hover {
  color: rgba(0, 0, 0, 0.72);
}
.chart-card__type-btn:hover img {
  opacity: 0.72;
}
.chart-card__type-btn.active {
  color: #000;
  background: #f3f3f9;
}
.chart-card__type-btn.active img {
  opacity: 1;
}
.chart-card__action-btns {
  display: flex;
  align-items: center;
  border-radius: 6px;
  border: 1px solid rgba(29, 31, 30, 0.08);
}
.chart-card__action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(29, 31, 30, 0.08);
  border-width: 0 1px 0 0;
  background: #eaf2fe;
  cursor: pointer;
  padding: 4px;
  transition: all 0.2s ease;
}
.chart-card__action-btn:last-child {
  border-right: none;
}
.chart-card__action-btn img {
  width: 20px;
  height: 20px;
  transition: opacity 0.2s ease;
}
.chart-card__action-btn:hover {
  background: #e8e8ee;
}
.chart-card__description {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.32);
  margin: 0;
}
.chart-card__chart-container {
  position: relative;
  width: 100%;
  margin-top: 32px;
}
.chart-card__chart {
  width: 100%;
}
.chart-card__legend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px 24px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.chart-card__legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.chart-card__legend-dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  flex-shrink: 0;
}
.chart-card__legend-label {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.64);
}
.chart-card--loading {
  position: relative;
}
.chart-card__loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
}
.chart-card__spinner {
  color: #7178ff;
  animation: pulse 1.5s ease-in-out infinite;
}
.chart-card--error .chart-card__chart-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
.chart-card__error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #e43e34;
  font-size: 12px;
  text-align: center;
}
.chart-card__error-icon {
  font-size: 16px;
}
.chart-card__error-text {
  font-family: "Rethink Sans", sans-serif;
  font-size: 11px;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.48);
}
.chart-card--coming-soon .chart-card__chart {
  height: 180px;
}

.analytics-export-modal__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.analytics-export-modal__dialog {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  pointer-events: none;
}

.analytics-export-modal__dialog > * {
  pointer-events: auto;
}

.analytics-export-modal__dialog-inner,
.analytics-export-modal__content {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  padding: 16px 20px 20px;
  max-width: 360px;
  width: 100%;
}

.analytics-export-modal__header {
  margin-bottom: 12px;
}

.analytics-export-modal__title {
  margin: 0;
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #050505;
}

.analytics-export-modal__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.analytics-export-modal__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.analytics-export-modal__label {
  font-family: "Rethink Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.64);
}

.analytics-export-modal__custom-select {
  position: relative;
  width: 100%;
  font-family: "Rethink Sans", sans-serif;
}

.analytics-export-modal__select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 14px;
  color: #050505;
}

.analytics-export-modal__select-trigger:hover {
  border-color: rgba(0, 0, 0, 0.32);
}

.analytics-export-modal__custom-select.open .analytics-export-modal__select-trigger {
  border-color: #7178ff;
  box-shadow: 0 0 0 1px rgba(113, 120, 255, 0.2);
}

.analytics-export-modal__arrow {
  width: 16px;
  height: 16px;
  color: rgba(0, 0, 0, 0.48);
  transition: transform 0.2s ease;
}

.analytics-export-modal__custom-select.open .analytics-export-modal__arrow {
  transform: rotate(180deg);
}

.analytics-export-modal__options {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 4px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.analytics-export-modal__custom-select.open .analytics-export-modal__options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.analytics-export-modal__option {
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  color: #050505;
  cursor: pointer;
  transition: background 0.15s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.analytics-export-modal__option:hover {
  background: #f3f3f9;
}

.analytics-export-modal__option.selected {
  background: #f3f3f9;
  color: #7178ff;
  font-weight: 500;
}

.analytics-export-modal__check {
  width: 16px;
  height: 16px;
  opacity: 0;
  color: #7178ff;
  transition: opacity 0.2s ease;
}

.analytics-export-modal__option.selected .analytics-export-modal__check {
  opacity: 1;
}

.analytics-export-modal__actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.analytics-export-modal__btn {
  min-width: 96px;
  height: 32px;
  padding: 4px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.analytics-export-modal__btn--secondary {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.72);
}

.analytics-export-modal__btn--secondary:hover {
  background: #f3f3f9;
}

.analytics-export-modal__btn--primary {
  background: #2f76f9;
  color: #fff;
}

.analytics-export-modal__btn--primary:hover {
  opacity: 0.8;
}

.eth-etf__section-header {
  margin-bottom: 16px;
}
.eth-etf__section-title {
  font-family: "Rethink Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #050505;
  margin: 0 0 4px;
}
.eth-etf__section-desc {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.32);
  margin: 0;
}
.eth-etf__header {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.eth-etf__header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.eth-etf__title-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.eth-etf__title-wrap img {
  width: 20px;
  height: 20px;
}
.eth-etf__title {
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #050505;
}
.eth-etf__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.eth-etf__description {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.32);
  margin: 0;
}
.eth-etf__chart-container {
  position: relative;
  width: 100%;
  margin-top: 32px;
}
.eth-etf__chart {
  width: 100%;
  min-height: 294px;
}
.eth-etf__legend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px 24px;
  flex-wrap: wrap;
  flex-wrap: wrap;
}
.eth-etf__legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.eth-etf__legend-dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  flex-shrink: 0;
}
.eth-etf__legend-label {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.64);
}

.eth-etf-tooltip {
  min-width: 220px;
}
.eth-etf-tooltip__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.eth-etf-tooltip__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.eth-etf-tooltip__row--total .eth-etf-tooltip__name {
  font-weight: 500;
}
.eth-etf-tooltip__row--total .eth-etf-tooltip__value {
  font-weight: 600;
}
.eth-etf-tooltip__label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.eth-etf-tooltip__dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  flex-shrink: 0;
}
.eth-etf-tooltip__name {
  font-family: "Google Sans Code", monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.48);
  white-space: nowrap;
}
.eth-etf-tooltip__value {
  font-family: "Google Sans Code", monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #000;
  text-align: right;
}
.eth-etf-tooltip__footer {
  font-family: "Google Sans Code", monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.48);
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.eth-etf-d3-tooltip {
  position: absolute;
  pointer-events: none;
  z-index: 100;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.eth-etf-d3-tooltip.visible {
  opacity: 1;
}

.chart-card {
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(29, 31, 30, 0.08);
}
.chart-card__header {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.chart-card__header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chart-card__title-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.chart-card__title-wrap img {
  width: 20px;
  height: 20px;
}
.chart-card__title {
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #050505;
}
.chart-card__title-info {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.48);
  font-size: 14px;
  line-height: 1;
  transition: color 0.2s ease;
}
.chart-card__title-info:hover {
  color: rgba(0, 0, 0, 0.72);
}
.chart-card__title-info::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px;
  padding: 8px 12px;
  background: #1d1f1e;
  color: #fff;
  font-family: "Rethink Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 1000;
  white-space: normal;
  text-align: left;
  min-width: 300px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  word-wrap: break-word;
}
.chart-card__title-info:hover::before {
  opacity: 1;
  visibility: visible;
}
.chart-card__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.chart-card__chart-types {
  display: flex;
  align-items: center;
  height: 32px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.chart-card__type-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 4px 12px;
  height: 100%;
  background: #fff;
  cursor: pointer;
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.48);
  transition: all 0.2s ease;
  border: none;
}
.chart-card__type-btn:not(:first-child) {
  border-left: none;
}
.chart-card__type-btn img {
  width: 20px;
  height: 20px;
  opacity: 0.48;
  transition: opacity 0.2s ease;
}
.chart-card__type-btn:hover {
  color: rgba(0, 0, 0, 0.72);
}
.chart-card__type-btn:hover img {
  opacity: 0.72;
}
.chart-card__type-btn.active {
  color: #000;
  background: #f3f3f9;
}
.chart-card__type-btn.active img {
  opacity: 1;
}
.chart-card__action-btns {
  display: flex;
  align-items: center;
  border-radius: 6px;
  border: 1px solid rgba(29, 31, 30, 0.08);
}
.chart-card__action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(29, 31, 30, 0.08);
  border-width: 0 1px 0 0;
  background: #eaf2fe;
  cursor: pointer;
  padding: 4px;
  transition: all 0.2s ease;
}
.chart-card__action-btn:last-child {
  border-right: none;
}
.chart-card__action-btn img {
  width: 20px;
  height: 20px;
  transition: opacity 0.2s ease;
}
.chart-card__action-btn:hover {
  background: #e8e8ee;
}
.chart-card__description {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.32);
  margin: 0;
}
.chart-card__chart-container {
  position: relative;
  width: 100%;
  margin-top: 32px;
}
.chart-card__chart {
  width: 100%;
}
.chart-card__legend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px 24px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.chart-card__legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.chart-card__legend-dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  flex-shrink: 0;
}
.chart-card__legend-label {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.64);
}
.chart-card--loading {
  position: relative;
}
.chart-card__loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
}
.chart-card__spinner {
  color: #7178ff;
  animation: pulse 1.5s ease-in-out infinite;
}
.chart-card--error .chart-card__chart-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
.chart-card__error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #e43e34;
  font-size: 12px;
  text-align: center;
}
.chart-card__error-icon {
  font-size: 16px;
}
.chart-card__error-text {
  font-family: "Rethink Sans", sans-serif;
  font-size: 11px;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.48);
}
.chart-card--coming-soon .chart-card__chart {
  height: 180px;
}

.analytics-export-modal__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.analytics-export-modal__dialog {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  pointer-events: none;
}

.analytics-export-modal__dialog > * {
  pointer-events: auto;
}

.analytics-export-modal__dialog-inner,
.analytics-export-modal__content {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  padding: 16px 20px 20px;
  max-width: 360px;
  width: 100%;
}

.analytics-export-modal__header {
  margin-bottom: 12px;
}

.analytics-export-modal__title {
  margin: 0;
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #050505;
}

.analytics-export-modal__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.analytics-export-modal__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.analytics-export-modal__label {
  font-family: "Rethink Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.64);
}

.analytics-export-modal__custom-select {
  position: relative;
  width: 100%;
  font-family: "Rethink Sans", sans-serif;
}

.analytics-export-modal__select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 14px;
  color: #050505;
}

.analytics-export-modal__select-trigger:hover {
  border-color: rgba(0, 0, 0, 0.32);
}

.analytics-export-modal__custom-select.open .analytics-export-modal__select-trigger {
  border-color: #7178ff;
  box-shadow: 0 0 0 1px rgba(113, 120, 255, 0.2);
}

.analytics-export-modal__arrow {
  width: 16px;
  height: 16px;
  color: rgba(0, 0, 0, 0.48);
  transition: transform 0.2s ease;
}

.analytics-export-modal__custom-select.open .analytics-export-modal__arrow {
  transform: rotate(180deg);
}

.analytics-export-modal__options {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 4px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.analytics-export-modal__custom-select.open .analytics-export-modal__options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.analytics-export-modal__option {
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  color: #050505;
  cursor: pointer;
  transition: background 0.15s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.analytics-export-modal__option:hover {
  background: #f3f3f9;
}

.analytics-export-modal__option.selected {
  background: #f3f3f9;
  color: #7178ff;
  font-weight: 500;
}

.analytics-export-modal__check {
  width: 16px;
  height: 16px;
  opacity: 0;
  color: #7178ff;
  transition: opacity 0.2s ease;
}

.analytics-export-modal__option.selected .analytics-export-modal__check {
  opacity: 1;
}

.analytics-export-modal__actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.analytics-export-modal__btn {
  min-width: 96px;
  height: 32px;
  padding: 4px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.analytics-export-modal__btn--secondary {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.72);
}

.analytics-export-modal__btn--secondary:hover {
  background: #f3f3f9;
}

.analytics-export-modal__btn--primary {
  background: #2f76f9;
  color: #fff;
}

.analytics-export-modal__btn--primary:hover {
  opacity: 0.8;
}

.entities-overview {
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(29, 31, 30, 0.08);
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.entities-overview__header {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.entities-overview__header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.entities-overview__title-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.entities-overview__title {
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #050505;
}
.entities-overview__description {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.32);
  margin-top: 0;
}
.entities-overview__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 80px;
}
.entities-overview__stat-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.entities-overview__stat-label {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  gap: 8px;
}
.entities-overview__stat-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.entities-overview__stat-value {
  font-family: "Google Sans Code", monospace;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #000;
}
.entities-overview__header {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.entities-overview__header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.entities-overview__title-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.entities-overview__title-wrap img {
  width: 20px;
  height: 20px;
}
.entities-overview__title {
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #050505;
}
.entities-overview__description {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.32);
  margin: 0;
}
.entities-overview__chart-container {
  width: 100%;
  min-height: 522px;
}
.entities-overview__chart {
  width: 100%;
  min-height: 522px;
}

.entities-overview-d3-tooltip {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  min-width: 180px;
  pointer-events: none;
  white-space: normal;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.entities-overview-tooltip {
  padding: 4px 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 180px;
  pointer-events: none;
}
.entities-overview-tooltip__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.entities-overview-tooltip__row {
  display: flex;
  gap: 24px;
  align-items: center;
}
.entities-overview-tooltip__header {
  display: flex;
  align-items: center;
  gap: 8px;
}
.entities-overview-tooltip__icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}
.entities-overview-tooltip__icon-img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.entities-overview-tooltip__dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid var(--entity-color, #0052ff);
  background: #fff;
  position: relative;
}
.entities-overview-tooltip__dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--entity-color, #0052ff);
}
.entities-overview-tooltip__name {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #000;
}
.entities-overview-tooltip__percentage {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #000;
}
.entities-overview-tooltip__footer {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: rgba(0, 0, 0, 0.48);
}

.chart-card {
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(29, 31, 30, 0.08);
}
.chart-card__header {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.chart-card__header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chart-card__title-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.chart-card__title-wrap img {
  width: 20px;
  height: 20px;
}
.chart-card__title {
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #050505;
}
.chart-card__title-info {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.48);
  font-size: 14px;
  line-height: 1;
  transition: color 0.2s ease;
}
.chart-card__title-info:hover {
  color: rgba(0, 0, 0, 0.72);
}
.chart-card__title-info::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px;
  padding: 8px 12px;
  background: #1d1f1e;
  color: #fff;
  font-family: "Rethink Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 1000;
  white-space: normal;
  text-align: left;
  min-width: 300px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  word-wrap: break-word;
}
.chart-card__title-info:hover::before {
  opacity: 1;
  visibility: visible;
}
.chart-card__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.chart-card__chart-types {
  display: flex;
  align-items: center;
  height: 32px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.chart-card__type-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 4px 12px;
  height: 100%;
  background: #fff;
  cursor: pointer;
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.48);
  transition: all 0.2s ease;
  border: none;
}
.chart-card__type-btn:not(:first-child) {
  border-left: none;
}
.chart-card__type-btn img {
  width: 20px;
  height: 20px;
  opacity: 0.48;
  transition: opacity 0.2s ease;
}
.chart-card__type-btn:hover {
  color: rgba(0, 0, 0, 0.72);
}
.chart-card__type-btn:hover img {
  opacity: 0.72;
}
.chart-card__type-btn.active {
  color: #000;
  background: #f3f3f9;
}
.chart-card__type-btn.active img {
  opacity: 1;
}
.chart-card__action-btns {
  display: flex;
  align-items: center;
  border-radius: 6px;
  border: 1px solid rgba(29, 31, 30, 0.08);
}
.chart-card__action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(29, 31, 30, 0.08);
  border-width: 0 1px 0 0;
  background: #eaf2fe;
  cursor: pointer;
  padding: 4px;
  transition: all 0.2s ease;
}
.chart-card__action-btn:last-child {
  border-right: none;
}
.chart-card__action-btn img {
  width: 20px;
  height: 20px;
  transition: opacity 0.2s ease;
}
.chart-card__action-btn:hover {
  background: #e8e8ee;
}
.chart-card__description {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.32);
  margin: 0;
}
.chart-card__chart-container {
  position: relative;
  width: 100%;
  margin-top: 32px;
}
.chart-card__chart {
  width: 100%;
}
.chart-card__legend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px 24px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.chart-card__legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.chart-card__legend-dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  flex-shrink: 0;
}
.chart-card__legend-label {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.64);
}
.chart-card--loading {
  position: relative;
}
.chart-card__loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
}
.chart-card__spinner {
  color: #7178ff;
  animation: pulse 1.5s ease-in-out infinite;
}
.chart-card--error .chart-card__chart-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
.chart-card__error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #e43e34;
  font-size: 12px;
  text-align: center;
}
.chart-card__error-icon {
  font-size: 16px;
}
.chart-card__error-text {
  font-family: "Rethink Sans", sans-serif;
  font-size: 11px;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.48);
}
.chart-card--coming-soon .chart-card__chart {
  height: 180px;
}

.analytics-export-modal__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.analytics-export-modal__dialog {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  pointer-events: none;
}

.analytics-export-modal__dialog > * {
  pointer-events: auto;
}

.analytics-export-modal__dialog-inner,
.analytics-export-modal__content {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  padding: 16px 20px 20px;
  max-width: 360px;
  width: 100%;
}

.analytics-export-modal__header {
  margin-bottom: 12px;
}

.analytics-export-modal__title {
  margin: 0;
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #050505;
}

.analytics-export-modal__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.analytics-export-modal__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.analytics-export-modal__label {
  font-family: "Rethink Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.64);
}

.analytics-export-modal__custom-select {
  position: relative;
  width: 100%;
  font-family: "Rethink Sans", sans-serif;
}

.analytics-export-modal__select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 14px;
  color: #050505;
}

.analytics-export-modal__select-trigger:hover {
  border-color: rgba(0, 0, 0, 0.32);
}

.analytics-export-modal__custom-select.open .analytics-export-modal__select-trigger {
  border-color: #7178ff;
  box-shadow: 0 0 0 1px rgba(113, 120, 255, 0.2);
}

.analytics-export-modal__arrow {
  width: 16px;
  height: 16px;
  color: rgba(0, 0, 0, 0.48);
  transition: transform 0.2s ease;
}

.analytics-export-modal__custom-select.open .analytics-export-modal__arrow {
  transform: rotate(180deg);
}

.analytics-export-modal__options {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 4px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.analytics-export-modal__custom-select.open .analytics-export-modal__options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.analytics-export-modal__option {
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  color: #050505;
  cursor: pointer;
  transition: background 0.15s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.analytics-export-modal__option:hover {
  background: #f3f3f9;
}

.analytics-export-modal__option.selected {
  background: #f3f3f9;
  color: #7178ff;
  font-weight: 500;
}

.analytics-export-modal__check {
  width: 16px;
  height: 16px;
  opacity: 0;
  color: #7178ff;
  transition: opacity 0.2s ease;
}

.analytics-export-modal__option.selected .analytics-export-modal__check {
  opacity: 1;
}

.analytics-export-modal__actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.analytics-export-modal__btn {
  min-width: 96px;
  height: 32px;
  padding: 4px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.analytics-export-modal__btn--secondary {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.72);
}

.analytics-export-modal__btn--secondary:hover {
  background: #f3f3f9;
}

.analytics-export-modal__btn--primary {
  background: #2f76f9;
  color: #fff;
}

.analytics-export-modal__btn--primary:hover {
  opacity: 0.8;
}

.supply-change__section-header {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 16px;
}
.supply-change__section-title {
  font-family: "Rethink Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #050505;
  margin: 0;
}
.supply-change__section-subtitle {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.32);
  margin: 0;
}
.supply-change__grid {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 32px;
}
.supply-change__inflation-row {
  width: 100%;
}
.supply-change__issuance-burn-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 1366px) {
  .supply-change__issuance-burn-row {
    grid-template-columns: 1fr;
  }
}

.inflation-tooltip,
.issuance-tooltip,
.burned-tooltip,
.lending-revenue-tooltip,
.eth-tps-tooltip {
  min-width: 220px;
}
.inflation-tooltip__content,
.issuance-tooltip__content,
.burned-tooltip__content,
.lending-revenue-tooltip__content,
.eth-tps-tooltip__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.inflation-tooltip__row,
.issuance-tooltip__row,
.burned-tooltip__row,
.lending-revenue-tooltip__row,
.eth-tps-tooltip__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.inflation-tooltip__label,
.issuance-tooltip__label,
.burned-tooltip__label,
.lending-revenue-tooltip__label,
.eth-tps-tooltip__label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.inflation-tooltip__dot,
.issuance-tooltip__dot,
.burned-tooltip__dot,
.lending-revenue-tooltip__dot,
.eth-tps-tooltip__dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  flex-shrink: 0;
}
.inflation-tooltip__dot--line,
.issuance-tooltip__dot--line,
.burned-tooltip__dot--line,
.lending-revenue-tooltip__dot--line,
.eth-tps-tooltip__dot--line {
  width: 16px;
  height: 3px;
  border-radius: 0;
}
.inflation-tooltip__name,
.issuance-tooltip__name,
.burned-tooltip__name,
.lending-revenue-tooltip__name,
.eth-tps-tooltip__name {
  font-family: "Google Sans Code", monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.48);
  white-space: nowrap;
}
.inflation-tooltip__value,
.issuance-tooltip__value,
.burned-tooltip__value,
.lending-revenue-tooltip__value,
.eth-tps-tooltip__value {
  font-family: "Google Sans Code", monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #000;
  text-align: right;
}
.inflation-tooltip__footer,
.issuance-tooltip__footer,
.burned-tooltip__footer,
.lending-revenue-tooltip__footer,
.eth-tps-tooltip__footer {
  font-family: "Google Sans Code", monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.48);
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.inflation__legend,
.issuance__legend,
.burned__legend,
.lending-revenue__legend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px 24px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.inflation__legend-item,
.issuance__legend-item,
.burned__legend-item,
.lending-revenue__legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.inflation__legend-dot,
.issuance__legend-dot,
.burned__legend-dot,
.lending-revenue__legend-dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  flex-shrink: 0;
}
.inflation__legend-dot--line,
.issuance__legend-dot--line,
.burned__legend-dot--line,
.lending-revenue__legend-dot--line {
  width: 16px;
  height: 3px;
  border-radius: 0;
}
.inflation__legend-label,
.issuance__legend-label,
.burned__legend-label,
.lending-revenue__legend-label {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.64);
}

.chart-card {
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(29, 31, 30, 0.08);
}
.chart-card__header {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.chart-card__header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chart-card__title-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.chart-card__title-wrap img {
  width: 20px;
  height: 20px;
}
.chart-card__title {
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #050505;
}
.chart-card__title-info {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.48);
  font-size: 14px;
  line-height: 1;
  transition: color 0.2s ease;
}
.chart-card__title-info:hover {
  color: rgba(0, 0, 0, 0.72);
}
.chart-card__title-info::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px;
  padding: 8px 12px;
  background: #1d1f1e;
  color: #fff;
  font-family: "Rethink Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 1000;
  white-space: normal;
  text-align: left;
  min-width: 300px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  word-wrap: break-word;
}
.chart-card__title-info:hover::before {
  opacity: 1;
  visibility: visible;
}
.chart-card__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.chart-card__chart-types {
  display: flex;
  align-items: center;
  height: 32px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.chart-card__type-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 4px 12px;
  height: 100%;
  background: #fff;
  cursor: pointer;
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.48);
  transition: all 0.2s ease;
  border: none;
}
.chart-card__type-btn:not(:first-child) {
  border-left: none;
}
.chart-card__type-btn img {
  width: 20px;
  height: 20px;
  opacity: 0.48;
  transition: opacity 0.2s ease;
}
.chart-card__type-btn:hover {
  color: rgba(0, 0, 0, 0.72);
}
.chart-card__type-btn:hover img {
  opacity: 0.72;
}
.chart-card__type-btn.active {
  color: #000;
  background: #f3f3f9;
}
.chart-card__type-btn.active img {
  opacity: 1;
}
.chart-card__action-btns {
  display: flex;
  align-items: center;
  border-radius: 6px;
  border: 1px solid rgba(29, 31, 30, 0.08);
}
.chart-card__action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(29, 31, 30, 0.08);
  border-width: 0 1px 0 0;
  background: #eaf2fe;
  cursor: pointer;
  padding: 4px;
  transition: all 0.2s ease;
}
.chart-card__action-btn:last-child {
  border-right: none;
}
.chart-card__action-btn img {
  width: 20px;
  height: 20px;
  transition: opacity 0.2s ease;
}
.chart-card__action-btn:hover {
  background: #e8e8ee;
}
.chart-card__description {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.32);
  margin: 0;
}
.chart-card__chart-container {
  position: relative;
  width: 100%;
  margin-top: 32px;
}
.chart-card__chart {
  width: 100%;
}
.chart-card__legend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px 24px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.chart-card__legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.chart-card__legend-dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  flex-shrink: 0;
}
.chart-card__legend-label {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.64);
}
.chart-card--loading {
  position: relative;
}
.chart-card__loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
}
.chart-card__spinner {
  color: #7178ff;
  animation: pulse 1.5s ease-in-out infinite;
}
.chart-card--error .chart-card__chart-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
.chart-card__error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #e43e34;
  font-size: 12px;
  text-align: center;
}
.chart-card__error-icon {
  font-size: 16px;
}
.chart-card__error-text {
  font-family: "Rethink Sans", sans-serif;
  font-size: 11px;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.48);
}
.chart-card--coming-soon .chart-card__chart {
  height: 180px;
}

.analytics-export-modal__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.analytics-export-modal__dialog {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  pointer-events: none;
}

.analytics-export-modal__dialog > * {
  pointer-events: auto;
}

.analytics-export-modal__dialog-inner,
.analytics-export-modal__content {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  padding: 16px 20px 20px;
  max-width: 360px;
  width: 100%;
}

.analytics-export-modal__header {
  margin-bottom: 12px;
}

.analytics-export-modal__title {
  margin: 0;
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #050505;
}

.analytics-export-modal__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.analytics-export-modal__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.analytics-export-modal__label {
  font-family: "Rethink Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.64);
}

.analytics-export-modal__custom-select {
  position: relative;
  width: 100%;
  font-family: "Rethink Sans", sans-serif;
}

.analytics-export-modal__select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 14px;
  color: #050505;
}

.analytics-export-modal__select-trigger:hover {
  border-color: rgba(0, 0, 0, 0.32);
}

.analytics-export-modal__custom-select.open .analytics-export-modal__select-trigger {
  border-color: #7178ff;
  box-shadow: 0 0 0 1px rgba(113, 120, 255, 0.2);
}

.analytics-export-modal__arrow {
  width: 16px;
  height: 16px;
  color: rgba(0, 0, 0, 0.48);
  transition: transform 0.2s ease;
}

.analytics-export-modal__custom-select.open .analytics-export-modal__arrow {
  transform: rotate(180deg);
}

.analytics-export-modal__options {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 4px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.analytics-export-modal__custom-select.open .analytics-export-modal__options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.analytics-export-modal__option {
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  color: #050505;
  cursor: pointer;
  transition: background 0.15s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.analytics-export-modal__option:hover {
  background: #f3f3f9;
}

.analytics-export-modal__option.selected {
  background: #f3f3f9;
  color: #7178ff;
  font-weight: 500;
}

.analytics-export-modal__check {
  width: 16px;
  height: 16px;
  opacity: 0;
  color: #7178ff;
  transition: opacity 0.2s ease;
}

.analytics-export-modal__option.selected .analytics-export-modal__check {
  opacity: 1;
}

.analytics-export-modal__actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.analytics-export-modal__btn {
  min-width: 96px;
  height: 32px;
  padding: 4px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.analytics-export-modal__btn--secondary {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.72);
}

.analytics-export-modal__btn--secondary:hover {
  background: #f3f3f9;
}

.analytics-export-modal__btn--primary {
  background: #2f76f9;
  color: #fff;
}

.analytics-export-modal__btn--primary:hover {
  opacity: 0.8;
}

.stablecoin-supply__section-header {
  margin-bottom: 16px;
}
.stablecoin-supply__section-title {
  font-family: "Rethink Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #050505;
  margin: 0 0 4px;
}
.stablecoin-supply__section-subtitle {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.32);
  margin: 0;
}
.stablecoin-supply .chart-card {
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(29, 31, 30, 0.08);
}
.stablecoin-supply__header {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.stablecoin-supply__header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.stablecoin-supply__title-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.stablecoin-supply__title-wrap img {
  width: 20px;
  height: 20px;
}
.stablecoin-supply__title {
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #050505;
}
.stablecoin-supply__description {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.32);
  margin: 0;
}
.stablecoin-supply__chart-container {
  position: relative;
  width: 100%;
  margin-top: 32px;
}
.stablecoin-supply__chart {
  width: 100%;
}
.stablecoin-supply__legend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px 24px;
  flex-wrap: wrap;
}
.stablecoin-supply__legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.stablecoin-supply__legend-dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  flex-shrink: 0;
}
.stablecoin-supply__legend-label {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.64);
}

.stablecoin-supply-tooltip {
  min-width: 180px;
}
.stablecoin-supply-tooltip__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.stablecoin-supply-tooltip__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.stablecoin-supply-tooltip__label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.stablecoin-supply-tooltip__dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  flex-shrink: 0;
}
.stablecoin-supply-tooltip__name {
  font-family: "Google Sans Code", monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.48);
  white-space: nowrap;
}
.stablecoin-supply-tooltip__value {
  font-family: "Google Sans Code", monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #000;
  text-align: right;
}
.stablecoin-supply-tooltip__divider {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
}
.stablecoin-supply-tooltip__footer {
  font-family: "Google Sans Code", monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.48);
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.stablecoin-supply-d3-tooltip {
  position: absolute;
  pointer-events: none;
  z-index: 1000;
}

.protocol-revenue__section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .protocol-revenue__section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    position: relative;
  }
}
.protocol-revenue__header-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 768px) {
  .protocol-revenue__header-content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
  }
}
.protocol-revenue__section-title {
  font-family: "Rethink Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #050505;
  margin: 0;
}
@media (max-width: 768px) {
  .protocol-revenue__section-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.protocol-revenue__header-actions {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media (max-width: 768px) {
  .protocol-revenue__header-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    order: 2;
  }
}
@media (max-width: 768px) {
  .protocol-revenue__header-actions .chart-card__action-btns {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
}
.protocol-revenue__table-container {
  position: relative;
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgba(29, 31, 30, 0.08);
  min-height: 200px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 700px;
}
.protocol-revenue__table-container::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.protocol-revenue__table-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.protocol-revenue__table-container::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
.protocol-revenue__table-container::-webkit-scrollbar-thumb:hover {
  background: #a1a1a1;
}
.protocol-revenue__table-container {
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #f1f1f1;
}
.protocol-revenue__table {
  width: 100%;
}
.protocol-revenue__pagination-container {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .protocol-revenue__pagination-container {
    order: 1;
    width: 100%;
    justify-content: flex-start;
  }
}
.protocol-revenue__table-wrapper {
  display: flex;
  flex-direction: column;
  min-width: 1050px;
  width: 100%;
}
.protocol-revenue__table-header {
  background: #fff;
  border-bottom: 1px solid #e3e0db;
  position: sticky;
  top: 0;
  z-index: 1;
}
.protocol-revenue__table-body {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.protocol-revenue__table-row {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
}
.protocol-revenue__table-row--header {
  background: #fff;
  padding: 12px 16px;
}
.protocol-revenue__table-cell {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.4);
  letter-spacing: 0.14px;
}
.protocol-revenue__table-cell--no {
  width: 40px;
  flex-shrink: 0;
}
.protocol-revenue__table-cell--name {
  width: 160px;
  flex-shrink: 0;
}
.protocol-revenue__table-cell--category {
  width: 120px;
  flex-shrink: 0;
}
.protocol-revenue__table-cell--definition {
  width: 300px;
  min-width: 300px;
  flex: 1;
}
.protocol-revenue__table-cell--revenue {
  width: 110px;
  flex-shrink: 0;
}
.protocol-revenue__table-cell--right {
  justify-content: flex-end;
  text-align: right;
}
.protocol-revenue__table-row--header .protocol-revenue__table-cell {
  font-family: "Instrument Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.12px;
  color: rgba(0, 0, 0, 0.4);
}
.protocol-revenue__name-content {
  display: flex;
  align-items: center;
  gap: 12px;
}
.protocol-revenue__logo {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.protocol-revenue__logo--placeholder {
  background: #000;
  border-radius: 50%;
}
.protocol-revenue__name-text {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
  letter-spacing: 0.14px;
}
.protocol-revenue__category-text {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #2f76f9;
  letter-spacing: 0.14px;
}
.protocol-revenue__definition-text {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
  letter-spacing: 0.14px;
}
.protocol-revenue__revenue-text {
  font-family: "Google Sans Code", monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
  font-style: normal;
}
.protocol-revenue__table-row:not(.protocol-revenue__table-row--header) .protocol-revenue__table-cell {
  color: #000;
}
.protocol-revenue__table-row:not(.protocol-revenue__table-row--header) .protocol-revenue__table-cell--no {
  color: rgba(0, 0, 0, 0.4);
}
.protocol-revenue__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .protocol-revenue__pagination {
    gap: 6px;
  }
}
.protocol-revenue__pagination-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  cursor: pointer;
  transition: all 0.2s ease;
}
.protocol-revenue__pagination-btn:hover:not(:disabled) {
  background: #f3f3f9;
  border-color: rgba(0, 0, 0, 0.2);
}
.protocol-revenue__pagination-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
@media (max-width: 768px) {
  .protocol-revenue__pagination-btn {
    padding: 6px 12px;
    font-size: 13px;
  }
}
.protocol-revenue__pagination-pages {
  display: flex;
  align-items: center;
  gap: 4px;
}
.protocol-revenue__pagination-page {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 6px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  font-family: "Rethink Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  cursor: pointer;
  transition: all 0.2s ease;
}
.protocol-revenue__pagination-page:hover:not(:disabled) {
  background: #f3f3f9;
  border-color: rgba(0, 0, 0, 0.2);
}
.protocol-revenue__pagination-page--active {
  background: #2f76f9;
  border-color: #2f76f9;
  color: #fff;
  font-weight: 500;
}
.protocol-revenue__pagination-page--active:hover {
  background: #2f76f9;
  border-color: #2f76f9;
}
.protocol-revenue__pagination-page:disabled {
  cursor: default;
}
.protocol-revenue__pagination-ellipsis {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  font-family: "Rethink Sans", sans-serif;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.protocol-revenue__empty-state {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  min-height: 200px;
  height: 100%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  flex: 1 1 100%;
}
.protocol-revenue__empty-state-text {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  letter-spacing: 0.14px;
}

.ps-ratio__section-header-content {
  border-radius: 8px;
  border: 1px solid rgba(29, 31, 30, 0.08);
  padding: 16px;
}
.ps-ratio__section-header {
  display: flex;
  justify-content: flex-end;
}
.ps-ratio__header-actions {
  display: flex;
  gap: 16px;
  align-items: center;
}
.ps-ratio__content {
  display: flex;
  gap: 16px;
  background: #fff;
}
@media (max-width: 992px) {
  .ps-ratio__content {
    flex-direction: column;
  }
}
.ps-ratio__chart-container {
  flex: 1;
  min-width: 0;
}
.ps-ratio__chart {
  width: 100%;
  height: 300px;
}
.ps-ratio__fair-value-card {
  width: 320px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(29, 31, 30, 0.08);
  padding: 16px;
}
@media (max-width: 992px) {
  .ps-ratio__fair-value-card {
    width: 100%;
    border-left: none;
    border-top: 1px solid rgba(29, 31, 30, 0.08);
  }
}
.ps-ratio__fair-value-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 8px;
}
.ps-ratio__fair-value-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eaf2fe;
  border-radius: 8px;
  padding: 4px;
}
.ps-ratio__fair-value-icon img {
  width: 20px;
  height: 20px;
  filter: brightness(0) saturate(100%) invert(35%) sepia(85%) saturate(1516%) hue-rotate(207deg) brightness(96%) contrast(104%);
}
.ps-ratio__fair-value-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
}
.ps-ratio__fair-value-label {
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #000;
}
.ps-ratio__fair-value-amount {
  font-family: "Google Sans Code", monospace;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #000;
  min-height: 26px;
  display: inline-block;
}
.ps-ratio__fair-value-amount.loading {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: ps-ratio-skeleton-loading 1.5s infinite;
  border-radius: 4px;
  width: 120px;
  height: 26px;
  color: transparent;
}
.ps-ratio__fair-value-status.loading {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: ps-ratio-skeleton-loading 1.5s infinite;
  border-radius: 4px;
  width: 100px;
  height: 24px;
  border: none;
}
.ps-ratio__fair-value-status.loading .ps-ratio__fair-value-status-label,
.ps-ratio__fair-value-status.loading .ps-ratio__fair-value-status-value {
  display: none;
}
.ps-ratio__fair-value-status {
  padding: 0px 8px;
  border: 1px solid rgba(39, 161, 123, 0.24);
  border-radius: 4px;
}
.ps-ratio__fair-value-status-label {
  font-family: "Rethink Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #000;
}
.ps-ratio__fair-value-status-value {
  font-family: "Google Sans Code", monospace;
  font-size: 13px;
  font-weight: 400;
  color: #e43e34;
}
.ps-ratio__fair-value-status--overvalued {
  border-color: rgba(228, 62, 52, 0.24);
}
.ps-ratio__fair-value-status--overvalued .ps-ratio__fair-value-status-value {
  color: #e43e34;
}
.ps-ratio__fair-value-status--undervalued {
  border-color: rgba(39, 161, 123, 0.24);
}
.ps-ratio__fair-value-status--undervalued .ps-ratio__fair-value-status-value {
  color: #27a17b;
}

@keyframes ps-ratio-skeleton-loading {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.ps-ratio-tooltip {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  padding: 12px;
  box-shadow: 0px 2px 8px -6px rgba(0, 0, 0, 0.08);
  max-width: 320px;
  pointer-events: none;
  z-index: 1000;
}
.ps-ratio-tooltip__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 4px;
}
.ps-ratio-tooltip__title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #000;
  white-space: pre-wrap;
}
.ps-ratio-tooltip__value {
  font-family: "Google Sans Code", monospace;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #000;
  text-align: right;
  white-space: nowrap;
}
.ps-ratio-tooltip__formula {
  background-color: #f3f3f9;
  border-right: 1px solid rgba(29, 31, 30, 0.08);
  padding: 2px 4px;
  border-radius: 4px;
  margin-bottom: 4px;
  display: inline-block;
  box-sizing: border-box;
}
.ps-ratio-tooltip__formula-text {
  font-family: "Google Sans Code", monospace;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #000;
}
.ps-ratio-tooltip__desc {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.5);
  white-space: normal;
}

.chart-card {
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(29, 31, 30, 0.08);
}
.chart-card__header {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.chart-card__header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chart-card__title-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.chart-card__title-wrap img {
  width: 20px;
  height: 20px;
}
.chart-card__title {
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #050505;
}
.chart-card__title-info {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.48);
  font-size: 14px;
  line-height: 1;
  transition: color 0.2s ease;
}
.chart-card__title-info:hover {
  color: rgba(0, 0, 0, 0.72);
}
.chart-card__title-info::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px;
  padding: 8px 12px;
  background: #1d1f1e;
  color: #fff;
  font-family: "Rethink Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 1000;
  white-space: normal;
  text-align: left;
  min-width: 300px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  word-wrap: break-word;
}
.chart-card__title-info:hover::before {
  opacity: 1;
  visibility: visible;
}
.chart-card__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.chart-card__chart-types {
  display: flex;
  align-items: center;
  height: 32px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.chart-card__type-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 4px 12px;
  height: 100%;
  background: #fff;
  cursor: pointer;
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.48);
  transition: all 0.2s ease;
  border: none;
}
.chart-card__type-btn:not(:first-child) {
  border-left: none;
}
.chart-card__type-btn img {
  width: 20px;
  height: 20px;
  opacity: 0.48;
  transition: opacity 0.2s ease;
}
.chart-card__type-btn:hover {
  color: rgba(0, 0, 0, 0.72);
}
.chart-card__type-btn:hover img {
  opacity: 0.72;
}
.chart-card__type-btn.active {
  color: #000;
  background: #f3f3f9;
}
.chart-card__type-btn.active img {
  opacity: 1;
}
.chart-card__action-btns {
  display: flex;
  align-items: center;
  border-radius: 6px;
  border: 1px solid rgba(29, 31, 30, 0.08);
}
.chart-card__action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(29, 31, 30, 0.08);
  border-width: 0 1px 0 0;
  background: #eaf2fe;
  cursor: pointer;
  padding: 4px;
  transition: all 0.2s ease;
}
.chart-card__action-btn:last-child {
  border-right: none;
}
.chart-card__action-btn img {
  width: 20px;
  height: 20px;
  transition: opacity 0.2s ease;
}
.chart-card__action-btn:hover {
  background: #e8e8ee;
}
.chart-card__description {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.32);
  margin: 0;
}
.chart-card__chart-container {
  position: relative;
  width: 100%;
  margin-top: 32px;
}
.chart-card__chart {
  width: 100%;
}
.chart-card__legend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px 24px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.chart-card__legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.chart-card__legend-dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  flex-shrink: 0;
}
.chart-card__legend-label {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.64);
}
.chart-card--loading {
  position: relative;
}
.chart-card__loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
}
.chart-card__spinner {
  color: #7178ff;
  animation: pulse 1.5s ease-in-out infinite;
}
.chart-card--error .chart-card__chart-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
.chart-card__error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #e43e34;
  font-size: 12px;
  text-align: center;
}
.chart-card__error-icon {
  font-size: 16px;
}
.chart-card__error-text {
  font-family: "Rethink Sans", sans-serif;
  font-size: 11px;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.48);
}
.chart-card--coming-soon .chart-card__chart {
  height: 180px;
}

.analytics-export-modal__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.analytics-export-modal__dialog {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  pointer-events: none;
}

.analytics-export-modal__dialog > * {
  pointer-events: auto;
}

.analytics-export-modal__dialog-inner,
.analytics-export-modal__content {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  padding: 16px 20px 20px;
  max-width: 360px;
  width: 100%;
}

.analytics-export-modal__header {
  margin-bottom: 12px;
}

.analytics-export-modal__title {
  margin: 0;
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #050505;
}

.analytics-export-modal__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.analytics-export-modal__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.analytics-export-modal__label {
  font-family: "Rethink Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.64);
}

.analytics-export-modal__custom-select {
  position: relative;
  width: 100%;
  font-family: "Rethink Sans", sans-serif;
}

.analytics-export-modal__select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 14px;
  color: #050505;
}

.analytics-export-modal__select-trigger:hover {
  border-color: rgba(0, 0, 0, 0.32);
}

.analytics-export-modal__custom-select.open .analytics-export-modal__select-trigger {
  border-color: #7178ff;
  box-shadow: 0 0 0 1px rgba(113, 120, 255, 0.2);
}

.analytics-export-modal__arrow {
  width: 16px;
  height: 16px;
  color: rgba(0, 0, 0, 0.48);
  transition: transform 0.2s ease;
}

.analytics-export-modal__custom-select.open .analytics-export-modal__arrow {
  transform: rotate(180deg);
}

.analytics-export-modal__options {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 4px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.analytics-export-modal__custom-select.open .analytics-export-modal__options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.analytics-export-modal__option {
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  color: #050505;
  cursor: pointer;
  transition: background 0.15s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.analytics-export-modal__option:hover {
  background: #f3f3f9;
}

.analytics-export-modal__option.selected {
  background: #f3f3f9;
  color: #7178ff;
  font-weight: 500;
}

.analytics-export-modal__check {
  width: 16px;
  height: 16px;
  opacity: 0;
  color: #7178ff;
  transition: opacity 0.2s ease;
}

.analytics-export-modal__option.selected .analytics-export-modal__check {
  opacity: 1;
}

.analytics-export-modal__actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.analytics-export-modal__btn {
  min-width: 96px;
  height: 32px;
  padding: 4px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.analytics-export-modal__btn--secondary {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.72);
}

.analytics-export-modal__btn--secondary:hover {
  background: #f3f3f9;
}

.analytics-export-modal__btn--primary {
  background: #2f76f9;
  color: #fff;
}

.analytics-export-modal__btn--primary:hover {
  opacity: 0.8;
}

.eth-charts-grid__container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.eth-charts-grid__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.eth-charts-grid__row > *:only-child {
  grid-column: 1/-1;
}
.eth-charts-grid__row--three-col {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 1366px) {
  .eth-charts-grid__row--three-col {
    grid-template-columns: 1fr;
  }
  .eth-charts-grid__row--three-col > *:nth-child(3) {
    grid-column: 1;
  }
}
@media (max-width: 991px) {
  .eth-charts-grid__row {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .eth-charts-grid__row > *:only-child {
    grid-column: 1;
  }
}

.lending-revenue-tooltip,
.eth-tps-tooltip,
.live-tps-tooltip,
.transaction-activity-tooltip,
.blob-throughput-tooltip,
.daa-tooltip,
.spot-volume-tooltip,
.burned-tooltip,
.inflation-tooltip,
.supply-locked-liquid-tooltip,
.validator-count-tooltip,
.staking-apr-tooltip,
.eth-tvl-dominance-tooltip,
.capital-efficiency-tooltip,
.stablecoin-supply-tooltip,
.stablecoin-transfer-volume-tooltip,
.rwa-dominance-tooltip {
  min-width: 220px;
}
.lending-revenue-tooltip__content,
.eth-tps-tooltip__content,
.live-tps-tooltip__content,
.transaction-activity-tooltip__content,
.blob-throughput-tooltip__content,
.daa-tooltip__content,
.spot-volume-tooltip__content,
.burned-tooltip__content,
.inflation-tooltip__content,
.supply-locked-liquid-tooltip__content,
.validator-count-tooltip__content,
.staking-apr-tooltip__content,
.eth-tvl-dominance-tooltip__content,
.capital-efficiency-tooltip__content,
.stablecoin-supply-tooltip__content,
.stablecoin-transfer-volume-tooltip__content,
.rwa-dominance-tooltip__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.lending-revenue-tooltip__row,
.eth-tps-tooltip__row,
.live-tps-tooltip__row,
.transaction-activity-tooltip__row,
.blob-throughput-tooltip__row,
.daa-tooltip__row,
.spot-volume-tooltip__row,
.burned-tooltip__row,
.inflation-tooltip__row,
.supply-locked-liquid-tooltip__row,
.validator-count-tooltip__row,
.staking-apr-tooltip__row,
.eth-tvl-dominance-tooltip__row,
.capital-efficiency-tooltip__row,
.stablecoin-supply-tooltip__row,
.stablecoin-transfer-volume-tooltip__row,
.rwa-dominance-tooltip__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.lending-revenue-tooltip__label,
.eth-tps-tooltip__label,
.live-tps-tooltip__label,
.transaction-activity-tooltip__label,
.blob-throughput-tooltip__label,
.daa-tooltip__label,
.spot-volume-tooltip__label,
.burned-tooltip__label,
.inflation-tooltip__label,
.supply-locked-liquid-tooltip__label,
.validator-count-tooltip__label,
.staking-apr-tooltip__label,
.eth-tvl-dominance-tooltip__label,
.capital-efficiency-tooltip__label,
.stablecoin-supply-tooltip__label,
.stablecoin-transfer-volume-tooltip__label,
.rwa-dominance-tooltip__label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.lending-revenue-tooltip__dot,
.eth-tps-tooltip__dot,
.live-tps-tooltip__dot,
.transaction-activity-tooltip__dot,
.blob-throughput-tooltip__dot,
.daa-tooltip__dot,
.spot-volume-tooltip__dot,
.burned-tooltip__dot,
.inflation-tooltip__dot,
.supply-locked-liquid-tooltip__dot,
.validator-count-tooltip__dot,
.staking-apr-tooltip__dot,
.eth-tvl-dominance-tooltip__dot,
.capital-efficiency-tooltip__dot,
.stablecoin-supply-tooltip__dot,
.stablecoin-transfer-volume-tooltip__dot,
.rwa-dominance-tooltip__dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  flex-shrink: 0;
}
.lending-revenue-tooltip__dot--line,
.eth-tps-tooltip__dot--line,
.live-tps-tooltip__dot--line,
.transaction-activity-tooltip__dot--line,
.blob-throughput-tooltip__dot--line,
.daa-tooltip__dot--line,
.spot-volume-tooltip__dot--line,
.burned-tooltip__dot--line,
.inflation-tooltip__dot--line,
.supply-locked-liquid-tooltip__dot--line,
.validator-count-tooltip__dot--line,
.staking-apr-tooltip__dot--line,
.eth-tvl-dominance-tooltip__dot--line,
.capital-efficiency-tooltip__dot--line,
.stablecoin-supply-tooltip__dot--line,
.stablecoin-transfer-volume-tooltip__dot--line,
.rwa-dominance-tooltip__dot--line {
  width: 16px;
  height: 3px;
  border-radius: 0;
}
.lending-revenue-tooltip__name,
.eth-tps-tooltip__name,
.live-tps-tooltip__name,
.transaction-activity-tooltip__name,
.blob-throughput-tooltip__name,
.daa-tooltip__name,
.spot-volume-tooltip__name,
.burned-tooltip__name,
.inflation-tooltip__name,
.supply-locked-liquid-tooltip__name,
.validator-count-tooltip__name,
.staking-apr-tooltip__name,
.eth-tvl-dominance-tooltip__name,
.capital-efficiency-tooltip__name,
.stablecoin-supply-tooltip__name,
.stablecoin-transfer-volume-tooltip__name,
.rwa-dominance-tooltip__name {
  font-family: "Google Sans Code", monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.48);
  white-space: nowrap;
}
.lending-revenue-tooltip__value,
.eth-tps-tooltip__value,
.live-tps-tooltip__value,
.transaction-activity-tooltip__value,
.blob-throughput-tooltip__value,
.daa-tooltip__value,
.spot-volume-tooltip__value,
.burned-tooltip__value,
.inflation-tooltip__value,
.supply-locked-liquid-tooltip__value,
.validator-count-tooltip__value,
.staking-apr-tooltip__value,
.eth-tvl-dominance-tooltip__value,
.capital-efficiency-tooltip__value,
.stablecoin-supply-tooltip__value,
.stablecoin-transfer-volume-tooltip__value,
.rwa-dominance-tooltip__value {
  font-family: "Google Sans Code", monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #000;
  text-align: right;
}
.lending-revenue-tooltip__footer,
.eth-tps-tooltip__footer,
.live-tps-tooltip__footer,
.transaction-activity-tooltip__footer,
.blob-throughput-tooltip__footer,
.daa-tooltip__footer,
.spot-volume-tooltip__footer,
.burned-tooltip__footer,
.inflation-tooltip__footer,
.supply-locked-liquid-tooltip__footer,
.validator-count-tooltip__footer,
.staking-apr-tooltip__footer,
.eth-tvl-dominance-tooltip__footer,
.capital-efficiency-tooltip__footer,
.stablecoin-supply-tooltip__footer,
.stablecoin-transfer-volume-tooltip__footer,
.rwa-dominance-tooltip__footer {
  font-family: "Google Sans Code", monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.48);
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.live-tps__title-wrap {
  position: relative;
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.live-tps__metrics {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
}
.live-tps__metric {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.live-tps__metric--current {
  flex: 0 0 auto;
  align-items: flex-end;
}
.live-tps__metric-value {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 20px;
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #050505;
}
.live-tps__metric-value--current {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #5997ff;
}
.live-tps__metric-value--current .live-tps__metric-loading--large {
  width: 120px;
  height: 32px;
}
.live-tps__metric-text {
  display: inline-block;
}
.live-tps__metric-loading {
  display: inline-block;
  width: 60px;
  height: 12px;
  background: linear-gradient(90deg, #f3f4f6 0%, #e5e7eb 50%, #f3f4f6 100%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s ease-in-out infinite;
  border-radius: 4px;
}
.live-tps__metric-loading--large {
  width: 80px;
  height: 24px;
}
.live-tps__metric-label {
  font-family: "Rethink Sans", sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.48);
  text-transform: uppercase;
}
.live-tps .chart-card__chart-container {
  margin-top: 0;
}

@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.l2-live-tps__header {
  margin-bottom: 16px;
}
.l2-live-tps__body {
  width: 100%;
}
.l2-live-tps__layout {
  display: flex;
  gap: 24px;
}
@media (max-width: 768px) {
  .l2-live-tps__layout {
    flex-direction: column;
  }
}
.l2-live-tps__left-section {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.l2-live-tps__prominent-metric {
  display: flex;
}
.l2-live-tps__prominent-label {
  font-family: "Rethink Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.48);
  text-transform: uppercase;
}
.l2-live-tps__prominent-value {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 56px;
  margin-left: auto;
  font-family: "Rethink Sans", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #5997ff;
}
.l2-live-tps__prominent-text {
  display: inline-block;
}
.l2-live-tps__prominent-loading {
  display: inline-block;
  width: 200px;
  height: 48px;
  background: linear-gradient(90deg, #f3f4f6 0%, #e5e7eb 50%, #f3f4f6 100%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s ease-in-out infinite;
  border-radius: 8px;
}
.l2-live-tps__chart-container {
  height: 180px;
  margin-top: 0;
}
.l2-live-tps__chart {
  width: 100%;
  height: 100%;
}
.l2-live-tps__rankings-container {
  background: #f9fafb;
  border-radius: 8px;
  padding: 16px;
}
.l2-live-tps__rankings-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
}
@media (max-width: 768px) {
  .l2-live-tps__rankings-list {
    grid-template-columns: 1fr;
  }
}
.l2-live-tps__metrics-section {
  flex: 0 0 280px;
  background: #f9fafb;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .l2-live-tps__metrics-section {
    flex: 1;
  }
}
.l2-live-tps__metrics-header {
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #050505;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 12px;
}
.l2-live-tps__metrics-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.l2-live-tps__metric {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.l2-live-tps__metric-label {
  font-family: "Rethink Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.48);
  text-transform: uppercase;
}
.l2-live-tps__metric-value {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 40px;
  font-family: "Rethink Sans", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #050505;
}
.l2-live-tps__metric-text {
  display: inline-block;
}
.l2-live-tps__metric-loading {
  display: inline-block;
  width: 100px;
  height: 32px;
  background: linear-gradient(90deg, #f3f4f6 0%, #e5e7eb 50%, #f3f4f6 100%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s ease-in-out infinite;
  border-radius: 6px;
}

.l2-ranking-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: #ffffff;
  border-radius: 6px;
  height: 40px;
  box-sizing: border-box;
  transition: background-color 0.15s ease, transform 0.4s ease-out;
  will-change: transform;
}
.l2-ranking-item:hover {
  background: #f3f4f6;
}

.l2-chain-indicator {
  width: 8px;
  height: 8px;
  min-width: 8px;
  min-height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.l2-chain-name {
  font-family: "Rethink Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #050505;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.l2-chain-tps {
  font-family: "Rethink Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #5997ff;
  flex-shrink: 0;
}

.l2-live-tps-tooltip__header {
  font-weight: 600;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e7eb;
}
.l2-live-tps-tooltip__item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
}
.l2-live-tps-tooltip__item:first-of-type {
  font-weight: 600;
}
.l2-live-tps-tooltip__indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.l2-live-tps-tooltip__dot {
  display: none;
  visibility: hidden;
}

@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.l2-comparison-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1366px) {
  .l2-comparison-row {
    grid-template-columns: 1fr;
  }
}

.l2-transaction-activity .chart-card__chart,
.l2-tps .chart-card__chart,
.l2-tvl .chart-card__chart,
.l2-stablecoin-supply .chart-card__chart,
.l2-onchain-trading .chart-card__chart,
.l2-lending-revenue .chart-card__chart {
  height: 320px;
  flex: 0 0 320px;
}

.l2-protocol-revenue .protocol-revenue__section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.l2-protocol-revenue .protocol-revenue__section-title {
  font-family: "Rethink Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #000;
  margin: 0;
}
.l2-protocol-revenue .protocol-revenue__header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.l2-protocol-revenue .protocol-revenue__table-container {
  overflow: visible;
}
.l2-protocol-revenue__tables-container {
  display: grid;
  width: 100%;
}
.l2-protocol-revenue__tables-container--single {
  grid-template-columns: 1fr;
  gap: 0;
  max-width: 100%;
}
.l2-protocol-revenue__tables-container--multiple {
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 1366px) {
  .l2-protocol-revenue__tables-container--multiple {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.l2-protocol-revenue__table-wrapper {
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgba(29, 31, 30, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.l2-protocol-revenue__table-wrapper--full {
  width: 100%;
  max-width: 100%;
}
.l2-protocol-revenue__table-wrapper--half {
  width: 100%;
}
.l2-protocol-revenue__table-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  border-bottom: 1px solid rgba(29, 31, 30, 0.08);
  background: #fafafa;
  flex-shrink: 0;
}
.l2-protocol-revenue__chain-title {
  font-family: "Rethink Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #000;
  margin: 0;
}
.l2-protocol-revenue__action-btn {
  width: 32px;
  height: 32px;
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.l2-protocol-revenue__action-btn:hover {
  background: #f3f3f9;
  border-color: rgba(0, 0, 0, 0.2);
}
.l2-protocol-revenue__action-btn img {
  width: 16px;
  height: 16px;
}
.l2-protocol-revenue__table-scroll {
  overflow-x: auto;
  overflow-y: auto;
  max-height: 700px;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.l2-protocol-revenue__table-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.l2-protocol-revenue__table-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.l2-protocol-revenue__table-scroll::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
.l2-protocol-revenue__table-scroll::-webkit-scrollbar-thumb:hover {
  background: #a1a1a1;
}
.l2-protocol-revenue__table-scroll {
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #f1f1f1;
}
.l2-protocol-revenue .protocol-revenue__table {
  width: 100%;
}
.l2-protocol-revenue__table-wrapper--full .protocol-revenue__table {
  width: 100%;
}
.l2-protocol-revenue__table-wrapper--full .protocol-revenue__table-wrapper {
  width: 100%;
}
.l2-protocol-revenue__table-wrapper--full .protocol-revenue__table-row {
  width: 100%;
}
.l2-protocol-revenue__table-wrapper--full .protocol-revenue__table-cell--no {
  flex: 0 0 5%;
  min-width: 40px;
}
.l2-protocol-revenue__table-wrapper--full .protocol-revenue__table-cell--name {
  flex: 1;
  min-width: 150px;
}
.l2-protocol-revenue__table-wrapper--full .protocol-revenue__table-cell--category {
  flex: 0 0 12%;
  min-width: 120px;
}
.l2-protocol-revenue__table-wrapper--full .protocol-revenue__table-cell--revenue {
  flex: 0 0 15%;
  min-width: 120px;
}
.l2-protocol-revenue__table-wrapper--half .protocol-revenue__table {
  min-width: 800px;
}
.l2-protocol-revenue__table-wrapper--half .protocol-revenue__table-body {
  width: 100%;
  min-width: 800px;
}
.l2-protocol-revenue__table-wrapper--half .protocol-revenue__empty-state {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.l2-overview-row {
  display: grid;
  gap: 32px;
}
.l2-overview-row--three-cols {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1366px) {
  .l2-overview-row--three-cols {
    grid-template-columns: 1fr;
  }
}
.l2-overview-row--two-cols {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1366px) {
  .l2-overview-row--two-cols {
    grid-template-columns: 1fr;
  }
}

.l2-overview-stablecoin-supply--full {
  grid-column: 1/-1;
}

.l2-overview-tvs .chart-card__chart-container,
.l2-overview-daa .chart-card__chart-container,
.l2-overview-transaction-activity .chart-card__chart-container {
  margin-top: 8px;
}
.l2-overview-tvs .chart-card__chart,
.l2-overview-daa .chart-card__chart,
.l2-overview-transaction-activity .chart-card__chart {
  height: 180px;
  flex: 0 0 180px;
}

.l2-overview-lending-revenue .chart-card__chart,
.l2-overview-stablecoin-supply .chart-card__chart,
.l2-overview-dex-volume .chart-card__chart,
.l2-overview-protocol-fee .chart-card__chart {
  height: 256px;
  flex: 0 0 256px;
}

#analytics-section-network-activity .chart-card__chart {
  height: 400px;
}
#analytics-section-network-activity #chart-transaction-activity,
#analytics-section-network-activity #chart-network-eth-tps,
#analytics-section-network-activity #chart-blob-throughput,
#analytics-section-network-activity #chart-daily-active-addresses,
#analytics-section-network-activity #chart-active-addresses-7d,
#analytics-section-network-activity #chart-new-addresses-7d,
#analytics-section-network-activity #chart-transacting-users,
#analytics-section-network-activity #chart-transacting-users-7d,
#analytics-section-network-activity #chart-new-vs-returning-users,
#analytics-section-network-activity #chart-new-vs-returning-users-7d,
#analytics-section-network-activity #chart-transactions-monthly-avg,
#analytics-section-network-activity #chart-transactions-7d-avg,
#analytics-section-network-activity #chart-avg-tx-fee-7d,
#analytics-section-network-activity #chart-median-gas-price,
#analytics-section-network-activity #chart-smart-contracts-deployed,
#analytics-section-network-activity #chart-smart-contracts-deployed-7d {
  height: 256px;
}
#analytics-section-network-activity #chart-active-users-monthly,
#analytics-section-network-activity #chart-active-users-daily,
#analytics-section-network-activity #chart-active-users-weekly {
  height: 180px;
}
#analytics-section-network-activity #chart-network-live-tps {
  height: 216px;
}
@media (max-width: 991px) {
  #analytics-section-network-activity .chart-card__chart {
    height: 350px;
  }
  #analytics-section-network-activity #chart-transaction-activity,
  #analytics-section-network-activity #chart-network-eth-tps,
  #analytics-section-network-activity #chart-blob-throughput,
  #analytics-section-network-activity #chart-daily-active-addresses,
  #analytics-section-network-activity #chart-active-addresses-7d,
  #analytics-section-network-activity #chart-new-addresses-7d,
  #analytics-section-network-activity #chart-transacting-users,
  #analytics-section-network-activity #chart-transacting-users-7d,
  #analytics-section-network-activity #chart-new-vs-returning-users,
  #analytics-section-network-activity #chart-new-vs-returning-users-7d,
  #analytics-section-network-activity #chart-transactions-monthly-avg,
  #analytics-section-network-activity #chart-transactions-7d-avg,
  #analytics-section-network-activity #chart-avg-tx-fee-7d,
  #analytics-section-network-activity #chart-median-gas-price,
  #analytics-section-network-activity #chart-smart-contracts-deployed,
  #analytics-section-network-activity #chart-smart-contracts-deployed-7d {
    height: 220px;
  }
  #analytics-section-network-activity #chart-active-users-monthly,
  #analytics-section-network-activity #chart-active-users-daily,
  #analytics-section-network-activity #chart-active-users-weekly {
    height: 160px;
  }
  #analytics-section-network-activity #chart-network-live-tps {
    height: 200px;
  }
}

#analytics-section-revenue-value-capture .chart-card__chart {
  height: 400px;
}
#analytics-section-revenue-value-capture #chart-revenue-lending-revenue,
#analytics-section-revenue-value-capture #chart-revenue-burned,
#analytics-section-revenue-value-capture #chart-revenue-inflation,
#analytics-section-revenue-value-capture #chart-supply-locked-liquid {
  height: 256px;
}

.analytics-page-echarts #chart-inflation,
.analytics-page-echarts #chart-issuance,
.analytics-page-echarts #chart-burned,
.analytics-page-echarts #chart-lending-revenue,
.analytics-page-echarts #chart-onchain-trading,
.analytics-page-echarts #chart-stablecoin-supply,
.analytics-page-echarts #chart-eth-etf-flows,
.analytics-page-echarts #chart-staking-flow,
.analytics-page-echarts #chart-staked-eth,
.analytics-page-echarts #chart-spot-volume {
  min-height: 300px;
  width: 100%;
}
.analytics-page-echarts #chart-eth-tps {
  min-height: 256px;
  width: 100%;
}
.analytics-page-echarts #chart-live-tps {
  min-height: 216px;
  width: 100%;
}
.analytics-page-echarts #chart-tvl-breakdown {
  min-height: 350px;
  width: 100%;
}
.analytics-page-echarts #entities-overview {
  min-height: 522px; /* Matches D3 config */
  width: 100%;
}

.post-item {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.post-item-img {
  width: 100%;
  display: block;
  flex-shrink: 0;
  flex-grow: 0;
}
.post-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.post-item-info {
  display: flex;
  flex-direction: column;
}

.post-item-title {
  font-family: "Inter", sans-serif;
  color: black;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.post-item-title:hover {
  color: #2f76f9;
}
@media screen and (max-width: 560px) {
  .post-item-title {
    -webkit-line-clamp: 2;
  }
}

.post-item-des {
  color: black;
  opacity: 0.8;
  font-weight: 400;
}

.post-item-additional {
  margin-top: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.post-item-additional * {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}
.post-item-additional__time {
  color: #474747;
  opacity: 0.7;
}
.post-item-additional__separator {
  color: black;
}
.post-item-additional__author {
  color: black;
}
.post-item-additional__author a {
  color: black;
}
.post-item-additional__author a:hover {
  color: #2f76f9;
}
@media screen and (max-width: 991px) {
  .post-item-additional {
    margin-top: 8px;
  }
  .post-item-additional * {
    font-size: 11px;
    line-height: 14px;
    font-weight: 400;
  }
}
@media screen and (max-width: 540px) {
  .post-item-additional {
    gap: 3px;
  }
}

.featured-home-post {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: "featured featured featured" "item1 item2 item3";
  row-gap: 24px;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex: 1;
  overflow: hidden;
}
.featured-home-post * {
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 1024px) {
  .featured-home-post {
    row-gap: 24px;
  }
}
@media screen and (max-width: 991px) {
  .featured-home-post {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
.featured-home-post .post-item {
  position: relative;
  width: 100%;
}
.featured-home-post .post-item .post-item-title {
  margin-top: 16px;
}
.featured-home-post .post-item .featured-home-post-item-featured {
  display: none;
}
.featured-home-post .post-item .post-item-des {
  display: none;
}
.featured-home-post .post-item:nth-child(1) {
  grid-area: featured;
}
.featured-home-post .post-item:nth-child(1) .post-item-img {
  aspect-ratio: 762/428;
}
.featured-home-post .post-item:nth-child(1) .post-item-title {
  font-size: 24px;
  line-height: 30px;
  margin-top: 8px;
}
.featured-home-post .post-item:nth-child(1) .featured-home-post-item-featured {
  display: block;
  font-size: 13px;
  line-height: 18px;
  background: -webkit-linear-gradient(-90deg, #cda1f7 5%, #2f76f9 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 16px;
  font-weight: 600;
}
.featured-home-post .post-item:nth-child(1) .post-item-des {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  margin-top: 8px;
  display: block;
}
@media screen and (max-width: 991px) {
  .featured-home-post .post-item:nth-child(1) .post-item-title {
    font-size: 20px;
    line-height: 26px;
  }
}
.featured-home-post .post-item:nth-child(n+2) .post-item-img {
  aspect-ratio: 248/140;
}
.featured-home-post .post-item:nth-child(n+2) .post-item-title {
  font-size: 16px;
  line-height: 22px;
}
@media screen and (max-width: 991px) {
  .featured-home-post .post-item:nth-child(n+2) {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
  .featured-home-post .post-item:nth-child(n+2) .post-item-img {
    aspect-ratio: 16/9;
    width: 132px;
  }
  .featured-home-post .post-item:nth-child(n+2) .post-item-title {
    margin-top: 0;
    font-size: 14px;
    line-height: 20px;
  }
}
.featured-home-post .post-item:nth-child(2) {
  grid-area: item1;
}
.featured-home-post .post-item:nth-child(3) {
  grid-area: item2;
}
.featured-home-post .post-item:nth-child(4) {
  grid-area: item3;
}

.popular-home-post {
  background-color: #f5f6f7;
  padding-block: 64px;
}
.popular-home-post * {
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 991px) {
  .popular-home-post {
    padding-block: 48px;
  }
}
@media screen and (max-width: 890px) {
  .popular-home-post {
    padding-block: 36px;
  }
}
@media screen and (max-width: 910px) {
  .popular-home-post .popular-home-post-wrap {
    flex-direction: column;
    gap: 32px;
  }
}
@media screen and (max-width: 540px) {
  .popular-home-post .popular-home-post-wrap {
    gap: 16px;
  }
}
.popular-home-post a.popular-home-post__more {
  font-weight: 600;
  line-height: 1.5;
  font-size: 14px;
  color: #2f76f9;
}
.popular-home-post a.popular-home-post__more:hover {
  text-decoration: underline;
}
.popular-home-post .popular-home-post-title {
  font-size: 24px;
  line-height: 30px;
  color: black;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(29, 31, 30, 0.0784313725);
  width: 100%;
}
.popular-home-post .popular-home-post-wrap {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-top: 20px;
}
.popular-home-post .post-item-category {
  display: none;
}
.popular-home-post .popular-home-post__first {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "popular popular" "item1 item2";
  row-gap: 32px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
@media screen and (max-width: 540px) {
  .popular-home-post .popular-home-post__first {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
.popular-home-post .popular-home-post__first .post-item:nth-child(1) {
  grid-area: popular;
}
.popular-home-post .popular-home-post__first .post-item:nth-child(1) .post-item-img {
  aspect-ratio: 594/334;
  width: 100%;
}
.popular-home-post .popular-home-post__first .post-item:nth-child(1) .post-item-category {
  display: block;
  font-size: 13px;
  line-height: 18px;
  background: -webkit-linear-gradient(-90deg, #cda1f7 5%, #2f76f9 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 16px;
  font-weight: 600;
}
.popular-home-post .popular-home-post__first .post-item:nth-child(1) .post-item-title {
  margin-top: 8px;
  font-size: 20px;
  line-height: 26px;
}
@media screen and (max-width: 540px) {
  .popular-home-post .popular-home-post__first .post-item:nth-child(1) .post-item-category {
    margin-top: 12px;
  }
  .popular-home-post .popular-home-post__first .post-item:nth-child(1) .post-item-title {
    font-size: 16px;
    line-height: 22px;
    margin-top: 6px;
  }
}
@media screen and (min-width: 541px) {
  .popular-home-post .popular-home-post__first .post-item:nth-child(n+2) .post-item-img {
    aspect-ratio: 293/164;
    width: 100%;
  }
  .popular-home-post .popular-home-post__first .post-item:nth-child(n+2) .post-item-title {
    margin-top: 16px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 540px) {
  .popular-home-post .popular-home-post__first .post-item:nth-child(n+2) {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    gap: 16px;
    width: 100%;
  }
  .popular-home-post .popular-home-post__first .post-item:nth-child(n+2) .post-item-img {
    aspect-ratio: 16/9;
    width: 244px;
  }
  .popular-home-post .popular-home-post__first .post-item:nth-child(n+2) .post-item-info {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .popular-home-post .popular-home-post__first .post-item:nth-child(n+2) .post-item-title {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 540px) and (max-width: 540px) {
  .popular-home-post .popular-home-post__first .post-item:nth-child(n+2) {
    gap: 12px;
  }
  .popular-home-post .popular-home-post__first .post-item:nth-child(n+2) .post-item-img {
    width: 132px;
  }
  .popular-home-post .popular-home-post__first .post-item:nth-child(n+2) .post-item-title {
    font-size: 14px;
    line-height: 20px;
  }
}
.popular-home-post .popular-home-post__first .post-item:nth-child(2) {
  grid-area: item1;
}
.popular-home-post .popular-home-post__first .post-item:nth-child(3) {
  grid-area: item2;
}
.popular-home-post .popular-home-post__second {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 540px) {
  .popular-home-post .popular-home-post__second {
    gap: 16px;
  }
}
.popular-home-post .popular-home-post__second .post-item {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 16px;
  width: 100%;
}
.popular-home-post .popular-home-post__second .post-item .post-item-img {
  aspect-ratio: 16/9;
  width: 244px;
}
.popular-home-post .popular-home-post__second .post-item .post-item-info {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.popular-home-post .popular-home-post__second .post-item .post-item-title {
  font-size: 16px;
  line-height: 22px;
}
@media screen and (max-width: 540px) {
  .popular-home-post .popular-home-post__second .post-item {
    gap: 12px;
  }
  .popular-home-post .popular-home-post__second .post-item .post-item-img {
    width: 132px;
  }
  .popular-home-post .popular-home-post__second .post-item .post-item-title {
    font-size: 14px;
    line-height: 20px;
  }
}

.latest-home-post {
  margin-block: 64px;
}
.latest-home-post * {
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 991px) {
  .latest-home-post {
    margin-block: 48px;
  }
}
@media screen and (max-width: 890px) {
  .latest-home-post {
    margin-block: 36px;
  }
}
.latest-home-post .latest-home-post-title {
  font-size: 24px;
  line-height: 30px;
  color: black;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(29, 31, 30, 0.0784313725);
  width: 100%;
}
.latest-home-post .latest-home-post-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 20px;
}
@media screen and (max-width: 910px) {
  .latest-home-post .latest-home-post-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  .latest-home-post .latest-home-post-list {
    gap: 12px;
    margin-top: 16px;
  }
}
.latest-home-post .latest-news-item {
  display: flex;
  gap: 16px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.latest-home-post .latest-news-item:hover {
  opacity: 0.9;
}
.latest-home-post .latest-news-item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 640px) {
  .latest-home-post .latest-news-item {
    align-items: center;
    gap: 12px;
  }
}
.latest-home-post .latest-news-item__image {
  flex-shrink: 0;
  width: 40%;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .latest-home-post .latest-news-item__image {
    width: 132px;
  }
}
.latest-home-post .latest-news-item__image-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  display: block;
  background-color: #f0f0f0;
  transition: opacity 0.3s ease;
}
.latest-home-post .latest-news-item__image-img[data-src] {
  opacity: 0;
}
.latest-home-post .latest-news-item__image-img[data-loaded] {
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .latest-home-post .latest-news-item__image-img {
    aspect-ratio: 248/140;
  }
}
.latest-home-post .latest-news-item__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 640px) {
  .latest-home-post .latest-news-item__content {
    gap: 4px;
  }
}
.latest-home-post .latest-news-item__category {
  color: #3385ff;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 4px;
  cursor: pointer;
}
.latest-home-post .latest-news-item__category:hover {
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .latest-home-post .latest-news-item__category {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.latest-home-post .latest-news-item__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 4px;
  cursor: pointer;
  max-height: 72px;
}
.latest-home-post .latest-news-item__title:hover {
  color: #3385ff;
}
@media screen and (max-width: 640px) {
  .latest-home-post .latest-news-item__title {
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 2;
    max-height: 40px;
    margin-top: 0;
  }
}
.latest-home-post .latest-news-item__author {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  font-size: 13px;
  color: #666;
}
@media screen and (max-width: 640px) {
  .latest-home-post .latest-news-item__author {
    margin-top: 2px;
    font-size: 12px;
  }
}
.latest-home-post .latest-news-item__author-label {
  color: #666;
}
.latest-home-post .latest-news-item__author-name {
  color: #666;
  text-decoration: none;
  cursor: pointer;
}
.latest-home-post .latest-news-item__author-name:hover {
  color: #3385ff;
  text-decoration: underline;
}
.latest-home-post .latest-news-loading {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 20px;
}
@media screen and (max-width: 910px) {
  .latest-home-post .latest-news-loading {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  .latest-home-post .latest-news-loading {
    gap: 12px;
    margin-top: 16px;
  }
}
.latest-home-post .latest-news-skeleton {
  display: flex;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(29, 31, 30, 0.0784313725);
  min-height: 120px;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .latest-home-post .latest-news-skeleton {
    gap: 12px;
    padding-bottom: 16px;
    min-height: 88px;
    align-items: center;
  }
}
.latest-home-post .latest-news-skeleton__image {
  flex-shrink: 0;
  width: 40%;
  aspect-ratio: 16/9;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  border-radius: 4px;
  animation: shimmer 1.5s infinite;
}
@media screen and (max-width: 640px) {
  .latest-home-post .latest-news-skeleton__image {
    width: 132px;
    aspect-ratio: 248/140;
  }
}
.latest-home-post .latest-news-skeleton__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 100px;
}
@media screen and (max-width: 640px) {
  .latest-home-post .latest-news-skeleton__content {
    gap: 6px;
    min-height: 60px;
  }
}
.latest-home-post .latest-news-skeleton__category {
  width: 80px;
  height: 14px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  border-radius: 4px;
  animation: shimmer 1.5s infinite;
  margin-bottom: 4px;
}
@media screen and (max-width: 640px) {
  .latest-home-post .latest-news-skeleton__category {
    width: 64px;
    height: 12px;
    margin-bottom: 0;
  }
}
.latest-home-post .latest-news-skeleton__title {
  width: 100%;
  height: 24px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  border-radius: 4px;
  animation: shimmer 1.5s infinite;
  margin-top: 4px;
}
.latest-home-post .latest-news-skeleton__title:nth-child(3) {
  width: 70%;
  height: 24px;
}
@media screen and (max-width: 640px) {
  .latest-home-post .latest-news-skeleton__title {
    height: 22px;
  }
  .latest-home-post .latest-news-skeleton__title:nth-child(3) {
    height: 22px;
  }
}
.latest-home-post .latest-news-skeleton__author {
  width: 120px;
  height: 13px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  border-radius: 4px;
  animation: shimmer 1.5s infinite;
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .latest-home-post .latest-news-skeleton__author {
    width: 90px;
    height: 12px;
    margin-top: 2px;
  }
}
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

.main-section {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 890px) {
  .main-section {
    flex-direction: column;
  }
}
.main-section .right-col {
  width: 398px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .main-section .right-col {
    width: 360px;
  }
}
@media screen and (max-width: 991px) {
  .main-section .right-col {
    width: 40%;
  }
}
@media screen and (max-width: 890px) {
  .main-section .right-col {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .main-section .right-col {
    gap: 24px;
  }
}
.main-section .right-col * {
  font-family: "Inter", sans-serif;
}
.main-section .right-col-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.main-section .right-col-item__title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: black;
  width: 100%;
  border-bottom: 1px solid rgba(29, 31, 30, 0.0784313725);
  padding-bottom: 12px;
  margin-bottom: 16px;
}
.main-section .right-col-item__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.main-section .right-col-item__list .post-item {
  gap: 0px;
}
.main-section .right-col-item__list .post-item-attr {
  display: flex;
  align-items: center;
  color: gray;
  gap: 12px;
}
.main-section .right-col-item__list .post-item-attr__el {
  display: flex;
  align-items: center;
  gap: 4px;
}
.main-section .right-col-item__list .post-item-attr__el-icon {
  width: 16px;
  height: 16px;
}
.main-section .right-col-item__list .post-item-attr__el-label {
  font-size: 12px;
}
.main-section .right-col-item__list .post-item-title {
  font-size: 16px;
  line-height: 22px;
}
.main-section .right-col-item__list .post-item-des {
  font-size: 13px;
  line-height: 18px;
  margin-top: 8px;
}
.main-section .right-col-item__more {
  margin-top: 24px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  color: #2f76f9;
  width: -moz-fit-content;
  width: fit-content;
}
.main-section .right-col-item__more:hover {
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .main-section .right-col-item__list {
    gap: 16px;
  }
  .main-section .right-col-item__list .post-item {
    gap: 6px;
  }
  .main-section .right-col-item__list .post-item-title {
    font-size: 14px;
    line-height: 20px;
  }
  .main-section .right-col-item__list .post-item-des {
    font-size: 11px;
    line-height: 14px;
  }
  .main-section .right-col-item__more {
    margin-top: 16px;
  }
}

.list-feature-post {
  background: linear-gradient(62.84deg, #2f76f9 18.96%, #cda1f7 215.64%);
  width: 100%;
  padding-block: 24px;
  margin-top: 64px;
}
.list-feature-post .container {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  justify-content: space-between;
}
.list-feature-post__title {
  font-family: "Google Sans Code", monospace;
  font-size: 14px;
  line-height: 20px;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
}
.list-feature-post__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
.list-feature-post__item {
  font-family: "Inter", sans-serif;
  color: white;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  width: 200px;
  padding-left: 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.1215686275);
}
.list-feature-post__item:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1200px) {
  .list-feature-post__list {
    width: 80%;
  }
  .list-feature-post__item {
    width: calc(50% - 24px);
  }
}
@media screen and (max-width: 991px) {
  .list-feature-post {
    margin-top: 48px;
  }
}
@media screen and (max-width: 890px) {
  .list-feature-post {
    margin-top: 36px;
  }
  .list-feature-post .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .list-feature-post__list {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .list-feature-post__item {
    width: 100%;
    padding-left: 0;
    border-left: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275);
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
li.is-comingsoon {
  pointer-events: none;
  opacity: 0.6;
}
li.skip-navigate {
  cursor: pointer;
}
li.skip-navigate > a {
  pointer-events: none;
}

@media screen and (min-width: 720px) {
  .container {
    width: 680px;
  }
}
@media screen and (min-width: 800px) {
  .container {
    width: 760px;
  }
}
@media screen and (min-width: 910px) {
  .container {
    width: 870px;
  }
}
@media screen and (min-width: 991px) {
  .container {
    width: 960px;
  }
}
@media screen and (min-width: 1064px) {
  .container {
    width: 1024px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media screen and (min-width: 1366px) {
  .container {
    width: 1200px;
  }
}
@media screen and (min-width: 1920px) {
  .container {
    width: 1440px;
  }
}
.analytics-container {
  width: 100%;
  max-width: 1920px;
  box-sizing: border-box;
  padding-inline: 32px;
}

@media screen and (max-width: 1200px) {
  .analytics-container {
    padding-inline: 24px;
  }
}
@media screen and (max-width: 768px) {
  .analytics-container {
    padding-inline: 16px;
  }
}
#cfacebook {
  right: 70px !important;
}

.list-tag a {
  display: inline-block;
  height: 21px;
  margin: 0 10px 0 0;
  padding: 0 7px 0 14px;
  white-space: nowrap;
  position: relative;
  background: linear-gradient(180deg, #fed970 0, #febc4a);
  background-color: #fec95b;
  color: #996633;
  font-size: 11px;
  line-height: 19px;
  text-decoration: none;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.4);
  border-top: 1px solid #edb14a;
  border-right: 1px solid #dca03b;
  border-radius: 1px 3px 3px 1px;
  box-shadow: inset 0 1px #fee395, 0 1px 2px rgba(0, 0, 0, 0.21);
}

.list-tag a,
.list-tag a:before {
  border-bottom: 1px solid #ce922e;
}

.list-tag a:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -6px;
  width: 10px;
  height: 10px;
  background: linear-gradient(135deg, #fed970, #febc4a);
  background-color: #fec95b;
  border-left: 1px solid #edb14a;
  border-radius: 0 0 0 2px;
  box-shadow: inset 1px 0 #fedb7c, 0 2px 2px -2px rgba(0, 0, 0, 0.33);
  transform: scaleY(1.5) rotate(45deg);
}

.list-tag a:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 1px;
  width: 5px;
  height: 5px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #dca03b;
  box-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.2), inset 0 1px 1px rgba(0, 0, 0, 0.21);
}

.list-tag a:hover {
  color: #ffffff;
  text-shadow: -1px -1px 0 rgba(153, 102, 51, 0.3);
}

.list-tag a:first-child {
  margin-left: 10px;
}

.list-tag .tag-list-title {
  display: inline-block;
  padding-right: 7px;
}

.contact-form .contact-form-group .contact-button {
  background-color: var(--color-1st);
  border-color: var(--color-1st);
  color: #ffffff;
  outline: none;
}
.contact-form .contact-form-group .contact-button:hover, .contact-form .contact-form-group .contact-button:focus {
  background: #e22e2b;
  border-color: #e22e2b;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
  max-width: 84.2%;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.single-content input {
  max-width: 100%;
  outline: none;
}

.language_bar_chooser.dropdown-menu li.active {
  background: var(--color-1st);
}

section.pagination {
  text-align: center;
  margin: 20px auto;
}

ul.pagination {
  display: inline-block;
}

.fb-comments.fb_iframe_widget,
.fb-comments.fb_iframe_widget span,
.fb-comments.fb_iframe_widget span iframe[style],
.fb-comments.fb_iframe .fb_iframe_widget {
  min-width: 100% !important;
  width: 100% !important;
}

.fb-comments.fb_iframe_widget iframe {
  left: 0 !important;
}

ul.pagination {
  width: 100%;
  text-align: center;
}

ul.pagination li {
  display: inline-block;
}

ul.pagination li.active span {
  background: var(--color-1st);
}

section.pagination ul.pagination li a,
section.pagination ul.pagination li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 40px;
  padding: 0 16px;
  line-height: 1;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 4px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #2f76f9, #cda1f7) border-box;
  color: #2f76f9;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0;
  text-decoration: none;
  transition: all 0.2s ease;
}
section.pagination ul.pagination li a svg,
section.pagination ul.pagination li span svg {
  width: 18px;
  height: 18px;
}
section.pagination ul.pagination li a:hover {
  background: #2f76f9;
  color: #ffffff;
}
section.pagination ul.pagination li.active a,
section.pagination ul.pagination li.active span {
  background: #2f76f9;
  color: #ffffff;
}
section.pagination ul.pagination li.disabled a,
section.pagination ul.pagination li.disabled span {
  opacity: 0.5;
  cursor: default;
}

figure.image {
  margin: 10px 0;
  display: inline-block;
}
figure.image figcaption {
  background: #f5f5f5;
  padding: 10px;
  font-size: 90%;
  text-align: center;
}

.language-wrapper .dropdown .btn {
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.language-wrapper .dropdown .btn.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

body .cookie-consent .cookie-consent-body {
  max-width: 1170px;
}

.container .gallery-wrap .gallery-item .gallery-detail {
  bottom: -55px;
}
.container .gallery-wrap .gallery-item .gallery-detail a:hover {
  color: var(--color-1st) !important;
}
.container .gallery-wrap .gallery-item:hover .gallery-detail {
  bottom: 0;
}

.overflow {
  overflow: hidden;
}

.super-search.hide {
  display: none;
}
.super-search.active {
  z-index: 88888888888;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  right: 0;
  border: none;
  overflow: hidden;
  position: fixed;
  background: transparent;
  display: block !important;
}
.super-search.active .quick-search {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.super-search.active .quick-search__title {
  font-weight: 600;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 1.5;
  display: inline-block;
  width: 22%;
}
.super-search.active .quick-search__input {
  gap: 12px;
  display: flex;
  flex: 1;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(29, 31, 30, 0.0784313725);
}
.super-search.active .quick-search__search-icon {
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
.super-search.active .quick-search .search-btn.active {
  display: inline-block;
  cursor: pointer;
  width: 22%;
  text-align: right;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: black;
}
.super-search.active .quick-search .search-btn.active:hover {
  opacity: 0.8;
}
.super-search.active .quick-search .search-input {
  flex: 1;
  background-image: none;
  display: block;
  font-weight: 400;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: black;
  font-size: 16px;
  padding: 0;
  line-height: 24px;
  height: 24px;
}
.super-search.active .quick-search .search-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.super-search.active .quick-search .search-input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.super-search.active .super-search__content {
  width: 100%;
  position: relative;
  background-color: #fff;
  padding-block: 43.5px;
}
.super-search.active .super-search__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.72;
}
@media screen and (max-width: 680px) {
  .super-search.active .quick-search {
    gap: 16px;
  }
  .super-search.active .quick-search__title {
    display: none;
  }
  .super-search.active .quick-search__input {
    flex: 1;
    gap: 8px;
    padding-bottom: 8px;
  }
  .super-search.active .quick-search .search-btn.active {
    width: auto;
  }
  .super-search.active .quick-search .search-input {
    font-size: 14px;
  }
  .super-search.active .super-search__content {
    padding-block: 24px;
  }
}

.featured-new-item-title {
  height: 40px;
  line-height: 18px;
  padding: 10px 0;
  font-weight: normal;
}
.featured-new-item-title h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 0 10px;
}
.featured-new-item-title .featured-home-post-item-date {
  padding: 0 10px;
}

.carousel--nav .owl-dots {
  bottom: 10px;
}

.slider-item .slider-item-header {
  width: 95.5%;
}

.sidebar-video-item:nth-child(7),
.sidebar-video-item:nth-child(10) {
  margin-right: 0;
}

.single-content figure.table {
  max-width: 100% !important;
  height: auto !important;
}

.menu-icon-image {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 2px;
}

.primary .single-content ol,
.primary .single-content ul {
  padding-left: 25px;
  list-style: disc;
  margin-bottom: 25px;
}
.primary .single-content ol li,
.primary .single-content ul li {
  font-weight: 400;
  list-style: disc;
}
.primary .single-content ol {
  list-style: decimal;
}
.primary .single-content ol li {
  list-style: decimal;
}
.primary .single-content table {
  border: 1px solid #dee2e6;
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border-collapse: collapse;
  max-width: 100%;
}
.primary .single-content table caption {
  font-size: 90%;
  padding: 10px 0;
  text-align: center;
  color: #6c757d;
  font-weight: 500;
  caption-side: top;
}
.primary .single-content table th {
  vertical-align: bottom;
  padding: 0.75rem;
  border: 1px solid #dee2e6;
  border-bottom-width: 2px;
}
.primary .single-content table td {
  border: 1px solid #dee2e6;
}
.primary .single-content table tbody tr th {
  border-bottom-width: 1px;
}
.primary .single-content table blockquote {
  margin: 0 0 1rem;
  padding: 2px 8px 2px 20px;
  border-width: 0;
  border-left-width: 5px;
  font-style: italic;
  border-style: solid;
  border-color: #ccc;
}
.primary .single-content table blockquote p {
  font-size: 14px;
  line-height: 40px;
  margin-bottom: 0;
}
.primary .single-content h2 {
  font-size: 1.75rem;
}
.primary .single-content h3 {
  font-size: 1.5rem;
}
.primary .single-content h4 {
  font-size: 1.25rem;
}
.primary .single-content h5 {
  font-size: 1rem;
}
.primary .single-content h6 {
  font-size: 0.9rem;
}

.bb-social-sharing {
  display: inline-flex;
  gap: 0.25rem;
}
.bb-social-sharing .bb-social-sharing__item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #e6e7e8;
  border-radius: 50%;
}
.bb-social-sharing .bb-social-sharing__item a {
  line-height: 16px;
  color: var(--primary-color);
}
.bb-social-sharing .bb-social-sharing__item:last-child {
  margin-inline-end: 0;
}
.bb-social-sharing .bb-social-sharing__item:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.bb-social-sharing .bb-social-sharing__item:hover a,
.bb-social-sharing .bb-social-sharing__item:hover button {
  color: #fff;
}
.bb-social-sharing .bb-social-sharing__item button {
  border: none;
  outline: none;
  background: transparent;
  color: var(--primary-color);
}
.bb-social-sharing .bb-social-sharing__item button:hover {
  cursor: pointer;
}
.bb-social-sharing .bb-social-sharing__item svg {
  width: 1.25rem;
  height: 1.25rem;
}

.contact-form .contact-column-12,
.contact-form .contact-column-6 {
  position: static !important;
}

form.contact-form {
  margin-top: 30px;
}
form.contact-form .form-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 500;
}
form.contact-form .form-label.required:after {
  content: " *";
  color: red;
}
form.contact-form .contact-button {
  margin-top: 15px;
  background-color: var(--color-1st) !important;
  border-color: var(--color-1st) !important;
  opacity: 0.9;
}
form.contact-form .contact-button:hover {
  opacity: 1;
}
form.contact-form .contact-form-group .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857143;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}

.header-menu-top .menu li a img {
  width: 18px;
  height: 18px;
  vertical-align: top;
  margin-top: 8px;
}

.fb_iframe_widget > span {
  max-width: 280px !important;
  overflow: hidden;
}

.clearfix {
  clear: both;
}

.thumb-full > img {
  -o-object-fit: cover;
     object-fit: cover;
}

section.featured-home-post-item.thumb-full.fleft a img {
  max-width: 100%;
}

.footer-bottom a {
  color: #fff;
}
