@charset "UTF-8";
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-justify {
  text-align: justify !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.row-gap-0 {
  row-gap: 0 !important;
}
.row-gap-1 {
  row-gap: 0.25rem !important;
}
.row-gap-2 {
  row-gap: 0.5rem !important;
}
.row-gap-3 {
  row-gap: 1rem !important;
}
.row-gap-4 {
  row-gap: 1.5rem !important;
}
.column-gap-0 {
  column-gap: 0 !important;
}
.column-gap-1 {
  column-gap: 0.25rem !important;
}
.column-gap-2 {
  column-gap: 0.5rem !important;
}
.column-gap-3 {
  column-gap: 1rem !important;
}
.column-gap-4 {
  column-gap: 1.5rem !important;
}
@media (max-width: 767px) {
  .gap-mobile-0 {
    gap: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gap-tablet-0 {
    gap: 0 !important;
  }
}
@media (min-width: 1024px) {
  .gap-pc-0 {
    gap: 0 !important;
  }
}
@media (max-width: 767px) {
  .gap-mobile-1 {
    gap: 0.25rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gap-tablet-1 {
    gap: 0.25rem !important;
  }
}
@media (min-width: 1024px) {
  .gap-pc-1 {
    gap: 0.25rem !important;
  }
}
@media (max-width: 767px) {
  .gap-mobile-2 {
    gap: 0.5rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gap-tablet-2 {
    gap: 0.5rem !important;
  }
}
@media (min-width: 1024px) {
  .gap-pc-2 {
    gap: 0.5rem !important;
  }
}
@media (max-width: 767px) {
  .gap-mobile-3 {
    gap: 1rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gap-tablet-3 {
    gap: 1rem !important;
  }
}
@media (min-width: 1024px) {
  .gap-pc-3 {
    gap: 1rem !important;
  }
}
@media (max-width: 767px) {
  .gap-mobile-4 {
    gap: 1.5rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gap-tablet-4 {
    gap: 1.5rem !important;
  }
}
@media (min-width: 1024px) {
  .gap-pc-4 {
    gap: 1.5rem !important;
  }
}
@media (max-width: 767px) {
  .row-gap-mobile-0 {
    row-gap: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .row-gap-tablet-0 {
    row-gap: 0 !important;
  }
}
@media (min-width: 1024px) {
  .row-gap-pc-0 {
    row-gap: 0 !important;
  }
}
@media (max-width: 767px) {
  .row-gap-mobile-1 {
    row-gap: 0.25rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .row-gap-tablet-1 {
    row-gap: 0.25rem !important;
  }
}
@media (min-width: 1024px) {
  .row-gap-pc-1 {
    row-gap: 0.25rem !important;
  }
}
@media (max-width: 767px) {
  .row-gap-mobile-2 {
    row-gap: 0.5rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .row-gap-tablet-2 {
    row-gap: 0.5rem !important;
  }
}
@media (min-width: 1024px) {
  .row-gap-pc-2 {
    row-gap: 0.5rem !important;
  }
}
@media (max-width: 767px) {
  .row-gap-mobile-3 {
    row-gap: 1rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .row-gap-tablet-3 {
    row-gap: 1rem !important;
  }
}
@media (min-width: 1024px) {
  .row-gap-pc-3 {
    row-gap: 1rem !important;
  }
}
@media (max-width: 767px) {
  .row-gap-mobile-4 {
    row-gap: 1.5rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .row-gap-tablet-4 {
    row-gap: 1.5rem !important;
  }
}
@media (min-width: 1024px) {
  .row-gap-pc-4 {
    row-gap: 1.5rem !important;
  }
}
@media (max-width: 767px) {
  .column-gap-mobile-0 {
    column-gap: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .column-gap-tablet-0 {
    column-gap: 0 !important;
  }
}
@media (min-width: 1024px) {
  .column-gap-pc-0 {
    column-gap: 0 !important;
  }
}
@media (max-width: 767px) {
  .column-gap-mobile-1 {
    column-gap: 0.25rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .column-gap-tablet-1 {
    column-gap: 0.25rem !important;
  }
}
@media (min-width: 1024px) {
  .column-gap-pc-1 {
    column-gap: 0.25rem !important;
  }
}
@media (max-width: 767px) {
  .column-gap-mobile-2 {
    column-gap: 0.5rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .column-gap-tablet-2 {
    column-gap: 0.5rem !important;
  }
}
@media (min-width: 1024px) {
  .column-gap-pc-2 {
    column-gap: 0.5rem !important;
  }
}
@media (max-width: 767px) {
  .column-gap-mobile-3 {
    column-gap: 1rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .column-gap-tablet-3 {
    column-gap: 1rem !important;
  }
}
@media (min-width: 1024px) {
  .column-gap-pc-3 {
    column-gap: 1rem !important;
  }
}
@media (max-width: 767px) {
  .column-gap-mobile-4 {
    column-gap: 1.5rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .column-gap-tablet-4 {
    column-gap: 1.5rem !important;
  }
}
@media (min-width: 1024px) {
  .column-gap-pc-4 {
    column-gap: 1.5rem !important;
  }
}
.visibility-visible {
  visibility: visible !important;
}
.visibility-hidden {
  visibility: hidden !important;
}
.visibility-collapse {
  visibility: collapse !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-auto {
  overflow: auto !important;
}
/*
 * Flute CMS Helper Classes
 * A comprehensive collection of utility classes for rapid UI development
 */
/* ===== Display & Visibility ===== */
.hidden {
  display: none;
  visibility: hidden;
}
.d-flex, .flex-center, .icon-hover, .flex-between, .flex-around, .flex-evenly, .align-center, .align-end, .align-start, .align-stretch, .align-baseline, .justify-center, .justify-start, .justify-end, .justify-between, .justify-around, .justify-evenly, .flex-column, .flex-row, .flex-row-reverse, .flex-column-reverse {
  display: flex;
}
.d-inline-flex {
  display: inline-flex;
}
.d-block {
  display: block;
}
.d-inline-block {
  display: inline-block;
}
.d-none {
  display: none;
}
.d-grid {
  display: grid;
}
.d-contents {
  display: contents;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
/* ===== Sizing ===== */
.w-full, .w-100 {
  width: 100% !important;
}
.h-full, .h-100 {
  height: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-auto {
  height: auto !important;
}
.w-screen {
  width: 100vw !important;
}
.h-screen {
  height: 100vh !important;
}
.min-w-0 {
  min-width: 0 !important;
}
.min-h-0 {
  min-height: 0 !important;
}
.max-w-full {
  max-width: 100% !important;
}
.max-h-full {
  max-height: 100% !important;
}
.max-w-screen {
  max-width: 100vw !important;
}
.max-h-screen {
  max-height: 100vh !important;
}
/* ===== Positioning ===== */
.p-relative, .position-relative {
  position: relative;
}
.p-absolute, .position-absolute {
  position: absolute;
}
.p-fixed, .position-fixed {
  position: fixed;
}
.p-sticky, .position-sticky {
  position: sticky;
}
.p-static, .position-static {
  position: static;
}
.top-0 {
  top: 0 !important;
}
.right-0 {
  right: 0 !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.left-0 {
  left: 0 !important;
}
.inset-0 {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}
/* ===== Flex Layout ===== */
.flex-center, .icon-hover {
  align-items: center;
  justify-content: center;
}
.flex-between {
  align-items: center;
  justify-content: space-between;
}
.flex-around {
  align-items: center;
  justify-content: space-around;
}
.flex-evenly {
  align-items: center;
  justify-content: space-evenly;
}
.align-center {
  align-items: center;
}
.align-end {
  align-items: flex-end;
}
.align-start {
  align-items: flex-start;
}
.align-stretch {
  align-items: stretch;
}
.align-baseline {
  align-items: baseline;
}
.justify-center {
  justify-content: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.flex-column {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-basis-0 {
  flex-basis: 0 !important;
}
.flex-basis-auto {
  flex-basis: auto !important;
}
.flex-1 {
  flex: 1 !important;
}
.flex-auto {
  flex: 1 1 auto !important;
}
.flex-none {
  flex: none !important;
}
/* ===== Grid Layout ===== */
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}
.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}
/* ===== Text Alignment ===== */
.text-center {
  text-align: center !important;
}
.text-start, .text-left {
  text-align: left !important;
}
.text-end, .text-right {
  text-align: right !important;
}
.text-justify {
  text-align: justify !important;
}
/* ===== Text Styling ===== */
.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
}
.text-small {
  font-size: var(--small) !important;
}
.text-medium {
  font-size: var(--medium) !important;
}
.text-large {
  font-size: var(--large) !important;
}
.text-muted {
  color: var(--text-400);
  line-height: 1.5;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-balance {
  text-wrap: balance;
}
.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* ===== Font Sizes ===== */
.h1 {
  font-size: var(--h1);
}
.h2 {
  font-size: var(--h2);
}
.h3 {
  font-size: var(--h3);
}
.h4 {
  font-size: var(--h4);
}
.h5 {
  font-size: var(--h5);
}
.h6 {
  font-size: var(--h6);
}
/* ===== Font Weights ===== */
.font-thin {
  font-weight: 100 !important;
}
.font-extralight {
  font-weight: 200 !important;
}
.font-light {
  font-weight: 300 !important;
}
.font-normal {
  font-weight: 400 !important;
}
.font-medium {
  font-weight: 500 !important;
}
.font-semibold {
  font-weight: 600 !important;
}
.font-bold {
  font-weight: 700 !important;
}
.font-extrabold {
  font-weight: 800 !important;
}
.font-black {
  font-weight: 900 !important;
}
/* ===== Colors ===== */
.text-error {
  color: var(--error);
}
.text-success {
  color: var(--success);
}
.text-warning {
  color: var(--warning);
}
.text-info {
  color: var(--info);
}
.primary {
  color: var(--primary);
}
.accent {
  color: var(--accent);
}
.hover-accent:hover {
  color: var(--accent);
}
.bg-primary {
  background-color: var(--primary) !important;
}
.bg-accent {
  background-color: var(--accent) !important;
}
.bg-error {
  background-color: var(--error) !important;
}
.bg-success {
  background-color: var(--success) !important;
}
.bg-warning {
  background-color: var(--warning) !important;
}
.bg-info {
  background-color: var(--info) !important;
}
.bg-transparent {
  background-color: transparent !important;
}
/* ===== Cursors ===== */
.cursor-move {
  cursor: move;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-grab {
  cursor: grab;
}
.cursor-grabbing {
  cursor: grabbing;
}
.cursor-text {
  cursor: text;
}
.cursor-wait {
  cursor: wait;
}
.cursor-help {
  cursor: help;
}
.cursor-crosshair {
  cursor: crosshair;
}
.cursor-zoom-in {
  cursor: zoom-in;
}
.cursor-zoom-out {
  cursor: zoom-out;
}
/* ===== Opacity ===== */
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
/* ===== Z-Index ===== */
.z-index-0 {
  z-index: 0 !important;
}
.z-index-1 {
  z-index: 1 !important;
}
.z-index-2 {
  z-index: 2 !important;
}
.z-index-3 {
  z-index: 3 !important;
}
.z-index-10 {
  z-index: 10 !important;
}
.z-index-100 {
  z-index: 100 !important;
}
.z-index-1000 {
  z-index: 1000 !important;
}
.z-index-auto {
  z-index: auto !important;
}
/* ===== Borders ===== */
.border {
  border: 1px solid var(--transp-1);
}
.border-none {
  border: none;
}
.border-top {
  border-top: 1px solid var(--transp-1);
}
.border-bottom {
  border-bottom: 1px solid var(--transp-1);
}
.border-left {
  border-left: 1px solid var(--transp-1);
}
.border-right {
  border-right: 1px solid var(--transp-1);
}
.border-primary {
  border-color: var(--primary) !important;
}
.border-accent {
  border-color: var(--accent) !important;
}
.border-error {
  border-color: var(--error) !important;
}
.border-success {
  border-color: var(--success) !important;
}
.border-warning {
  border-color: var(--warning) !important;
}
.border-info {
  border-color: var(--info) !important;
}
/* ===== Border Radius ===== */
.rounded {
  border-radius: var(--border05);
}
.rounded-sm {
  border-radius: var(--border025);
}
.rounded-lg {
  border-radius: var(--border1);
}
.rounded-xl {
  border-radius: var(--border1);
}
.rounded-full, .rounded-circle {
  border-radius: 50%;
}
.rounded-none {
  border-radius: 0;
}
.rounded-t {
  border-top-left-radius: var(--border05);
  border-top-right-radius: var(--border05);
}
.rounded-r {
  border-top-right-radius: var(--border05);
  border-bottom-right-radius: var(--border05);
}
.rounded-b {
  border-bottom-left-radius: var(--border05);
  border-bottom-right-radius: var(--border05);
}
.rounded-l {
  border-top-left-radius: var(--border05);
  border-bottom-left-radius: var(--border05);
}
/* ===== Overflow ===== */
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-x-visible {
  overflow-x: visible;
}
.overflow-y-visible {
  overflow-y: visible;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
/* ===== Special Effects ===== */
.blur-bg, .banners-widget .banners-slider .banners-controls .banner-prev, .banners-widget .banners-slider .banners-controls .banner-next, .banners-widget .banners-slider .banners-indicators, .banners-widget .banners-slider .banner-progress-timer .progress-circle, .monitoring-card .card-btn, .monitoring-card-mode .card-btn {
  position: relative;
  backdrop-filter: saturate(150%) blur(var(--blur-amount, 14px));
  -webkit-backdrop-filter: saturate(150%) blur(var(--blur-amount, 14px));
}
.icon-hover {
  display: inline-flex;
  height: 40px;
  width: 40px;
  border-radius: 25px;
  cursor: pointer;
  background: none;
  transition: all 0.2s ease-in-out;
}
.icon-hover:hover {
  color: var(--text);
  background-color: var(--transp-1);
}
.img-thumbnail {
  background-color: var(--background-900);
  border: 1px solid var(--transp-2);
  border-radius: var(--border05);
  max-width: 100%;
  height: auto;
}
.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.shadow-none {
  box-shadow: none;
}
/* ===== Transitions ===== */
.transition {
  transition: all 0.2s ease-in-out;
}
.transition-colors {
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out, fill 0.2s ease-in-out, stroke 0.2s ease-in-out;
}
.transition-opacity {
  transition: opacity 0.2s ease-in-out;
}
.transition-shadow {
  transition: box-shadow 0.2s ease-in-out;
}
.transition-transform {
  transition: transform 0.2s ease-in-out;
}
/* ===== Miscellaneous ===== */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.table-responsive {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}
.user-select-none {
  user-select: none;
}
.user-select-all {
  user-select: all;
}
.user-select-auto {
  user-select: auto;
}
.user-select-text {
  user-select: text;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre {
  white-space: pre;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-fill {
  object-fit: fill;
}
.object-none {
  object-fit: none;
}
.object-scale-down {
  object-fit: scale-down;
}
.object-center {
  object-position: center;
}
.object-top {
  object-position: top;
}
.object-right {
  object-position: right;
}
.object-bottom {
  object-position: bottom;
}
.object-left {
  object-position: left;
}
.rotate-0 {
  transform: rotate(0deg);
}
.rotate-45 {
  transform: rotate(45deg);
}
.rotate-90 {
  transform: rotate(90deg);
}
.rotate-180 {
  transform: rotate(180deg);
}
.rotate-270 {
  transform: rotate(270deg);
}
.scale-0 {
  transform: scale(0);
}
.scale-50 {
  transform: scale(0.5);
}
.scale-75 {
  transform: scale(0.75);
}
.scale-90 {
  transform: scale(0.9);
}
.scale-100 {
  transform: scale(1);
}
.scale-110 {
  transform: scale(1.1);
}
.scale-125 {
  transform: scale(1.25);
}
.scale-150 {
  transform: scale(1.5);
}
.translate-x-0 {
  transform: translateX(0);
}
.translate-y-0 {
  transform: translateY(0);
}
.translate-x-full {
  transform: translateX(100%);
}
.translate-y-full {
  transform: translateY(100%);
}
.translate-x-half {
  transform: translateX(50%);
}
.translate-y-half {
  transform: translateY(50%);
}
.translate-x-negative-full {
  transform: translateX(-100%);
}
.translate-y-negative-full {
  transform: translateY(-100%);
}
.translate-x-negative-half {
  transform: translateX(-50%);
}
.translate-y-negative-half {
  transform: translateY(-50%);
}
.chat-page {
  padding-bottom: 2rem;
}
.chat-page--hub .chat-channel-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}
.chat-channel-list__link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.25rem;
  border-radius: var(--flute-radius, 8px);
  border: 1px solid var(--flute-border, rgba(255, 255, 255, 0.08));
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.chat-channel-list__link:hover {
  border-color: var(--flute-primary, #6366f1);
  background: rgba(99, 102, 241, 0.06);
}
.chat-channel-list__name {
  font-weight: 600;
}
.chat-empty, .chat-messages__empty {
  opacity: 0.75;
  margin-top: 1rem;
}
.chat-room {
  max-width: 920px;
  margin: 0 auto;
}
.chat-room--embed {
  max-width: none;
  margin: 0;
}
.chat-room__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.chat-room__title {
  font-size: 1.5rem;
  margin: 0 0 0.25rem;
}
.chat-room__back {
  font-size: 0.9rem;
  opacity: 0.8;
}
.chat-room__pill {
  font-size: 0.8rem;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  border: 1px solid var(--flute-border, rgba(255, 255, 255, 0.12));
  align-self: center;
}
.chat-rules {
  margin-bottom: 1rem;
  border: 1px solid var(--flute-border, rgba(255, 255, 255, 0.08));
  border-radius: var(--flute-radius, 8px);
  padding: 0.5rem 0.75rem;
}
.chat-rules__body {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  line-height: 1.5;
}
.chat-messages-wrap {
  border: 1px solid var(--flute-border, rgba(255, 255, 255, 0.08));
  border-radius: var(--flute-radius, 8px);
  max-height: min(55vh, 520px);
  overflow-y: auto;
  padding: 0.75rem;
  margin-bottom: 1rem;
  background: rgba(0, 0, 0, 0.15);
}
.chat-room--embed .chat-messages-wrap {
  max-height: min(40vh, 360px);
}
.chat-messages {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.chat-msg {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 0.65rem;
  align-items: flex-start;
}
.chat-msg--bot {
  grid-template-columns: 40px 1fr;
}
.chat-msg__avatar-link {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  line-height: 0;
}
.chat-msg__avatar-img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}
.chat-msg__avatar--bot {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--chat-bot-color, #6366f1) 35%, transparent);
  border: 2px solid var(--chat-bot-color, #6366f1);
}
.chat-msg__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.75rem;
  margin-bottom: 0.15rem;
}
.chat-msg__author {
  font-weight: 600;
  text-decoration: none;
  color: inherit;
}
.chat-msg__time {
  font-size: 0.8rem;
  opacity: 0.65;
}
.chat-msg__del {
  margin-left: auto;
}
.chat-msg__reply-ref {
  font-size: 0.82rem;
  opacity: 0.85;
  margin-bottom: 0.25rem;
  padding: 0.25rem 0.5rem;
  border-left: 3px solid var(--flute-primary, #6366f1);
  background: rgba(99, 102, 241, 0.08);
}
.chat-msg__body {
  line-height: 1.45;
  word-break: break-word;
}
.chat-msg__body .chat-mention {
  color: var(--flute-primary, #6366f1);
  font-weight: 500;
}
.chat-compose__reply {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
.chat-compose__input {
  width: 100%;
  margin-bottom: 0.5rem;
}
.chat-compose__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.chat-compose__counter {
  font-size: 0.85rem;
  opacity: 0.7;
}
.chat-login-hint, .chat-muted-hint {
  opacity: 0.85;
  margin-top: 0.5rem;
}
.chat-mod-panel {
  margin-top: 1.5rem;
  border: 1px dashed var(--flute-border, rgba(255, 255, 255, 0.15));
  border-radius: var(--flute-radius, 8px);
  padding: 0.5rem 0.75rem;
}
.chat-mod-form {
  display: grid;
  gap: 0.65rem;
  margin-top: 0.5rem;
}
.chat-mod-form__field {
  display: grid;
  gap: 0.25rem;
  font-size: 0.9rem;
}
.chat-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.chat-embed-float {
  position: fixed;
  z-index: 1200;
  right: 12px;
  bottom: 12px;
  width: min(100vw - 24px, 380px);
  max-height: min(70vh, 520px);
  display: flex;
  flex-direction: column;
  background: var(--flute-card-bg, #12141a);
  border: 1px solid var(--flute-border, rgba(255, 255, 255, 0.12));
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}
.chat-embed-float__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.65rem;
  border-bottom: 1px solid var(--flute-border, rgba(255, 255, 255, 0.08));
  font-weight: 600;
  font-size: 0.95rem;
}
.chat-embed-float__body {
  flex: 1;
  overflow: hidden;
}
.chat-embed-float__body iframe {
  width: 100%;
  height: 420px;
  border: 0;
  display: block;
  background: transparent;
}
.chat-embed-sidebar {
  margin-top: 1.5rem;
  border: 1px solid var(--flute-border, rgba(255, 255, 255, 0.08));
  border-radius: var(--flute-radius, 8px);
  overflow: hidden;
}
.chat-embed-sidebar__title {
  padding: 0.5rem 0.75rem;
  font-weight: 600;
  border-bottom: 1px solid var(--flute-border, rgba(255, 255, 255, 0.08));
}
.chat-embed-sidebar iframe {
  width: 100%;
  height: 360px;
  border: 0;
  display: block;
}
@media (max-width: 640px) {
  .chat-msg {
    grid-template-columns: 36px 1fr;
  }
  .chat-messages-wrap {
    max-height: 48vh;
  }
}
/* Page builder widget (iframe embed) */
.chat-widget-block {
  border: 1px solid var(--flute-border, rgba(255, 255, 255, 0.08));
  border-radius: var(--flute-radius, 8px);
  overflow: hidden;
  background: var(--flute-surface, rgba(0, 0, 0, 0.2));
}
.chat-widget-block__error {
  padding: 1rem 1.25rem;
  color: var(--flute-danger, #f87171);
  font-size: 0.9rem;
}
.chat-widget-block__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.5rem 0.75rem;
  font-weight: 600;
  border-bottom: 1px solid var(--flute-border, rgba(255, 255, 255, 0.08));
}
.chat-widget-block__title {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chat-widget-block__link {
  flex-shrink: 0;
  font-size: 0.85rem;
  font-weight: 500;
}
.chat-widget-block__frame-wrap {
  position: relative;
  width: 100%;
  height: var(--chat-widget-h, 420px);
}
.chat-widget-block__iframe {
  width: 100%;
  height: 100%;
  min-height: 200px;
  border: 0;
  display: block;
  vertical-align: top;
}
.global-search-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid var(--transp-2);
  background: color-mix(in oklab, var(--bg, transparent) 92%, transparent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 2px 10px rgba(0, 0, 0, 0.04);
  transition: background 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
  cursor: pointer;
  color: var(--text-400);
  font-size: var(--p);
}
@media (max-width: 768px) {
  .global-search-trigger {
    padding: 6px;
    border-radius: 6px;
  }
  .global-search-trigger .global-search-trigger__shortcut {
    display: none;
  }
}
@supports (backdrop-filter: blur(1px)) {
  .global-search-trigger {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(6px) saturate(1.1);
  }
}
.global-search-trigger:hover {
  background: var(--transp-1);
  color: var(--text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 6px 18px rgba(0, 0, 0, 0.08);
}
.global-search-trigger:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px color-mix(in oklab, var(--accent) 22%, transparent);
}
.global-search-trigger svg {
  font-size: 1.1em;
}
.global-search-trigger__shortcut {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin-left: 4px;
}
.global-search-trigger__shortcut kbd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  font-size: 10px;
  font-family: var(--font);
  font-weight: 500;
  color: var(--text-500);
  background: var(--transp-1);
  border: 1px solid var(--transp-2);
  border-radius: 4px;
  line-height: 1;
}
.global-search {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 10vh;
  padding-left: 16px;
  padding-right: 16px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease, visibility 0.15s ease;
}
@media (max-width: 640px) {
  .global-search {
    padding: 0;
    align-items: stretch;
  }
}
.global-search[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
}
.global-search[aria-hidden="false"] .global-search__container {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.global-search__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
@media (max-width: 640px) {
  .global-search__backdrop {
    background: var(--background);
    backdrop-filter: none;
  }
}
.global-search__container {
  position: relative;
  width: 100%;
  max-width: 580px;
  background: var(--background);
  border: 1px solid var(--transp-1);
  border-radius: 12px;
  box-shadow: 0 16px 48px -8px rgba(0, 0, 0, 0.25), 0 0 0 1px var(--transp-05);
  overflow: hidden;
  transform: translateY(-8px) scale(0.99);
  opacity: 0;
  transition: transform 0.2s cubic-bezier(0.32, 0.72, 0, 1), opacity 0.15s ease;
  display: flex;
  flex-direction: column;
  max-height: 70vh;
}
@media (max-width: 640px) {
  .global-search__container {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    border-radius: 0;
    border: none;
    box-shadow: none;
    transform: translateY(0) scale(1);
  }
}
.global-search__header {
  padding: 12px 14px;
  border-bottom: 1px solid var(--transp-05);
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .global-search__header {
    padding: 12px 16px;
    padding-top: calc(12px + env(safe-area-inset-top, 0));
  }
}
.global-search__input-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.global-search__input-icon {
  font-size: 1.1rem;
  color: var(--text-600);
  flex-shrink: 0;
}
.global-search__input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  font-size: 1rem;
  font-weight: 400;
  color: var(--text);
  line-height: 1.5;
  min-width: 0;
}
.global-search__input::placeholder {
  color: var(--text-600);
}
.global-search__spinner {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid var(--transp-2);
  border-top-color: var(--accent);
  border-radius: 50%;
  animation: global-search-spin 0.6s linear infinite;
  flex-shrink: 0;
}
.global-search__spinner.active {
  display: block;
}
.global-search__clear {
  display: none;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  color: var(--text-600);
  background: var(--transp-05);
  transition: all 0.1s ease;
  flex-shrink: 0;
}
.global-search__clear.active {
  display: flex;
}
.global-search__clear:hover {
  background: var(--transp-1);
  color: var(--text-400);
}
.global-search__clear svg {
  font-size: 0.75rem;
}
.global-search__close-mobile {
  display: none;
  color: var(--accent);
  font-size: 0.875rem;
  font-weight: 500;
  padding: 4px 8px;
  margin-left: 4px;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .global-search__close-mobile {
    display: block;
  }
}
.global-search__filters {
  display: flex;
  gap: 6px;
  margin-top: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 2px;
  scroll-behavior: smooth;
  position: relative;
}
.global-search__filters::before, .global-search__filters::after {
  content: "";
  position: sticky;
  top: 0;
  bottom: 0;
  width: 24px;
  flex-shrink: 0;
  pointer-events: none;
  z-index: 1;
}
.global-search__filters::before {
  left: 0;
  background: linear-gradient(to right, var(--background), transparent);
  margin-right: -24px;
}
.global-search__filters::after {
  right: 0;
  background: linear-gradient(to left, var(--background), transparent);
  margin-left: -24px;
}
.global-search__filters::-webkit-scrollbar {
  display: none;
}
.global-search__filter {
  flex-shrink: 0;
  padding: 4px 10px;
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--text-600);
  background: transparent;
  border: 1px solid var(--transp-1);
  border-radius: 6px;
  transition: all 0.1s ease;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.global-search__filter:hover {
  color: var(--text-400);
  background: var(--transp-05);
}
.global-search__filter.active {
  color: var(--text);
  background: var(--transp-1);
  border-color: var(--transp-2);
}
.global-search__body {
  flex: 1;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.global-search__empty, .global-search__no-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
  color: var(--text-600);
}
.global-search__empty svg, .global-search__no-results svg {
  font-size: 2.5rem;
  opacity: 0.15;
  margin-bottom: 12px;
}
.global-search__empty p, .global-search__no-results p {
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--text-500);
  margin-bottom: 2px;
  line-height: 1.4;
}
.global-search__empty small, .global-search__no-results small {
  font-size: 0.8125rem;
  color: var(--text-600);
  line-height: 1.4;
}
.global-search__results {
  padding: 6px;
}
.global-search__group:not(:last-child) {
  margin-bottom: 4px;
}
.global-search__group-title {
  padding: 6px 10px 4px;
  font-size: 0.625rem;
  font-weight: 600;
  color: var(--text-600);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  position: sticky;
  top: 0;
  background: var(--background);
  z-index: 1;
}
.global-search__group-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.global-search__item-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 8px;
  text-decoration: none;
  color: var(--text);
  transition: background 0.1s ease;
}
.global-search__item-link:hover, .global-search__item.active .global-search__item-link {
  background: var(--transp-05);
}
.global-search__item.active .global-search__item-link {
  background: var(--transp-1);
}
.global-search__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--transp-05);
  color: var(--text-500);
  flex-shrink: 0;
  overflow: hidden;
}
.global-search__item-icon--hidden {
  display: none;
}
.global-search__item-icon svg {
  font-size: 1.1rem;
}
.global-search__item-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.global-search__item-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.global-search__item-title {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}
.global-search__item-title mark {
  background: color-mix(in oklab, var(--accent) 25%, transparent);
  color: inherit;
  border-radius: 2px;
  padding: 0 1px;
}
.global-search__item-subtitle {
  font-size: 0.75rem;
  color: var(--text-600);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}
.global-search__item-arrow {
  font-size: 0.875rem;
  color: var(--text-600);
  opacity: 0;
  transform: translateX(-2px);
  transition: all 0.1s ease;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .global-search__item-arrow {
    display: none;
  }
}
.global-search__item.active .global-search__item-arrow {
  opacity: 0.6;
  transform: translateX(0);
}
.global-search__footer {
  padding: 8px 14px;
  border-top: 1px solid var(--transp-05);
  background: var(--transp-02);
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .global-search__footer {
    display: none;
  }
}
.global-search__hints {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.global-search__hint {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.625rem;
  color: var(--text-700);
}
.global-search__hint kbd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  font-size: 9px;
  font-family: var(--font);
  font-weight: 500;
  color: var(--text-600);
  background: var(--transp-05);
  border: 1px solid var(--transp-1);
  border-radius: 3px;
  line-height: 1;
}
.global-search__hint span {
  color: var(--text-600);
}
@keyframes global-search-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.banners-widget {
  width: 100%;
}
.banners-widget .banners-empty {
  padding: var(--space-xl);
  text-align: center;
  background-color: var(--transp-1);
  border-radius: var(--border1);
  border: 1px solid var(--transp-2);
}
.banners-widget .banners-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: var(--border1);
  transition: all var(--transition);
}
.banners-widget .banners-slider[data-height-mode="auto"] {
  height: auto !important;
  min-height: 200px;
}
.banners-widget .banners-slider[data-height-mode="auto"] .banner-slide {
  height: auto;
  min-height: 200px;
}
.banners-widget .banners-slider[data-height-mode="auto"] .banner-slide .banner-image {
  height: auto;
  aspect-ratio: 1.7777777778;
  max-height: 60vh;
}
.banners-widget .banners-slider[data-height-mode="auto"] .banner-slide .banner-image img {
  height: auto;
  width: 100%;
  max-height: inherit;
  object-fit: cover;
}
.banners-widget .banners-slider.single-banner .banners-controls {
  display: none;
}
.banners-widget .banners-slider.single-banner .banner-slide {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: none !important;
}
.banners-widget .banners-slider.single-banner .banner-content {
  padding-bottom: var(--space-lg) !important;
}
.banners-widget .banners-slider .banners-slider-track {
  height: 100%;
  width: 100%;
}
.banners-widget .banners-slider .banner-slide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.banners-widget .banners-slider .banner-slide a {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.banners-widget .banners-slider .banner-slide a:focus {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.banners-widget .banners-slider .banner-slide .banner-image {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.banners-widget .banners-slider .banner-slide .banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform calc(var(--transition) * 2);
}
.banners-widget .banners-slider .banner-slide .banner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: var(--space-lg) calc(var(--space-lg) + 3rem) calc(var(--space-lg) + 2rem) var(--space-lg);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5) 50%, transparent);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: var(--space-xs);
  max-height: 60%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .banners-widget .banners-slider .banner-slide .banner-content {
    padding: var(--space-md) calc(var(--space-md) + 2.5rem) calc(var(--space-md) + 1.5rem) var(--space-md);
    gap: var(--space-xs);
  }
}
.banners-widget .banners-slider .banner-slide .banner-content.content-hidden .banner-title, .banners-widget .banners-slider .banner-slide .banner-content.content-hidden .banner-description {
  opacity: 0;
  transform: translateY(20px) scale(0.98);
  filter: blur(2px);
  pointer-events: none;
}
.banners-widget .banners-slider .banner-slide .banner-content .banner-title {
  font-size: var(--h2);
  font-weight: 600;
  line-height: 1.5;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
  transform: translateY(0) scale(1);
  opacity: 1;
  filter: blur(0);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.2, 1);
  backface-visibility: hidden;
  will-change: transform, opacity, filter;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  hyphens: auto;
}
@media (max-width: 768px) {
  .banners-widget .banners-slider .banner-slide .banner-content .banner-title {
    font-size: var(--h4);
    -webkit-line-clamp: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .banners-widget .banners-slider .banner-slide .banner-content .banner-title {
    transition: none;
  }
}
.banners-widget .banners-slider .banner-slide .banner-content .banner-description {
  font-size: var(--p-small);
  opacity: 0.9;
  line-height: 1.5;
  max-width: 85%;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  transform: translateY(0) scale(1);
  filter: blur(0);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.2, 1);
  backface-visibility: hidden;
  will-change: transform, opacity, filter;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  hyphens: auto;
}
@media (max-width: 768px) {
  .banners-widget .banners-slider .banner-slide .banner-content .banner-description {
    font-size: var(--p);
    -webkit-line-clamp: 4;
    max-width: 90%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .banners-widget .banners-slider .banner-slide .banner-content .banner-description {
    transition: none;
  }
}
.banners-widget .banners-slider .banner-slide .banner-content.content-out .banner-title, .banners-widget .banners-slider .banner-slide .banner-content.content-out .banner-description {
  transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  transition-duration: 0.2s;
}
.banners-widget .banners-slider .banner-slide .banner-content.content-in .banner-title, .banners-widget .banners-slider .banner-slide .banner-content.content-in .banner-description {
  transition-timing-function: cubic-bezier(0.2, 0, 0.2, 1);
  transition-duration: 0.3s;
}
.banners-widget .banners-slider .banner-slide .banner-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  pointer-events: none;
  z-index: 1;
}
.banners-widget .banners-slider .banners-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--space-sm);
  z-index: 12;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .banners-widget .banners-slider .banners-controls {
    transition: none;
  }
}
.banners-widget .banners-slider .banners-controls .banner-prev, .banners-widget .banners-slider .banners-controls .banner-next {
  background-color: var(--blurred-background);
  border: none;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--transition);
  color: var(--text);
  pointer-events: auto;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .banners-widget .banners-slider .banners-controls .banner-prev, .banners-widget .banners-slider .banners-controls .banner-next {
    width: 2rem;
    height: 2rem;
    opacity: 0.9;
  }
}
@media (prefers-reduced-motion: reduce) {
  .banners-widget .banners-slider .banners-controls .banner-prev, .banners-widget .banners-slider .banners-controls .banner-next {
    transition: none;
  }
}
.banners-widget .banners-slider .banners-controls .banner-prev:hover, .banners-widget .banners-slider .banners-controls .banner-next:hover {
  background-color: var(--accent);
  color: var(--background);
  opacity: 1;
  transform: scale(1.05);
}
.banners-widget .banners-slider .banners-controls .banner-prev:active, .banners-widget .banners-slider .banners-controls .banner-next:active {
  transform: scale(0.95);
}
.banners-widget .banners-slider .banners-controls .banner-prev:focus-visible, .banners-widget .banners-slider .banners-controls .banner-next:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.banners-widget .banners-slider .banners-controls .banner-prev svg, .banners-widget .banners-slider .banners-controls .banner-next svg {
  width: 1.25rem;
  height: 1.25rem;
}
@media (max-width: 768px) {
  .banners-widget .banners-slider .banners-controls .banner-prev svg, .banners-widget .banners-slider .banners-controls .banner-next svg {
    width: 1rem;
    height: 1rem;
  }
}
.banners-widget .banners-slider .banners-indicators {
  position: absolute;
  bottom: var(--space-md);
  display: flex;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
  justify-content: center;
  gap: var(--space-xs);
  pointer-events: auto;
  z-index: 15;
  background-color: var(--blurred-background);
  padding: var(--space-xs) var(--space-sm);
  border-radius: var(--border1);
  width: min-content;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .banners-widget .banners-slider .banners-indicators {
    bottom: var(--space-sm);
    padding: var(--space-xs);
    gap: calc(var(--space-xs) * 0.75);
  }
}
.banners-widget .banners-slider .banners-indicators .banner-indicator {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0.7;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all var(--transition);
  margin: 0;
}
@media (max-width: 768px) {
  .banners-widget .banners-slider .banners-indicators .banner-indicator {
    width: 0.3rem;
    height: 0.3rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .banners-widget .banners-slider .banners-indicators .banner-indicator {
    transition: none;
  }
}
.banners-widget .banners-slider .banners-indicators .banner-indicator.active {
  opacity: 1;
  background-color: var(--accent);
  transform: scale(1.4);
}
@media (max-width: 768px) {
  .banners-widget .banners-slider .banners-indicators .banner-indicator.active {
    transform: scale(1.3);
  }
}
.banners-widget .banners-slider .banners-indicators .banner-indicator:hover:not(.active) {
  opacity: 0.9;
  transform: scale(1.2);
  background-color: rgba(255, 255, 255, 0.6);
}
.banners-widget .banners-slider .banners-indicators .banner-indicator:focus-visible {
  outline: 1px solid var(--accent);
  outline-offset: 1px;
}
.banners-widget .banners-slider .banner-progress-timer {
  position: absolute;
  top: var(--space-md);
  right: var(--space-md);
  z-index: 20;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .banners-widget .banners-slider .banner-progress-timer {
    top: var(--space-sm);
    right: var(--space-sm);
  }
}
.banners-widget .banners-slider .banner-progress-timer .progress-circle {
  background-color: var(--blurred-background);
  border-radius: 50%;
  position: relative;
  width: 36px;
  height: 36px;
}
@media (max-width: 768px) {
  .banners-widget .banners-slider .banner-progress-timer .progress-circle {
    width: 32px;
    height: 32px;
  }
}
.banners-widget .banners-slider .banner-progress-timer .progress-circle svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}
.banners-widget .banners-slider .banner-progress-timer .progress-circle svg .progress-path {
  color: var(--accent);
  transition: stroke-dashoffset linear;
  will-change: stroke-dashoffset;
}
.banners-widget .banners-slider .banner-progress-timer .progress-circle .progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.banners-widget .banners-slider .banner-progress-timer .progress-circle .progress-text .progress-count {
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--text);
  min-width: 1ch;
  text-align: center;
}
@media (max-width: 768px) {
  .banners-widget .banners-slider .banner-progress-timer .progress-circle .progress-text .progress-count {
    font-size: 0.65rem;
  }
}
.banners-settings-form {
  max-height: 100%;
}
.banners-settings-form .settings-section {
  margin-bottom: var(--space-lg);
  padding-bottom: var(--space-lg);
  border-bottom: 1px solid var(--transp-2);
}
.banners-settings-form .settings-section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.banners-settings-form .settings-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-md);
}
@media (max-width: 768px) {
  .banners-settings-form .settings-row {
    grid-template-columns: 1fr;
  }
}
.banners-settings-form .settings-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--space-md);
}
.banners-settings-form .settings-header .section-title {
  font-size: var(--h5);
  font-weight: 600;
  margin: 0;
}
.banners-settings-form .settings-header .btn-add {
  display: flex;
  align-items: center;
  gap: var(--space-xs);
  padding: var(--space-xs) var(--space-md);
  background-color: var(--accent);
  color: var(--background);
  border-radius: var(--border05);
  transition: all var(--transition);
  font-size: var(--p-small);
  font-weight: 500;
}
@media (prefers-reduced-motion: reduce) {
  .banners-settings-form .settings-header .btn-add {
    transition: none;
  }
}
.banners-settings-form .settings-header .btn-add:hover {
  background-color: var(--accent-400);
  transform: translateY(-1px);
}
.banners-settings-form .settings-header .btn-add:active {
  transform: translateY(0);
}
.banners-settings-form .settings-header .btn-add:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.banners-settings-form .settings-header .btn-add svg {
  width: 1.25em;
  height: 1.25em;
}
.banners-settings-form .banners-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
  margin-bottom: var(--space-md);
  max-height: min(55vh, 1000px);
  min-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
.banners-settings-form .banners-list .banner-item {
  background-color: var(--transp-05);
  border-radius: var(--border05);
  padding: var(--space-md);
  transition: all var(--transition);
  position: relative;
  border: 1px solid var(--transp-2);
}
@media (prefers-reduced-motion: reduce) {
  .banners-settings-form .banners-list .banner-item {
    transition: none;
  }
}
.banners-settings-form .banners-list .banner-item:hover {
  background-color: var(--transp-1);
}
.banners-settings-form .banners-list .banner-item .banner-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--space-md);
}
.banners-settings-form .banners-list .banner-item .banner-header .banner-title {
  margin: 0;
  font-size: var(--h6);
  font-weight: 500;
}
.banners-settings-form .banners-list .banner-item .banner-header .btn-remove-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: var(--transp-2);
  color: var(--error);
  transition: all var(--transition);
}
@media (prefers-reduced-motion: reduce) {
  .banners-settings-form .banners-list .banner-item .banner-header .btn-remove-banner {
    transition: none;
  }
}
.banners-settings-form .banners-list .banner-item .banner-header .btn-remove-banner:hover {
  background-color: var(--error-light);
  transform: scale(1.05);
}
.banners-settings-form .banners-list .banner-item .banner-header .btn-remove-banner:active {
  transform: scale(1);
}
.banners-settings-form .banners-list .banner-item .banner-header .btn-remove-banner:focus-visible {
  outline: 2px solid var(--error);
  outline-offset: 2px;
}
.banners-settings-form .banners-list .banner-item .banner-header .btn-remove-banner svg {
  width: 1.25em;
  height: 1.25em;
}
.banners-settings-form .banners-list .banner-item .banner-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-md);
}
@media (max-width: 992px) {
  .banners-settings-form .banners-list .banner-item .banner-inputs {
    grid-template-columns: 1fr;
  }
}
.banners-settings-form .banners-list .banner-item .banner-inputs .banner-col {
  display: flex;
  flex-direction: column;
}
.banners-settings-form .banners-list .banner-item .banner-image-upload {
  position: relative;
}
.banners-settings-form .banners-list .banner-item .banner-image-upload .image-upload-actions {
  display: flex;
  gap: var(--space-xs);
  margin-top: var(--space-xs);
}
.banners-settings-form .banners-list .banner-item .banner-image-upload .image-upload-actions .btn-upload svg {
  width: 1em;
  height: 1em;
}
.banners-settings-form .banners-list .banner-item .banner-image-upload .upload-progress {
  margin-top: var(--space-xs);
  padding: var(--space-xs);
  background-color: var(--transp-05);
  border-radius: var(--border05);
}
.banners-settings-form .banners-list .banner-item .banner-image-upload .upload-progress .progress-bar {
  width: 100%;
  height: 0.25rem;
  background-color: var(--transp-2);
  border-radius: var(--border05);
  overflow: hidden;
  margin-bottom: var(--space-xs);
}
.banners-settings-form .banners-list .banner-item .banner-image-upload .upload-progress .progress-bar .progress-fill {
  height: 100%;
  background-color: var(--accent);
  transition: width 0.3s ease;
  border-radius: var(--border05);
}
.banners-settings-form .banners-list .banner-item .banner-image-upload .upload-progress .progress-text {
  font-size: var(--p-small);
  color: var(--text-muted);
}
.banners-settings-form .banners-list .banner-item .banner-image-upload .image-preview {
  position: relative;
  margin-top: var(--space-sm);
  border-radius: var(--border05);
  overflow: hidden;
  border: 1px solid var(--transp-2);
  max-width: 200px;
}
.banners-settings-form .banners-list .banner-item .banner-image-upload .image-preview img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  display: block;
}
.banners-settings-form .banners-list .banner-item .banner-image-upload .image-preview .btn-remove-preview {
  position: absolute;
  top: var(--space-xs);
  right: var(--space-xs);
  width: 1.5rem;
  height: 1.5rem;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition);
}
@media (prefers-reduced-motion: reduce) {
  .banners-settings-form .banners-list .banner-item .banner-image-upload .image-preview .btn-remove-preview {
    transition: none;
  }
}
.banners-settings-form .banners-list .banner-item .banner-image-upload .image-preview .btn-remove-preview:hover {
  background-color: var(--error);
  transform: scale(1.1);
}
.banners-settings-form .banners-list .banner-item .banner-image-upload .image-preview .btn-remove-preview:active {
  transform: scale(1);
}
.banners-settings-form .banners-list .banner-item .banner-image-upload .image-preview .btn-remove-preview svg {
  width: 0.875rem;
  height: 0.875rem;
}
@media (prefers-reduced-motion: reduce) {
  .banners-slider * {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
.bans-page {
  padding-bottom: 2rem;
}
.bans-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.25rem 0 1.5rem;
}
.bans-nav__link {
  padding: 0.35rem 0.85rem;
  border-radius: var(--radius-md, 6px);
  border: 1px solid var(--color-border, rgba(255, 255, 255, 0.12));
  text-decoration: none;
  color: inherit;
  opacity: 0.85;
}
.bans-nav__link:hover {
  opacity: 1;
}
.bans-nav__link--active {
  border-color: var(--color-primary, #6b8afd);
  background: color-mix(in srgb, var(--color-primary, #6b8afd) 12%, transparent);
  opacity: 1;
}
.bans-empty {
  opacity: 0.75;
  margin-top: 1rem;
}
.bans-table-wrap {
  overflow-x: auto;
  margin-top: 0.5rem;
}
.bans-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}
.bans-table th, .bans-table td {
  padding: 0.65rem 0.75rem;
  text-align: left;
  border-bottom: 1px solid var(--color-border, rgba(255, 255, 255, 0.08));
  vertical-align: top;
}
.bans-table th {
  font-weight: 600;
  opacity: 0.85;
}
.bans-table__sub {
  font-size: 0.8rem;
  opacity: 0.7;
}
.bans-pagination {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}
.bans-pagination__info {
  opacity: 0.8;
  font-size: 0.9rem;
}
.bans-profile-tab__block + .bans-profile-tab__block {
  margin-top: 1.75rem;
}
.bans-profile-tab__heading {
  font-size: 1rem;
  margin: 0 0 0.75rem;
  font-weight: 600;
}
.bans-profile-tab__empty {
  opacity: 0.7;
  margin: 0;
  font-size: 0.92rem;
}
.bans-profile-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bans-profile-list__item {
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--color-border, rgba(255, 255, 255, 0.06));
  font-size: 0.92rem;
}
.bans-profile-list__badge {
  display: inline-block;
  margin-right: 0.35rem;
  padding: 0.1rem 0.4rem;
  border-radius: 4px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  background: color-mix(in srgb, var(--color-primary, #6b8afd) 15%, transparent);
}
.bans-profile-list__server {
  opacity: 0.75;
  margin-right: 0.5rem;
}
.bans-profile-list__meta, .bans-profile-list__exp {
  opacity: 0.65;
  font-size: 0.85rem;
  margin-left: 0.35rem;
}
.bans-profile-list__reason {
  margin: 0.35rem 0 0;
  opacity: 0.85;
  font-size: 0.88rem;
}
.chat-page {
  padding-bottom: 2rem;
}
.chat-page--hub .chat-channel-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}
.chat-channel-list__link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.25rem;
  border-radius: var(--flute-radius, 8px);
  border: 1px solid var(--flute-border, rgba(255, 255, 255, 0.08));
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.chat-channel-list__link:hover {
  border-color: var(--flute-primary, #6366f1);
  background: rgba(99, 102, 241, 0.06);
}
.chat-channel-list__name {
  font-weight: 600;
}
.chat-empty, .chat-messages__empty {
  opacity: 0.75;
  margin-top: 1rem;
}
.chat-room {
  max-width: 920px;
  margin: 0 auto;
}
.chat-room--embed {
  max-width: none;
  margin: 0;
}
.chat-room__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.chat-room__title {
  font-size: 1.5rem;
  margin: 0 0 0.25rem;
}
.chat-room__back {
  font-size: 0.9rem;
  opacity: 0.8;
}
.chat-room__pill {
  font-size: 0.8rem;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  border: 1px solid var(--flute-border, rgba(255, 255, 255, 0.12));
  align-self: center;
}
.chat-rules {
  margin-bottom: 1rem;
  border: 1px solid var(--flute-border, rgba(255, 255, 255, 0.08));
  border-radius: var(--flute-radius, 8px);
  padding: 0.5rem 0.75rem;
}
.chat-rules__body {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  line-height: 1.5;
}
.chat-messages-wrap {
  border: 1px solid var(--flute-border, rgba(255, 255, 255, 0.08));
  border-radius: var(--flute-radius, 8px);
  max-height: min(55vh, 520px);
  overflow-y: auto;
  padding: 0.75rem;
  margin-bottom: 1rem;
  background: rgba(0, 0, 0, 0.15);
}
.chat-room--embed .chat-messages-wrap {
  max-height: min(40vh, 360px);
}
.chat-messages {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.chat-msg {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 0.65rem;
  align-items: flex-start;
}
.chat-msg--bot {
  grid-template-columns: 40px 1fr;
}
.chat-msg__avatar-link {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  line-height: 0;
}
.chat-msg__avatar-img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}
.chat-msg__avatar--bot {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--chat-bot-color, #6366f1) 35%, transparent);
  border: 2px solid var(--chat-bot-color, #6366f1);
}
.chat-msg__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.75rem;
  margin-bottom: 0.15rem;
}
.chat-msg__author {
  font-weight: 600;
  text-decoration: none;
  color: inherit;
}
.chat-msg__time {
  font-size: 0.8rem;
  opacity: 0.65;
}
.chat-msg__del {
  margin-left: auto;
}
.chat-msg__reply-ref {
  font-size: 0.82rem;
  opacity: 0.85;
  margin-bottom: 0.25rem;
  padding: 0.25rem 0.5rem;
  border-left: 3px solid var(--flute-primary, #6366f1);
  background: rgba(99, 102, 241, 0.08);
}
.chat-msg__body {
  line-height: 1.45;
  word-break: break-word;
}
.chat-msg__body .chat-mention {
  color: var(--flute-primary, #6366f1);
  font-weight: 500;
}
.chat-compose__reply {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
.chat-compose__input {
  width: 100%;
  margin-bottom: 0.5rem;
}
.chat-compose__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.chat-compose__counter {
  font-size: 0.85rem;
  opacity: 0.7;
}
.chat-login-hint, .chat-muted-hint {
  opacity: 0.85;
  margin-top: 0.5rem;
}
.chat-mod-panel {
  margin-top: 1.5rem;
  border: 1px dashed var(--flute-border, rgba(255, 255, 255, 0.15));
  border-radius: var(--flute-radius, 8px);
  padding: 0.5rem 0.75rem;
}
.chat-mod-form {
  display: grid;
  gap: 0.65rem;
  margin-top: 0.5rem;
}
.chat-mod-form__field {
  display: grid;
  gap: 0.25rem;
  font-size: 0.9rem;
}
.chat-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.chat-embed-float {
  position: fixed;
  z-index: 1200;
  right: 12px;
  bottom: 12px;
  width: min(100vw - 24px, 380px);
  max-height: min(70vh, 520px);
  display: flex;
  flex-direction: column;
  background: var(--flute-card-bg, #12141a);
  border: 1px solid var(--flute-border, rgba(255, 255, 255, 0.12));
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}
.chat-embed-float__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.65rem;
  border-bottom: 1px solid var(--flute-border, rgba(255, 255, 255, 0.08));
  font-weight: 600;
  font-size: 0.95rem;
}
.chat-embed-float__body {
  flex: 1;
  overflow: hidden;
}
.chat-embed-float__body iframe {
  width: 100%;
  height: 420px;
  border: 0;
  display: block;
  background: transparent;
}
.chat-embed-sidebar {
  margin-top: 1.5rem;
  border: 1px solid var(--flute-border, rgba(255, 255, 255, 0.08));
  border-radius: var(--flute-radius, 8px);
  overflow: hidden;
}
.chat-embed-sidebar__title {
  padding: 0.5rem 0.75rem;
  font-weight: 600;
  border-bottom: 1px solid var(--flute-border, rgba(255, 255, 255, 0.08));
}
.chat-embed-sidebar iframe {
  width: 100%;
  height: 360px;
  border: 0;
  display: block;
}
@media (max-width: 640px) {
  .chat-msg {
    grid-template-columns: 36px 1fr;
  }
  .chat-messages-wrap {
    max-height: 48vh;
  }
}
/* Page builder widget (iframe embed) */
.chat-widget-block {
  border: 1px solid var(--flute-border, rgba(255, 255, 255, 0.08));
  border-radius: var(--flute-radius, 8px);
  overflow: hidden;
  background: var(--flute-surface, rgba(0, 0, 0, 0.2));
}
.chat-widget-block__error {
  padding: 1rem 1.25rem;
  color: var(--flute-danger, #f87171);
  font-size: 0.9rem;
}
.chat-widget-block__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.5rem 0.75rem;
  font-weight: 600;
  border-bottom: 1px solid var(--flute-border, rgba(255, 255, 255, 0.08));
}
.chat-widget-block__title {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chat-widget-block__link {
  flex-shrink: 0;
  font-size: 0.85rem;
  font-weight: 500;
}
.chat-widget-block__frame-wrap {
  position: relative;
  width: 100%;
  height: var(--chat-widget-h, 420px);
}
.chat-widget-block__iframe {
  width: 100%;
  height: 100%;
  min-height: 200px;
  border: 0;
  display: block;
  vertical-align: top;
}
.faceit-profile__card {
  padding: var(--space-xs) var(--space-md) var(--space-sm);
}
.faceit-profile__card-header {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
}
.faceit-profile__level-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.faceit-profile__card-info {
  flex: 1;
  min-width: 0;
}
.faceit-profile__card-name {
  font-size: var(--p-small);
  font-weight: 600;
  color: var(--text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}
.faceit-profile__country {
  font-size: 10px;
  font-weight: 500;
  color: var(--text-500);
  margin-left: 4px;
}
.faceit-profile__card-elo {
  font-size: 10px;
  font-weight: 600;
  color: #FF5500;
  letter-spacing: 0.02em;
}
.faceit-profile__link {
  flex-shrink: 0;
  color: var(--text-600);
  transition: color var(--transition);
}
.faceit-profile__link:hover {
  color: var(--text-300);
}
.faceit-profile__quick-stats {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  margin-top: var(--space-xs);
  padding-top: var(--space-xs);
  border-top: 1px solid var(--transp-05);
  flex-wrap: wrap;
}
.faceit-profile__quick-stat {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}
.faceit-profile__quick-stat-value {
  font-size: var(--small);
  font-weight: 600;
  color: var(--text-200);
  font-variant-numeric: tabular-nums;
}
.faceit-profile__quick-stat-label {
  font-size: 10px;
  color: var(--text-500);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.faceit-profile__recent {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-top: var(--space-xs);
}
.faceit-profile__recent-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}
.faceit-profile__recent-dot--win {
  background: var(--success);
}
.faceit-profile__recent-dot--loss {
  background: var(--error);
}
.forum-page {
  padding-bottom: 3rem;
}
.forum-breadcrumb {
  font-size: 0.9rem;
  margin-bottom: 1rem;
  color: var(--text-muted, #9ca3af);
}
.forum-breadcrumb__sep {
  margin: 0 0.35rem;
  opacity: 0.7;
}
.forum-empty {
  margin-top: 1rem;
  color: var(--text-muted, #9ca3af);
}
.forum-cat-list {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.forum-cat-card {
  margin: 0;
}
.forum-cat-card__link {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  border-radius: var(--radius-md, 12px);
  border: 1px solid var(--border-color, rgba(255, 255, 255, 0.08));
  background: var(--surface-elevated, rgba(255, 255, 255, 0.03));
  color: inherit;
  text-decoration: none;
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.forum-cat-card__link:hover {
  border-color: var(--primary, #6366f1);
  transform: translateY(-1px);
}
.forum-cat-card__title {
  margin: 0 0 0.25rem;
  font-size: 1.1rem;
}
.forum-cat-card__desc {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-muted, #9ca3af);
  line-height: 1.4;
}
.forum-cat-card__meta {
  flex: 0 0 auto;
  text-align: right;
  align-self: center;
}
.forum-cat-card__count {
  display: block;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.1;
}
.forum-cat-card__count-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-muted, #9ca3af);
}
.forum-cat-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  margin-bottom: 0.5rem;
}
.forum-cat-header__title {
  margin: 0;
  flex: 1 1 auto;
  font-size: clamp(1.25rem, 2.5vw, 1.6rem);
}
.forum-new-btn {
  flex: 0 0 auto;
}
.forum-cat-desc {
  margin: 0 0 1.25rem;
  color: var(--text-muted, #9ca3af);
  line-height: 1.5;
}
.forum-table-wrap {
  overflow-x: auto;
  border-radius: var(--radius-md, 12px);
  border: 1px solid var(--border-color, rgba(255, 255, 255, 0.08));
}
.forum-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.forum-table th, .forum-table td {
  padding: 0.65rem 0.85rem;
  text-align: left;
  border-bottom: 1px solid var(--border-color, rgba(255, 255, 255, 0.06));
}
.forum-table th {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--text-muted, #9ca3af);
  background: rgba(0, 0, 0, 0.2);
}
.forum-table__narrow {
  width: 1%;
  white-space: nowrap;
}
.forum-table__center {
  text-align: center;
}
.forum-table__muted {
  color: var(--text-muted, #9ca3af);
}
.forum-table__nowrap {
  white-space: nowrap;
}
.forum-topic-link {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
}
.forum-topic-link:hover {
  text-decoration: underline;
}
.forum-badge {
  display: inline-block;
  margin-right: 0.35rem;
  padding: 0.1rem 0.4rem;
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle;
}
.forum-badge--pin {
  background: rgba(99, 102, 241, 0.2);
  color: #a5b4fc;
}
.forum-badge--lock {
  background: rgba(245, 158, 11, 0.15);
  color: #fbbf24;
}
.forum-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
.forum-pagination__info {
  font-size: 0.9rem;
  color: var(--text-muted, #9ca3af);
}
.forum-topic-header {
  margin-bottom: 1.5rem;
}
.forum-topic-header__title {
  margin: 0 0 0.35rem;
  font-size: clamp(1.2rem, 2.5vw, 1.55rem);
  line-height: 1.25;
}
.forum-topic-header__meta {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-muted, #9ca3af);
}
.forum-mod-actions {
  margin-top: 0.75rem;
  display: flex;
  gap: 0.5rem;
}
.forum-mod-form {
  display: inline;
}
.forum-posts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.forum-post {
  display: grid;
  grid-template-columns: minmax(0, 200px) minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: var(--radius-md, 12px);
  border: 1px solid var(--border-color, rgba(255, 255, 255, 0.08));
  background: var(--surface-elevated, rgba(255, 255, 255, 0.02));
}
@media (max-width: 640px) {
  .forum-post {
    grid-template-columns: 1fr;
  }
}
.forum-post__aside {
  font-size: 0.9rem;
  border-right: 1px solid var(--border-color, rgba(255, 255, 255, 0.06));
  padding-right: 1rem;
}
@media (max-width: 640px) {
  .forum-post__aside {
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid var(--border-color, rgba(255, 255, 255, 0.06));
    padding-bottom: 0.75rem;
  }
}
.forum-post__author {
  display: block;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.forum-post__time {
  display: block;
  font-size: 0.8rem;
  color: var(--text-muted, #9ca3af);
}
.forum-post__text {
  line-height: 1.55;
  word-break: break-word;
}
.forum-reply-card {
  margin-top: 2rem;
  padding: 1.15rem 1.25rem;
  border-radius: var(--radius-md, 12px);
  border: 1px solid var(--border-color, rgba(255, 255, 255, 0.08));
}
.forum-reply-card__title {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
}
.forum-reply-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.forum-textarea, .forum-input {
  width: 100%;
  max-width: 100%;
  padding: 0.6rem 0.75rem;
  border-radius: var(--radius-sm, 8px);
  border: 1px solid var(--border-color, rgba(255, 255, 255, 0.12));
  background: rgba(0, 0, 0, 0.2);
  color: inherit;
  font-family: inherit;
}
.forum-label {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.35rem;
}
.forum-locked-note, .forum-login-note {
  margin-top: 1.5rem;
  color: var(--text-muted, #9ca3af);
}
.forum-create {
  max-width: 720px;
}
.forum-create__heading {
  margin: 0 0 0.35rem;
}
.forum-create__hint {
  margin: 0 0 1.25rem;
  color: var(--text-muted, #9ca3af);
  line-height: 1.45;
}
.forum-create-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.forum-create-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.button_small {
  font-size: 0.85rem;
  padding: 0.35rem 0.65rem;
}
.mc-skin-page {
  padding-bottom: 3rem;
}
.mc-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
@media (min-width: 900px) {
  .mc-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    align-items: start;
  }
}
.mc-card {
  border-radius: var(--radius-md, 12px);
  border: 1px solid var(--border-color, rgba(255, 255, 255, 0.08));
  background: var(--surface-elevated, rgba(255, 255, 255, 0.03));
  padding: 1.25rem 1.35rem;
}
.mc-card--preview {
  min-height: 200px;
}
.mc-card--wide {
  margin-top: 1.5rem;
}
.mc-card__title {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
}
.mc-card__hint {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  color: var(--text-muted, #9ca3af);
  line-height: 1.45;
}
.mc-subtitle {
  margin: 0 0 0.35rem;
  font-size: 1rem;
}
.mc-form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.mc-form--inline {
  margin-top: 0.75rem;
}
.mc-label {
  font-size: 0.85rem;
  font-weight: 600;
}
.mc-input {
  width: 100%;
  max-width: 100%;
  padding: 0.55rem 0.75rem;
  border-radius: var(--radius-sm, 8px);
  border: 1px solid var(--border-color, rgba(255, 255, 255, 0.12));
  background: rgba(0, 0, 0, 0.2);
  color: inherit;
}
.mc-submit {
  align-self: flex-start;
  margin-top: 0.35rem;
}
.mc-divider {
  margin: 1.25rem 0;
  border: none;
  border-top: 1px solid var(--border-color, rgba(255, 255, 255, 0.08));
}
.mc-login-hint {
  margin-top: 1rem;
  font-size: 0.9rem;
}
.mc-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  align-items: flex-start;
}
.mc-preview__body {
  flex: 0 0 auto;
  background: rgba(0, 0, 0, 0.25);
  border-radius: var(--radius-md, 12px);
  padding: 0.75rem;
  line-height: 0;
}
.mc-preview__body img {
  max-width: 100%;
  height: auto;
  image-rendering: pixelated;
}
.mc-preview__meta {
  flex: 1 1 200px;
  font-size: 0.95rem;
  line-height: 1.5;
}
.mc-preview__meta p {
  margin: 0 0 0.5rem;
}
.mc-uuid code {
  font-size: 0.8rem;
  word-break: break-all;
}
.mc-empty {
  margin: 0;
  color: var(--text-muted, #9ca3af);
}
.mc-links {
  margin: 0.5rem 0 0;
  padding-left: 1.2rem;
}
.mc-note {
  margin: 1rem 0 0;
  font-size: 0.85rem;
  color: var(--text-muted, #9ca3af);
}
.modes-root {
  --mode-accent: #7c6cf0;
}
@media (prefers-reduced-motion: reduce) {
  .modes-animated *, .modes-animated *::before, .modes-animated *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
.modes-empty, .modes-muted {
  color: var(--text-muted, #8b919a);
  margin: 0;
}
.modes-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}
.modes-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--border-color, rgba(255, 255, 255, 0.12));
  background: var(--card-bg, rgba(255, 255, 255, 0.04));
  color: inherit;
  cursor: pointer;
  font: inherit;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}
.modes-tab:hover {
  border-color: color-mix(in srgb, var(--mode-accent) 55%, transparent);
  background: color-mix(in srgb, var(--mode-accent) 12%, transparent);
}
.modes-tab--active {
  border-color: var(--mode-accent);
  background: color-mix(in srgb, var(--mode-accent) 22%, transparent);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--mode-accent) 35%, transparent);
}
.modes-tab__icon {
  font-size: 1.1rem;
  opacity: 0.9;
}
.modes-tab__count {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.1rem 0.45rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--mode-accent) 35%, transparent);
}
.modes-panels {
  position: relative;
}
.modes-panel {
  display: none;
  animation: modes-panel-in 0.45s ease both;
}
.modes-panel--active {
  display: block;
}
.modes-panel--enter {
  animation: modes-panel-in 0.45s ease both;
}
@keyframes modes-panel-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.modes-panel__desc {
  margin: 0 0 1rem;
  color: var(--text-muted, #8b919a);
  max-width: 52rem;
}
.modes-server-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}
.modes-server-card {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  border: 1px solid var(--border-color, rgba(255, 255, 255, 0.1));
  background: var(--card-bg, rgba(255, 255, 255, 0.03));
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.modes-server-card:hover {
  border-color: color-mix(in srgb, var(--mode-accent) 40%, transparent);
  box-shadow: 0 12px 40px color-mix(in srgb, var(--mode-accent) 12%, transparent);
}
.modes-server-card__main {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}
.modes-server-card__name {
  font-weight: 600;
}
.modes-server-card__addr {
  font-size: 0.875rem;
  color: var(--text-muted, #8b919a);
  word-break: break-all;
}
.modes-server-card__state {
  font-size: 0.8rem;
  font-weight: 600;
  margin-top: 0.35rem;
}
.modes-server-card__state--on {
  color: #3dd68c;
}
.modes-server-card__state--off {
  color: #f07178;
}
.modes-server-card__mod {
  align-self: center;
}
.modes-badge {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: color-mix(in srgb, var(--mode-accent) 25%, transparent);
  border: 1px solid color-mix(in srgb, var(--mode-accent) 45%, transparent);
}
.modes-page__hero {
  position: relative;
  padding: 2.5rem 0 1.5rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.modes-page__hero-glow {
  position: absolute;
  inset: -40% -20% auto;
  height: 70%;
  background: radial-gradient(ellipse at 50% 0%, color-mix(in srgb, #7c6cf0 35%, transparent), transparent 70%);
  pointer-events: none;
  animation: modes-glow 8s ease-in-out infinite alternate;
}
@keyframes modes-glow {
  from {
    opacity: 0.6;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(12px);
  }
}
.modes-page__live-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  background: rgba(61, 214, 140, 0.12);
  border: 1px solid rgba(61, 214, 140, 0.35);
  color: #3dd68c;
}
.modes-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3dd68c;
  box-shadow: 0 0 0 0 rgba(61, 214, 140, 0.6);
  animation: modes-pulse 1.8s ease-out infinite;
}
@keyframes modes-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(61, 214, 140, 0.55);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(61, 214, 140, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(61, 214, 140, 0);
  }
}
.modes-page__body {
  padding-bottom: 3rem;
}
.modes-page-selector.modes-root {
  margin-top: 0.5rem;
}
.modes-admin-cell {
  line-height: 1.35;
}
.monitoring-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 0;
  border-radius: 10px;
  font-size: var(--p-small);
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  color: var(--text);
  cursor: default;
  border: 1px solid var(--transp-1);
  background: color-mix(in srgb, var(--blurred-background) 82%, transparent);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  transition: background 0.2s ease, border-color 0.2s ease;
}
@media (max-width: 768px) {
  .monitoring-pill {
    display: none;
  }
}
.monitoring-pill:hover {
  background: color-mix(in srgb, var(--blurred-background) 96%, transparent);
  border-color: var(--transp-2);
}
.monitoring-pill__section {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
}
.monitoring-pill__section-icon {
  width: 14px;
  height: 14px;
  color: var(--text-500);
  flex-shrink: 0;
  opacity: 0.7;
}
.monitoring-pill__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--text-600);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.monitoring-pill__count {
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  font-size: var(--p-small);
  color: var(--text);
  transition: color 0.2s ease;
}
.monitoring-pill__sep {
  width: 1px;
  align-self: stretch;
  margin: 6px 0;
  flex-shrink: 0;
  background: var(--transp-2);
}
.monitoring-pill__servers {
  font-variant-numeric: tabular-nums;
  color: var(--text);
  font-size: var(--p-small);
  font-weight: 600;
}
.monitoring-pill__servers-dim {
  font-weight: 400;
  color: var(--text-600);
}
.monitoring-pill--online .monitoring-pill__dot {
  background: #34c759;
  box-shadow: 0 0 0 2.5px color-mix(in srgb, #34c759 18%, transparent);
}
.monitoring-pill--cool .monitoring-pill__count {
  color: #34c759;
}
.monitoring-pill--cool .monitoring-pill__section:first-child .monitoring-pill__section-icon {
  color: #34c759;
  opacity: 1;
}
.monitoring-pill--warm .monitoring-pill__dot {
  background: #ff9f0a;
  box-shadow: 0 0 0 2.5px color-mix(in srgb, #ff9f0a 18%, transparent);
}
.monitoring-pill--warm .monitoring-pill__count {
  color: #ff9f0a;
}
.monitoring-pill--warm .monitoring-pill__section:first-child .monitoring-pill__section-icon {
  color: #ff9f0a;
  opacity: 1;
}
.monitoring-pill--hot .monitoring-pill__dot {
  background: #ff453a;
  box-shadow: 0 0 0 2.5px color-mix(in srgb, #ff453a 20%, transparent);
}
.monitoring-pill--hot .monitoring-pill__count {
  color: #ff453a;
}
.monitoring-pill--hot .monitoring-pill__section:first-child .monitoring-pill__section-icon {
  color: #ff453a;
  opacity: 1;
}
.monitoring-pill--empty .monitoring-pill__dot {
  background: var(--text-700);
  opacity: 0.4;
}
.monitoring-pill--empty .monitoring-pill__count {
  color: var(--text-600);
}
.monitoring-pill--empty .monitoring-pill__servers {
  color: var(--text-600);
}
.monitoring-pill--empty .monitoring-pill__section-icon {
  opacity: 0.4;
}
.tooltip:has(.mp-tip) {
  max-width: min(340px, calc(100vw - 24px));
  padding: 0;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid var(--transp-1);
  background: color-mix(in srgb, var(--blurred-background) 85%, transparent);
  backdrop-filter: saturate(180%) blur(24px);
  -webkit-backdrop-filter: saturate(180%) blur(24px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.06);
}
.mp-tip {
  display: flex;
  flex-direction: column;
  max-height: min(72vh, 480px);
  min-height: 0;
  text-align: left;
}
.mp-tip__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  gap: 8px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--transp-1);
}
.mp-tip__label {
  font-size: 11px;
  font-weight: 600;
  color: var(--text-500);
  letter-spacing: -0.01em;
}
.mp-tip__total {
  display: flex;
  align-items: baseline;
  gap: 1px;
  font-variant-numeric: tabular-nums;
}
.mp-tip__total-count {
  font-size: var(--p);
  font-weight: 700;
  color: var(--text);
}
.mp-tip__total-sep {
  color: var(--text-700);
  font-weight: 400;
  font-size: var(--small);
}
.mp-tip__total-max {
  font-size: var(--small);
  font-weight: 500;
  color: var(--text-600);
}
.mp-tip__list {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 4px;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--transp-2) transparent;
}
.mp-tip__list::-webkit-scrollbar {
  width: 4px;
}
.mp-tip__list::-webkit-scrollbar-thumb {
  background: var(--transp-2);
  border-radius: 100px;
}
.mp-tip__list::-webkit-scrollbar-track {
  background: transparent;
}
.mp-tip__srv {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  font-size: var(--small);
  line-height: 1.25;
  flex-shrink: 0;
  transition: background 0.15s ease;
}
.mp-tip__srv:hover {
  background: color-mix(in srgb, var(--text) 4%, transparent);
}
.mp-tip__srv:hover .mp-tip__srv-bg img {
  transform: scale(1.02);
}
.mp-tip__srv-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.mp-tip__srv-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.45) saturate(0.85);
  transition: transform 0.4s ease;
}
.mp-tip__srv-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.05) 100%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  mask-image: linear-gradient(90deg, black 0%, black 40%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, black 0%, black 40%, transparent 100%);
}
.mp-tip__srv-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 8px 10px;
}
.mp-tip__srv:has(.mp-tip__srv-bg):hover {
  background: none;
}
.mp-tip__srv:has(.mp-tip__srv-bg) .mp-tip__srv-name {
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.mp-tip__srv:has(.mp-tip__srv-bg) .mp-tip__srv-map {
  color: rgba(255, 255, 255, 0.55);
}
.mp-tip__srv:has(.mp-tip__srv-bg) .mp-tip__srv-players {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.mp-tip__srv:has(.mp-tip__srv-bg) .mp-tip__srv-players-bar {
  background: rgba(255, 255, 255, 0.2);
}
.mp-tip__srv:has(.mp-tip__srv-bg) .mp-tip__srv-players-text {
  color: #fff;
}
.mp-tip__srv:has(.mp-tip__srv-bg) .mp-tip__srv-players-max {
  color: rgba(255, 255, 255, 0.45);
}
.mp-tip__srv:has(.mp-tip__srv-bg) .mp-tip__srv-btn {
  color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.mp-tip__srv:has(.mp-tip__srv-bg) .mp-tip__srv-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.mp-tip__srv:has(.mp-tip__srv-bg) .mp-tip__srv-btn--play:hover {
  background: rgba(52, 199, 89, 0.35);
  color: #fff;
}
.mp-tip__srv-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1px;
}
.mp-tip__srv-name {
  margin: 0;
  font-weight: 600;
  font-size: var(--small);
  color: var(--text);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: -0.01em;
}
.mp-tip__srv-map {
  font-size: 10px;
  color: var(--text-600);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2;
}
.mp-tip__srv-right {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.mp-tip__srv-players {
  position: relative;
  font-variant-numeric: tabular-nums;
  flex-shrink: 0;
  align-self: center;
  min-width: 2.75rem;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  overflow: hidden;
  background: color-mix(in srgb, var(--text) 5%, transparent);
}
.mp-tip__srv-players-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--fill, 0%);
  background: var(--bar-color, color-mix(in srgb, #34c759 18%, transparent));
  border-radius: 6px;
  transition: width 0.4s ease, background 0.3s ease;
}
.mp-tip__srv-players-text {
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 10px;
  color: var(--text);
  padding: 0 8px;
  line-height: 1;
}
.mp-tip__srv-players-max {
  font-weight: 400;
  color: var(--text-500);
}
.mp-tip__srv--cool {
  --bar-color: color-mix(in srgb, var(--text) 6%, transparent);
}
.mp-tip__srv--warm {
  --bar-color: color-mix(in srgb, #ff9f0a 22%, transparent);
}
.mp-tip__srv--warm .mp-tip__srv-players-text {
  color: #ff9f0a;
}
.mp-tip__srv--warm .mp-tip__srv-players-max {
  color: #ff9f0a;
  opacity: 0.5;
}
.mp-tip__srv--hot {
  --bar-color: color-mix(in srgb, #ff9f0a 28%, transparent);
}
.mp-tip__srv--hot .mp-tip__srv-players-text {
  color: #ff9f0a;
}
.mp-tip__srv--hot .mp-tip__srv-players-max {
  color: #ff9f0a;
  opacity: 0.5;
}
.mp-tip__srv--full {
  --bar-color: color-mix(in srgb, #ff453a 25%, transparent);
}
.mp-tip__srv--full .mp-tip__srv-players-text {
  color: #ff453a;
}
.mp-tip__srv--full .mp-tip__srv-players-max {
  color: #ff453a;
  opacity: 0.5;
}
.mp-tip__srv:has(.mp-tip__srv-bg).mp-tip__srv--warm .mp-tip__srv-players-bar {
  background: rgba(255, 159, 10, 0.3);
}
.mp-tip__srv:has(.mp-tip__srv-bg).mp-tip__srv--hot .mp-tip__srv-players-bar {
  background: rgba(255, 159, 10, 0.35);
}
.mp-tip__srv:has(.mp-tip__srv-bg).mp-tip__srv--full .mp-tip__srv-players-bar {
  background: rgba(255, 69, 58, 0.35);
}
.mp-tip__srv:has(.mp-tip__srv-bg).mp-tip__srv--warm .mp-tip__srv-players-text, .mp-tip__srv:has(.mp-tip__srv-bg).mp-tip__srv--hot .mp-tip__srv-players-text {
  color: #ffbf40;
}
.mp-tip__srv:has(.mp-tip__srv-bg).mp-tip__srv--warm .mp-tip__srv-players-max, .mp-tip__srv:has(.mp-tip__srv-bg).mp-tip__srv--hot .mp-tip__srv-players-max {
  color: #ffbf40;
  opacity: 0.5;
}
.mp-tip__srv:has(.mp-tip__srv-bg).mp-tip__srv--full .mp-tip__srv-players-text {
  color: #ff6961;
}
.mp-tip__srv:has(.mp-tip__srv-bg).mp-tip__srv--full .mp-tip__srv-players-max {
  color: #ff6961;
  opacity: 0.5;
}
.mp-tip__srv-actions {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
}
.mp-tip__srv-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 7px;
  color: var(--text-500);
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: transparent;
  transition: background 0.15s ease, color 0.15s ease;
}
.mp-tip__srv-btn svg {
  width: 12px;
  height: 12px;
}
.mp-tip__srv-btn:hover {
  background: color-mix(in srgb, var(--text) 8%, transparent);
  color: var(--text);
}
.mp-tip__srv-btn--play:hover {
  background: color-mix(in srgb, #34c759 15%, transparent);
  color: #34c759;
}
.prime-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--p);
  height: var(--p);
}
.prime-indicator.prime {
  color: var(--success);
}
.prime-indicator.non-prime {
  color: var(--error);
}
.prime-indicator svg {
  fill: currentColor;
  width: 100%;
  height: 100%;
}
.monitoring-mode-table {
  display: block;
  padding: 0;
  gap: 0;
}
.monitoring-table-rows {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 1em;
}
.server-row {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  cursor: pointer;
  transition: box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.server-row:hover {
  box-shadow: 0 0 0 1px var(--transp-1);
}
.server-row:hover .server-row-bg img {
  transform: scale(1.04);
}
.server-row:hover .server-play-btn {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.server-row.inactive {
  opacity: 0.45;
}
.server-row.inactive:hover {
  opacity: 0.65;
  box-shadow: none;
}
.server-row.error .server-row-dot {
  background: var(--error);
}
.server-row-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.server-row-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.55) saturate(0.9);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.server-row-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.08) 100%);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  mask-image: linear-gradient(to right, black 0%, black 40%, transparent 70%);
  -webkit-mask-image: linear-gradient(to right, black 0%, black 40%, transparent 70%);
  transition: background 0.3s;
}
.server-row:not(:has(.server-row-bg)) .server-row-overlay {
  background: var(--transp-05);
  backdrop-filter: none;
}
.server-row:not(:has(.server-row-bg)):hover .server-row-overlay {
  background: var(--transp-1);
}
.server-row-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 14px 20px;
  padding-right: 64px;
}
.monitoring-container .server-row .server-row-content {
  align-items: center;
}
.server-row-main {
  display: flex;
  align-items: center;
  align-self: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}
.server-row-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}
.server-row-dot.online {
  background: var(--success);
  box-shadow: 0 0 6px rgba(48, 209, 88, 0.5);
  animation: server-dot-pulse 2.5s ease-in-out infinite;
}
.server-row-dot.error {
  background: var(--error);
  opacity: 0.7;
}
.server-row-dot.inactive {
  background: var(--text-500);
  opacity: 0.4;
}
@keyframes server-dot-pulse {
  0%, 100% {
    box-shadow: 0 0 6px rgba(48, 209, 88, 0.5);
  }
  50% {
    box-shadow: 0 0 12px rgba(48, 209, 88, 0.15);
  }
}
.server-row-ring {
  position: relative;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
}
.server-row-ring svg {
  width: 100%;
  height: 100%;
}
.server-row-ring-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.server-row-ring-text.dimmed {
  color: rgba(255, 255, 255, 0.2);
}
.server-row:not(:has(.server-row-bg)) .server-row-ring-text {
  color: var(--text);
}
.server-row:not(:has(.server-row-bg)) .server-row-ring-text.dimmed {
  color: var(--text-500);
}
.server-ring-track {
  stroke: rgba(255, 255, 255, 0.06);
}
.server-row:not(:has(.server-row-bg)) .server-ring-track {
  stroke: var(--transp-1);
}
.server-ring-fill {
  transition: stroke-dashoffset 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: rotate(-90deg);
  transform-origin: center;
}
.server-row-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  min-width: 0;
}
.server-row-name {
  margin: 0;
  font-size: var(--p);
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.server-row:not(:has(.server-row-bg)) .server-row-name {
  color: var(--text);
}
.server-game-badge {
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 2px 7px;
  border-radius: 100px;
  vertical-align: middle;
  margin-left: 6px;
  line-height: 1.2;
  color: #ff9f0a;
  background: rgba(255, 159, 10, 0.12);
  border: 1px solid rgba(255, 159, 10, 0.15);
}
.server-row-ip {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: color var(--transition);
  line-height: 1;
  white-space: nowrap;
}
.server-row-ip:hover {
  color: var(--accent);
}
.server-row:not(:has(.server-row-bg)) .server-row-ip {
  color: var(--text-500);
}
.server-row-map {
  display: flex;
  align-items: center;
  align-self: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .server-row-map {
    display: none;
  }
}
.server-map-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: var(--small);
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
}
.server-row:not(:has(.server-row-bg)) .server-map-pill {
  background: var(--transp-05);
  border-color: var(--transp-05);
  color: var(--text-300);
  backdrop-filter: none;
}
.server-row-ping {
  display: flex;
  align-items: center;
  align-self: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .server-row-ping {
    display: none;
  }
}
.server-ping-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: var(--small);
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
}
.server-ping-badge svg, .server-ping-badge .icon {
  width: 13px;
  height: 13px;
  opacity: 0.6;
}
.server-row:not(:has(.server-row-bg)) .server-ping-badge {
  background: var(--transp-05);
  border-color: var(--transp-05);
  color: var(--text-400);
  backdrop-filter: none;
}
.server-row-muted {
  color: rgba(255, 255, 255, 0.2);
  font-size: var(--small);
}
.server-row:not(:has(.server-row-bg)) .server-row-muted {
  color: var(--text-600);
}
.server-play-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  z-index: 4;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: var(--accent);
  color: var(--accent-950);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.server-play-btn:hover {
  filter: brightness(1.1);
}
.server-play-btn svg, .server-play-btn .icon {
  width: 14px;
  height: 14px;
}
@media (max-width: 767px) {
  .server-row-content {
    gap: 10px;
    padding: 10px 56px 10px 14px;
  }
  .server-row-ring {
    width: 32px;
    height: 32px;
  }
  .server-play-btn {
    opacity: 1;
    transform: translateY(-50%) scale(1);
    width: 32px;
    height: 32px;
    right: 10px;
  }
}
.total-online {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 100%;
}
.total-online__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}
.total-online__left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.total-online__label {
  font-size: var(--small);
  color: var(--text-400);
  font-weight: 500;
}
.total-online__num {
  font-size: var(--h2);
  font-weight: 700;
  letter-spacing: -0.04em;
  color: var(--text);
  line-height: 1;
}
.total-online__num span {
  font-size: var(--h5);
  color: var(--text-500);
  font-weight: 400;
}
.total-online__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  text-align: right;
}
.total-online__pct {
  font-size: var(--h5);
  font-weight: 700;
  color: var(--text-300);
  letter-spacing: -0.02em;
}
.total-online__servers {
  font-size: var(--small);
  color: var(--success);
  font-weight: 500;
  white-space: nowrap;
}
.total-online__bar {
  width: 100%;
  height: 6px;
  background: var(--transp-1);
  border-radius: 100px;
  overflow: hidden;
}
.total-online__bar-fill {
  height: 100%;
  border-radius: 100px;
  background: linear-gradient(90deg, var(--accent), color-mix(in srgb, var(--accent) 60%, var(--success)));
  transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .total-online {
    gap: 10px;
  }
  .total-online__num {
    font-size: var(--h3);
  }
  .total-online__num span {
    font-size: var(--h6);
  }
  .total-online__pct {
    font-size: var(--h6);
  }
  .total-online__bar {
    height: 4px;
  }
}
.monitoring-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: var(--space-lg);
  gap: var(--space-md);
}
@media (max-width: 767px) {
  .monitoring-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.monitoring-header__left {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.monitoring-header__title {
  font-size: var(--h4);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
  line-height: 1.2;
}
.monitoring-header__meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.monitoring-header__server-count {
  font-size: var(--small);
  color: var(--text-500);
}
.monitoring-header .monitoring-total {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}
@media (max-width: 767px) {
  .monitoring-header .monitoring-total {
    display: none;
  }
}
.monitoring-header .monitoring-total-label {
  font-size: 11px;
  color: var(--text-500);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.monitoring-header .monitoring-total-num {
  font-size: var(--h4);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--text);
  line-height: 1;
}
.monitoring-header .monitoring-total-num span {
  font-size: var(--p);
  color: var(--text-500);
  font-weight: 400;
}
.monitoring-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 2px 8px;
  background: rgba(48, 209, 88, 0.12);
  border: 1px solid rgba(48, 209, 88, 0.25);
  border-radius: 100px;
  font-size: 10px;
  font-weight: 700;
  color: #30d158;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.monitoring-live-badge__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #30d158;
  animation: monitoring-live-pulse 2s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes monitoring-live-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(48, 209, 88, 0.4);
  }
  50% {
    box-shadow: 0 0 0 4px transparent;
  }
}
.monitoring-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 12px;
}
@media (max-width: 767px) {
  .monitoring-grid {
    grid-template-columns: 1fr;
  }
}
.monitoring-grid > div {
  display: flex;
}
.monitoring-mode-compact {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 10px;
}
.monitoring-mode-ultracompact {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 8px;
}
@media (max-width: 767px) {
  .monitoring-empty-hide {
    display: none;
  }
}
.monitoring-empty-card {
  background: radial-gradient(circle, var(--background-900) 30%, var(--primary-900) 100%);
  height: 100%;
  width: 100%;
  border-radius: var(--border1);
}
.monitoring-card, .monitoring-card-mode {
  position: relative;
  overflow: hidden;
  border-radius: var(--border1);
  border: 1px solid var(--transp-1);
  cursor: pointer;
  transition: border-color var(--transition), box-shadow 0.3s;
  min-height: 140px;
}
.monitoring-card:hover, .monitoring-card-mode:hover {
  border-color: var(--transp-2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}
.monitoring-card:hover .card-bg img, .monitoring-card-mode:hover .card-bg img {
  transform: scale(1.05);
}
.monitoring-card:hover .card-overlay, .monitoring-card-mode:hover .card-overlay {
  backdrop-filter: blur(2px);
}
.monitoring-card .card-bg, .monitoring-card-mode .card-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.monitoring-card .card-bg img, .monitoring-card-mode .card-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.monitoring-card .card-overlay, .monitoring-card-mode .card-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 20%, rgba(0, 0, 0, 0.4) 55%, transparent 100%);
  backdrop-filter: blur(1px);
  mask-image: linear-gradient(to right, black 0%, black 35%, transparent 80%);
  -webkit-mask-image: linear-gradient(to right, black 0%, black 35%, transparent 80%);
  transition: all 0.3s;
}
.monitoring-card .card-content, .monitoring-card-mode .card-content {
  position: relative;
  z-index: 2;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: 100%;
}
.monitoring-card .card-name, .monitoring-card-mode .card-name {
  font-size: var(--h6);
  font-weight: 700;
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  color: #fff;
}
.monitoring-card .card-meta, .monitoring-card-mode .card-meta {
  display: flex;
  gap: 5px;
  margin-top: 4px;
  flex-wrap: wrap;
}
.monitoring-card .card-tag, .monitoring-card-mode .card-tag {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 2px 7px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  color: rgba(255, 255, 255, 0.8);
  display: inline-flex;
  align-items: center;
  gap: 3px;
}
.monitoring-card .card-tag svg, .monitoring-card .card-tag .icon, .monitoring-card-mode .card-tag svg, .monitoring-card-mode .card-tag .icon {
  width: 10px;
  height: 10px;
  opacity: 0.7;
}
.monitoring-card .card-tag--off, .monitoring-card-mode .card-tag--off {
  color: #ff453a;
  background: rgba(255, 69, 58, 0.15);
}
.monitoring-card .card-tag--csgo, .monitoring-card-mode .card-tag--csgo {
  color: #ff9f0a;
  background: rgba(255, 159, 10, 0.15);
}
.monitoring-card .card-bottom, .monitoring-card-mode .card-bottom {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 6px;
}
.monitoring-card .card-player-ring, .monitoring-card-mode .card-player-ring {
  position: relative;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
}
.monitoring-card .card-player-ring svg, .monitoring-card-mode .card-player-ring svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.monitoring-card .card-player-ring__count, .monitoring-card-mode .card-player-ring__count {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.03em;
}
.monitoring-card .card-ring, .monitoring-card-mode .card-ring {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  transform: rotate(-90deg);
}
.monitoring-card .card-ring--off, .monitoring-card-mode .card-ring--off {
  opacity: 0.4;
}
.monitoring-card .card-players, .monitoring-card-mode .card-players {
  font-size: var(--h6);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}
.monitoring-card .card-players span, .monitoring-card-mode .card-players span {
  color: rgba(255, 255, 255, 0.25);
  font-weight: 400;
  font-size: var(--small);
}
.monitoring-card .card-players--off, .monitoring-card-mode .card-players--off {
  color: var(--text-400);
}
.monitoring-card .card-players--off span, .monitoring-card-mode .card-players--off span {
  color: var(--text-500);
}
.monitoring-card .card-ping, .monitoring-card-mode .card-ping {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: var(--small);
  font-weight: 600;
  color: var(--text-300);
}
.monitoring-card .card-ping svg, .monitoring-card .card-ping .icon, .monitoring-card-mode .card-ping svg, .monitoring-card-mode .card-ping .icon {
  width: 12px;
  height: 12px;
}
.monitoring-card .card-toolbar, .monitoring-card-mode .card-toolbar {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 14px 16px;
}
.monitoring-card .card-btn, .monitoring-card-mode .card-btn {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  text-decoration: none;
  transition: var(--transition);
}
.monitoring-card .card-btn:hover, .monitoring-card-mode .card-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}
.monitoring-card .card-btn svg, .monitoring-card .card-btn .icon, .monitoring-card-mode .card-btn svg, .monitoring-card-mode .card-btn .icon {
  width: 17px;
  height: 17px;
}
.monitoring-card .card-btn--play, .monitoring-card-mode .card-btn--play {
  background: var(--accent);
  color: var(--accent-950);
  border-color: transparent;
}
.monitoring-card .card-btn--play:hover, .monitoring-card-mode .card-btn--play:hover {
  opacity: 0.85;
}
.monitoring-card-inactive, .monitoring-card-mode-inactive {
  opacity: 0.5;
}
.monitoring-card-inactive:hover, .monitoring-card-mode-inactive:hover {
  opacity: 0.65;
  box-shadow: none;
}
.monitoring-card-inactive .card-bg img, .monitoring-card-mode-inactive .card-bg img {
  filter: grayscale(1) brightness(0.5);
}
.monitoring-card--compact {
  min-height: 120px;
}
.monitoring-card--compact .card-content {
  padding: 14px;
}
.monitoring-card--compact .card-name {
  font-size: var(--p-small);
}
.monitoring-card--compact .card-player-ring {
  width: 28px;
  height: 28px;
}
.monitoring-card--compact .card-player-ring__count {
  font-size: 9px;
}
.monitoring-card--compact .card-toolbar {
  padding: 10px 12px;
}
.monitoring-card--compact .card-btn {
  width: 32px;
  height: 32px;
  border-radius: 8px;
}
.monitoring-card--compact .card-btn svg, .monitoring-card--compact .card-btn .icon {
  width: 15px;
  height: 15px;
}
.monitoring-card--ultracompact {
  min-height: 100px;
}
.monitoring-card--ultracompact .card-content {
  padding: 12px;
  gap: 2px;
}
.monitoring-card--ultracompact .card-name {
  font-size: var(--p-small);
}
.monitoring-card--ultracompact .card-meta {
  margin-top: 2px;
}
.monitoring-card--ultracompact .card-player-ring {
  width: 24px;
  height: 24px;
}
.monitoring-card--ultracompact .card-player-ring__count {
  font-size: 8px;
}
.monitoring-card--ultracompact .card-toolbar {
  padding: 8px 10px;
  gap: 4px;
}
.monitoring-card--ultracompact .card-btn {
  width: 28px;
  height: 28px;
  border-radius: 7px;
}
.monitoring-card--ultracompact .card-btn svg, .monitoring-card--ultracompact .card-btn .icon {
  width: 13px;
  height: 13px;
}
.monitoring-card-mode {
  min-height: auto;
  padding: 0;
}
.server-modal-split {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 540px;
  max-height: 70vh;
  overflow: hidden;
}
@media (max-width: 767px) {
  .server-modal-split {
    flex-direction: column;
    height: auto;
    max-height: 85vh;
    overflow-y: auto;
  }
}
@media (min-width: 1024px) {
  .server-modal-split {
    min-width: 820px;
  }
}
.server-modal-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.server-modal-split::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to right, transparent 20%, var(--background-950) 55%);
  pointer-events: none;
}
@media (max-width: 767px) {
  .server-modal-split::before {
    background: linear-gradient(to bottom, transparent 20%, var(--background-950) 50%);
  }
}
.server-modal-split::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  mask-image: linear-gradient(to right, transparent 360px, black 360px);
  -webkit-mask-image: linear-gradient(to right, transparent 360px, black 360px);
  pointer-events: none;
}
@media (max-width: 767px) {
  .server-modal-split::after {
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    mask-image: linear-gradient(to bottom, transparent 200px, black 200px);
    -webkit-mask-image: linear-gradient(to bottom, transparent 200px, black 200px);
  }
}
.server-modal-map {
  width: 360px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
}
@media (max-width: 767px) {
  .server-modal-map {
    width: 100%;
    flex-shrink: 0;
  }
}
.server-modal-map-fade {
  position: absolute;
  inset: 0;
  z-index: 1;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  mask-image: linear-gradient(to top, black 0%, black 45%, transparent 80%);
  -webkit-mask-image: linear-gradient(to top, black 0%, black 45%, transparent 80%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.4) 45%, transparent 80%);
}
@media (max-width: 767px) {
  .server-modal-map-fade {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
  }
}
.server-modal-map-content {
  position: relative;
  z-index: 2;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (max-width: 767px) {
  .server-modal-map-content {
    padding: 16px;
  }
}
.server-modal-title {
  font-size: var(--h4);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.server-modal-subtitle {
  font-size: var(--small);
  color: rgba(255, 255, 255, 0.45);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.server-modal-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px;
}
.server-modal-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: var(--small);
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
}
.server-modal-pill--ping {
  color: rgba(255, 255, 255, 0.7);
}
.server-modal-pill--ping svg, .server-modal-pill--ping .icon {
  width: 13px;
  height: 13px;
  opacity: 0.6;
}
.server-modal-pill--online {
  color: #30d158;
  background: rgba(48, 209, 88, 0.12);
  border-color: rgba(48, 209, 88, 0.2);
}
.server-modal-pill--offline {
  color: #ff453a;
  background: rgba(255, 69, 58, 0.12);
  border-color: rgba(255, 69, 58, 0.2);
}
.server-modal-pill--csgo {
  color: #ff9f0a;
  background: rgba(255, 159, 10, 0.12);
  border-color: rgba(255, 159, 10, 0.2);
  font-size: 10px;
  letter-spacing: 0.03em;
}
.server-modal-online-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #30d158;
  box-shadow: 0 0 8px rgba(48, 209, 88, 0.5);
}
.server-modal-ring {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.server-modal-ip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: var(--p-small);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 8px;
  padding: 6px 14px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  width: fit-content;
  max-width: 100%;
  overflow: hidden;
  cursor: pointer;
  transition: background var(--transition);
}
.server-modal-ip:hover {
  background: rgba(255, 255, 255, 0.16);
}
.server-modal-ip span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color var(--transition);
}
.server-modal-ip svg, .server-modal-ip .icon {
  width: 15px;
  height: 15px;
  opacity: 0.5;
  flex-shrink: 0;
}
.server-modal-play-btn {
  margin-top: 14px;
}
@media (max-width: 767px) {
  .server-modal-play-btn {
    margin-top: 10px;
  }
}
.server-modal-players {
  flex: 1;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .server-modal-players {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    max-height: none;
    flex: none;
  }
}
.server-modal-players-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  gap: 8px;
  background: rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
}
.server-modal-players-header h3 {
  font-size: var(--p);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.server-modal-players-count {
  background: rgba(255, 255, 255, 0.08);
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 100px;
  color: rgba(255, 255, 255, 0.45);
  min-width: 24px;
  text-align: center;
}
.server-modal-players-list {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}
.server-modal-search {
  width: 160px;
  min-height: auto;
  padding: 5px 10px;
  font-size: var(--small);
  transition: width var(--transition);
}
.server-modal-search:focus-within {
  width: 190px;
}
.server-modal-search input {
  background: none;
  border: none;
  outline: none;
  color: var(--text);
  font-size: var(--small);
  width: 100%;
}
.server-modal-search input::placeholder {
  color: var(--text-400);
}
.server-modal-table {
  width: 100%;
  border-collapse: collapse;
}
.server-modal-table th, .server-modal-table td {
  padding: 8px 14px;
  text-align: left;
}
.server-modal-table th {
  position: sticky;
  top: 0;
  background: var(--background);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.3);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  z-index: 1;
}
.server-modal-table th svg, .server-modal-table th .icon {
  width: 14px;
  height: 14px;
}
.server-modal-table tbody tr {
  transition: background var(--transition);
  border-bottom: 1px solid var(--transp-05);
}
.server-modal-table tbody tr:last-child {
  border-bottom: none;
}
.server-modal-table tbody tr:hover {
  background: var(--transp-05);
}
.server-modal-table tbody tr.ct-row {
  background: linear-gradient(to right, rgba(33, 149, 243, 0.06), transparent 50%);
}
.server-modal-table tbody tr.t-row {
  background: linear-gradient(to right, rgba(255, 193, 7, 0.06), transparent 50%);
}
.server-modal-table .player-info > a {
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
}
.server-modal-table .player-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--transp-05);
  border: 1px solid var(--transp-1);
}
.server-modal-table .player-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.server-modal-table .player-faceit-rank {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.server-modal-table .player-faceit-rank img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.server-modal-table .player-name {
  font-weight: 500;
  font-size: var(--p-small);
  color: var(--text-200);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 180px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.server-modal-table .player-rank {
  width: 100%;
  height: 24px;
}
.server-modal-table .player-rank img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.server-modal-table .player-ping .ping-value, .server-modal-table .ping-value {
  font-size: var(--small);
  font-weight: 600;
}
.server-modal-table .player-ping .ping-value.good, .server-modal-table .ping-value.good {
  color: #30d158;
}
.server-modal-table .player-ping .ping-value.medium, .server-modal-table .ping-value.medium {
  color: #ff9f0a;
}
.server-modal-table .player-ping .ping-value.bad, .server-modal-table .ping-value.bad {
  color: #ff453a;
}
.server-modal-table td {
  font-size: var(--p-small);
  color: var(--text-300);
}
.server-ping-value {
  font-size: var(--small);
  font-weight: 600;
  transition: color 0.2s;
}
.server-ping-value.good {
  color: #30d158;
}
.server-ping-value.medium {
  color: #ff9f0a;
}
.server-ping-value.bad {
  color: #ff453a;
}
.server-ping-value.offline {
  color: rgba(255, 255, 255, 0.3);
}
.server-details-empty {
  color: var(--text-400);
  text-align: center;
  padding: 2em;
  font-size: var(--small);
}
.server-details-skeleton {
  width: 100%;
  display: flex;
  height: 540px;
  max-height: 70vh;
}
@media (min-width: 1024px) {
  .server-details-skeleton {
    min-width: 820px;
  }
}
@media (max-width: 767px) {
  .server-details-skeleton {
    flex-direction: column;
    height: auto;
    max-height: none;
  }
}
.server-details-skeleton .skeleton-left {
  width: 360px;
  flex-shrink: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .server-details-skeleton .skeleton-left {
    width: 100%;
    min-height: 260px;
  }
}
.server-details-skeleton .skeleton-left .skeleton-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: var(--background-900);
  border-radius: 0;
}
.server-details-skeleton .skeleton-left-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.server-details-skeleton .skeleton-left-content .skeleton-title-lg {
  height: 22px;
  width: 70%;
  background: var(--transp-1);
  border-radius: var(--border05);
}
.server-details-skeleton .skeleton-left-content .skeleton-subtitle {
  height: 12px;
  width: 40%;
  background: var(--transp-05);
  border-radius: var(--border05);
}
.server-details-skeleton .skeleton-left-content .skeleton-pills {
  display: flex;
  gap: 6px;
  margin-top: 4px;
}
.server-details-skeleton .skeleton-left-content .skeleton-pill {
  height: 26px;
  width: 80px;
  background: var(--transp-05);
  border-radius: 100px;
}
.server-details-skeleton .skeleton-left-content .skeleton-pill--sm {
  width: 56px;
}
.server-details-skeleton .skeleton-left-content .skeleton-ip {
  height: 28px;
  width: 65%;
  background: var(--transp-05);
  border-radius: 100px;
  margin-top: 4px;
}
.server-details-skeleton .skeleton-left-content .skeleton-btn {
  height: 38px;
  width: 100%;
  background: var(--transp-1);
  border-radius: var(--border05);
  margin-top: 6px;
}
.server-details-skeleton .skeleton-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.15);
}
.server-details-skeleton .skeleton-right-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  border-bottom: 1px solid var(--transp-05);
}
.server-details-skeleton .skeleton-right-header .skeleton-title {
  height: 18px;
  width: 120px;
  background: var(--transp-1);
  border-radius: var(--border05);
}
.server-details-skeleton .skeleton-right-header .skeleton-search {
  height: 32px;
  width: 140px;
  background: var(--transp-05);
  border-radius: var(--border05);
}
.server-details-skeleton .skeleton-right-rows {
  flex: 1;
  padding: 4px 0;
}
.server-details-skeleton .skeleton-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
}
.server-details-skeleton .skeleton-row .skeleton-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--transp-05);
  flex-shrink: 0;
}
.server-details-skeleton .skeleton-row .skeleton-name {
  height: 14px;
  width: 120px;
  background: var(--transp-1);
  border-radius: var(--border05);
}
.server-details-skeleton .skeleton-row .skeleton-stat {
  height: 12px;
  width: 36px;
  background: var(--transp-05);
  border-radius: var(--border05);
  margin-left: auto;
}
.server-details-skeleton .skeleton-row .skeleton-stat--sm {
  width: 28px;
  background: var(--background-900);
  margin-left: 0;
}
@media (min-width: 1024px) {
  .server-details-modal .modal__container {
    min-width: 820px;
    max-width: 900px;
  }
}
@media (max-width: 767px) {
  .server-details-modal .modal__container {
    max-width: 100%;
    margin: 0;
    border-radius: 16px 16px 0 0;
    max-height: 90vh;
  }
}
.server-details-modal .modal__content {
  padding: 0;
}
@media (max-width: 767px) {
  .server-details-modal .modal__content {
    overflow: hidden;
  }
}
.server-details-modal .modal__header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: var(--space-md);
}
.server-details-modal .modal__header .modal__title {
  display: none;
}
.server-details-modal .modal__close {
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.6);
}
.server-details-modal .modal__close:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.server-details-modal .modal__footer-server-details, .server-details-modal .modal__header {
  display: none;
}
.stats-page {
  padding-bottom: 2rem;
}
.stats-actions-top {
  margin: 0 0 1.25rem;
}
.stats-banner {
  border-radius: var(--radius-md, 8px);
  border: 1px solid var(--color-border, rgba(255, 255, 255, 0.1));
  padding: 1rem 1.15rem;
  margin-bottom: 1.25rem;
  background: color-mix(in srgb, var(--color-surface, #1a1d24) 92%, transparent);
}
.stats-banner--warn {
  border-color: color-mix(in srgb, var(--color-warning, #e6a23c) 35%, transparent);
}
.stats-banner--info {
  border-color: color-mix(in srgb, var(--color-primary, #6b8afd) 30%, transparent);
}
.stats-banner p {
  margin: 0 0 0.75rem;
}
.stats-empty, .stats-muted {
  opacity: 0.75;
  margin: 0.5rem 0;
}
.stats-blocks {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
.stats-card {
  border-radius: var(--radius-md, 8px);
  border: 1px solid var(--color-border, rgba(255, 255, 255, 0.08));
  padding: 1rem 1.1rem;
  background: var(--color-surface-elevated, rgba(255, 255, 255, 0.03));
}
.stats-card__head {
  margin-bottom: 0.65rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--color-border, rgba(255, 255, 255, 0.06));
}
.stats-card__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
}
.stats-card__slug {
  font-size: 0.75rem;
  opacity: 0.5;
  font-family: ui-monospace, monospace;
}
.stats-card__err {
  color: color-mix(in srgb, #f87171 80%, white);
  font-size: 0.88rem;
  margin: 0.25rem 0;
}
.stats-dl {
  margin: 0;
}
.stats-dl__row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.35rem 0;
  border-bottom: 1px solid var(--color-border, rgba(255, 255, 255, 0.04));
  font-size: 0.92rem;
}
.stats-dl__row:last-child {
  border-bottom: none;
}
.stats-dl dt {
  margin: 0;
  opacity: 0.75;
  font-weight: 500;
}
.stats-dl dd {
  margin: 0;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.stats-compare-form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.75rem;
}
.stats-label {
  display: block;
  font-size: 0.82rem;
  opacity: 0.75;
  margin-bottom: 0.25rem;
}
.stats-input {
  padding: 0.45rem 0.6rem;
  border-radius: 6px;
  border: 1px solid var(--color-border, rgba(255, 255, 255, 0.12));
  background: var(--color-surface, #12141a);
  color: inherit;
  min-width: 8rem;
}
.stats-compare-soon {
  margin-bottom: 1.25rem;
}
.stats-compare-soon__msg {
  font-weight: 600;
  margin: 0 0 0.35rem;
}
.stats-compare-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  align-items: start;
}
.stats-compare-col__title {
  margin: 0 0 0.75rem;
  font-size: 1rem;
}
.stats-profile-tab__more {
  margin-top: 1rem;
  font-size: 0.88rem;
  opacity: 0.8;
}
.stats-profile-tab__more a {
  color: var(--color-primary, #6b8afd);
}
.steam-friends-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.steam-friends-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
}
@media (max-width: 768px) {
  .steam-friends-list {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
}
@media (max-width: 480px) {
  .steam-friends-list {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
  }
}
@media (max-width: 360px) {
  .steam-friends-list {
    grid-template-columns: 1fr;
  }
}
.steam-friends-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: var(--space-sm);
  border-radius: var(--border1);
  background-color: var(--transp-05);
  transition: var(--transition);
  position: relative;
  text-decoration: none;
  color: var(--text);
  border: 1px solid var(--transp-1);
  gap: 1rem;
}
.steam-friends-card:hover {
  background-color: var(--transp-2);
}
.steam-friends-avatar {
  width: 50px;
  height: 50px;
  border-radius: var(--border05);
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}
.steam-friends-avatar::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--text-600);
  border: 2px solid var(--background-950);
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.steam-friends-avatar--online::after {
  background-color: var(--accent);
}
.steam-friends-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.steam-friends-info {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.25rem;
}
.steam-friends-name {
  font-weight: 600;
  font-size: var(--p);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  line-height: 1.4;
}
.steam-friends-status {
  font-size: var(--small);
  color: var(--text-500);
  line-height: 1.4;
}
.steam-friends-empty {
  text-align: center;
  padding: 2rem;
  background-color: var(--background-950);
  border-radius: var(--border05);
  color: var(--text-500);
  font-size: var(--p-small);
  border: 1px solid var(--background-900);
}
/* Store — minimal, distinct from default theme cards */
.store-shell {
  padding-bottom: 4rem;
}
.store-hero {
  margin: 0 0 2.5rem;
  padding: 2rem 0 1.5rem;
  border-bottom: 1px solid var(--store-line, rgba(255, 255, 255, 0.07));
}
.store-hero__title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 650;
  letter-spacing: -0.03em;
}
.store-hero__lead {
  margin: 0;
  max-width: 40rem;
  line-height: 1.55;
  color: var(--text-muted, #9ca3af);
  font-size: 1rem;
}
.store-section {
  margin-top: 2.75rem;
}
.store-section__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1.25rem;
}
.store-section__title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.store-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: 1px solid var(--store-line, rgba(255, 255, 255, 0.12));
}
.store-pill--sale {
  border-color: rgba(244, 63, 94, 0.45);
  color: #fda4af;
  background: rgba(244, 63, 94, 0.08);
}
.store-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.35rem;
}
.store-card {
  margin: 0;
  border-radius: 18px;
  background: var(--store-card, linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)));
  border: 1px solid var(--store-line, rgba(255, 255, 255, 0.08));
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  transition: transform 0.18s ease, border-color 0.18s ease;
}
.store-card:hover {
  transform: translateY(-3px);
  border-color: rgba(99, 102, 241, 0.45);
}
.store-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.store-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.65rem 1rem 0;
  gap: 0.5rem;
}
.store-card__type {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.65;
  font-weight: 600;
}
.store-card__media {
  margin: 0.5rem 1rem 0;
  border-radius: 14px;
  aspect-ratio: 1.6;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.25);
}
.store-card__media--empty {
  min-height: 140px;
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04) 8px, transparent 8px, transparent 16px);
}
.store-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.store-card__body {
  padding: 1rem 1.1rem 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.store-card__title {
  margin: 0 0 0.4rem;
  font-size: 1.08rem;
  font-weight: 600;
}
.store-card__price {
  margin: 0;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}
.store-card__from {
  display: block;
  font-size: 0.72rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  opacity: 0.55;
  margin-bottom: 0.15rem;
}
.store-card__hint {
  margin-top: auto;
  padding-top: 0.65rem;
  font-size: 0.82rem;
  opacity: 0.65;
}
.store-empty {
  margin-top: 2rem;
  color: var(--text-muted, #9ca3af);
}
.store-back {
  margin: 0 0 1.25rem;
}
.store-back__link {
  font-size: 0.92rem;
  opacity: 0.8;
  text-decoration: none;
  color: inherit;
}
.store-back__link:hover {
  opacity: 1;
}
.store-product__grid {
  display: grid;
  gap: 2rem;
  align-items: start;
}
@media (min-width: 900px) {
  .store-product__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  }
}
.store-carousel {
  border-radius: 20px;
  border: 1px solid var(--store-line, rgba(255, 255, 255, 0.08));
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
}
.store-carousel__track {
  display: flex;
  gap: 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.store-carousel__slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  margin: 0;
}
.store-carousel__slide img {
  width: 100%;
  display: block;
  max-height: min(52vh, 420px);
  object-fit: cover;
}
.store-carousel__hint {
  margin: 0.5rem 0 0;
  font-size: 0.8rem;
  opacity: 0.55;
  text-align: center;
}
.store-carousel--empty {
  min-height: 220px;
  background: repeating-linear-gradient(-40deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.03) 10px, transparent 10px, transparent 22px);
}
.store-product__panel {
  padding: 0.25rem 0;
}
.store-chip {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.2rem 0.55rem;
  border-radius: 6px;
  background: rgba(99, 102, 241, 0.15);
  color: #c7d2fe;
  margin-bottom: 0.65rem;
}
.store-product__title {
  margin: 0 0 0.35rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}
.store-product__category {
  margin: 0 0 1.25rem;
  font-size: 0.95rem;
  opacity: 0.65;
}
.store-callout {
  padding: 0.9rem 1rem;
  border-radius: 12px;
  margin-bottom: 1rem;
}
.store-callout--warn {
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.35);
}
.store-fieldset {
  border: none;
  margin: 0 0 1.25rem;
  padding: 0;
}
.store-fieldset__legend {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.6;
  margin-bottom: 0.65rem;
}
.store-duration-list {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.store-duration-list--readonly {
  margin-bottom: 1rem;
}
.store-duration {
  cursor: pointer;
}
.store-duration--static {
  cursor: default;
}
.store-duration__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.store-duration__input:focus-visible + .store-duration__box {
  outline: 2px solid var(--primary, #6366f1);
  outline-offset: 2px;
}
.store-duration__input:checked + .store-duration__box {
  border-color: rgba(99, 102, 241, 0.65);
  background: rgba(99, 102, 241, 0.1);
}
.store-duration__box {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  gap: 0.15rem 1rem;
  padding: 0.75rem 1rem;
  border-radius: 14px;
  border: 1px solid var(--store-line, rgba(255, 255, 255, 0.1));
  transition: border-color 0.15s ease, background 0.15s ease;
}
.store-duration:hover .store-duration__box {
  border-color: rgba(255, 255, 255, 0.18);
}
.store-duration__label {
  grid-column: 1;
  grid-row: 1;
  font-weight: 600;
}
.store-duration__sub {
  grid-column: 1;
  grid-row: 2;
  font-size: 0.85rem;
  opacity: 0.65;
}
.store-duration__price {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  font-weight: 700;
  font-size: 1.05rem;
  white-space: nowrap;
}
.store-duration__strike {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  opacity: 0.5;
  text-align: right;
}
.store-pricebox {
  margin: 0 0 1.25rem;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  border: 1px dashed var(--store-line, rgba(255, 255, 255, 0.12));
  background: rgba(255, 255, 255, 0.02);
}
.store-pricebox__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 1rem;
}
.store-pricebox__amount {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.store-pricebox__disc {
  margin: 0.35rem 0 0;
  font-size: 0.85rem;
  color: #86efac;
}
.store-pricebox__note {
  margin: 0;
  font-size: 0.88rem;
  opacity: 0.65;
}
.store-terms {
  margin: 0 0 1rem;
  padding: 1rem;
  border-radius: 12px;
  max-height: 220px;
  overflow-y: auto;
  border: 1px solid var(--store-line, rgba(255, 255, 255, 0.08));
  font-size: 0.92rem;
  line-height: 1.5;
}
.store-accept {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  margin: 0 0 1rem;
  font-size: 0.92rem;
  cursor: pointer;
}
.store-accept input {
  margin-top: 0.2rem;
}
.store-balance {
  margin: 0 0 0.75rem;
  font-size: 0.92rem;
  opacity: 0.85;
}
.store-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.35rem;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.store-btn--primary {
  background: linear-gradient(135deg, #6366f1, #4f46e5);
  color: #fff;
  box-shadow: 0 12px 30px rgba(79, 70, 229, 0.35);
}
.store-btn--primary:hover {
  transform: translateY(-1px);
}
.store-btn--ghost {
  border: 1px solid var(--store-line, rgba(255, 255, 255, 0.15));
  background: transparent;
  color: inherit;
}
.store-btn--ghost:hover {
  border-color: rgba(99, 102, 241, 0.5);
}
.store-login {
  margin: 1rem 0 0;
}
.store-short {
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--store-line, rgba(255, 255, 255, 0.08));
}
.store-blocks {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--store-line, rgba(255, 255, 255, 0.08));
  display: grid;
  gap: 2rem;
}
.store-block__title {
  margin: 0 0 0.65rem;
  font-size: 1.15rem;
  font-weight: 600;
}
.store-block__body {
  font-size: 0.95rem;
  line-height: 1.6;
}
@media (max-width: 600px) {
  .store-grid {
    grid-template-columns: 1fr;
  }
}
.tsw {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tsw__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.tsw__title {
  font-weight: 700;
  line-height: 1.2;
}
.tsw__meta {
  opacity: 0.8;
  font-variant-numeric: tabular-nums;
}
.tsw__error, .tsw__empty {
  opacity: 0.85;
  font-size: 0.95rem;
}
.tsw__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.tsw__item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}
.tsw__chan {
  opacity: 0.75;
  font-size: 0.9rem;
  text-align: right;
  max-width: 55%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  .vip-page__glow {
    animation: none !important;
  }
}
.vip-page__hero {
  position: relative;
  padding: 2.5rem 0 1rem;
  overflow: hidden;
}
.vip-page__glow {
  position: absolute;
  inset: -50% -20% auto;
  height: 80%;
  background: radial-gradient(ellipse at 50% 0%, color-mix(in srgb, #e8c547 28%, transparent), transparent 72%);
  pointer-events: none;
}
.vip-page__body {
  padding-bottom: 3rem;
}
.vip-empty {
  color: var(--text-muted, #8b919a);
}
.vip-directory {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.vip-server-block__head {
  margin-bottom: 1rem;
}
.vip-server-block__title {
  font-size: 1.35rem;
  margin: 0 0 0.25rem;
}
.vip-server-block__meta {
  font-size: 0.875rem;
  color: var(--text-muted, #8b919a);
}
.vip-group-card {
  --vip-accent: #e8c547;
  border: 1px solid var(--border-color, rgba(255, 255, 255, 0.1));
  border-radius: 14px;
  padding: 1.1rem 1.2rem;
  margin-bottom: 1rem;
  background: var(--card-bg, rgba(255, 255, 255, 0.03));
  border-left: 3px solid var(--vip-accent);
}
.vip-group-card__head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
}
.vip-group-card__icon {
  font-size: 1.25rem;
  color: var(--vip-accent);
}
.vip-group-card__name {
  font-size: 1.05rem;
  margin: 0;
}
.vip-group-card__desc {
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  color: var(--text-muted, #8b919a);
}
.vip-user-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.vip-user-chip__link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  border: 1px solid var(--border-color, rgba(255, 255, 255, 0.12));
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.vip-user-chip__link:hover {
  border-color: color-mix(in srgb, var(--vip-accent) 45%, transparent);
  background: color-mix(in srgb, var(--vip-accent) 10%, transparent);
}
.vip-user-chip__avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
}
.vip-user-chip__avatar--placeholder {
  display: inline-block;
  background: color-mix(in srgb, var(--vip-accent) 25%, transparent);
}
.vip-user-chip__name {
  font-size: 0.875rem;
  font-weight: 500;
}
.vip-profile-tab {
  padding: 0.25rem 0;
}
.vip-profile-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.vip-profile-row {
  --vip-accent: #e8c547;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.65rem 0.85rem;
  border-radius: 10px;
  border: 1px solid var(--border-color, rgba(255, 255, 255, 0.08));
  border-left: 3px solid var(--vip-accent);
  background: var(--card-bg, rgba(255, 255, 255, 0.02));
}
.vip-profile-row__main {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.vip-profile-row__group {
  font-weight: 600;
}
.vip-profile-row__server {
  font-size: 0.875rem;
}
.vip-profile-row__expires {
  white-space: nowrap;
}
.welcome-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-md);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition), visibility var(--transition);
}
.welcome-popup--visible {
  opacity: 1;
  visibility: visible;
}
.welcome-popup--visible .welcome-popup__card {
  transform: scale(1) translateY(0);
}
.welcome-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.welcome-popup__card {
  position: relative;
  width: 100%;
  max-width: 400px;
  background: var(--secondary);
  border: 1px solid var(--transp-2);
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--shadow-medium);
  transform: scale(0.95) translateY(1rem);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.welcome-popup__glow {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
  transition: background 0.7s ease;
}
.welcome-popup__glow--top {
  top: -80px;
  right: -80px;
}
.welcome-popup__glow--bottom {
  bottom: -80px;
  left: -80px;
}
.welcome-popup__glow--center {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -32px;
  width: 120px;
  height: 120px;
  filter: blur(50px);
}
.welcome-popup__content {
  position: relative;
  z-index: 10;
  padding: var(--space-lg);
  display: flex;
  flex-direction: column;
  min-height: 400px;
  transition: opacity 0.15s ease;
}
.welcome-popup__content--animating {
  opacity: 0.5;
}
.welcome-popup__content--info {
  align-items: center;
  text-align: center;
  min-height: auto;
  padding: var(--space-lg);
}
.welcome-popup__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: var(--space-xl);
}
.welcome-popup__icon-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: var(--transp-1);
  border: 1px solid var(--transp-2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.5s ease;
  font-size: 20px;
}
.welcome-popup__icon-wrapper-big {
  width: 60px;
  height: 60px;
  font-size: 30px;
}
.welcome-popup__icon-wrapper--info {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-bottom: var(--space-lg);
  box-shadow: var(--shadow-medium);
}
.welcome-popup__icon {
  font-size: 24px;
  transition: color 0.5s ease;
}
.welcome-popup__icon-big {
  font-size: 50px;
}
.welcome-popup__close {
  padding: var(--space-xs);
  background: transparent;
  border: none;
  cursor: pointer;
  color: var(--text-500);
  transition: color var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--border05);
}
.welcome-popup__close:hover {
  color: var(--text);
  background: var(--transp-1);
}
.welcome-popup__close--info {
  position: absolute;
  top: var(--space-md);
  right: var(--space-md);
}
.welcome-popup__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.welcome-popup__body--info {
  flex: 0;
  margin-bottom: var(--space-lg);
}
.welcome-popup__body--info p {
  font-size: var(--p-small);
  color: var(--text-500);
  line-height: 1.6;
}
.welcome-popup__title {
  font-size: var(--h3);
  font-weight: 700;
  color: var(--text);
  margin-bottom: var(--space-md);
  letter-spacing: -0.025em;
  line-height: 1.2;
}
.welcome-popup__title--info {
  font-size: var(--h5);
  margin-bottom: var(--space-xs);
}
.welcome-popup__description {
  font-size: var(--p);
  color: var(--text-500);
  line-height: 1.6;
}
.welcome-popup__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: var(--space-xl);
}
.welcome-popup__dots {
  display: flex;
  gap: var(--space-xs);
}
.welcome-popup__dot {
  height: 6px;
  width: 6px;
  border-radius: 3px;
  background: var(--transp-3);
  transition: all 0.3s ease;
  cursor: pointer;
}
.welcome-popup__dot:hover {
  background: var(--text-600);
}
.welcome-popup__dot--active {
  width: 24px;
  background: var(--text);
}
.welcome-popup__steps {
  position: relative;
}
.welcome-popup__info {
  position: relative;
}
.welcome-popup__info .welcome-popup__card {
  max-width: 360px;
}
.welcome-popup__info .welcome-popup__content {
  min-height: auto;
}
.welcome-popup__info-text {
  font-size: var(--p-small);
  color: var(--text-500);
  line-height: 1.6;
  text-align: left;
  margin-top: var(--space-sm);
}
.welcome-popup__info-text p {
  margin: 0 0 var(--space-sm);
}
.welcome-popup__info-text p:last-child {
  margin-bottom: 0;
}
.welcome-popup__info-text a {
  color: var(--accent);
  text-decoration: underline;
}
.welcome-popup__info-text a:hover {
  text-decoration: none;
}
.welcome-popup__info-text strong, .welcome-popup__info-text b {
  color: var(--text);
  font-weight: 600;
}
.welcome-popup__info-text ul, .welcome-popup__info-text ol {
  margin: var(--space-sm) 0;
  padding-left: var(--space-lg);
}
.welcome-popup__info-text li {
  margin-bottom: var(--space-2xs);
  line-height: 1.5;
}
@media (max-width: 480px) {
  .welcome-popup {
    padding: var(--space-xs);
  }
  .welcome-popup__card {
    border-radius: 24px;
  }
  .welcome-popup__content {
    padding: var(--space-lg);
    min-height: 380px;
  }
  .welcome-popup__content--info {
    min-height: auto;
    padding: var(--space-md);
  }
  .welcome-popup__title {
    font-size: var(--h4);
  }
  .welcome-popup__title--info {
    font-size: var(--h6);
  }
  .welcome-popup__description {
    font-size: var(--p-small);
  }
  .welcome-popup__icon-wrapper {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }
  .welcome-popup__icon-wrapper--info {
    width: 56px;
    height: 56px;
  }
  .welcome-popup__icon {
    font-size: 20px;
  }
  .welcome-popup__footer {
    flex-direction: column-reverse;
    gap: var(--space-md);
  }
  .welcome-popup__btn {
    width: 100%;
    justify-content: center;
  }
  .welcome-popup__btn--next {
    width: 100%;
  }
  .welcome-popup__dots {
    justify-content: center;
    width: 100%;
  }
}
