@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&family=Cairo:wght@200..1000&family=Cascadia+Code:ital,wght@0,200..700;1,200..700&family=Noto+Kufi+Arabic:wght@100..900&family=Ropa+Sans:ital@0;1&family=Tajawal:wght@200;300;400;500;700;800;900&family=Varela+Round&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500;700&display=swap");
@keyframes moveWaves {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
:root {
  --primary: #fd7e14;
  --secondary: #eff1f3;
  --success: #05ca05;
  --danger: #f52626;
  --warning: #ffcc00;
  --info: #17a2b8;
  --light: #f8f9fa;
  --dark: #1a1a1a;
  --white: #ffffff;
  --black: #1c1c1c;
  --gray: #6c757d;
  --gray-light: #dcdcdc;
  --gray-dark: #343a40;
  --blue: #667eea;
  --green: #28a745;
  --red: #dc3545;
  --yellow: #ffc107;
  --purple: #764ba2;
  --pink: #e83e8c;
  --orange: #fd7e14;
  --teal: #20c997;
  --cyan: #17a2b8;
  --header-bg: #0a0a0a;
  --header-text-primary: #ffffff;
  --header-text-secondary: #c1c1c1;
  --footer-bg: #0a0a0a;
  --footer-text-primary: #ffffff;
  --footer-text-secondary: #c1c1c1;
  --bg-body-color: #0a0a0a;
  --btn-link: transparent;
  --btn-link-hover: rgba(0, 0, 0, 0);
  --bg-main-content: #ffffff;
  --bg-sidebar: #f1f1f1;
  --bg-overlay: rgba(0, 0, 0, 0.6);
  --glass-bg: rgba(0, 0, 0, 0.322);
  --glass-blur: 50px;
  --glass-border: rgba(255, 255, 255, 0.21);
  --background-blur-bg: var(--glass-bg);
  --background-blur-blur: blur(var(--glass-blur));
  --background-blur-border: 1px solid var(--glass-border);
  --accent-color: #e83e8c;
  --highlight-color: #ffc107;
  --hover-state: #dc6502;
  --active-state: #aa4e01;
  --input-bg: #ffffff;
  --input-border: #ced4da;
  --input-focus-bg: #1a1a1a;
  --input-focus-border: #fd7e14;
  --input-text-color: #cccccc;
  --tooltip-bg: rgba(0, 0, 0, 0.8);
  --tooltip-text: #ffffff;
  --popover-bg: #ffffff;
  --popover-border: #ddd;
  --spinner-bg: #fd7e14;
  --progress-bar-bg: #28a745;
  --progress-bar-stripes: rgba(255, 255, 255, 0.2);
  --progress-bar-active: #1e7e34;
  --alert-info-bg: #d1ecf1;
  --alert-info-text: #0c5460;
  --alert-success-bg: #d4edda;
  --alert-success-text: #155724;
  --alert-warning-bg: #fff3cd;
  --alert-warning-text: #856404;
  --alert-danger-bg: #f8d7da;
  --alert-danger-text: #721c24;
  --navbar-bg: #343a40;
  --navbar-link: #ffffff;
  --navbar-link-hover: #e6e6e6;
  --dropdown-bg: #1a1a1a;
  --dropdown-link: #ffffff;
  --dropdown-link-hover: #010101;
  --modal-header-bg: #f8f9fa;
  --modal-header-text: #495057;
  --modal-body-bg: #1a1a1a;
  --modal-footer-bg: #f1f1f1;
  --modal-footer-text: #495057;
  --modal-border: solid 1px #404040;
  --bg-primary: #fd7e14;
  --bg-secondary: #eff1f3;
  --bg-success: #05ca05;
  --bg-danger: #f52626;
  --bg-warning: #ffcc00;
  --bg-info: #17a2b8;
  --bg-light: #f8f9fa;
  --bg-dark: #1a1a1a;
  --bg-white: #ffffff;
  --bg-black: #1c1c1c;
  --text-primary: #ffffff;
  --text-secondary: #bcbcbc;
  --text-light: #f8f9fa;
  --text-dark: #1a1a1a;
  --text-white: #ffffff;
  --text-muted: #6c757d;
  --text-info: #17a2b8;
  --text-success: #05ca05;
  --text-danger: #f52626;
  --text-warning: #ffcc00;
  --text-link: #1e00e0;
  --text-link-hover: #140094;
  --text-blue: #667eea;
  --text-green: #28a745;
  --text-red: #dc3545;
  --text-yellow: #ffc107;
  --text-purple: #764ba2;
  --text-pink: #e83e8c;
  --text-orange: #fd7e14;
  --text-teal: #20c997;
  --text-cyan: #17a2b8;
  --link-color: #ffae00;
  --link-hover-color: #cc8b00;
  --btn-primary-bg: #1a1a1a;
  --btn-primary-text: #ffffff;
  --btn-primary-hover-bg: #1c1c1c;
  --btn-primary-hover-text: #bcbcbc;
  --btn-secondary-bg: transparent;
  --btn-secondary-text: #ffffff;
  --btn-secondary-hover-bg: #1c1c1c;
  --btn-secondary-hover-text: #bcbcbc;
  --btn-success-bg: #05ca05;
  --btn-success-text: #ffffff;
  --btn-success-hover-bg: #049804;
  --btn-success-hover-text: #ffffff;
  --btn-danger-bg: #f52626;
  --btn-danger-text: #ffffff;
  --btn-danger-hover-bg: #de0a0a;
  --btn-danger-hover-text: #ffffff;
  --btn-warning-bg: #ffcc00;
  --btn-warning-text: #1c1c1c;
  --btn-warning-hover-bg: #cca300;
  --btn-warning-hover-text: #1c1c1c;
  --btn-info-bg: #17a2b8;
  --btn-info-text: #ffffff;
  --btn-info-hover-bg: #117a8b;
  --btn-info-hover-text: #ffffff;
  --border-width: 1px;
  --border-style: solid;
  --border-color: #404040;
  --border: solid 1px #404040;
  --border-radius-sm: 6px;
  --border-radius-md: 12px;
  --border-radius-lg: 20px;
  --border-radius-full: 50%;
  --spacer: 1rem;
  --spacer-xs: 0.25rem;
  --spacer-sm: 0.5rem;
  --spacer-md: 1rem;
  --spacer-lg: 2rem;
  --spacer-xl: 4rem;
  --padding: 1rem;
  --padding-xs: 0.25rem;
  --padding-sm: 0.5rem;
  --padding-md: 1rem;
  --padding-lg: 2rem;
  --padding-xl: 4rem;
  --margin: 1rem;
  --margin-xs: 0.25rem;
  --margin-sm: 0.5rem;
  --margin-md: 1rem;
  --margin-lg: 1.5rem;
  --margin-xl: 2rem;
  --gap: 1rem;
  --gap-xs: 0.25rem;
  --gap-sm: 0.5rem;
  --gap-md: 1rem;
  --gap-lg: 1.5rem;
  --gap-xl: 2rem;
  --text-xxs: clamp(0.65rem, 1.5vw, 0.75rem);
  --text-xs: clamp(0.75rem, 1.8vw, 0.875rem);
  --text-sm: clamp(0.85rem, 2vw, 1rem);
  --text-md: clamp(1rem, 2.5vw, 1.25rem);
  --text-lg: clamp(2rem, 4vw, 2.4rem);
  --text-xl: clamp(2.5rem, 5vw, 3rem);
  --text-xxl: clamp(3rem, 6vw, 4rem);
  --text-xxs-weight: 300;
  --text-xs-weight: 300;
  --text-sm-weight: 400;
  --text-md-weight: 500;
  --text-lg-weight: 600;
  --text-xl-weight: 700;
  --text-xxl-weight: 800;
  --transition-fast: 0.1s ease-in-out;
  --transition-medium: 0.2s ease-in-out;
  --transition-slow: 0.4s ease-in-out;
  --box-shadow-sm: 0px 2px 5px rgba(0, 0, 0, 0.1);
  --box-shadow-md: 0px 4px 10px rgba(0, 0, 0, 0.2);
  --box-shadow-lg: 0px 6px 15px rgba(0, 0, 0, 0.3);
  --grid-columns: 12;
  --grid-gutter-width: 1.5rem;
  --container-max-width-sm: 540px;
  --container-max-width-md: 720px;
  --container-max-width-lg: 960px;
  --container-max-width-xl: 1140px;
  --flex-alignments: flex-start, flex-end, center, space-between, space-around;
  --grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  --border-btn-primary: solid 1px #404040;
  --border-btn-danger: solid 0.5px #f52626;
  --border-btn-warning: solid 0.5px #ffcc00;
  --border-btn-success: solid 0.5px #05ca05;
  --border-btn-info: solid 0.5px #17a2b8;
  --padding-responsive: clamp(2.5%, 5vw, 10%);
  transition: background-color 0.4s ease, color 0.4s ease;
}

/* Reset and General Styles */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  letter-spacing: 0.035em;
}

body {
  line-height: 1.5;
  background-color: var(--bg-body-color);
  transition: background-color 0.4s ease, color 0.4s ease;
  scrollbar-color: var(--text-secondary) var(--dark) !important;
}

/* Directional Styles */
body.ltr {
  direction: ltr;
  text-align: left;
  scrollbar-color: var(--text-secondary) var(--dark) !important;
}

body.rtl {
  direction: rtl;
  text-align: right;
  scrollbar-color: var(--text-secondary) var(--dark) !important;
}

[data-dir=directional] {
  direction: ltr;
  text-align: left;
}

body.rtl [data-dir=directional] {
  direction: rtl;
  text-align: right;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
  scrollbar-color: var(--text-secondary) var(--dark) !important;
}

html[dir=rtl] .swiper {
  direction: ltr;
  scrollbar-color: var(--text-secondary) var(--dark) !important;
}

/* Lists */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Buttons and Inputs */
button,
input,
textarea,
select {
  background: none;
  border: none;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  padding: 0;
  margin: 0;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
textarea {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
}

/* Forms */
input,
textarea {
  border: var(--border);
  box-shadow: none !important;
  color: var(--text-primary) !important;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--text-secondary) !important;
}
input::placeholder,
textarea::placeholder {
  color: var(--text-secondary) !important;
}

:focus {
  outline: none;
  box-shadow: none;
}

.loading-loading {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1.5px solid var(--text-secondary);
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-right: 5px;
  vertical-align: middle;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
  display: none !important;
}

input[type=password]::-webkit-credentials-auto-fill-button,
input[type=password]::-webkit-textfield-decoration-container,
input[type=password]::-webkit-clear-button,
input[type=password]::-webkit-inner-spin-button,
input[type=password]::-webkit-password-toggle-button {
  display: none !important;
  -webkit-appearance: none;
}

/* Typography */
p {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: var(--text-secondary);
}

i {
  line-height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
th,
td,
pre,
code {
  color: var(--text-primary);
  margin: 0;
}

/* Links */
a {
  color: var(--link-color);
  transition: color var(--transition-fast);
  text-decoration: none;
  font-weight: var(--text-xs-weight);
}
a:hover {
  color: var(--link-hover-color);
  text-decoration: none;
  cursor: pointer;
}

.btn {
  border: none !important;
  display: inline-block !important;
  border-radius: var(--border-radius-sm) !important;
  cursor: pointer;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: var(--spacer-xs);
  transition: var(--transition-medium);
}
.btn.btn-primary {
  background: var(--btn-primary-bg);
  border: solid 1px #404040 !important;
  color: var(--btn-primary-text);
}
.btn.btn-primary:hover {
  background: var(--btn-primary-hover-bg) !important;
  color: var(--btn-primary-hover-text) !important;
}
.btn.btn-secondary {
  background: var(--btn-secondary-bg);
  color: var(--btn-secondary-text);
}
.btn.btn-secondary:hover {
  background: var(--btn-secondary-hover-bg) !important;
  color: var(--btn-secondary-hover-text) !important;
}
.btn.btn-danger {
  background: var(--btn-danger-bg);
  border: solid 0.5px #f52626;
  color: var(--btn-danger-text);
}
.btn.btn-danger:hover {
  background: var(--btn-danger-hover-bg) !important;
  color: var(--btn-danger-hover-text) !important;
}
.btn.btn-warning {
  background: var(--btn-warning-bg);
  border: solid 0.5px #ffcc00;
  color: var(--btn-warning-text);
}
.btn.btn-warning:hover {
  background: var(--btn-warning-hover-bg) !important;
  color: var(--btn-warning-hover-text) !important;
}
.btn.btn-success {
  background: var(--btn-success-bg);
  border: solid 0.5px #05ca05;
  color: var(--btn-success-text);
}
.btn.btn-success:hover {
  background: var(--btn-success-hover-bg) !important;
  color: var(--btn-success-hover-text) !important;
}
.btn.btn-info {
  background: var(--btn-info-bg);
  border: solid 0.5px #17a2b8;
  color: var(--btn-info-text);
}
.btn.btn-info:hover {
  background: var(--btn-info-hover-bg) !important;
  color: var(--btn-info-hover-text) !important;
}
.btn.active {
  background: var(--primary-color) !important;
  color: var(--white) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.btn.active:hover {
  background: var(--primary-color) !important;
  color: var(--white) !important;
}

.btn-xs {
  width: clamp(40px, 5vw, 110px) !important;
  height: 30px !important;
  font-size: var(--text-xxs) !important;
}

.btn-sm {
  width: clamp(90px, 7vw, 130px) !important;
  height: 32px !important;
  font-size: var(--text-xxs) !important;
}

.btn-md {
  width: clamp(120px, 5vw, 160px) !important;
  height: 36px !important;
  font-size: var(--text-xs) !important;
}

.btn-lg {
  width: clamp(140px, 10vw, 190px) !important;
  height: 48px !important;
  font-size: var(--text-sm) !important;
}

.btn-plus {
  background: linear-gradient(135deg, var(--orange) 0%, var(--blue) 70%);
  color: white !important;
  position: relative;
  overflow: hidden;
}

.btn-plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
  color: white !important;
}

.btn-plus:hover::before {
  left: 100%;
  color: white !important;
}

/*════════════════════════════════════════
||         Gipixel Hero Section          ||
════════════════════════════════════════*/
.gipixel-hero {
  display: grid;
  place-items: center;
  width: 100%;
  padding: var(--spacer-xl);
  position: relative;
  text-align: center;
  overflow: hidden;
}
.gipixel-hero .hero-inner {
  min-width: 100%;
  padding: 0 var(--spacer-sm);
}
.gipixel-hero .hero-inner .badge {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  gap: var(--gap-xs);
  border-radius: 100px;
  padding: var(--padding-xs) var(--padding-sm);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto var(--spacer-md) auto;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.1s;
}
.gipixel-hero .hero-inner .badge i {
  font-size: var(--text-xs);
  font-size: 12px;
  background: linear-gradient(135deg, var(--primary), var(--orange), var(--blue), var(--primary));
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-shift 3s ease infinite;
  display: inline-block;
}
.gipixel-hero .hero-inner .badge p {
  font-size: 12px;
  font-weight: var(--font-weight-bold);
  color: var(--text-primary);
  margin: 0;
}
.gipixel-hero .hero-inner h1 {
  color: var(--white);
  font-size: var(--text-xl);
  font-weight: var(--text-xxl-weight);
  letter-spacing: 2.5px;
  margin-bottom: var(--spacer-md);
}
.gipixel-hero .hero-inner p {
  color: var(--text-secondary);
  font-size: var(--text-sm);
  line-height: 1.7;
  margin-bottom: var(--spacer-md);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.gipixel-hero .hero-inner .hero-actions {
  margin-top: var(--spacer-md);
  display: flex;
  gap: var(--spacer-sm);
  justify-content: center;
  flex-wrap: wrap;
}

/*════════════════════════════════════════
||         Responsive Hero Styles        ||
════════════════════════════════════════*/
@media (max-width: 768px) {
  .gipixel-hero {
    padding: var(--spacer-lg) var(--spacer-sm);
  }
  .gipixel-hero .hero-inner h1 {
    font-size: var(--text-lg);
    letter-spacing: 1.5px;
  }
  .gipixel-hero .hero-inner p {
    font-size: var(--text-xs);
    line-height: 1.6;
  }
  .gipixel-hero::after {
    bottom: -20%;
    left: 20%;
    width: 60%;
    height: 50%;
    filter: blur(70px);
  }
}
.gipixel-hero--index::after {
  display: none !important;
}

.gipixel-hero--index {
  padding: 0 !important;
  height: auto !important;
  animation: fadeInUp 0.8s ease-out forwards;
  opacity: 0;
}
.gipixel-hero--index .hero-inner h1 {
  animation: fadeInUp 0.8s ease-out 0.2s forwards;
  opacity: 0;
}
.gipixel-hero--index .hero-inner h1 span {
  background: linear-gradient(90deg, var(--primary) 0%, var(--blue) 25%, var(--purple) 50%, var(--pink) 75%, var(--primary) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientWave 3s ease infinite;
  display: inline-block;
}
.gipixel-hero--index .hero-inner p {
  animation: fadeInUp 0.8s ease-out 0.4s forwards;
  opacity: 0;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes gradientWave {
  0% {
    background-position: 0% center;
  }
  50% {
    background-position: 100% center;
  }
  100% {
    background-position: 0% center;
  }
}
@keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.gipixel-hero--articles::after {
  display: none !important;
}

.gipixel-hero--bug::after {
  display: none !important;
}

/*══════════════════════════════════════════════
||    1   Search Bar for Color Picker Page      ||
══════════════════════════════════════════════*/
.Gipixel-clear-picker-search {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacer-md);
  padding: var(--spacer-sm) 0;
  border-radius: var(--border-radius-md);
  width: 100%;
  transition: border-color 0.3s ease;
}
.Gipixel-clear-picker-search.focused {
  border-color: var(--text-primary);
}
.Gipixel-clear-picker-search:focus {
  box-shadow: none;
  border-color: var(--text-primary);
  background-color: var(--dark);
}
.Gipixel-clear-picker-search input {
  flex: 1;
  border: none;
  font-size: var(--text-xs);
  outline: none;
  height: 40px;
}
.Gipixel-clear-picker-search input.active-filters {
  background-color: var(--primary-color);
  color: var(--white);
  font-weight: 600;
}
.Gipixel-clear-picker-search input.active-filters::-moz-placeholder {
  color: var(--white);
  opacity: 0.8;
}
.Gipixel-clear-picker-search input.active-filters::placeholder {
  color: var(--white);
  opacity: 0.8;
}
.Gipixel-clear-picker-search .fi {
  font-size: var(--text-sm);
  color: var(--text-primary);
}
.Gipixel-clear-picker-search .toggle-icon {
  background: transparent;
  border: none;
  font-size: var(--text-sm);
  cursor: pointer;
}
.Gipixel-clear-picker-search .search-edit-btn .fi {
  color: var(--text-primary);
}
.Gipixel-clear-picker-search .search-clear-btn {
  display: none !important;
  background-color: var(--secondary-color);
  color: var(--white);
  border: none;
  border-radius: var(--border-radius-sm);
  padding: var(--spacer-xs) var(--spacer-sm);
  cursor: pointer;
}
.Gipixel-clear-picker-search .search-clear-btn.is-visible {
  display: inline-flex !important;
}
.Gipixel-clear-picker-search .search-clear-btn:hover {
  background-color: var(--danger-color);
}
.Gipixel-clear-picker-search .search-clear-btn .fi {
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1400px) {
  .Gipixel-clear-picker-search {
    width: 90%;
    gap: var(--spacer-xs);
  }
}
@media (max-width: 992px) {
  .Gipixel-clear-picker-search {
    width: 100% !important;
    padding: var(--spacer-sm);
    flex-direction: row;
    gap: var(--spacer-xs);
  }
  .Gipixel-clear-picker-search input {
    width: 100% !important;
    font-size: var(--text-sm);
    padding: var(--spacer-sm);
  }
  .Gipixel-clear-picker-search .toggle-icon,
  .Gipixel-clear-picker-search .search-clear-btn,
  .Gipixel-clear-picker-search .search-edit-btn {
    width: auto;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .Gipixel-clear-picker-search {
    padding: var(--spacer-xs);
    flex-direction: row;
    gap: var(--spacer-xs);
  }
  .Gipixel-clear-picker-search input {
    font-size: var(--text-xs);
    padding: var(--spacer-xs) var(--spacer-sm);
  }
  .Gipixel-clear-picker-search .fi {
    font-size: var(--text-xs);
  }
  .Gipixel-clear-picker-search .toggle-icon,
  .Gipixel-clear-picker-search .search-clear-btn,
  .Gipixel-clear-picker-search .search-edit-btn {
    font-size: var(--text-xs);
    padding: var(--spacer-xs) var(--spacer-sm);
    width: auto;
  }
}
/*════════════════════════════════════════
||     2 Search Bar for Blog, News & Tutorials  ||
════════════════════════════════════════*/
.Gipixel-bnt-search {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacer-sm) 0;
}
.Gipixel-bnt-search .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacer-sm);
  flex-direction: row;
  width: 100%;
  max-width: 720px;
  height: 60px;
}
.Gipixel-bnt-search .container .dropdown {
  min-width: 160px;
}
.Gipixel-bnt-search .container .dropdown .btn-secondary {
  height: 60px !important;
  min-width: 160px !important;
  overflow: hidden !important;
  border-radius: var(--border-radius-md) !important;
  border: var(--border) !important;
  transition: border-color 0.3s ease;
}
.Gipixel-bnt-search .container .dropdown .btn-secondary:focus {
  box-shadow: none;
  border-color: var(--text-primary) !important;
  background-color: var(--dark) !important;
}
.Gipixel-bnt-search .container .dropdown .btn-secondary:hover {
  box-shadow: none;
  border-color: var(--text-primary);
  border-radius: var(--border-radius-md) !important;
}
.Gipixel-bnt-search .container .dropdown .dropdown-menu {
  background-color: var(--black);
  border: var(--border);
  border-radius: var(--border-radius-md);
  width: 250px;
}
.Gipixel-bnt-search .container .dropdown .dropdown-menu .dropdown-item {
  padding: var(--spacer-sm);
  font-size: var(--text-sm);
  color: var(--text-secondary);
  transition: 0.2s;
}
.Gipixel-bnt-search .container .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: var(--dark);
  color: var(--text-primary);
}
.Gipixel-bnt-search .container .dropdown .dropdown-menu .dropdown-item.active {
  background-color: var(--dark);
  color: var(--white);
}
.Gipixel-bnt-search .container .search-input-wrapper {
  position: relative;
  flex: 1;
  height: 100%;
}
.Gipixel-bnt-search .container .search-input-wrapper .search-icon {
  position: absolute;
  left: var(--spacer-md);
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-secondary);
  font-size: 1rem;
  pointer-events: none;
  z-index: 2;
}
.Gipixel-bnt-search .container .search-input-wrapper input {
  height: 100%;
  width: 100%;
  padding-left: 2.5rem;
  font-size: var(--text-sm);
  color: var(--text-primary);
  background-color: transparent;
  border-radius: var(--border-radius-md);
  border: var(--border);
  transition: border-color 0.3s ease;
}
.Gipixel-bnt-search .container .search-input-wrapper input::-moz-placeholder {
  color: var(--text-secondary);
}
.Gipixel-bnt-search .container .search-input-wrapper input::placeholder {
  color: var(--text-secondary);
}
.Gipixel-bnt-search .container .search-input-wrapper input:focus {
  box-shadow: none;
  border-color: var(--text-primary);
  background-color: var(--dark);
}
.Gipixel-bnt-search .container .search-input-wrapper input:hover {
  background-color: var(--dark);
  color: var(--text-primary);
}
.Gipixel-bnt-search .container .search-input-wrapper .search-input {
  padding-left: 40px;
  padding-right: 15px;
  background-color: var(--dark);
  border-radius: var(--border-radius-sm);
  font-size: 14px;
  height: auto;
  transition: all 0.3s ease;
}
.Gipixel-bnt-search .container .search-input-wrapper .search-input::-moz-placeholder {
  color: var(--text-secondary);
  font-size: 14px;
}
.Gipixel-bnt-search .container .search-input-wrapper .search-input::placeholder {
  color: var(--text-secondary);
  font-size: 14px;
}
.Gipixel-bnt-search .container .search-input-wrapper .search-input:focus {
  outline: none;
  border-color: var(--primary);
}

@media (max-width: 768px) {
  .Gipixel-bnt-search .container {
    flex-direction: column;
    gap: var(--spacer-sm);
    height: auto;
  }
  .Gipixel-bnt-search .container .dropdown,
  .Gipixel-bnt-search .container .search-input-wrapper {
    width: 100%;
  }
  .Gipixel-bnt-search .container .dropdown .btn-secondary,
  .Gipixel-bnt-search .container .search-input-wrapper .btn-secondary {
    width: 100% !important;
    height: 50px;
    font-size: var(--text-sm);
  }
  .Gipixel-bnt-search .container .btn-secondary,
  .Gipixel-bnt-search .container input {
    height: 50px !important;
  }
  .Gipixel-bnt-search .container .search-icon {
    font-size: 0.9rem;
  }
  .Gipixel-bnt-search .container input {
    padding-left: 2.25rem;
  }
}
/*═════════════════════════════════════════════
||     3    Search Bar for Developer Page      ||
═════════════════════════════════════════════*/
.Gipixel-developer-search {
  height: -moz-fit-content;
  height: fit-content;
}
.Gipixel-developer-search .Gipixel-titel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.Gipixel-developer-search .Gipixel-titel span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: var(--spacer-sm);
  position: relative;
}
.Gipixel-developer-search .Gipixel-titel span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 30%;
  width: 40%;
  height: 40%;
  background: linear-gradient(20deg, var(--warning), var(--primary));
  filter: blur(100px);
  z-index: -1;
}
.Gipixel-developer-search .Gipixel-titel span h1 {
  font-size: var(--text-lg);
  font-weight: var(--text-lg-weight);
  color: var(--text-primary);
  text-align: center;
}
.Gipixel-developer-search .Gipixel-titel span i {
  font-size: var(--text-lg);
  color: var(--text-secondary);
}
.Gipixel-developer-search .Gipixel-titel p {
  font-size: var(--text-xs);
  color: var(--text-secondary);
  text-align: center;
  margin-top: var(--spacer-sm);
  margin-bottom: var(--spacer-md);
  width: 60%;
}
.Gipixel-developer-search .Gipixel-search {
  width: 100%;
  margin: 0;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: var(--spacer-md);
  align-items: flex-start;
}
.Gipixel-developer-search .Gipixel-search .Gipixel-search-bar {
  width: auto;
  max-width: 400px;
  min-width: 300px;
  font-size: var(--text-sm);
  border-radius: var(--border-radius-md);
  background: var(--black);
  color: var(--text-primary);
  outline: none;
  transition: border 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--spacer-sm);
  position: relative;
  margin-left: 0;
}
.Gipixel-developer-search .Gipixel-search .Gipixel-search-bar i {
  color: var(--text-secondary);
  position: absolute;
  left: 12px;
  z-index: 1;
}
.Gipixel-developer-search .Gipixel-search .Gipixel-search-bar input {
  width: 100%;
  height: 100%;
  border: none;
  height: 44px;
  background: transparent !important;
  padding-left: 40px;
  padding-right: var(--spacer-md);
  border-radius: var(--border-radius-md);
  border: var(--border);
}
.Gipixel-developer-search .Gipixel-search .Gipixel-search-bar input.focused {
  border-color: var(--text-primary);
}
.Gipixel-developer-search .Gipixel-search .Gipixel-search-bar input:focus {
  box-shadow: none;
  border-color: var(--text-primary);
  background-color: var(--dark);
}
.Gipixel-developer-search .Gipixel-search .Gipixel-search-bar input:hover {
  background-color: var(--dark);
  color: var(--text-primary);
}
.Gipixel-developer-search .Gipixel-search .Gipixel-search-results {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--spacer-md);
}
.Gipixel-developer-search .Gipixel-search .Gipixel-search-results .Gipixel-card-content {
  background: var(--black);
  color: var(--text-primary);
  padding: var(--spacer-md);
  margin-bottom: var(--spacer-md);
  border-radius: var(--border-radius-lg);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  border: var(--border);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--spacer-md);
  height: 120px;
}
.Gipixel-developer-search .Gipixel-search .Gipixel-search-results .Gipixel-card-content:hover::after {
  content: "";
  position: absolute;
  bottom: 0%;
  right: 0%;
  top: 100%;
  width: 100%;
  height: 10%;
  background: linear-gradient(20deg, var(--warning), var(--primary));
  filter: blur(100px);
  z-index: 1;
}
.Gipixel-developer-search .Gipixel-search .Gipixel-search-results .Gipixel-card-content span {
  color: var(--white);
  border: var(--border);
  font-size: var(--text-xxs);
  padding: var(--spacer-xs) var(--spacer-sm);
  border-radius: var(--border-radius-lg);
}
.Gipixel-developer-search .Gipixel-search .Gipixel-search-results .Gipixel-card-content span svg {
  height: 16px;
  color: var(--yellow) !important;
}
.Gipixel-developer-search .Gipixel-search .Gipixel-search-results .Gipixel-card-content .Gipixel-card-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
}
.Gipixel-developer-search .Gipixel-search .Gipixel-search-results .Gipixel-card-content .Gipixel-card-nav .Gipixel-right {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  gap: var(--spacer-md);
}
.Gipixel-developer-search .Gipixel-search .Gipixel-search-results .Gipixel-card-content .Gipixel-card-nav .Gipixel-right img {
  max-width: 50px;
  min-width: 50px;
  min-height: 50px;
  max-height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius-full);
}
.Gipixel-developer-search .Gipixel-search .Gipixel-search-results .Gipixel-card-content .Gipixel-card-nav .Gipixel-right .Gipixel-text {
  max-width: 80px;
}
.Gipixel-developer-search .Gipixel-search .Gipixel-search-results .Gipixel-card-content .Gipixel-card-nav .Gipixel-right .Gipixel-text h4 {
  font-size: var(--text-sm);
  font-size: var(--text-xxs);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 100%;
}
.Gipixel-developer-search .Gipixel-search .Gipixel-search-results .Gipixel-card-content .Gipixel-card-nav .Gipixel-right .Gipixel-text h5 {
  font-size: var(--text-xxs);
  color: var(--text-secondary);
}
.Gipixel-developer-search .Gipixel-search .Gipixel-search-results .Gipixel-card-content .Gipixel-card-footer p {
  font-size: var(--text-xxs);
  color: var(--text-secondary);
  margin: 0;
  font-size: var(--text-xxs);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*════════════════════════════════════════
|||        Card Scanner Section          ||
════════════════════════════════════════*/
.Gipixel-container-fw:has(.scanner-container) {
  position: relative;
  width: 100%;
  background: #000000;
  overflow: hidden;
  font-family: "Arial", sans-serif;
}

.scanner-container {
  position: relative;
  width: 100%;
  height: 34vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
}
@media (max-width: 768px) {
  .scanner-container {
    min-height: 400px;
  }
}

.scanner-card-stream {
  position: absolute;
  width: 100%;
  height: 180px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  overflow: visible;
  z-index: 10;
}

.scanner-card-line {
  display: flex;
  align-items: center;
  gap: 60px;
  white-space: nowrap;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  will-change: transform;
}
.scanner-card-line:active {
  cursor: grabbing;
}
.scanner-card-line.dragging {
  cursor: grabbing;
}
.scanner-card-line.dragging .scanner-card-wrapper {
  cursor: grabbing !important;
  pointer-events: none;
}
.scanner-card-line.css-animated {
  animation: scrollScannerCards 40s linear infinite;
}

@keyframes scrollScannerCards {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100vw);
  }
}
.scanner-card-wrapper {
  position: relative;
  width: 400px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .scanner-card-wrapper {
    width: 300px;
    height: 188px;
  }
}

.scanner-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.scanner-card-normal {
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  color: white;
  z-index: 2;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 var(--clip-right, 0%));
          clip-path: inset(0 0 0 var(--clip-right, 0%));
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}
.scanner-card-normal:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.scanner-card-iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1058823529);
  pointer-events: auto;
  transform: scale(1);
  transition: transform 0.3s ease;
  overflow: hidden;
  display: block;
}

.scanner-card-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  font-weight: bold;
}

.scanner-card-ascii {
  background: transparent;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  -webkit-clip-path: inset(0 calc(100% - var(--clip-left, 0%)) 0 0);
          clip-path: inset(0 calc(100% - var(--clip-left, 0%)) 0 0);
}

.scanner-ascii-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: rgba(220, 210, 255, 0.6);
  font-family: "Courier New", monospace;
  font-size: 11px;
  line-height: 13px;
  overflow: hidden;
  white-space: pre;
  -webkit-clip-path: inset(0 calc(100% - var(--clip-left, 0%)) 0 0);
          clip-path: inset(0 calc(100% - var(--clip-left, 0%)) 0 0);
  animation: scannerGlitch 0.1s infinite linear alternate-reverse;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-mask-image: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0.2) 100%);
  mask-image: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0.2) 100%);
}

@keyframes scannerGlitch {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 0.9;
  }
  16% {
    opacity: 1;
  }
  49% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
  99% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
.scanner-scan-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(0, 255, 255, 0.4), transparent);
  animation: scannerScanEffect 0.6s ease-out;
  pointer-events: none;
  z-index: 5;
}

@keyframes scannerScanEffect {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}
#scannerParticleCanvas {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 250px;
  z-index: 0;
  pointer-events: none;
}

#scannerScannerCanvas {
  position: absolute;
  top: 50%;
  left: -3px;
  transform: translateY(-50%);
  width: 100%;
  height: 300px;
  z-index: 15;
  pointer-events: none;
}

/*════════════════════════════════════════
||        Gipixel-card-default          ||
════════════════════════════════════════*/
.Gipixel-container-card {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  align-items: center;
  justify-content: center;
  gap: var(--spacer-md);
  margin: 0;
}
.Gipixel-container-card > * {
  padding-left: 15px;
  padding-right: 15px;
  flex: 1 0 calc(100% / 12 - 15px);
}
.Gipixel-container-card .Gipixel-card {
  transition: border-color 0.3s ease;
  padding: var(--spacer-md);
  background-color: var(--dark);
  border-radius: var(--border-radius-sm);
  border: var(--border);
  cursor: pointer;
  overflow: hidden;
  min-height: -moz-fit-content;
  min-height: fit-content;
  width: 100%;
}
.Gipixel-container-card .Gipixel-card.join-us-card {
  cursor: default;
}
.Gipixel-container-card .Gipixel-card .fi {
  color: var(--text-secondary);
}
.Gipixel-container-card .Gipixel-card:hover {
  border-color: var(--text-primary);
}
.Gipixel-container-card .Gipixel-card:hover .fi {
  color: var(--text-primary) !important;
}
.Gipixel-container-card .Gipixel-card:hover .fi-rr-star {
  color: var(--yellow) !important;
}
.Gipixel-container-card .Gipixel-card img {
  transition: transform 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: var(--border-radius-sm);
}
.Gipixel-container-card .Gipixel-card .Gipixel-container-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--spacer-sm);
}
.Gipixel-container-card .Gipixel-card .Gipixel-container-content h1 {
  font-size: var(--text-xs);
  margin-bottom: var(--spacer-sm);
  color: var(--text-primary);
}
.Gipixel-container-card .Gipixel-card .Gipixel-container-content h3 {
  color: var(--primary);
  font-size: var(--text-xs);
}
.Gipixel-container-card .Gipixel-card .Gipixel-container-content p {
  font-size: var(--text-xxs);
  margin-bottom: var(--spacer-sm);
  color: var(--text-secondary);
}

/*════════════════════════════════════════
||        index                         ||
════════════════════════════════════════*/
.Gipixel-container-index {
  margin: auto;
  max-width: 1400px;
}
.Gipixel-container-index .Gipixel-card {
  max-width: 25%;
  min-width: 300px;
  width: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: translateY(80px);
  animation: fadeInUpCard 0.6s ease forwards;
  border: none;
}
.Gipixel-container-index .Gipixel-card:hover .fi {
  color: #FF9B00 !important;
}
.Gipixel-container-index .Gipixel-card .Gipixel-container-content-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacer-sm);
}
.Gipixel-container-index .Gipixel-card .fi {
  background-color: rgba(255, 140, 0, 0.136);
  font-size: 24px;
  color: #FF9B00;
  padding: var(--spacer-sm);
  border-radius: var(--border-radius-md);
  border-radius: 100px;
}
.Gipixel-container-index .Gipixel-card p {
  font-size: 1rem !important;
}
.Gipixel-container-index .Gipixel-card:nth-child(1) {
  animation-delay: 0.1s;
}
.Gipixel-container-index .Gipixel-card:nth-child(2) {
  animation-delay: 0.4s;
}
.Gipixel-container-index .Gipixel-card:nth-child(3) {
  animation-delay: 0.7s;
}
.Gipixel-container-index .Gipixel-card:nth-child(4) {
  animation-delay: 0.9s;
}
@keyframes fadeInUpCard {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*════════════════════════════════════════
||        tutorials                     ||
════════════════════════════════════════*/
.Gipixel-container-tutorials .Gipixel-card {
  min-width: 400px;
  max-width: 400px;
  height: 300px;
}
.Gipixel-container-tutorials .Gipixel-card img {
  height: 230px;
  width: 100%;
  margin-bottom: var(--spacer-md);
}
.Gipixel-container-tutorials .Gipixel-card:hover img {
  transform: scale(1.03);
}

/*════════════════════════════════════════
||        Contact us                    ||
════════════════════════════════════════*/
.contact-page-header {
  text-align: center;
  margin-bottom: var(--spacer-sm);
  padding: var(--spacer-lg) 0;
  opacity: 0;
  animation: fadeInUp 0.6s ease-out 0.1s forwards;
  padding: var(--spacer-sm);
}
.contact-page-header h1 {
  font-size: var(--text-xxl);
  font-weight: var(--text-xxl-weight);
  color: var(--text-primary);
  margin-bottom: var(--spacer-md);
  background: linear-gradient(135deg, var(--orange) 0%, var(--blue) 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.contact-page-header p {
  font-size: var(--text-sm);
  color: var(--text-secondary);
  max-width: 600px;
  margin: 0 auto;
}

body:has(.Gipixel-container-Contact-us) .Gipixel-container {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: var(--padding-responsive);
  gap: var(--spacer-xl);
}

.Gipixel-container-Contact-us {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--spacer-lg);
  margin-top: 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.Gipixel-container-Contact-us .contact-card {
  position: relative;
  padding: var(--spacer-lg);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--border-radius-lg);
  transition: all 0.3s ease;
  overflow: hidden;
  height: auto;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.6s ease-out forwards;
}
.Gipixel-container-Contact-us .contact-card:nth-child(1) {
  animation-delay: 0.3s;
}
.Gipixel-container-Contact-us .contact-card:nth-child(2) {
  animation-delay: 0.5s;
}
.Gipixel-container-Contact-us .contact-card:nth-child(3) {
  animation-delay: 0.7s;
}
.Gipixel-container-Contact-us .contact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, var(--orange) 0%, var(--blue) 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.Gipixel-container-Contact-us .contact-card:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.Gipixel-container-Contact-us .contact-card:hover .contact-card-icon i {
  color: var(--white) !important;
}
.Gipixel-container-Contact-us .contact-card:hover .contact-card-link {
  transform: translateX(8px);
}
.Gipixel-container-Contact-us .contact-card:hover .contact-card-link i {
  transform: translateX(4px);
}
.Gipixel-container-Contact-us .contact-card.contact-card-primary {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.Gipixel-container-Contact-us .contact-card.contact-card-primary .contact-card-icon i {
  color: var(--white);
}
.Gipixel-container-Contact-us .contact-card a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: var(--spacer-md);
  text-decoration: none;
  height: 100%;
  width: 100%;
  color: inherit;
  align-items: center;
  text-align: center;
}
.Gipixel-container-Contact-us .contact-card .contact-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--spacer-sm);
  transition: all 0.3s ease;
}
.Gipixel-container-Contact-us .contact-card .contact-card-icon i {
  font-size: 24px;
  color: var(--white);
  padding: var(--spacer-sm);
  transition: all 0.3s ease;
}
.Gipixel-container-Contact-us .contact-card h2 {
  font-size: calc(var(--text-lg) * 0.95);
  font-weight: var(--text-lg-weight);
  color: var(--text-primary);
  margin: 0 0 var(--spacer-xs) 0;
  background: linear-gradient(135deg, var(--orange) 0%, var(--blue) 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  width: 100%;
}
.Gipixel-container-Contact-us .contact-card p {
  font-size: var(--text-sm);
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0 0 var(--spacer-md) 0;
  flex: 1;
  text-align: center;
  width: 100%;
}
.Gipixel-container-Contact-us .contact-card .contact-card-link {
  display: inline-flex;
  align-items: center;
  gap: var(--spacer-xs);
  font-size: var(--text-sm);
  color: var(--white);
  font-weight: var(--text-md-weight);
  transition: all 0.3s ease;
  margin-top: auto;
}
.Gipixel-container-Contact-us .contact-card .contact-card-link i {
  font-size: var(--text-xs);
  transition: transform 0.3s ease;
}

/*════════════════════════════════════════
||        partners                      ||
════════════════════════════════════════*/
.Gipixel-container-partners-program .Gipixel-card {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: var(--spacer-sm);
}
.Gipixel-container-partners-program .Gipixel-card p {
  text-align: center;
}
.Gipixel-container-partners-program .Gipixel-card .fi {
  font-size: var(--text-xxl);
  color: var(--text-secondary);
}

/*════════════════════════════════════════
|||        Partners Slider              ||
════════════════════════════════════════*/
.Gipixel-partners-slider-wrapper {
  width: 100%;
  position: relative;
  overflow-x: hidden !important;
  overflow-y: visible;
  max-width: 100%;
}
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden !important;
  overflow-y: visible;
  position: relative;
}
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-wrapper {
  align-items: flex-start;
  justify-content: flex-end;
  overflow-x: hidden !important;
  max-width: 100%;
}
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-container {
  overflow-x: hidden !important;
  max-width: 100%;
}
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-slide {
  overflow-x: hidden !important;
}
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-slide {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: auto;
  transition: transform 0.3s ease;
}
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-slide .Gipixel-partner-slide-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: var(--spacer-md);
  text-decoration: none;
  transition: transform 0.3s ease;
  gap: var(--spacer-sm);
}
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-slide .Gipixel-partner-logo {
  width: 100%;
  max-width: 180px;
  height: auto;
  max-height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-slide .Gipixel-partner-title {
  font-size: var(--text-sm);
  font-weight: var(--text-md-weight);
  color: var(--text-primary);
  margin: 0;
  text-align: center;
  transition: all 0.3s ease;
}
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-slide .Gipixel-partner-description {
  font-size: var(--text-xs);
  font-weight: var(--text-sm-weight);
  color: var(--text-secondary);
  margin: var(--spacer-xs) 0 0 0;
  text-align: center;
  line-height: 1.5;
  transition: all 0.3s ease;
  opacity: 0.6;
  max-width: 100%;
}
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-slide:hover .Gipixel-partner-logo {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.1);
}
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-slide:hover .Gipixel-partner-title {
  color: var(--text-primary);
  opacity: 1;
}
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-slide:hover .Gipixel-partner-description {
  color: var(--text-secondary);
  opacity: 0.8;
}
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-slide:hover .Gipixel-partner-slide-link {
  transform: translateY(-5px);
}
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-button-next,
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-button-prev {
  display: none !important;
  color: var(--text-primary);
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-button-next::after,
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-button-prev::after {
  font-size: 20px;
  font-weight: bold;
}
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-button-next:hover,
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.7);
  transform: scale(1.1);
  color: var(--orange);
}
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-button-next.swiper-button-disabled,
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0.3;
}
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-button-next {
  display: none !important;
}
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-button-prev {
  display: none !important;
}
@media (max-width: 1280px) {
  .Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-button-next,
  .Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-button-prev {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .Gipixel-partners-slider-wrapper {
    padding: var(--spacer-md) 0;
  }
  .Gipixel-partners-slider-wrapper .Gipixel-partners-swiper {
    padding: var(--spacer-md) 0;
  }
  .Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-slide .Gipixel-partner-logo {
    max-width: 140px;
    max-height: 100px;
  }
  .Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-slide .Gipixel-partner-title {
    font-size: var(--text-xs);
  }
  .Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-button-next,
  .Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-button-prev {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    width: 0 !important;
    height: 0 !important;
  }
}
@media (max-width: 480px) {
  .Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-slide .Gipixel-partner-logo {
    max-width: 120px;
    max-height: 80px;
  }
  .Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-slide .Gipixel-partner-title {
    font-size: var(--text-xxs);
  }
  .Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-button-next,
  .Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-button-prev {
    width: 35px;
    height: 35px;
  }
  .Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-button-next::after,
  .Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-button-prev::after {
    font-size: 14px;
  }
}

/*════════════════════════════════════════
||        ourstory                     ||
════════════════════════════════════════*/
.Gipixel-container-ourstory {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: var(--spacer-xl);
}
.Gipixel-container-ourstory .Gipixel-card {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  gap: var(--spacer-lg);
  width: 100%;
  min-height: 400px;
  align-items: center;
}
.Gipixel-container-ourstory .Gipixel-card > * {
  padding-left: 15px;
  padding-right: 15px;
  flex: 1 0 calc(100% / 12 - 15px);
}
.Gipixel-container-ourstory .Gipixel-card .Gipixel-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--spacer-md);
  padding: var(--spacer-lg);
}
.Gipixel-container-ourstory .Gipixel-card .Gipixel-text h2 {
  font-size: var(--text-xl);
  font-weight: var(--text-xl-weight);
  color: var(--text-primary);
  margin: 0;
  line-height: 1.3;
}
.Gipixel-container-ourstory .Gipixel-card .Gipixel-text p {
  font-size: var(--text-sm);
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}
.Gipixel-container-ourstory .Gipixel-card .community-images {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--spacer-md);
}
.Gipixel-container-ourstory .Gipixel-card .community-images img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: var(--border-radius-md) !important;
}
@media (max-width: 768px) {
  .Gipixel-container-ourstory .Gipixel-card .community-images img {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .Gipixel-container-ourstory .Gipixel-card .community-images img {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .Gipixel-container-ourstory .Gipixel-card {
    flex-direction: column;
    min-height: auto;
  }
  .Gipixel-container-ourstory .Gipixel-card .Gipixel-text {
    padding: var(--spacer-md);
  }
  .Gipixel-container-ourstory .Gipixel-card .community-images {
    order: -1;
  }
}

/*════════════════════════════════════════
||        card join us                  ||
════════════════════════════════════════*/
.Gipixel-container-join-us {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--padding-xl) var(--padding-md);
}
.Gipixel-container-join-us .join-us-card,
.Gipixel-container-join-us .Gipixel-card.join-us-card {
  position: relative;
  max-width: 100%;
  width: 100%;
  background-color: var(--bg-body-color);
  border: var(--border);
  border-radius: var(--border-radius-lg);
  padding: var(--padding-xl);
  overflow: hidden;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.Gipixel-container-join-us .join-us-card.scroll-revealed,
.Gipixel-container-join-us .Gipixel-card.join-us-card.scroll-revealed {
  opacity: 1;
  transform: translateY(0);
}
.Gipixel-container-join-us .join-us-card .join-us-content,
.Gipixel-container-join-us .Gipixel-card.join-us-card .join-us-content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.Gipixel-container-join-us .join-us-card .join-us-content .join-us-icon,
.Gipixel-container-join-us .Gipixel-card.join-us-card .join-us-content .join-us-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto var(--margin-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--orange) 0%, var(--blue) 70%);
  border-radius: var(--border-radius-full);
  box-shadow: 0 8px 24px rgba(253, 126, 20, 0.3);
}
.Gipixel-container-join-us .join-us-card .join-us-content .join-us-icon i,
.Gipixel-container-join-us .Gipixel-card.join-us-card .join-us-content .join-us-icon i {
  font-size: 2rem;
  color: var(--white);
}
.Gipixel-container-join-us .join-us-card .join-us-content h1,
.Gipixel-container-join-us .Gipixel-card.join-us-card .join-us-content h1 {
  font-size: var(--text-xl);
  font-weight: var(--text-xl-weight);
  color: var(--text-primary);
  margin-bottom: var(--margin-md);
  background: linear-gradient(135deg, var(--orange) 0%, var(--blue) 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.Gipixel-container-join-us .join-us-card .join-us-content p,
.Gipixel-container-join-us .Gipixel-card.join-us-card .join-us-content p {
  font-size: var(--text-sm);
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: var(--margin-md);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.Gipixel-container-join-us .join-us-card .join-us-content p a,
.Gipixel-container-join-us .Gipixel-card.join-us-card .join-us-content p a {
  color: var(--link-color);
  text-decoration: none;
  font-weight: var(--text-md-weight);
  transition: all 0.2s ease;
  border-bottom: 1px solid transparent;
}
.Gipixel-container-join-us .join-us-card .join-us-content p a:hover,
.Gipixel-container-join-us .Gipixel-card.join-us-card .join-us-content p a:hover {
  color: var(--primary);
  border-bottom-color: var(--primary);
}
.Gipixel-container-join-us .join-us-card .join-us-content .join-us-cta-text,
.Gipixel-container-join-us .Gipixel-card.join-us-card .join-us-content .join-us-cta-text {
  font-size: var(--text-xs);
  color: var(--text-secondary);
  opacity: 0.9;
}
.Gipixel-container-join-us .join-us-card .join-us-content .join-us-button,
.Gipixel-container-join-us .Gipixel-card.join-us-card .join-us-content .join-us-button {
  display: inline-flex;
  align-items: center;
  gap: var(--gap-sm);
  margin-top: var(--margin-lg);
  padding: var(--padding-md) var(--padding-xl);
  background: linear-gradient(135deg, var(--orange) 0%, var(--blue) 70%);
  color: var(--white);
  text-decoration: none;
  border-radius: var(--border-radius-md);
  font-size: var(--text-sm);
  font-weight: var(--text-md-weight);
  transition: all 0.3s ease;
  box-shadow: none;
}
.Gipixel-container-join-us .join-us-card .join-us-content .join-us-button:hover,
.Gipixel-container-join-us .Gipixel-card.join-us-card .join-us-content .join-us-button:hover {
  transform: translateY(-2px);
  box-shadow: none;
  gap: var(--gap-md);
}
.Gipixel-container-join-us .join-us-card .join-us-content .join-us-button i,
.Gipixel-container-join-us .Gipixel-card.join-us-card .join-us-content .join-us-button i {
  font-size: var(--text-sm);
  transition: transform 0.3s ease;
}
.Gipixel-container-join-us .join-us-card .join-us-content .join-us-button:hover i,
.Gipixel-container-join-us .Gipixel-card.join-us-card .join-us-content .join-us-button:hover i {
  transform: translateX(4px);
}
.Gipixel-container-join-us .join-us-card .join-us-decoration,
.Gipixel-container-join-us .Gipixel-card.join-us-card .join-us-decoration {
  position: absolute;
  top: -50%;
  right: -50%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(253, 126, 20, 0.1) 0%, rgba(102, 126, 234, 0.1) 50%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  animation: pulse 4s ease-in-out infinite;
  z-index: 0;
}
@media (max-width: 768px) {
  .Gipixel-container-join-us {
    padding: var(--padding-lg) var(--padding-md);
  }
  .Gipixel-container-join-us .join-us-card {
    padding: var(--padding-lg);
  }
  .Gipixel-container-join-us .join-us-card .join-us-content .join-us-icon {
    width: 60px;
    height: 60px;
    margin-bottom: var(--margin-md);
  }
  .Gipixel-container-join-us .join-us-card .join-us-content .join-us-icon i {
    font-size: 1.5rem;
  }
  .Gipixel-container-join-us .join-us-card .join-us-content h1 {
    font-size: var(--text-lg);
  }
  .Gipixel-container-join-us .join-us-card .join-us-content p {
    font-size: var(--text-xs);
  }
  .Gipixel-container-join-us .join-us-card .join-us-content .join-us-button {
    padding: var(--padding-sm) var(--padding-lg);
    font-size: var(--text-xs);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.3;
  }
}
/*════════════════════════════════════════
||        card blog                  ||
════════════════════════════════════════*/
.Gipixel-container-blog {
  display: flex;
  flex-direction: column;
  gap: var(--gap-md);
}
.Gipixel-container-blog .Gipixel-card {
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 200px;
  border-radius: var(--border-radius-sm);
  cursor: pointer;
  transition: all var(--transition-medium);
}
.Gipixel-container-blog .Gipixel-card:hover {
  transform: translateY(-2px);
  border-color: var(--link-color);
}
.Gipixel-container-blog .Gipixel-card a {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}
.Gipixel-container-blog .Gipixel-card h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  justify-content: space-between;
  font-size: var(--text-sm);
  color: var(--text-primary);
  margin-bottom: var(--margin-sm);
}
.Gipixel-container-blog .Gipixel-card img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius-sm);
  margin-bottom: var(--margin-sm);
}
.Gipixel-container-blog .Gipixel-card .Gipixel-container-content .Gipixel-Category-blog {
  background-color: var(--black);
  padding: var(--spacer-sm);
  border-radius: var(--border-radius-sm);
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--text-secondary);
  display: inline-block;
  margin-bottom: var(--margin-sm);
}
.Gipixel-container-blog .Gipixel-card .Gipixel-container-content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--text-secondary);
  font-size: var(--text-xxs);
  margin-bottom: var(--margin-sm);
}
.Gipixel-container-blog .Gipixel-card .Gipixel-container-content h1 {
  font-size: var(--text-xxs);
}
.Gipixel-container-blog .Gipixel-card .Gipixel-container-content h1 .fi {
  font-size: var(--text-md);
  margin-bottom: 3px;
  padding: 0;
}
.Gipixel-container-blog .Gipixel-card .Gipixel-container-content .Gipixel-Author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacer-sm);
  justify-content: flex-start;
  margin-bottom: var(--margin-sm);
  font-size: var(--text-xxs);
  color: var(--text-secondary);
}
.Gipixel-container-blog .Gipixel-card .Gipixel-container-content .Gipixel-Author img {
  width: 30px;
  height: 30px;
  border-radius: var(--border-radius-sm);
}
.Gipixel-container-blog .Gipixel-card .Gipixel-Views-date {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacer-sm);
  font-size: var(--text-xxs);
  color: var(--text-secondary);
  margin-top: var(--margin-sm);
  padding-top: var(--padding-sm);
  border-top: var(--border);
}
.Gipixel-container-blog .Gipixel-card .Gipixel-tag-blog {
  display: inline-block;
  background-color: var(--gray-dark);
  padding: var(--padding-xs) var(--padding-sm);
  border-radius: var(--border-radius-sm);
  font-size: var(--text-xxs);
  color: var(--text-primary);
  margin-top: var(--margin-sm);
}

.blog-articles-sidebar .Gipixel-container-blog .Gipixel-card {
  min-height: 120px;
  padding: var(--padding-sm);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: var(--gap-sm);
  background-color: transparent;
}
.blog-articles-sidebar .Gipixel-container-blog .Gipixel-card a {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: var(--gap-sm);
}
.blog-articles-sidebar .Gipixel-container-blog .Gipixel-card img {
  width: 100px;
  min-width: 100px;
  height: 80px;
  margin: 0;
}
.blog-articles-sidebar .Gipixel-container-blog .Gipixel-card .Gipixel-container-content {
  flex: 1;
  min-width: 0;
}
.blog-articles-sidebar .Gipixel-container-blog .Gipixel-card .Gipixel-container-content h1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--gap-xs);
  margin-bottom: var(--margin-xs);
  font-size: var(--text-xs);
  line-height: 1.4;
}
.blog-articles-sidebar .Gipixel-container-blog .Gipixel-card .Gipixel-container-content h1 .fi {
  font-size: var(--text-xs);
  margin: 0;
  flex-shrink: 0;
}

/*════════════════════════════════════════
||        card news                  ||
════════════════════════════════════════*/
.Gipixel-container-news .Gipixel-card {
  width: 100%;
  height: 450px;
  min-width: 350px;
  max-width: 400px;
}
.Gipixel-container-news .Gipixel-card img {
  width: 100%;
  height: 200px;
}
.Gipixel-container-news .Gipixel-card img:hover {
  transform: scale(1.03);
}
.Gipixel-container-news .Gipixel-card p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.Gipixel-container-news .Gipixel-card h1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.Gipixel-container-news .Gipixel-card .nav {
  margin-bottom: var(--spacer-sm);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  align-items: flex-end;
}
.Gipixel-container-news .Gipixel-card .nav .top-left {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacer-sm);
}
.Gipixel-container-news .Gipixel-card .nav .top-left img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius-full);
}
.Gipixel-container-news .Gipixel-card .nav .top-right {
  margin-bottom: var(--spacer-sm);
}
.Gipixel-container-news .Gipixel-card .nav .top-right .right-toles ul {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-end;
  gap: var(--spacer-sm);
}
.Gipixel-container-news .Gipixel-card .nav .top-right .right-toles ul li .fi-rr-star {
  color: var(--yellow) !important;
}
.Gipixel-container-news .Gipixel-card #tags {
  color: var(--primary);
}

/*════════════════════════════════════════
||        card developer                  ||
════════════════════════════════════════*/
.Gipixel-container-developer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  gap: var(--spacer-lg);
  position: relative;
  z-index: 1;
}
.Gipixel-container-developer > * {
  padding-left: 15px;
  padding-right: 15px;
  flex: 1 0 calc(100% / 12 - 15px);
}
.Gipixel-container-developer .Gipixel-card {
  height: auto;
  min-height: 320px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--border-radius-lg);
  padding: var(--spacer-lg);
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
}
.Gipixel-container-developer .Gipixel-card::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(253, 126, 20, 0.1) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.Gipixel-container-developer .Gipixel-card:hover {
  transform: translateY(-4px);
  border-color: rgba(253, 126, 20, 0.3);
  box-shadow: 0 8px 30px rgba(253, 126, 20, 0.2), 0 0 0 1px rgba(253, 126, 20, 0.15) inset;
}
.Gipixel-container-developer .Gipixel-card:hover::before {
  opacity: 1;
}
.Gipixel-container-developer .Gipixel-card .Gipixel-titel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row !important;
  gap: var(--spacer-sm);
  margin-bottom: var(--spacer-md);
}
.Gipixel-container-developer .Gipixel-card .Gipixel-titel i {
  font-size: var(--text-lg);
  background: linear-gradient(135deg, var(--orange) 0%, var(--blue) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.Gipixel-container-developer .Gipixel-card .Gipixel-titel h6 {
  font-size: var(--text-md);
  font-weight: var(--text-lg-weight);
  color: var(--white);
  margin: 0;
}
.Gipixel-container-developer .Gipixel-card .with-dots {
  list-style: none;
  padding: 0;
  color: var(--text-secondary);
  position: relative;
}
.Gipixel-container-developer .Gipixel-card .with-dots li {
  margin-bottom: var(--spacer-md);
  padding-left: var(--spacer-lg);
  position: relative;
  font-size: var(--text-sm);
  line-height: 1.6;
  transition: color 0.3s ease;
}
.Gipixel-container-developer .Gipixel-card .with-dots li::before {
  content: "▸";
  position: absolute;
  left: 0;
  color: var(--orange);
  font-weight: bold;
}
.Gipixel-container-developer .Gipixel-card .with-dots li:hover {
  color: var(--white);
}
.Gipixel-container-developer .Gipixel-card .with-dots li p {
  margin: 0;
}

/*════════════════════════════════════════
||        media queries all cards    ||
════════════════════════════════════════*/
@media (max-width: 768px) {
  .Gipixel-container-card .Gipixel-card {
    min-width: 100% !important;
  }
}
.Gipixel-animated-cards {
  width: 100%;
}
.Gipixel-animated-cards .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 248px;
  gap: var(--spacer-md);
  margin: 0 !important;
  padding: var(--spacer-xl) 0;
}
.Gipixel-animated-cards .cards .big-card {
  grid-row: span 2;
  height: 100%;
}
.Gipixel-animated-cards .cards .big-card .btn-plus {
  margin-top: auto;
  width: 100% !important;
  align-self: stretch;
}
.Gipixel-animated-cards .cards .big-card .Gipixel-feature-list {
  margin-top: var(--spacer-sm);
  display: flex;
  flex-direction: column;
  gap: var(--spacer-xs);
  list-style: none;
  padding: 0;
}
.Gipixel-animated-cards .cards .big-card .Gipixel-feature-list li {
  margin: 0;
  color: var(--text-secondary);
  font-size: var(--text-xs);
  line-height: 1.4;
  padding: var(--spacer-xs);
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  gap: var(--spacer-xs);
}
.Gipixel-animated-cards .cards .big-card .Gipixel-feature-list li i {
  font-size: var(--text-xs);
  color: var(--text-primary);
  margin-right: var(--spacer-xs);
}
.Gipixel-animated-cards .card {
  width: 100%;
  height: 248px;
  position: relative;
  padding: 20px;
  background: var(--bg-body-color);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #404040, 0 4px 12px rgba(0, 0, 0, 0.08);
}
.Gipixel-animated-cards .card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  background: conic-gradient(from var(--angle, 0deg), #ffffff, transparent 95%, #ffffff);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.Gipixel-animated-cards .card.active::before {
  opacity: 1;
}
.Gipixel-animated-cards .card h3 {
  margin: 0 0 var(--spacer-sm);
  font-size: var(--text-sm);
  font-weight: var(--text-xl-weight);
  color: var(--text-primary);
  padding: var(--spacer-xs);
}
.Gipixel-animated-cards .card p {
  margin: 0;
  color: var(--text-secondary);
  font-size: var(--text-xs);
  line-height: 1.4;
  padding: var(--spacer-xs);
}
.Gipixel-animated-cards .card i {
  margin: 0 0 var(--spacer-xs) var(--spacer-xs);
  color: var(--icon-color, #838383);
  font-size: var(--text-md);
  line-height: 1.4;
  border: var(--border);
  padding: var(--spacer-xs);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: var(--border-radius-sm);
}
.Gipixel-animated-cards .cardf {
  background: #000000 !important;
  padding: 12px;
  border: var(--border);
  border-radius: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .Gipixel-animated-cards .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .Gipixel-animated-cards .cards {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .Gipixel-animated-cards .card {
    height: auto;
  }
  .Gipixel-animated-cards .cardf {
    height: auto;
  }
}

/*════════════════════════════════════════
||        Gipixel-card-default          ||
════════════════════════════════════════*/
.Gipixel-container-card {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  align-items: center;
  justify-content: center;
  gap: var(--spacer-md);
  margin: 0;
}
.Gipixel-container-card > * {
  padding-left: 15px;
  padding-right: 15px;
  flex: 1 0 calc(100% / 12 - 15px);
}
.Gipixel-container-card .Gipixel-card {
  transition: border-color 0.3s ease;
  padding: var(--spacer-md);
  background-color: var(--dark);
  border-radius: var(--border-radius-sm);
  border: var(--border);
  cursor: pointer;
  overflow: hidden;
  min-height: -moz-fit-content;
  min-height: fit-content;
  width: 100%;
}
.Gipixel-container-card .Gipixel-card.join-us-card {
  cursor: default;
}
.Gipixel-container-card .Gipixel-card .fi {
  color: var(--text-secondary);
}
.Gipixel-container-card .Gipixel-card:hover {
  border-color: var(--text-primary);
}
.Gipixel-container-card .Gipixel-card:hover .fi {
  color: var(--text-primary) !important;
}
.Gipixel-container-card .Gipixel-card:hover .fi-rr-star {
  color: var(--yellow) !important;
}
.Gipixel-container-card .Gipixel-card img {
  transition: transform 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: var(--border-radius-sm);
}
.Gipixel-container-card .Gipixel-card .Gipixel-container-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--spacer-sm);
}
.Gipixel-container-card .Gipixel-card .Gipixel-container-content h1 {
  font-size: var(--text-xs);
  margin-bottom: var(--spacer-sm);
  color: var(--text-primary);
}
.Gipixel-container-card .Gipixel-card .Gipixel-container-content h3 {
  color: var(--primary);
  font-size: var(--text-xs);
}
.Gipixel-container-card .Gipixel-card .Gipixel-container-content p {
  font-size: var(--text-xxs);
  margin-bottom: var(--spacer-sm);
  color: var(--text-secondary);
}

/*════════════════════════════════════════
||        index                         ||
════════════════════════════════════════*/
.Gipixel-container-index {
  margin: auto;
  max-width: 1400px;
}
.Gipixel-container-index .Gipixel-card {
  max-width: 25%;
  min-width: 300px;
  width: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: translateY(80px);
  animation: fadeInUpCard 0.6s ease forwards;
  border: none;
}
.Gipixel-container-index .Gipixel-card:hover .fi {
  color: #FF9B00 !important;
}
.Gipixel-container-index .Gipixel-card .Gipixel-container-content-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacer-sm);
}
.Gipixel-container-index .Gipixel-card .fi {
  background-color: rgba(255, 140, 0, 0.136);
  font-size: 24px;
  color: #FF9B00;
  padding: var(--spacer-sm);
  border-radius: var(--border-radius-md);
  border-radius: 100px;
}
.Gipixel-container-index .Gipixel-card p {
  font-size: 1rem !important;
}
.Gipixel-container-index .Gipixel-card:nth-child(1) {
  animation-delay: 0.1s;
}
.Gipixel-container-index .Gipixel-card:nth-child(2) {
  animation-delay: 0.4s;
}
.Gipixel-container-index .Gipixel-card:nth-child(3) {
  animation-delay: 0.7s;
}
.Gipixel-container-index .Gipixel-card:nth-child(4) {
  animation-delay: 0.9s;
}
@keyframes fadeInUpCard {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*════════════════════════════════════════
||        tutorials                     ||
════════════════════════════════════════*/
.Gipixel-container-tutorials .Gipixel-card {
  min-width: 400px;
  max-width: 400px;
  height: 300px;
}
.Gipixel-container-tutorials .Gipixel-card img {
  height: 230px;
  width: 100%;
  margin-bottom: var(--spacer-md);
}
.Gipixel-container-tutorials .Gipixel-card:hover img {
  transform: scale(1.03);
}

/*════════════════════════════════════════
||        Contact us                    ||
════════════════════════════════════════*/
.contact-page-header {
  text-align: center;
  margin-bottom: var(--spacer-sm);
  padding: var(--spacer-lg) 0;
  opacity: 0;
  animation: fadeInUp 0.6s ease-out 0.1s forwards;
  padding: var(--spacer-sm);
}
.contact-page-header h1 {
  font-size: var(--text-xxl);
  font-weight: var(--text-xxl-weight);
  color: var(--text-primary);
  margin-bottom: var(--spacer-md);
  background: linear-gradient(135deg, var(--orange) 0%, var(--blue) 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.contact-page-header p {
  font-size: var(--text-sm);
  color: var(--text-secondary);
  max-width: 600px;
  margin: 0 auto;
}

body:has(.Gipixel-container-Contact-us) .Gipixel-container {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: var(--padding-responsive);
  gap: var(--spacer-xl);
}

.Gipixel-container-Contact-us {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--spacer-lg);
  margin-top: 0;
  width: 100%;
  max-width: 1200px;
}
.Gipixel-container-Contact-us .contact-card {
  position: relative;
  padding: var(--spacer-lg);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--border-radius-lg);
  transition: all 0.3s ease;
  overflow: hidden;
  height: auto;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.6s ease-out forwards;
}
.Gipixel-container-Contact-us .contact-card:nth-child(1) {
  animation-delay: 0.3s;
}
.Gipixel-container-Contact-us .contact-card:nth-child(2) {
  animation-delay: 0.5s;
}
.Gipixel-container-Contact-us .contact-card:nth-child(3) {
  animation-delay: 0.7s;
}
.Gipixel-container-Contact-us .contact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, var(--orange) 0%, var(--blue) 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.Gipixel-container-Contact-us .contact-card:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.Gipixel-container-Contact-us .contact-card:hover .contact-card-icon i {
  color: var(--white) !important;
}
.Gipixel-container-Contact-us .contact-card:hover .contact-card-link {
  transform: translateX(8px);
}
.Gipixel-container-Contact-us .contact-card:hover .contact-card-link i {
  transform: translateX(4px);
}
.Gipixel-container-Contact-us .contact-card.contact-card-primary {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.Gipixel-container-Contact-us .contact-card.contact-card-primary .contact-card-icon i {
  color: var(--white);
}
.Gipixel-container-Contact-us .contact-card a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: var(--spacer-md);
  text-decoration: none;
  height: 100%;
  width: 100%;
  color: inherit;
  align-items: center;
  text-align: center;
}
.Gipixel-container-Contact-us .contact-card .contact-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--spacer-sm);
  transition: all 0.3s ease;
}
.Gipixel-container-Contact-us .contact-card .contact-card-icon i {
  font-size: 24px;
  color: var(--white);
  padding: var(--spacer-sm);
  transition: all 0.3s ease;
}
.Gipixel-container-Contact-us .contact-card h2 {
  font-size: calc(var(--text-lg) * 0.95);
  font-weight: var(--text-lg-weight);
  color: var(--text-primary);
  margin: 0 0 var(--spacer-xs) 0;
  background: linear-gradient(135deg, var(--orange) 0%, var(--blue) 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  width: 100%;
}
.Gipixel-container-Contact-us .contact-card p {
  font-size: var(--text-sm);
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0 0 var(--spacer-md) 0;
  flex: 1;
  text-align: center;
  width: 100%;
}
.Gipixel-container-Contact-us .contact-card .contact-card-link {
  display: inline-flex;
  align-items: center;
  gap: var(--spacer-xs);
  font-size: var(--text-sm);
  color: var(--white);
  font-weight: var(--text-md-weight);
  transition: all 0.3s ease;
  margin-top: auto;
}
.Gipixel-container-Contact-us .contact-card .contact-card-link i {
  font-size: var(--text-xs);
  transition: transform 0.3s ease;
}

/*════════════════════════════════════════
||        partners                      ||
════════════════════════════════════════*/
.Gipixel-container-partners-program .Gipixel-card {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: var(--spacer-sm);
}
.Gipixel-container-partners-program .Gipixel-card p {
  text-align: center;
}
.Gipixel-container-partners-program .Gipixel-card .fi {
  font-size: var(--text-xxl);
  color: var(--text-secondary);
}

/*════════════════════════════════════════
|||        Partners Slider              ||
════════════════════════════════════════*/
.Gipixel-partners-slider-wrapper {
  width: 100%;
  position: relative;
}
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper {
  width: 100%;
  overflow: visible;
}
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-wrapper {
  align-items: center;
  justify-content: center;
}
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  transition: transform 0.3s ease;
}
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-slide .Gipixel-partner-slide-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: var(--spacer-md);
  text-decoration: none;
  transition: transform 0.3s ease;
  gap: var(--spacer-sm);
}
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-slide .Gipixel-partner-logo {
  width: 100%;
  max-width: 180px;
  height: auto;
  max-height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-slide .Gipixel-partner-title {
  font-size: var(--text-sm);
  font-weight: var(--text-md-weight);
  color: var(--text-primary);
  margin: 0;
  text-align: center;
  transition: all 0.3s ease;
}
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-slide .Gipixel-partner-description {
  font-size: var(--text-xs);
  font-weight: var(--text-sm-weight);
  color: var(--text-secondary);
  margin: var(--spacer-xs) 0 0 0;
  text-align: center;
  line-height: 1.5;
  transition: all 0.3s ease;
  opacity: 0.6;
  max-width: 100%;
}
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-slide:hover .Gipixel-partner-logo {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.1);
}
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-slide:hover .Gipixel-partner-title {
  color: var(--text-primary);
  opacity: 1;
}
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-slide:hover .Gipixel-partner-description {
  color: var(--text-secondary);
  opacity: 0.8;
}
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-slide:hover .Gipixel-partner-slide-link {
  transform: translateY(-5px);
}
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-button-next,
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-button-prev {
  color: var(--text-primary);
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-button-next::after,
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-button-prev::after {
  font-size: 20px;
  font-weight: bold;
}
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-button-next:hover,
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.7);
  transform: scale(1.1);
  color: var(--orange);
}
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-button-next.swiper-button-disabled,
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0.3;
}
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-button-next {
  right: -20px;
}
.Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-button-prev {
  left: -20px;
}
@media (max-width: 1280px) {
  .Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-button-next {
    right: 0;
  }
  .Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-button-prev {
    left: 0;
  }
}
@media (max-width: 768px) {
  .Gipixel-partners-slider-wrapper {
    padding: var(--spacer-md) 0;
  }
  .Gipixel-partners-slider-wrapper .Gipixel-partners-swiper {
    padding: var(--spacer-md) 0;
  }
  .Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-slide .Gipixel-partner-logo {
    max-width: 140px;
    max-height: 100px;
  }
  .Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-slide .Gipixel-partner-title {
    font-size: var(--text-xs);
  }
  .Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-button-next,
  .Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-button-next::after,
  .Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-button-prev::after {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-slide .Gipixel-partner-logo {
    max-width: 120px;
    max-height: 80px;
  }
  .Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-slide .Gipixel-partner-title {
    font-size: var(--text-xxs);
  }
  .Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-button-next,
  .Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-button-prev {
    width: 35px;
    height: 35px;
  }
  .Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-button-next::after,
  .Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-button-prev::after {
    font-size: 14px;
  }
}

/*════════════════════════════════════════
||        ourstory                     ||
════════════════════════════════════════*/
.Gipixel-container-ourstory {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.Gipixel-container-ourstory .Gipixel-card {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  gap: var(--spacer-md);
  width: 100%;
  min-height: 400px;
}
.Gipixel-container-ourstory .Gipixel-card > * {
  padding-left: 15px;
  padding-right: 15px;
  flex: 1 0 calc(100% / 12 - 15px);
}
.Gipixel-container-ourstory .Gipixel-card img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
  border-radius: var(--border-radius-md) !important;
}
@media (max-width: 768px) {
  .Gipixel-container-ourstory .Gipixel-card img {
    width: 100%;
    height: 250px;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .Gipixel-container-ourstory .Gipixel-card img {
    width: 100%;
    height: 200px;
  }
}

/*════════════════════════════════════════
||        card join us                  ||
════════════════════════════════════════*/
.Gipixel-container-join-us {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--padding-xl) var(--padding-md);
}
.Gipixel-container-join-us .join-us-card,
.Gipixel-container-join-us .Gipixel-card.join-us-card {
  position: relative;
  max-width: 100%;
  width: 100%;
  background-color: var(--bg-body-color);
  border: var(--border);
  border-radius: var(--border-radius-lg);
  padding: var(--padding-xl);
  overflow: hidden;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.Gipixel-container-join-us .join-us-card.scroll-revealed,
.Gipixel-container-join-us .Gipixel-card.join-us-card.scroll-revealed {
  opacity: 1;
  transform: translateY(0);
}
.Gipixel-container-join-us .join-us-card .join-us-content,
.Gipixel-container-join-us .Gipixel-card.join-us-card .join-us-content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.Gipixel-container-join-us .join-us-card .join-us-content .join-us-icon,
.Gipixel-container-join-us .Gipixel-card.join-us-card .join-us-content .join-us-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto var(--margin-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--orange) 0%, var(--blue) 70%);
  border-radius: var(--border-radius-full);
  box-shadow: 0 8px 24px rgba(253, 126, 20, 0.3);
}
.Gipixel-container-join-us .join-us-card .join-us-content .join-us-icon i,
.Gipixel-container-join-us .Gipixel-card.join-us-card .join-us-content .join-us-icon i {
  font-size: 2rem;
  color: var(--white);
}
.Gipixel-container-join-us .join-us-card .join-us-content h1,
.Gipixel-container-join-us .Gipixel-card.join-us-card .join-us-content h1 {
  font-size: var(--text-xl);
  font-weight: var(--text-xl-weight);
  color: var(--text-primary);
  margin-bottom: var(--margin-md);
  background: linear-gradient(135deg, var(--orange) 0%, var(--blue) 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.Gipixel-container-join-us .join-us-card .join-us-content p,
.Gipixel-container-join-us .Gipixel-card.join-us-card .join-us-content p {
  font-size: var(--text-sm);
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: var(--margin-md);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.Gipixel-container-join-us .join-us-card .join-us-content p a,
.Gipixel-container-join-us .Gipixel-card.join-us-card .join-us-content p a {
  color: var(--link-color);
  text-decoration: none;
  font-weight: var(--text-md-weight);
  transition: all 0.2s ease;
  border-bottom: 1px solid transparent;
}
.Gipixel-container-join-us .join-us-card .join-us-content p a:hover,
.Gipixel-container-join-us .Gipixel-card.join-us-card .join-us-content p a:hover {
  color: var(--primary);
  border-bottom-color: var(--primary);
}
.Gipixel-container-join-us .join-us-card .join-us-content .join-us-cta-text,
.Gipixel-container-join-us .Gipixel-card.join-us-card .join-us-content .join-us-cta-text {
  font-size: var(--text-xs);
  color: var(--text-secondary);
  opacity: 0.9;
}
.Gipixel-container-join-us .join-us-card .join-us-content .join-us-button,
.Gipixel-container-join-us .Gipixel-card.join-us-card .join-us-content .join-us-button {
  display: inline-flex;
  align-items: center;
  gap: var(--gap-sm);
  margin-top: var(--margin-lg);
  padding: var(--padding-md) var(--padding-xl);
  background: linear-gradient(135deg, var(--orange) 0%, var(--blue) 70%);
  color: var(--white);
  text-decoration: none;
  border-radius: var(--border-radius-md);
  font-size: var(--text-sm);
  font-weight: var(--text-md-weight);
  transition: all 0.3s ease;
  box-shadow: none;
}
.Gipixel-container-join-us .join-us-card .join-us-content .join-us-button:hover,
.Gipixel-container-join-us .Gipixel-card.join-us-card .join-us-content .join-us-button:hover {
  transform: translateY(-2px);
  box-shadow: none;
  gap: var(--gap-md);
}
.Gipixel-container-join-us .join-us-card .join-us-content .join-us-button i,
.Gipixel-container-join-us .Gipixel-card.join-us-card .join-us-content .join-us-button i {
  font-size: var(--text-sm);
  transition: transform 0.3s ease;
}
.Gipixel-container-join-us .join-us-card .join-us-content .join-us-button:hover i,
.Gipixel-container-join-us .Gipixel-card.join-us-card .join-us-content .join-us-button:hover i {
  transform: translateX(4px);
}
.Gipixel-container-join-us .join-us-card .join-us-decoration,
.Gipixel-container-join-us .Gipixel-card.join-us-card .join-us-decoration {
  position: absolute;
  top: -50%;
  right: -50%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(253, 126, 20, 0.1) 0%, rgba(102, 126, 234, 0.1) 50%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  animation: pulse 4s ease-in-out infinite;
  z-index: 0;
}
@media (max-width: 768px) {
  .Gipixel-container-join-us {
    padding: var(--padding-lg) var(--padding-md);
  }
  .Gipixel-container-join-us .join-us-card {
    padding: var(--padding-lg);
  }
  .Gipixel-container-join-us .join-us-card .join-us-content .join-us-icon {
    width: 60px;
    height: 60px;
    margin-bottom: var(--margin-md);
  }
  .Gipixel-container-join-us .join-us-card .join-us-content .join-us-icon i {
    font-size: 1.5rem;
  }
  .Gipixel-container-join-us .join-us-card .join-us-content h1 {
    font-size: var(--text-lg);
  }
  .Gipixel-container-join-us .join-us-card .join-us-content p {
    font-size: var(--text-xs);
  }
  .Gipixel-container-join-us .join-us-card .join-us-content .join-us-button {
    padding: var(--padding-sm) var(--padding-lg);
    font-size: var(--text-xs);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.3;
  }
}
/*════════════════════════════════════════
||        card blog                  ||
════════════════════════════════════════*/
.Gipixel-container-blog {
  display: flex;
  flex-direction: column;
  gap: var(--gap-md);
}
.Gipixel-container-blog .Gipixel-card {
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 200px;
  border-radius: var(--border-radius-sm);
  cursor: pointer;
  transition: all var(--transition-medium);
}
.Gipixel-container-blog .Gipixel-card:hover {
  transform: translateY(-2px);
  border-color: var(--link-color);
}
.Gipixel-container-blog .Gipixel-card a {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}
.Gipixel-container-blog .Gipixel-card h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  justify-content: space-between;
  font-size: var(--text-sm);
  color: var(--text-primary);
  margin-bottom: var(--margin-sm);
}
.Gipixel-container-blog .Gipixel-card img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius-sm);
  margin-bottom: var(--margin-sm);
}
.Gipixel-container-blog .Gipixel-card .Gipixel-container-content .Gipixel-Category-blog {
  background-color: var(--black);
  padding: var(--spacer-sm);
  border-radius: var(--border-radius-sm);
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--text-secondary);
  display: inline-block;
  margin-bottom: var(--margin-sm);
}
.Gipixel-container-blog .Gipixel-card .Gipixel-container-content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--text-secondary);
  font-size: var(--text-xxs);
  margin-bottom: var(--margin-sm);
}
.Gipixel-container-blog .Gipixel-card .Gipixel-container-content h1 {
  font-size: var(--text-xxs);
}
.Gipixel-container-blog .Gipixel-card .Gipixel-container-content h1 .fi {
  font-size: var(--text-md);
  margin-bottom: 3px;
  padding: 0;
}
.Gipixel-container-blog .Gipixel-card .Gipixel-container-content .Gipixel-Author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacer-sm);
  justify-content: flex-start;
  margin-bottom: var(--margin-sm);
  font-size: var(--text-xxs);
  color: var(--text-secondary);
}
.Gipixel-container-blog .Gipixel-card .Gipixel-container-content .Gipixel-Author img {
  width: 30px;
  height: 30px;
  border-radius: var(--border-radius-sm);
}
.Gipixel-container-blog .Gipixel-card .Gipixel-Views-date {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacer-sm);
  font-size: var(--text-xxs);
  color: var(--text-secondary);
  margin-top: var(--margin-sm);
  padding-top: var(--padding-sm);
  border-top: var(--border);
}
.Gipixel-container-blog .Gipixel-card .Gipixel-tag-blog {
  display: inline-block;
  background-color: var(--gray-dark);
  padding: var(--padding-xs) var(--padding-sm);
  border-radius: var(--border-radius-sm);
  font-size: var(--text-xxs);
  color: var(--text-primary);
  margin-top: var(--margin-sm);
}

.blog-articles-sidebar .Gipixel-container-blog .Gipixel-card {
  min-height: 120px;
  padding: var(--padding-sm);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: var(--gap-sm);
  background-color: transparent;
}
.blog-articles-sidebar .Gipixel-container-blog .Gipixel-card a {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: var(--gap-sm);
}
.blog-articles-sidebar .Gipixel-container-blog .Gipixel-card img {
  width: 100px;
  min-width: 100px;
  height: 80px;
  margin: 0;
}
.blog-articles-sidebar .Gipixel-container-blog .Gipixel-card .Gipixel-container-content {
  flex: 1;
  min-width: 0;
}
.blog-articles-sidebar .Gipixel-container-blog .Gipixel-card .Gipixel-container-content h1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--gap-xs);
  margin-bottom: var(--margin-xs);
  font-size: var(--text-xs);
  line-height: 1.4;
}
.blog-articles-sidebar .Gipixel-container-blog .Gipixel-card .Gipixel-container-content h1 .fi {
  font-size: var(--text-xs);
  margin: 0;
  flex-shrink: 0;
}

/*════════════════════════════════════════
||        card news                  ||
════════════════════════════════════════*/
.Gipixel-container-news .Gipixel-card {
  width: 100%;
  height: 450px;
  min-width: 350px;
  max-width: 400px;
}
.Gipixel-container-news .Gipixel-card img {
  width: 100%;
  height: 200px;
}
.Gipixel-container-news .Gipixel-card img:hover {
  transform: scale(1.03);
}
.Gipixel-container-news .Gipixel-card p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.Gipixel-container-news .Gipixel-card h1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.Gipixel-container-news .Gipixel-card .nav {
  margin-bottom: var(--spacer-sm);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  align-items: flex-end;
}
.Gipixel-container-news .Gipixel-card .nav .top-left {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacer-sm);
}
.Gipixel-container-news .Gipixel-card .nav .top-left img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius-full);
}
.Gipixel-container-news .Gipixel-card .nav .top-right {
  margin-bottom: var(--spacer-sm);
}
.Gipixel-container-news .Gipixel-card .nav .top-right .right-toles ul {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-end;
  gap: var(--spacer-sm);
}
.Gipixel-container-news .Gipixel-card .nav .top-right .right-toles ul li .fi-rr-star {
  color: var(--yellow) !important;
}
.Gipixel-container-news .Gipixel-card #tags {
  color: var(--primary);
}

/*════════════════════════════════════════
||        card developer                  ||
════════════════════════════════════════*/
.Gipixel-container-developer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  gap: var(--spacer-md);
}
.Gipixel-container-developer > * {
  padding-left: 15px;
  padding-right: 15px;
  flex: 1 0 calc(100% / 12 - 15px);
}
.Gipixel-container-developer .Gipixel-card {
  height: 280px;
}
.Gipixel-container-developer .Gipixel-card .Gipixel-titel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row !important;
  gap: var(--spacer-sm);
}
.Gipixel-container-developer .Gipixel-card .Gipixel-titel i {
  font-size: var(--text-md);
  color: var(--text-primary) !important;
}
.Gipixel-container-developer .Gipixel-card .with-dots {
  list-style: disc;
  padding-left: var(--spacer-md);
  color: var(--text-primary);
}
.Gipixel-container-developer .Gipixel-card .with-dots li {
  margin-bottom: var(--spacer-sm);
}

/*════════════════════════════════════════
||        media queries all cards    ||
════════════════════════════════════════*/
@media (max-width: 768px) {
  .Gipixel-container-card .Gipixel-card {
    min-width: 100% !important;
  }
}
section.Gipixel-container:has(.Gipixel-animated-cards) {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  max-width: 1600px;
  margin: 0 auto;
  padding: var(--padding-md);
}
section.Gipixel-container:has(.Gipixel-animated-cards)::before {
  content: "";
  content: "";
  z-index: -1;
  background: radial-gradient(120% 120% at 50% 100%, transparent 40%, rgba(253, 125, 20, 0.408) 100%);
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}

.Gipixel-animated-cards {
  width: 100%;
  position: relative;
  z-index: 1;
}
.Gipixel-animated-cards .animated-cards-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.2s forwards;
}
.Gipixel-animated-cards .animated-cards-header .badge {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  gap: var(--gap-xs);
  border-radius: 100px;
  padding: var(--padding-xs) var(--padding-sm);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto var(--spacer-md) auto;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.1s;
}
.Gipixel-animated-cards .animated-cards-header .badge i {
  font-size: var(--text-xs);
  font-size: 12px;
  background: linear-gradient(135deg, var(--primary), var(--orange), var(--blue), var(--primary));
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-shift 3s ease infinite;
  display: inline-block;
}
.Gipixel-animated-cards .animated-cards-header .badge p {
  font-size: 12px;
  font-weight: var(--font-weight-bold);
  color: var(--text-primary);
  margin: 0;
}
.Gipixel-animated-cards .animated-cards-header h1 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: var(--text-xxl);
  color: var(--text-primary);
  letter-spacing: 0.5px;
  margin-bottom: var(--spacer-md);
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease-out 0.3s forwards;
  line-height: 1.2;
}
.Gipixel-animated-cards .animated-cards-header h1 span {
  background: linear-gradient(90deg, var(--primary) 0%, var(--blue) 25%, var(--purple) 50%, var(--pink) 75%, var(--primary) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientWave 3s ease infinite;
  display: inline-block;
}
.Gipixel-animated-cards .animated-cards-header .animated-cards-description {
  color: var(--text-secondary);
  font-size: var(--text-md);
  font-weight: var(--text-sm-weight);
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease-out 0.4s forwards;
}
.Gipixel-animated-cards .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 248px;
  gap: var(--spacer-md);
  margin: 0 auto !important;
  padding: var(--spacer-xl) 0;
  max-width: 1100px;
  width: 100%;
}
.Gipixel-animated-cards .cards .big-card {
  grid-row: span 2;
  height: 100%;
}
.Gipixel-animated-cards .cards .big-card .btn-plus {
  margin-top: auto;
  width: 100% !important;
  align-self: stretch;
}
.Gipixel-animated-cards .cards .big-card .Gipixel-feature-list {
  margin-top: var(--spacer-sm);
  display: flex;
  flex-direction: column;
  gap: var(--spacer-xs);
  list-style: none;
  padding: 0;
}
.Gipixel-animated-cards .cards .big-card .Gipixel-feature-list li {
  margin: 0;
  color: var(--text-secondary);
  font-size: var(--text-xs);
  line-height: 1.4;
  padding: var(--spacer-xs);
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  gap: var(--spacer-xs);
}
.Gipixel-animated-cards .cards .big-card .Gipixel-feature-list li i {
  font-size: var(--text-xs);
  color: var(--text-primary);
  margin-right: var(--spacer-xs);
}
.Gipixel-animated-cards .card {
  width: 100%;
  height: 248px;
  position: relative;
  padding: 20px;
  background: var(--bg-body-color);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #404040, 0 4px 12px rgba(0, 0, 0, 0.08);
}
.Gipixel-animated-cards .card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
  -webkit-mask: radial-gradient(circle 180px at var(--mouse-x, 50%) var(--mouse-y, 50%), rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.95) 25%, rgba(255, 255, 255, 0.85) 40%, rgba(255, 255, 255, 0.7) 55%, rgba(255, 255, 255, 0.4) 70%, rgba(255, 255, 255, 0) 100%), linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: source-in, xor;
  -webkit-mask: radial-gradient(circle 180px at var(--mouse-x, 50%) var(--mouse-y, 50%), rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.95) 25%, rgba(255, 255, 255, 0.85) 40%, rgba(255, 255, 255, 0.7) 55%, rgba(255, 255, 255, 0.4) 70%, rgba(255, 255, 255, 0) 100%), linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: radial-gradient(circle 180px at var(--mouse-x, 50%) var(--mouse-y, 50%), rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.95) 25%, rgba(255, 255, 255, 0.85) 40%, rgba(255, 255, 255, 0.7) 55%, rgba(255, 255, 255, 0.4) 70%, rgba(255, 255, 255, 0) 100%), linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: source-in, xor, xor;
          mask-composite: intersect, exclude;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.Gipixel-animated-cards .card.active::before {
  opacity: 1;
}
.Gipixel-animated-cards .card h3 {
  margin: 0 0 var(--spacer-sm);
  font-size: var(--text-sm);
  font-weight: var(--text-xl-weight);
  color: var(--text-primary);
  padding: var(--spacer-xs);
}
.Gipixel-animated-cards .card p {
  margin: 0;
  color: var(--text-secondary);
  font-size: var(--text-xs);
  line-height: 1.4;
  padding: var(--spacer-xs);
}
.Gipixel-animated-cards .card i {
  margin: 0 0 var(--spacer-xs) var(--spacer-xs);
  font-size: var(--text-sm);
  background: linear-gradient(135deg, var(--orange) 0%, var(--blue) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
}
.Gipixel-animated-cards .cardf {
  background: #161616;
  padding: 12px;
  border: var(--border);
  border-radius: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .Gipixel-animated-cards .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .Gipixel-animated-cards .cards {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .Gipixel-animated-cards .card {
    height: auto;
  }
  .Gipixel-animated-cards .cardf {
    height: auto;
  }
  .Gipixel-animated-cards .animated-cards-header h1 {
    font-size: var(--text-xl);
  }
  .Gipixel-animated-cards .animated-cards-header .animated-cards-description {
    font-size: var(--text-sm);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes gradientWave {
  0% {
    background-position: 0% center;
  }
  50% {
    background-position: 100% center;
  }
  100% {
    background-position: 0% center;
  }
}
@keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes dropdown-slideup {
  from {
    transform: translateY(5%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes colorShift {
  0% {
    filter: hue-rotate(0deg) saturate(1);
    opacity: 0.4;
  }
  16.66% {
    filter: hue-rotate(60deg) saturate(1.1);
    opacity: 0.45;
  }
  33.33% {
    filter: hue-rotate(120deg) saturate(1);
    opacity: 0.4;
  }
  50% {
    filter: hue-rotate(180deg) saturate(1.1);
    opacity: 0.45;
  }
  66.66% {
    filter: hue-rotate(240deg) saturate(1);
    opacity: 0.4;
  }
  83.33% {
    filter: hue-rotate(300deg) saturate(1.1);
    opacity: 0.45;
  }
  100% {
    filter: hue-rotate(360deg) saturate(1);
    opacity: 0.4;
  }
}
/*************************************************
             Modal: Login
*************************************************/
.Gipixel-modal-login-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  justify-content: center;
  z-index: 1002;
  animation: fadeIn 0.3s ease forwards;
}
.Gipixel-modal-login-overlay .close-btn {
  position: absolute;
  top: var(--spacer-md);
  right: var(--spacer-md);
  background: none;
  border: none;
  font-size: var(--text-sm);
  cursor: pointer;
  z-index: 9999;
  color: var(--white);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Gipixel-modal-login-overlay .Gipixel-modal {
  animation: slideUp 0.35s ease forwards;
  opacity: 0;
  transform: translateY(50px);
  position: relative;
  display: block;
  max-height: 90vh;
  overflow: auto;
}
.Gipixel-modal-login-overlay .Gipixel-modal::after {
  content: "";
  position: absolute;
  top: 0%;
  right: 0%;
  width: 100%;
  height: 50%;
  background: linear-gradient(20deg, var(--warning), var(--primary));
  filter: blur(70px);
  opacity: 0.3;
  border-radius: var(--border-radius-lg);
  z-index: -1;
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card {
  background-color: var(--dark);
  border-radius: var(--border-radius-sm);
  border: var(--border);
  overflow: hidden;
  width: 950px;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  height: 88vh;
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .login-left-panel {
  width: 45%;
  background: url("https://ik.imagekit.io/vi176cvsh/ChatGPT%20Image%20Dec%2031,%202025,%2011_40_20%20PM.png") center/cover no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: var(--spacer-xl);
  overflow: hidden;
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .login-left-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--dark);
  opacity: 0.7;
  mix-blend-mode: multiply;
  z-index: 0;
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .login-left-panel .left-panel-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
  text-align: center;
  color: var(--white);
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .login-left-panel .left-panel-content .left-panel-logo {
  margin-bottom: var(--spacer-lg);
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .login-left-panel .left-panel-content .left-panel-logo .logo-img {
  max-width: 120px;
  height: auto;
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .login-left-panel .left-panel-content .left-panel-title {
  font-size: var(--text-xl);
  font-weight: 700;
  margin-bottom: var(--spacer-md);
  color: var(--white);
  letter-spacing: 1px;
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .login-left-panel .left-panel-content .left-panel-description {
  font-size: var(--text-sm);
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: var(--spacer-xl);
  line-height: 1.6;
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .login-left-panel .left-panel-content .left-panel-features {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--spacer-md);
  width: 100%;
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .login-left-panel .left-panel-content .left-panel-features .feature-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacer-sm);
  font-size: var(--text-xs);
  color: #ffffff;
  font-weight: bold;
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .login-left-panel .left-panel-content .left-panel-features .feature-item i {
  font-size: var(--text-md);
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .login-left-panel .left-panel-content .left-panel-features .feature-item:nth-child(3) {
  flex-basis: 100%;
  justify-content: center;
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .login-right-panel {
  width: 55%;
  padding: var(--spacer-xl);
  background-color: #000000;
  display: flex;
  flex-direction: column;
  position: relative;
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .login-right-panel .card-header {
  margin-bottom: var(--spacer-lg);
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .login-right-panel .card-header h1 {
  font-size: var(--text-lg);
  letter-spacing: 2.5px;
  margin-bottom: var(--spacer-md);
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .login-right-panel .card-header .auth-tabs {
  display: flex;
  gap: var(--spacer-sm);
  margin-bottom: var(--spacer-md);
  border-bottom: 1px solid var(--gray-dark);
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .login-right-panel .card-header .auth-tabs .auth-tab {
  flex: 1;
  padding: var(--spacer-md) var(--spacer-lg);
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  color: var(--text-secondary);
  font-size: var(--text-sm);
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .login-right-panel .card-header .auth-tabs .auth-tab:hover {
  color: var(--text-primary);
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .login-right-panel .card-header .auth-tabs .auth-tab.active {
  color: var(--primary);
  border-bottom-color: var(--primary);
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .card-body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .card-body .loading-login {
  display: none;
  text-align: center;
  margin-bottom: 15px;
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .card-body .loading-login .fi {
  display: flex;
  max-width: -moz-fit-content;
  max-width: fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  animation: spin 1.5s linear infinite !important;
  color: var(--text-primary);
  font-size: 24px;
  text-align: center;
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .card-body #authForm {
  width: 100%;
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .card-body .form-group {
  margin-bottom: var(--spacer-md);
  position: relative;
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .card-body .form-group label {
  margin-top: var(--spacer-xs);
  margin-bottom: var(--spacer-xs);
  display: block;
  color: var(--text-color);
  font-size: var(--text-xxs);
  color: var(--text-secondary);
  margin-left: var(--spacer-sm);
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .card-body .form-group #forgotPasswordLink {
  color: var(--link-color);
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .card-body .form-group .form-control {
  width: 100%;
  padding: var(--spacer-md) var(--spacer-lg);
  border: var(--border);
  border-radius: var(--border-radius-md);
  background-color: transparent;
  color: var(--text-primary);
  font-size: var(--text-xs);
  transition: all 0.5s;
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .card-body .form-group .form-control:focus {
  outline: none;
  border-color: var(--primary);
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .card-body .form-group .password-toggle {
  position: absolute;
  right: var(--spacer-sm);
  top: 18px;
  font-size: var(--text-xs);
  cursor: pointer;
  color: var(--text-secondary);
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .card-body .form-group .input-icon-flat {
  position: absolute;
  left: var(--spacer-sm);
  top: 19px;
  font-size: var(--text-xs);
  cursor: pointer;
  color: var(--text-secondary);
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .card-body .btn {
  display: block;
  width: 100% !important;
  cursor: pointer;
  transition: all 0.1s !important;
  height: 50px !important;
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .card-body .social-divider {
  text-align: center;
  margin: var(--spacer-md) 0;
  position: relative;
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .card-body .social-divider:before {
  content: "";
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--gray-dark);
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .card-body .social-divider span {
  background-color: var(--dark);
  padding: 0 15px;
  position: relative;
  color: var(--text-secondary);
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .card-body .GiButton {
  background-color: var(--primary);
  color: var(--white);
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .card-body .GiButton:hover {
  background-color: #dc6502 !important;
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .card-body .btn-social {
  width: 100%;
  margin-top: var(--spacer-md);
  position: relative;
  cursor: pointer;
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .card-body .btn-social img {
  width: 20px;
  height: 20px;
  margin-right: var(--spacer-md);
  position: absolute;
  left: var(--spacer-md);
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .card-body .footer-text {
  margin-top: var(--spacer-md);
  color: var(--text-secondary);
  font-size: var(--text-xxs);
  text-align: center;
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .card-body .footer-text .action-link {
  color: var(--text-primary);
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .card-body .checkbox-group {
  padding: var(--spacer-md);
  padding-left: 0 !important;
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .card-body .checkbox-group label {
  font-size: var(--text-xxs) !important;
  color: var(--text-secondary);
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .card-body .checkbox-group .custom-checkbox {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid var(--primary);
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  transition: background-color 0.2s ease;
  background-color: transparent;
  margin-bottom: -4px;
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .card-body .checkbox-group .custom-checkbox:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .card-body .checkbox-group .custom-checkbox:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid var(--text-primary);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .card-body #forgotPasswordFields .text-center {
  margin-bottom: var(--spacer-md);
  font-size: var(--text-sm);
  color: var(--text-secondary);
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .card-body #otpVerificationFields .text-center {
  margin-bottom: var(--spacer-md);
  font-size: var(--text-sm) !important;
  color: var(--text-secondary);
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .card-body #otpVerificationFields .otp-section {
  display: flex;
  justify-content: center;
  margin: var(--spacer-md) 0;
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .card-body #otpVerificationFields .otp-section .otp-input {
  border-radius: var(--border-radius-sm);
  width: 45px;
  height: 55px;
  margin: 0 5px;
  font-size: var(--text-md);
  text-align: center;
  border: var(--border);
  border-radius: var(--border-radius-md);
  background-color: transparent;
  color: var(--text-color);
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .card-body #otpVerificationFields .otp-section .otp-input:focus {
  outline: none;
  border-color: var(--primary);
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .card-body .resend-container {
  text-align: center;
  margin-top: var(--spacer-sm);
  color: var(--text-secondary);
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .card-body .resend-container .action-link {
  color: var(--text-secondary) !important;
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .card-body .resend-container .resend-timer {
  display: block;
  margin-top: var(--spacer-sm);
  font-size: var(--text-sm);
  color: var(--text-secondary);
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .card-body .alertlogin {
  padding: 12px;
  border-radius: var(--radius);
  margin-bottom: 20px;
  font-size: 14px;
  display: none;
  border: none;
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .card-body .alertloginsuccess {
  background-color: rgba(16, 185, 129, 0.1);
  font-size: var(--text-xxs) !important;
  color: var(--text-primary);
  border-radius: var(--border-radius-sm);
  position: relative;
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .card-body .alertloginerror {
  background-color: rgba(239, 68, 68, 0.1);
  font-size: var(--text-xxs) !important;
  color: var(--text-primary);
  border-radius: var(--border-radius-sm);
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .footer-text {
  color: var(--text-secondary);
}
.Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .footer-text a {
  color: var(--link-color);
}

/*************************************************
             Modal: Login: Responsive
*************************************************/
@media (max-width: 992px) {
  .Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card {
    width: 90vw;
    max-width: 600px;
    flex-direction: column;
  }
  .Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .login-left-panel {
    width: 100%;
    min-height: 200px;
    padding: var(--spacer-lg);
  }
  .Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .login-left-panel .left-panel-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .login-left-panel .left-panel-content .left-panel-title {
    font-size: var(--text-lg);
  }
  .Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .login-left-panel .left-panel-content .left-panel-description {
    font-size: var(--text-xs);
  }
  .Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .login-left-panel .left-panel-content .left-panel-features {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--spacer-sm);
  }
  .Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .login-left-panel .left-panel-content .left-panel-features .feature-item {
    font-size: var(--text-xxs);
  }
  .Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .login-right-panel {
    width: 100%;
    padding: var(--spacer-lg);
  }
}
@media (max-width: 576px) {
  .Gipixel-modal-login-overlay {
    padding: var(--spacer-sm);
  }
  .Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card {
    width: 100%;
    border-radius: var(--border-radius-md);
  }
  .Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .login-left-panel {
    min-height: 150px;
    padding: var(--spacer-md);
  }
  .Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .login-left-panel .left-panel-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .login-left-panel .left-panel-content .left-panel-logo {
    margin-bottom: var(--spacer-sm);
  }
  .Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .login-left-panel .left-panel-content .left-panel-logo .logo-img {
    max-width: 80px;
  }
  .Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .login-left-panel .left-panel-content .left-panel-title {
    font-size: var(--text-md);
    margin-bottom: var(--spacer-sm);
  }
  .Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .login-left-panel .left-panel-content .left-panel-description {
    display: none;
  }
  .Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .login-left-panel .left-panel-content .left-panel-features {
    display: none;
  }
  .Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .login-right-panel {
    padding: var(--spacer-md);
  }
  .Gipixel-modal-login-overlay .Gipixel-modal .Gipixel-login-card .login-right-panel .card-header .auth-tabs .auth-tab {
    padding: var(--spacer-sm) var(--spacer-md);
    font-size: var(--text-xs);
  }
}
/*************************************************
            Modal: TemplateComponent
*************************************************/
#componentModal .modal-content {
  background-color: #101010 !important;
  border-radius: var(--border-radius-md);
  border: var(--border);
}
#componentModal .modal-title {
  font-weight: var(--text-lg-weight);
  font-size: var(--text-md);
}
#componentModal .component-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: var(--spacer-md);
  margin-bottom: var(--spacer-xl);
}
#componentModal .component-grid .component-card {
  background-color: var(--black);
  padding: var(--spacer-lg) var(--spacer-md);
  border-radius: var(--border-radius-sm);
  text-align: center;
  color: var(--text-secondary);
  font-size: var(--text-xs);
  border: 1px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}
#componentModal .component-grid .component-card i {
  display: block;
  font-size: 24px;
  margin-bottom: var(--spacer-sm);
}
#componentModal .component-grid .component-card.active {
  border: 1px solid var(--primary);
  color: var(--text-primary);
}
#componentModal .component-grid .component-card:hover {
  border: 1px solid var(--primary);
}
#componentModal .component-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#componentModal .component-footer .tech-selector {
  display: flex;
  align-items: center;
  gap: var(--spacer-sm);
}
#componentModal .component-footer .tech-selector span {
  font-size: var(--text-xs);
  font-weight: var(--text-xs-weight);
  color: var(--text-secondary);
}
#componentModal .component-footer .tech-selector .tech-btn {
  padding: var(--spacer-sm) var(--spacer-md);
  border: 1px solid var(--border);
  border-radius: var(--border-radius-sm);
  background-color: transparent;
  color: var(--text-secondary);
  font-size: var(--text-xs);
  transition: 0.3s;
}
#componentModal .component-footer .tech-selector .tech-btn i {
  margin-inline-end: 4px;
}
#componentModal .component-footer .tech-selector .tech-btn.active {
  background-color: var(--primary);
  color: var(--white);
}
#componentModal .component-footer .tech-selector .tech-btn:hover {
  background-color: var(--primary);
  color: var(--white);
}

/*************************************************
             Modal: ContactUs
*************************************************/
.Gipixel-modal-contact-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1002;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.Gipixel-modal-contact-overlay[hidden] {
  display: none !important;
}
.Gipixel-modal-contact-overlay.active {
  display: flex;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.Gipixel-modal-contact-overlay .close-btn {
  position: absolute;
  top: var(--spacer-md);
  right: var(--spacer-md);
  background: none;
  border: none;
  font-size: var(--text-sm);
  cursor: pointer;
  z-index: 9999;
  color: var(--white);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Gipixel-modal-contact-overlay .Gipixel-modal {
  opacity: 0;
  transform: translateY(50px);
  position: relative;
  display: block;
  max-height: 90vh;
  overflow: auto;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.Gipixel-modal-contact-overlay .Gipixel-modal::after {
  content: "";
  position: absolute;
  top: 0%;
  right: 0%;
  width: 100%;
  height: 50%;
  background: linear-gradient(20deg, var(--warning), var(--primary));
  filter: blur(70px);
  opacity: 0.3;
  border-radius: var(--border-radius-lg);
  z-index: -1;
}
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card {
  background-color: var(--dark);
  border-radius: var(--border-radius-sm);
  border: var(--border);
  overflow: hidden;
  width: 950px;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  height: -moz-fit-content;
  height: fit-content;
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
}
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-left-panel {
  width: 45%;
  background: url("https://ik.imagekit.io/vi176cvsh/ChatGPT%20Image%20Dec%2031,%202025,%2011_40_20%20PM.png") center/cover no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: var(--spacer-sm);
  overflow: hidden;
}
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-left-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--dark);
  opacity: 0.7;
  mix-blend-mode: multiply;
  z-index: 0;
}
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-left-panel .left-panel-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
  text-align: center;
  color: var(--white);
}
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-left-panel .left-panel-content .left-panel-logo {
  margin-bottom: var(--spacer-lg);
}
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-left-panel .left-panel-content .left-panel-logo .logo-img {
  max-width: 120px;
  height: auto;
}
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-left-panel .left-panel-content .left-panel-title {
  font-size: var(--text-xl);
  font-weight: 700;
  margin-bottom: var(--spacer-md);
  color: var(--white);
  letter-spacing: 1px;
}
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-left-panel .left-panel-content .left-panel-description {
  font-size: var(--text-sm);
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: var(--spacer-xl);
  line-height: 1.6;
}
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-left-panel .left-panel-content .left-panel-features {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--spacer-md);
  width: 100%;
}
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-left-panel .left-panel-content .left-panel-features .feature-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacer-sm);
  font-size: var(--text-xs);
  color: #ffffff;
  font-weight: bold;
}
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-left-panel .left-panel-content .left-panel-features .feature-item i {
  font-size: var(--text-md);
}
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-left-panel .left-panel-content .left-panel-features .feature-item:nth-child(3) {
  flex-basis: 100%;
  justify-content: center;
}
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-right-panel {
  width: 55%;
  padding: var(--spacer-lg);
  display: flex;
  flex-direction: column;
  background-color: #000000;
  overflow-y: visible;
  height: -moz-fit-content;
  height: fit-content;
}
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-right-panel .card-header {
  margin-bottom: var(--spacer-md);
}
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-right-panel .card-header h1 {
  font-size: var(--text-lg);
  font-weight: var(--text-xl-weight);
  color: var(--text-primary);
  margin: 0;
}
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-right-panel .card-body {
  flex: 1;
}
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-right-panel form {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-sm);
}
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-right-panel form .form-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-right-panel form .form-group label {
  font-size: 11px;
  color: var(--text-primary);
  font-weight: var(--text-sm-weight);
}
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-right-panel form .form-group input,
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-right-panel form .form-group textarea {
  width: 100%;
  padding: 8px 10px;
  border: var(--border);
  border-radius: var(--border-radius-md);
  font-size: var(--text-xs);
  background-color: #000000;
  color: #ffffff;
  transition: border-color 0.3s ease;
}
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-right-panel form .form-group input:focus,
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-right-panel form .form-group textarea:focus {
  outline: none;
  border-color: var(--primary);
  background-color: #000000;
  color: #ffffff;
}
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-right-panel form .form-group input::-moz-placeholder, .Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-right-panel form .form-group textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: var(--text-xs);
}
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-right-panel form .form-group input::placeholder,
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-right-panel form .form-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: var(--text-xs);
}
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-right-panel form .form-group textarea {
  resize: vertical;
  min-height: 100px;
  font-family: inherit;
}
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-right-panel form .form-group .dropdown {
  position: relative;
  width: 100%;
}
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-right-panel form .form-group .dropdown .dropdown-toggle {
  width: 100%;
  padding: 8px 10px;
  padding-right: 30px;
  border: var(--border);
  border-radius: var(--border-radius-md);
  background-color: #000000;
  color: #ffffff;
  font-size: var(--text-xs);
  cursor: pointer;
  transition: border-color 0.3s ease;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-right-panel form .form-group .dropdown .dropdown-toggle::after {
  display: none !important;
}
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-right-panel form .form-group .dropdown .dropdown-toggle span {
  flex: 1;
}
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-right-panel form .form-group .dropdown .dropdown-toggle i {
  position: absolute;
  right: 10px;
  font-size: 12px;
  color: var(--text-secondary);
  transition: transform 0.3s ease;
  pointer-events: none;
}
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-right-panel form .form-group .dropdown .dropdown-toggle:focus {
  outline: none;
  border-color: var(--primary);
}
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-right-panel form .form-group .dropdown.open .dropdown-toggle {
  border-color: var(--primary);
}
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-right-panel form .form-group .dropdown.open .dropdown-toggle i {
  transform: rotate(180deg);
}
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-right-panel form .form-group .dropdown.open .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-right-panel form .form-group .dropdown .dropdown-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  background: #000000;
  border: var(--border);
  border-radius: var(--border-radius-md);
  display: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  z-index: 999;
  max-height: 200px;
  overflow-y: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-right-panel form .form-group .dropdown .dropdown-menu::-webkit-scrollbar {
  width: 6px;
}
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-right-panel form .form-group .dropdown .dropdown-menu::-webkit-scrollbar-track {
  background: var(--dark);
  border-radius: 3px;
}
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-right-panel form .form-group .dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background: var(--gray-dark);
  border-radius: 3px;
}
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-right-panel form .form-group .dropdown .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: var(--text-secondary);
}
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-right-panel form .form-group .dropdown .dropdown-menu li {
  padding: 8px 10px;
  font-size: var(--text-xs);
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  color: #ffffff;
  list-style: none;
}
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-right-panel form .form-group .dropdown .dropdown-menu li:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-right-panel form .form-group .dropdown .dropdown-menu li:first-child {
  border-radius: var(--border-radius-md) var(--border-radius-md) 0 0;
}
.Gipixel-modal-contact-overlay .Gipixel-modal .Gipixel-contact-card .contact-right-panel form .form-group .dropdown .dropdown-menu li:last-child {
  border-radius: 0 0 var(--border-radius-md) var(--border-radius-md);
}
.Gipixel-modal-contact-overlay.active {
  display: flex;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.Gipixel-modal-contact-overlay.active .Gipixel-modal {
  transform: translateY(0);
  opacity: 1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/*************************************************
             Modal: Tutorials
*************************************************/
.Gipixel-modal-tutorials {
  display: flex;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--glass-bg);
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.Gipixel-modal-tutorials .Gipixel-modal-content {
  background: var(--modal-body-bg);
  padding: var(--spacer-md);
  border-radius: var(--border-radius-lg);
  height: 80vh !important;
  width: 50% !important;
  position: relative;
  overflow: auto;
  border: var(--modal-border);
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
.Gipixel-modal-tutorials .Gipixel-modal-content video {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius-md) !important;
  overflow: hidden !important;
  margin-top: var(--spacer-md) !important;
}
@media (min-width: 768px) {
  .Gipixel-modal-tutorials .Gipixel-modal-content {
    width: 70%;
    height: 80vh;
  }
}
@media (min-width: 1024px) {
  .Gipixel-modal-tutorials .Gipixel-modal-content {
    width: 60%;
    height: 80vh;
  }
}
.Gipixel-modal-tutorials .Gipixel-modal-content .Gipixel-programming-guide {
  margin: 0 auto;
  padding: var(--spacer-lg);
}
.Gipixel-modal-tutorials .Gipixel-modal-content .Gipixel-programming-guide img {
  width: 100%;
}
.Gipixel-modal-tutorials .Gipixel-modal-content .Gipixel-programming-guide li {
  color: var(--text-secondary);
  list-style-type: disc;
  margin-left: 2.5rem;
  margin-bottom: var(--spacer-xs);
}
.Gipixel-modal-tutorials .Gipixel-modal-content .Gipixel-programming-guide h1,
.Gipixel-modal-tutorials .Gipixel-modal-content .Gipixel-programming-guide h2,
.Gipixel-modal-tutorials .Gipixel-modal-content .Gipixel-programming-guide h3,
.Gipixel-modal-tutorials .Gipixel-modal-content .Gipixel-programming-guide h4,
.Gipixel-modal-tutorials .Gipixel-modal-content .Gipixel-programming-guide h5,
.Gipixel-modal-tutorials .Gipixel-modal-content .Gipixel-programming-guide h6 {
  color: var(--text-primary);
  font-size: var(--text-xs);
  margin-bottom: var(--spacer-sm);
}
.Gipixel-modal-tutorials .Gipixel-modal-content .Gipixel-programming-guide p,
.Gipixel-modal-tutorials .Gipixel-modal-content .Gipixel-programming-guide span {
  color: var(--text-secondary) !important;
  margin-bottom: var(--spacer-sm);
}
.Gipixel-modal-tutorials .Gipixel-modal-content .Gipixel-programming-guide a {
  color: var(--warning);
  margin-bottom: var(--spacer-sm);
}
.Gipixel-modal-tutorials .Gipixel-modal-content .Gipixel-programming-guide strong {
  font-size: var(--text-xs);
  color: var(--light);
  font-weight: var(--text-sm-weight);
  margin-bottom: var(--spacer-sm);
}
.Gipixel-modal-tutorials .Gipixel-close-btn {
  position: absolute;
  top: 0px;
  right: 15px;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--text-primary);
}
.Gipixel-modal-tutorials.active {
  opacity: 1;
  pointer-events: auto;
}
.Gipixel-modal-tutorials.active .Gipixel-modal-content {
  transform: scale(1);
}

/*************************************************
              Modal: Report
*************************************************/
.open-Gipixel-modal-Report {
  border: var(--border);
  cursor: pointer;
}
.open-Gipixel-modal-Report:hover {
  background-color: var(--danger);
  color: var(--text-primary);
}
.open-Gipixel-modal-Report:hover .fi {
  color: var(--text-primary);
}
.open-Gipixel-modal-Report .fi {
  color: var(--danger);
}

.modal-overlay-Report {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  z-index: 999;
  animation: fadeIn 0.3s ease forwards;
}
.modal-overlay-Report h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  gap: var(--spacer-sm);
  padding-bottom: var(--spacer-md);
}
.modal-overlay-Report .close-btn {
  position: absolute;
  top: var(--spacer-md);
  right: var(--spacer-md);
  cursor: pointer;
  color: var(--text-primary);
}
.modal-overlay-Report .Gipixel-modal-Report {
  background: var(--modal-body-bg);
  border-radius: var(--border-radius-md);
  border: var(--border);
  animation: slideUp 0.35s ease forwards;
  opacity: 0;
  transform: translateY(50px);
  position: relative;
  width: 30%;
  display: block;
  padding: var(--spacer-lg);
  overflow: auto;
  max-height: 90%;
}
.modal-overlay-Report .Gipixel-modal-Report ul li {
  margin-bottom: var(--margin-md);
}
.modal-overlay-Report .Gipixel-modal-Report ul li:last-child {
  margin-bottom: 0;
}
.modal-overlay-Report .Gipixel-modal-Report ul li .custom-checkbox {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid var(--primary);
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  transition: background-color 0.2s ease;
  background-color: transparent;
  margin-bottom: -4px;
}
.modal-overlay-Report .Gipixel-modal-Report ul li .custom-checkbox:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}
.modal-overlay-Report .Gipixel-modal-Report ul li .custom-checkbox:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid var(--text-primary);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.modal-overlay-Report .Gipixel-modal-Report ul li label {
  color: var(--text-primary);
  margin-left: var(--spacer-sm);
}
.modal-overlay-Report .Gipixel-modal-Report ul li p {
  margin-left: var(--spacer-lg);
}
.modal-overlay-Report .Gipixel-modal-Report textarea {
  width: 100%;
  height: 60px;
  border-radius: var(--border-radius-sm);
  border: var(--border);
  padding: var(--spacer-sm);
  color: var(--text-primary);
  font-size: var(--text-xxs);
  margin-top: var(--margin-md);
}
.modal-overlay-Report .Gipixel-modal-Report .btn {
  background-color: var(--primary);
  width: 100% !important;
  color: var(--text-primary);
  height: 40px;
}
.modal-overlay-Report .Gipixel-modal-Report .btn:hover {
  background-color: #dc6502;
}
@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideDown {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(50px);
    opacity: 0;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideDown {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(50px);
    opacity: 0;
  }
}
@keyframes dropdown-slideup {
  from {
    opacity: 0;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes driveModalSlideIn {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
/*************************************************
          Modal: createcomponent
*************************************************/
.Gipixel-container .modal-overlay-Create-component {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  animation: fadeIn 0.3s ease forwards;
}
.Gipixel-container .modal-overlay-Create-component .close-btn {
  position: absolute;
  top: var(--spacer-md);
  right: var(--spacer-md);
  cursor: pointer;
  color: var(--text-primary);
}
.Gipixel-container .modal-overlay-Create-component .Gipixel-modal-Create-component {
  background: #101010;
  border-radius: var(--border-radius-md);
  border: var(--border);
  opacity: 0;
  transform: translateY(50px);
  width: 80%;
  display: block;
  padding: var(--spacer-lg);
  overflow: auto;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacer-md);
  align-items: flex-start;
  z-index: 99;
  height: fit-content;
}
.Gipixel-container .modal-overlay-Create-component .Gipixel-modal-Create-component .component-form {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.Gipixel-container .modal-overlay-Create-component .Gipixel-modal-Create-component .component-form .form-row {
  display: flex;
  gap: 1.5rem;
}
.Gipixel-container .modal-overlay-Create-component .Gipixel-modal-Create-component .component-form .form-row input,
.Gipixel-container .modal-overlay-Create-component .Gipixel-modal-Create-component .component-form .form-row select {
  border: var(--border);
  border-radius: var(--border-radius-sm);
  height: 50px;
  padding: var(--spacer-sm);
  font-size: var(--text-xxs);
  background: #101010;
  background-color: #101010;
}
.Gipixel-container .modal-overlay-Create-component .Gipixel-modal-Create-component .component-form textarea {
  border: var(--border);
  border-radius: var(--border-radius-sm);
  height: 100px;
  padding: var(--spacer-sm);
  font-size: var(--text-xxs);
  background: #101010;
  background-color: #101010;
}
.Gipixel-container .modal-overlay-Create-component .Gipixel-modal-Create-component .component-form .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.Gipixel-container .modal-overlay-Create-component .Gipixel-modal-Create-component .component-form .form-group label {
  font-weight: 500;
  color: var(--text-secondary);
  min-width: 180px;
  font-size: var(--text-xxs);
  color: var(--text-primary);
}
.Gipixel-container .modal-overlay-Create-component .Gipixel-modal-Create-component .component-form .form-group select {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-sm);
  padding: 0.8rem 1rem;
  color: var(--text-primary);
  outline: none;
}
.Gipixel-container .modal-overlay-Create-component .Gipixel-modal-Create-component .component-form .form-group .dropdown {
  background-color: var(--black);
}
.Gipixel-container .modal-overlay-Create-component .Gipixel-modal-Create-component .component-form .form-group .dropdown .btn-primary {
  background-color: #101010;
  height: 50px;
  justify-content: flex-start !important;
}
.Gipixel-container .modal-overlay-Create-component .Gipixel-modal-Create-component .component-form .form-group .dropdown .btn-primary .fi-rr-angle-small-down {
  position: absolute;
  right: var(--spacer-sm);
}
.Gipixel-container .modal-overlay-Create-component .Gipixel-modal-Create-component .component-form .form-group .dropdown .btn-primary .fi {
  font-size: var(--text-sm);
}
.Gipixel-container .modal-overlay-Create-component .Gipixel-modal-Create-component .component-form .form-group .dropdown .btn-primary #selectedCategoryLabel {
  gap: var(--spacer-sm);
}
.Gipixel-container .modal-overlay-Create-component .Gipixel-modal-Create-component .component-form .form-group .dropdown .btn-primary span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--text-xxs);
  color: var(--text-secondary);
}
.Gipixel-container .modal-overlay-Create-component .Gipixel-modal-Create-component .component-form .form-group .dropdown .btn-primary span .fi {
  font-size: var(--text-sm);
}
.Gipixel-container .modal-overlay-Create-component .Gipixel-modal-Create-component .component-form .form-group .dropdown-menu {
  background-color: #101010;
  border: var(--border);
  padding: var(--spacer-sm);
  max-height: 300px;
  overflow: auto;
  scrollbar-width: thin;
}
.Gipixel-container .modal-overlay-Create-component .Gipixel-modal-Create-component .component-form .form-group .dropdown-menu::-webkit-scrollbar {
  width: 2px;
  background-color: #101010;
}
.Gipixel-container .modal-overlay-Create-component .Gipixel-modal-Create-component .component-form .form-group .dropdown-menu li a {
  color: var(--text-secondary);
  padding: var(--spacer-sm);
  border-radius: var(--border-radius-sm);
  border: var(--border);
  border-color: transparent;
}
.Gipixel-container .modal-overlay-Create-component .Gipixel-modal-Create-component .component-form .form-group .dropdown-menu li a:hover {
  background-color: var(--dark);
  color: var(--text-primary);
  border: var(--border);
}
.Gipixel-container .modal-overlay-Create-component .Gipixel-modal-Create-component .component-form .form-group .dropdown-menu .fi {
  font-size: var(--text-sm);
}
.Gipixel-container .modal-overlay-Create-component .Gipixel-modal-Create-component .component-form .theme-selector-small {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 1rem;
  color: var(--text-secondary);
}
.Gipixel-container .modal-overlay-Create-component .Gipixel-modal-Create-component .component-form .theme-selector-small .theme-option-small {
  font-size: var(--text-xxs);
  text-align: center;
  opacity: 0.5;
}
.Gipixel-container .modal-overlay-Create-component .Gipixel-modal-Create-component .component-form .theme-selector-small .theme-option-small.active {
  opacity: 1;
}
.Gipixel-container .modal-overlay-Create-component .Gipixel-modal-Create-component .component-form .theme-selector-small .theme-option-small.active span {
  color: var(--text-primary);
  position: relative;
}
.Gipixel-container .modal-overlay-Create-component .Gipixel-modal-Create-component .component-form .theme-selector-small .theme-option-small.active span::after {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #ff6b35;
  border-radius: 50%;
}
.Gipixel-container .modal-overlay-Create-component .Gipixel-modal-Create-component .component-form .theme-selector-small .theme-option-small .theme-preview-small {
  width: 40px;
  height: 40px;
  border-radius: var(--border-radius-sm);
  cursor: pointer;
}
.Gipixel-container .modal-overlay-Create-component .Gipixel-modal-Create-component .component-form .theme-selector-small .theme-option-small .theme-preview-small.dark-preview-small {
  background-color: var(--black);
  border: var(--border);
}
.Gipixel-container .modal-overlay-Create-component .Gipixel-modal-Create-component .component-form .theme-selector-small .theme-option-small .theme-preview-small.light-preview-small {
  background-color: var(--secondary);
}
.Gipixel-container .modal-overlay-Create-component .Gipixel-modal-Create-component .shape-selector {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 1rem;
}
.Gipixel-container .modal-overlay-Create-component .Gipixel-modal-Create-component .shape-selector .shape-option {
  color: var(--text-secondary);
  opacity: 0.5;
  font-size: var(--text-xxs);
  text-align: center;
}
.Gipixel-container .modal-overlay-Create-component .Gipixel-modal-Create-component .shape-selector .shape-option.active {
  opacity: 1;
}
.Gipixel-container .modal-overlay-Create-component .Gipixel-modal-Create-component .shape-selector .shape-option.active span {
  color: var(--text-primary);
  position: relative;
}
.Gipixel-container .modal-overlay-Create-component .Gipixel-modal-Create-component .shape-selector .shape-option.active span::after {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #ff6b35;
  border-radius: 50%;
}
.Gipixel-container .modal-overlay-Create-component .Gipixel-modal-Create-component .shape-selector .shape-option .shape-preview {
  background-color: var(--black);
  border: var(--border);
  border-radius: var(--border-radius-sm);
  cursor: pointer;
}
.Gipixel-container .modal-overlay-Create-component .Gipixel-modal-Create-component .shape-selector .shape-option .shape-preview.default-shape {
  width: 80px;
  height: 40px;
}
.Gipixel-container .modal-overlay-Create-component .Gipixel-modal-Create-component .shape-selector .shape-option .shape-preview.square-shape {
  width: 40px;
  height: 40px;
}
.Gipixel-container .modal-overlay-Create-component .Gipixel-modal-Create-component .button-Create {
  background-color: var(--primary) !important;
  height: 50px !important;
}
.Gipixel-container .modal-overlay-Create-component .Create-component-policy {
  width: 50%;
  overflow: auto;
}
.Gipixel-container .modal-overlay-Create-component .Create-component-policy .Create-component-policy-header {
  margin-bottom: var(--spacer-sm);
}
.Gipixel-container .modal-overlay-Create-component .Create-component-policy .Create-component-policy-header .Create-component-policy-header-text #policy-title {
  margin-bottom: var(--spacer-xs);
}
.Gipixel-container .modal-overlay-Create-component .Create-component-policy .Create-component-container-policy {
  background-color: var(--black);
  border: var(--border);
  border-radius: var(--border-radius-sm);
  color: var(--text-primary);
  padding: var(--spacer-md);
  padding-bottom: 0;
  height: 463px;
  overflow: auto;
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  line-height: 1.6;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}
.Gipixel-container .modal-overlay-Create-component .Create-component-policy .Create-component-container-policy::-webkit-scrollbar {
  width: 6px;
}
.Gipixel-container .modal-overlay-Create-component .Create-component-policy .Create-component-container-policy::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.Gipixel-container .modal-overlay-Create-component .Create-component-policy .Create-component-container-policy::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}
.Gipixel-container .modal-overlay-Create-component .Create-component-policy .Create-component-container-policy::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}
.Gipixel-container .modal-overlay-Create-component .Create-component-policy .Create-component-container-policy li {
  color: var(--text-secondary);
  list-style-type: disc;
  margin-left: 2.5rem;
  margin-bottom: var(--spacer-xs);
  font-size: 11px;
}
.Gipixel-container .modal-overlay-Create-component .Create-component-policy .Create-component-container-policy h1,
.Gipixel-container .modal-overlay-Create-component .Create-component-policy .Create-component-container-policy h2,
.Gipixel-container .modal-overlay-Create-component .Create-component-policy .Create-component-container-policy h3,
.Gipixel-container .modal-overlay-Create-component .Create-component-policy .Create-component-container-policy h4,
.Gipixel-container .modal-overlay-Create-component .Create-component-policy .Create-component-container-policy h5,
.Gipixel-container .modal-overlay-Create-component .Create-component-policy .Create-component-container-policy h6 {
  color: var(--text-primary);
  font-size: 13px;
  margin-bottom: var(--spacer-sm);
  font-family: "Times New Roman", Times, serif;
  font-weight: 600;
}
.Gipixel-container .modal-overlay-Create-component .Create-component-policy .Create-component-container-policy p,
.Gipixel-container .modal-overlay-Create-component .Create-component-policy .Create-component-container-policy span {
  color: var(--text-secondary) !important;
  margin-bottom: var(--spacer-sm);
  font-size: 11px;
  font-family: "Times New Roman", Times, serif;
}
.Gipixel-container .modal-overlay-Create-component .Create-component-policy .Create-component-container-policy a {
  color: var(--warning);
  margin-bottom: var(--spacer-sm);
  font-size: 11px;
  font-family: "Times New Roman", Times, serif;
}
.Gipixel-container .modal-overlay-Create-component .Create-component-policy .Create-component-container-policy strong {
  font-size: 11px;
  color: var(--light);
  font-weight: 600;
  margin-bottom: var(--spacer-sm);
  font-family: "Times New Roman", Times, serif;
}

.otp-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.064);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: 9999;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.otp-container.show {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.otp-container.show .otp-modal {
  transform: scale(1);
}
.otp-container .otp-modal {
  background: var(--dark);
  border-radius: var(--border-radius-md);
  padding: var(--spacer-md);
  max-width: 500px;
  width: 90%;
  border: var(--border);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.otp-container .otp-modal h4 {
  color: var(--text-primary);
  font-size: var(--text-md);
  text-align: center;
}
.otp-container .otp-modal p {
  text-align: center;
}
.otp-container .otp-modal .otp-input {
  display: flex;
  gap: var(--spacer-sm);
  justify-content: center;
  margin: var(--spacer-md) 0;
}
.otp-container .otp-modal .otp-input .otp-digit {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: var(--text-md);
  border: var(--border);
  border-radius: var(--border-radius-md);
  color: var(--text-primary);
}
.otp-container .otp-modal .otp-actions {
  display: flex;
  gap: var(--spacer-sm);
  justify-content: center;
}

#chat-window-container {
  display: contents;
}

.chat-container {
  display: contents;
}

.chat-button-wrapper {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 1000;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.chat-button-wrapper.dragging {
  cursor: grabbing;
}
.chat-button-wrapper.dragging .chat-button {
  cursor: grabbing;
}
.chat-button-wrapper.dragging .chat-drag-handle {
  cursor: grabbing;
}

.chat-drag-handle {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 3px;
  width: 16px;
  height: 20px;
  cursor: grab;
}
.chat-drag-handle .drag-dot {
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
.chat-drag-handle:active {
  cursor: grabbing;
}

.chat-button {
  position: relative;
  width: 56px;
  height: 56px;
  padding: 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--orange) 0%, var(--blue) 70%);
  color: white !important;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(253, 126, 20, 0.3);
  transition: all 0.3s ease;
}
.chat-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}
.chat-button i {
  font-size: 24px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.chat-button:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(253, 126, 20, 0.4);
}
.chat-button:hover::before {
  left: 100%;
}
.chat-button:active {
  transform: scale(0.95);
}

.chat-window {
  position: fixed;
  bottom: 0;
  left: 20px;
  width: 350px;
  min-height: 500px;
  max-height: 500px;
  background: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--border-radius-md);
  display: none;
  flex-direction: column;
  z-index: 1001;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(60px) scale(0.8);
  pointer-events: none;
  transition: opacity 0.35s cubic-bezier(0.4, 0.8, 0.2, 1), transform 0.35s cubic-bezier(0.4, 0.8, 0.2, 1), visibility 0s 0.35s;
}
.chat-window.chat-window--visible {
  display: flex;
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  transition: opacity 0.35s cubic-bezier(0.4, 0.8, 0.2, 1), transform 0.35s cubic-bezier(0.4, 0.8, 0.2, 1), visibility 0s;
}
.chat-window .chat-login-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: var(--spacer-md);
  z-index: 100;
}
.chat-window .chat-login-notice .chat-login-content {
  text-align: center;
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}
.chat-window .chat-login-notice .chat-login-content h3 {
  font-size: var(--text-md);
  font-weight: 600;
  margin-bottom: var(--spacer-xs);
  color: var(--white);
  text-align: center;
  width: 100%;
}
.chat-window .chat-login-notice .chat-login-content p {
  font-size: var(--text-xs);
  color: var(--text-secondary);
  margin-bottom: var(--spacer-sm);
  opacity: 0.9;
  text-align: center;
  width: 100%;
  line-height: 1.5;
}
.chat-window .chat-login-notice .chat-login-content .btn {
  margin-top: var(--spacer-xs);
  padding: var(--padding-xs) var(--padding-md);
  font-size: var(--text-sm);
  font-weight: 600;
  border-radius: var(--border-radius-md);
  transition: all 0.3s ease;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacer-xs);
}
.chat-window .chat-login-notice .chat-login-content .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.chat-window .chat-login-notice .chat-login-content .btn i {
  margin-right: 0;
  font-size: var(--text-xs);
}

.chat-header {
  background-color: #151515;
  color: var(--text-secondary);
  padding: var(--spacer-sm);
  border-radius: var(--border-radius-md) var(--border-radius-md) 0 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-weight: var(--text-sm-weight);
}
.chat-header img {
  width: 100px;
}

.chat-messages {
  flex: 1;
  overflow-y: auto;
  font-size: 14px;
  padding: var(--spacer-sm);
  background: #0a0a0a;
}

.chat-input {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0 0 var(--border-radius-md) var(--border-radius-md);
  padding: var(--spacer-sm);
  position: relative;
  background: #0f0f0f;
}
.chat-input textarea {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: var(--text-xs);
  border-radius: var(--border-radius-md);
  min-height: 44px;
  max-height: 120px;
  overflow-y: auto;
  background: rgba(20, 20, 20, 0.6);
  color: var(--text-primary);
  resize: none;
  transition: all 0.2s ease;
  line-height: 1.5;
}
.chat-input textarea:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(25, 25, 25, 0.8);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.05);
}
.chat-input textarea::-moz-placeholder {
  color: var(--text-secondary);
  opacity: 0.6;
}
.chat-input textarea::placeholder {
  color: var(--text-secondary);
  opacity: 0.6;
}
.chat-input button {
  color: var(--text-primary);
  cursor: pointer;
  background: rgba(20, 20, 20, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--border-radius-md);
  font-size: 18px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.chat-input button:hover {
  background: rgba(30, 30, 30, 0.9);
  border-color: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
}
.chat-input button:active {
  transform: scale(0.95);
}
.chat-input button.send-btn {
  background: rgba(25, 25, 25, 0.8);
  border-color: rgba(255, 255, 255, 0.15);
}
.chat-input button.send-btn:hover {
  background: rgb(35, 35, 35);
  border-color: rgba(255, 255, 255, 0.25);
}

#imagePreview {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 6px;
  align-items: flex-start;
}
#imagePreview .image-preview-wrapper {
  position: relative;
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
}
#imagePreview .image-preview-wrapper .image-preview-thumb {
  max-width: 48px;
  max-height: 48px;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1333333333);
  display: block;
}
#imagePreview .image-preview-wrapper .image-preview-remove {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #222;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  cursor: pointer;
  font-size: 13px;
  line-height: 16px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background 0.15s;
}
#imagePreview .image-preview-wrapper .image-preview-remove:hover {
  background: #ff4d4f;
}

#imageInput {
  display: none;
}

.fileNamechat {
  display: none;
}

.suggestions {
  padding: 5px 10px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacer-xs);
  background: #0a0a0a;
}
.suggestions button {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 4px 8px;
  border-radius: var(--border-radius-sm);
  cursor: pointer;
  font-size: var(--text-xxs);
  color: var(--text-secondary);
}
.suggestions button:hover {
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(255, 255, 255, 0.12);
}

.message {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin: 10px 0;
  background: rgba(15, 15, 15, 0.5);
  border-radius: var(--border-radius-sm);
  padding: var(--spacer-sm);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}
.message .message-avatar {
  width: 26px;
  height: 26px;
  border-radius: var(--border-radius-sm);
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.message .message-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.message .message-content .message-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 2px;
}
.message .message-content .message-name {
  color: var(--text-primary);
  font-size: var(--text-xs);
  font-weight: var(--text-sm-weight);
}
.message .message-content .message-time {
  color: var(--text-secondary);
  font-size: var(--text-xxs);
  margin-right: var(--spacer-xs);
  font-weight: var(--text-sm-weight);
}
.message .message-content .message-text {
  color: rgba(255, 255, 255, 0.85);
  font-size: var(--text-xxs);
  word-break: break-word;
  overflow-wrap: anywhere;
  font-weight: var(--text-sm-weight);
}
.message.message-user {
  flex-direction: row;
  justify-content: flex-start;
  background: rgba(20, 20, 20, 0.6);
  border-radius: 12px 12px 12px 0;
  margin-right: 40px;
}
.message.message-admin {
  flex-direction: row-reverse;
  justify-content: flex-end;
  border-radius: 12px 12px 0 12px;
  margin-left: 40px;
  text-align: end;
  background: #151515;
}
.message.message-admin .message-header {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: 2px;
  justify-content: flex-start;
  flex-direction: row-reverse;
}

#closeChatBtn {
  background: none;
  border: none;
  font-size: 1.3em;
  float: right;
  position: absolute;
  right: 18px;
  top: 14px;
  cursor: pointer;
  color: var(--text-primary);
  padding: var(--spacer-xs);
  z-index: 2;
  transition: background 0.15s;
  line-height: 1;
}

#imageModal {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  justify-content: center;
  align-items: center;
  cursor: pointer;
  pointer-events: auto;
}
#imageModal[style*="display: flex"] {
  pointer-events: auto;
}

#modalImage {
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
  z-index: 10001;
  cursor: default;
  pointer-events: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.image-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  color: var(--text-primary);
  font-size: 24px;
  font-weight: 300;
  cursor: pointer;
  z-index: 10002;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  pointer-events: auto;
  transition: all 0.2s ease;
}
.image-modal-close:hover {
  background: rgba(0, 0, 0, 0.7);
  transform: scale(1.1);
}
.image-modal-close:active {
  transform: scale(0.95);
}

.notification-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #1a1a1a;
  padding: var(--spacer-md);
  border-radius: var(--border-radius-md);
  text-align: center;
  border: solid 1px #404040;
  z-index: 9999;
  width: 30%;
  box-shadow: 0 0 0px 4px rgba(169, 169, 169, 0.5);
  border: solid 1px var(--gray-light);
}
.notification-modal .modal-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: var(--spacer-sm);
  margin-bottom: var(--spacer-md);
}
.notification-modal .status-icon {
  background-color: #1c1c1c;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: -2px -1px 3px -1px rgba(255, 255, 255, 0.296);
}
.notification-modal .status-icon i {
  font-size: var(--text-md);
}
.notification-modal .status-icon.success-icon i {
  color: #05ca05;
}
.notification-modal .status-icon.error-icon i {
  color: #f52626;
  font-size: var(--text-sm);
}
.notification-modal .status-icon.warning-icon i {
  color: #ffcc00;
}
.notification-modal .status-icon.info-icon i {
  color: #17a2b8;
}
.notification-modal .modal-title {
  color: var(--text-primary);
}
.notification-modal .modal-content {
  color: var(--text-secondary);
}

.modal-hidden {
  display: none !important;
}

.modal-visible {
  display: block !important;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -60%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@keyframes modalFadeOut {
  from {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  to {
    opacity: 0;
    transform: translate(-50%, -60%);
  }
}
.notification-modal {
  animation: modalFadeIn 0.3s ease-out;
}
.notification-modal.fade-out {
  animation: modalFadeOut 0.3s ease-in;
}

@media (max-width: 768px) {
  .notification-modal {
    width: 90%;
  }
}
.delete-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.548);
}
.delete-modal-overlay .delete-modal-content {
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 600px;
  position: relative;
  background-color: var(--dark);
  color: var(--text-secondary);
}
.delete-modal-overlay .delete-modal-content .ComponentDeletionPolicy {
  height: 400px;
  overflow: auto;
  background-color: var(--black);
  border-radius: var(--border-radius-md);
  border: var(--border);
  padding: var(--spacer-md);
}
.delete-modal-overlay .delete-modal-content .ComponentDeletionPolicy li {
  color: var(--text-secondary);
  list-style-type: disc;
  margin-left: 2.5rem;
  margin-bottom: var(--spacer-xs);
}
.delete-modal-overlay .delete-modal-content .ComponentDeletionPolicy h1, .delete-modal-overlay .delete-modal-content .ComponentDeletionPolicy h2, .delete-modal-overlay .delete-modal-content .ComponentDeletionPolicy h3, .delete-modal-overlay .delete-modal-content .ComponentDeletionPolicy h4, .delete-modal-overlay .delete-modal-content .ComponentDeletionPolicy h5, .delete-modal-overlay .delete-modal-content .ComponentDeletionPolicy h6 {
  color: var(--text-primary);
  font-size: var(--text-xs);
  margin-bottom: var(--spacer-sm);
}
.delete-modal-overlay .delete-modal-content .ComponentDeletionPolicy p, .delete-modal-overlay .delete-modal-content .ComponentDeletionPolicy span {
  color: var(--text-secondary) !important;
  margin-bottom: var(--spacer-sm);
}
.delete-modal-overlay .delete-modal-content .ComponentDeletionPolicy a {
  color: var(--warning);
  margin-bottom: var(--spacer-sm);
}
.delete-modal-overlay .delete-modal-content .ComponentDeletionPolicy strong {
  font-size: var(--text-xs);
  color: var(--light);
  font-weight: var(--text-sm-weight);
  margin-bottom: var(--spacer-sm);
}
.delete-modal-overlay .delete-modal-content h3 {
  margin-bottom: 15px;
}
.delete-modal-overlay .delete-modal-content .form-group {
  margin-bottom: 20px;
}
.delete-modal-overlay .delete-modal-content .form-group label {
  display: block;
  margin-bottom: 5px;
}
.delete-modal-overlay .delete-modal-content .form-group #deleteReason {
  width: 100%;
  background-color: var(--black);
  border: var(--border);
  font-size: var(--text-xxs);
}
.delete-modal-overlay .close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
.delete-modal-overlay .modal-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.delete-modal-overlay .modal-buttons .confirm-delete {
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  color: white;
  cursor: pointer;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes searchModalSlideIn {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(0);
  }
}
.doc-search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.doc-search-modal.active {
  display: block;
  opacity: 1;
}
.doc-search-modal .doc-search-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  animation: fadeIn 0.3s ease;
}
.doc-search-modal .doc-search-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 600px;
  background-color: #1a1a1a;
  border-radius: 16px;
  overflow: hidden;
  animation: searchModalSlideIn 0.3s ease-out;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .doc-search-modal .doc-search-content {
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: none;
    border-radius: 12px;
  }
}
@media (max-width: 480px) {
  .doc-search-modal .doc-search-content {
    top: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    border-radius: 8px;
  }
}
.doc-search-modal .doc-search-input-container {
  position: relative;
  padding: var(--spacer-md);
  padding-bottom: 0;
}
.doc-search-modal .doc-search-input-container .doc-search-icon {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  color: var(--text-primary);
  font-size: 18px;
  transition: color 0.2s;
  left: 32px;
}
.doc-search-modal .doc-search-input-container .doc-search-input {
  width: 100%;
  padding: var(--spacer-sm) var(--spacer-md) var(--spacer-sm) 50px;
  background-color: transparent;
  border: var(--border);
  border-radius: var(--border-radius-md);
  border-color: var(--white);
  color: var(--text-primary);
  font-size: var(--text-md);
  outline: none;
  transition: all 0.2s ease;
}
.doc-search-modal .doc-search-input-container .doc-search-input::-moz-placeholder {
  color: var(--text-secondary);
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.doc-search-modal .doc-search-input-container .doc-search-input::placeholder {
  color: var(--text-secondary);
  transition: color 0.2s ease;
}
.doc-search-modal .doc-search-input-container .doc-search-input:focus::-moz-placeholder {
  color: var(--text-primary);
}
.doc-search-modal .doc-search-input-container .doc-search-input:focus::placeholder {
  color: var(--text-primary);
}
.doc-search-modal .doc-search-input-container .doc-search-input:focus + .doc-search-icon {
  color: var(--primary);
}
.doc-search-modal .doc-search-results {
  max-height: 400px;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .doc-search-modal .doc-search-results {
    max-height: 300px;
  }
}
@media (max-width: 480px) {
  .doc-search-modal .doc-search-results {
    max-height: 250px;
  }
}
.doc-search-modal .doc-search-results .doc-recent-searches,
.doc-search-modal .doc-search-results .doc-dynamic-results {
  padding: var(--spacer-md);
  padding-top: 0;
}
@media (max-width: 480px) {
  .doc-search-modal .doc-search-results .doc-recent-searches,
  .doc-search-modal .doc-search-results .doc-dynamic-results {
    padding: var(--spacer-sm);
  }
}
.doc-search-modal .doc-search-results .doc-recent-searches h3,
.doc-search-modal .doc-search-results .doc-dynamic-results h3 {
  color: var(--text-secondary);
  font-size: var(--text-sm);
  margin-bottom: var(--spacer-md);
  font-weight: var(--text-sm-weight);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: var(--spacer-xs);
}
.doc-search-modal .doc-search-results .doc-recent-searches h3::before,
.doc-search-modal .doc-search-results .doc-dynamic-results h3::before {
  content: "";
  width: 2px;
  height: 16px;
  background: var(--primary);
  border-radius: 1px;
}
.doc-search-modal .doc-search-results .doc-recent-searches .doc-search-result-item,
.doc-search-modal .doc-search-results .doc-dynamic-results .doc-search-result-item {
  padding: var(--spacer-md);
  border-radius: var(--border-radius-md);
  cursor: pointer;
  transition: all 0.2s ease;
}
.doc-search-modal .doc-search-results .doc-recent-searches .doc-search-result-item:hover,
.doc-search-modal .doc-search-results .doc-dynamic-results .doc-search-result-item:hover {
  background-color: var(--black);
}
.doc-search-modal .doc-search-results .doc-recent-searches .doc-search-result-item .doc-breadcrumb,
.doc-search-modal .doc-search-results .doc-dynamic-results .doc-search-result-item .doc-breadcrumb {
  color: var(--text-primary);
  font-size: var(--text-xs);
  margin-bottom: var(--spacer-xs);
  opacity: 0.7;
  text-align: start;
  font-weight: var(--text-xs-weight);
}
.doc-search-modal .doc-search-results .doc-recent-searches .doc-search-result-item .doc-result-content,
.doc-search-modal .doc-search-results .doc-dynamic-results .doc-search-result-item .doc-result-content {
  display: flex;
  align-items: flex-start;
  gap: var(--spacer-xs);
}
.doc-search-modal .doc-search-results .doc-recent-searches .doc-search-result-item .doc-result-content .doc-hash,
.doc-search-modal .doc-search-results .doc-dynamic-results .doc-search-result-item .doc-result-content .doc-hash {
  color: var(--text-secondary);
  font-size: var(--text-md);
  font-weight: var(--text-sm-weight);
  opacity: 0.6;
}
.doc-search-modal .doc-search-results .doc-recent-searches .doc-search-result-item .doc-result-content .doc-result-content-inner,
.doc-search-modal .doc-search-results .doc-dynamic-results .doc-search-result-item .doc-result-content .doc-result-content-inner {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-xs);
}
.doc-search-modal .doc-search-results .doc-recent-searches .doc-search-result-item .doc-result-content .doc-result-content-inner strong,
.doc-search-modal .doc-search-results .doc-dynamic-results .doc-search-result-item .doc-result-content .doc-result-content-inner strong {
  font-size: var(--text-xs);
  color: var(--text-primary) !important;
  text-align: start;
}
.doc-search-modal .doc-search-results .doc-recent-searches .doc-search-result-item .doc-result-content .doc-result-content-inner .doc-description,
.doc-search-modal .doc-search-results .doc-dynamic-results .doc-search-result-item .doc-result-content .doc-result-content-inner .doc-description {
  text-align: start;
  color: var(--text-secondary);
  font-size: var(--text-xs);
  opacity: 0.8;
  line-height: 1.4;
}
.doc-search-modal .doc-search-results .doc-recent-searches .doc-search-result-item:hover .doc-result-content-inner strong,
.doc-search-modal .doc-search-results .doc-dynamic-results .doc-search-result-item:hover .doc-result-content-inner strong {
  color: var(--text-primary);
}
.doc-search-modal .doc-search-results .doc-dynamic-results .doc-search-result-item {
  text-align: center;
  padding: var(--spacer-lg);
  color: var(--text-secondary);
}
.doc-search-modal .doc-search-results .doc-dynamic-results .doc-search-result-item i {
  font-size: 24px;
  margin-bottom: var(--spacer-sm);
  display: block;
  opacity: 0.5;
}
.doc-search-modal .doc-search-results .doc-dynamic-results .doc-search-result-item h3 {
  margin: 0;
}
.doc-search-modal .doc-search-results .doc-dynamic-results .doc-search-result-item p {
  margin: 0;
  font-size: var(--text-sm);
}

.doc-highlighted-text {
  background-color: #ec4e02;
  color: white;
  padding: 1px 2px;
  border-radius: 2px;
  font-weight: bold;
}

.Gipixel-modal-profile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  z-index: 999;
  animation: fadeIn 0.3s ease forwards;
}
.Gipixel-modal-profile-overlay .Gipixel-modal {
  animation: slideUp 0.35s ease forwards;
  opacity: 0;
  transform: translateY(50px);
  position: relative;
  display: block;
  top: 20.5%;
  height: 220px;
  background-color: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: var(--border-radius-md);
  width: 30%;
  overflow: hidden;
  border: var(--border);
}
.Gipixel-modal-profile-overlay .close-btn {
  position: absolute;
  margin: 0;
  top: var(--spacer-sm);
  right: var(--spacer-sm);
  background: none;
  border: none;
  font-size: var(--text-xxs);
  cursor: pointer;
  z-index: 9999;
  color: white;
}
.Gipixel-modal-profile-overlay div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacer-sm);
}
.Gipixel-modal-profile-overlay div .btn-primary {
  background-color: var(--primary);
}
.Gipixel-modal-profile-overlay div .btn-primary:hover {
  background-color: #dc6502 !important;
}

.Gipixel-news .modal-dialog::before {
  content: "";
  position: absolute;
  bottom: 0%;
  right: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background: linear-gradient(20deg, var(--orange), var(--blue));
  filter: blur(100px);
  z-index: -1;
  opacity: 0.8;
}
.Gipixel-news .modal-dialog .modal-content {
  background-color: var(--dark);
}
.Gipixel-news .modal-dialog .modal-content .modal-header {
  border: none;
  margin: 0;
}
.Gipixel-news .modal-dialog .modal-content .modal-header .btn-close {
  background-color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
}
.Gipixel-news .modal-dialog .modal-content .modal-header .btn-close .fi {
  color: var(--text-primary) !important;
}
.Gipixel-news .modal-dialog .modal-content .modal-body {
  color: var(--text-secondary);
}
.Gipixel-news .modal-dialog .modal-content .modal-body .modal-article-content .img-fluid {
  border-radius: var(--border-radius-md);
}
.Gipixel-news .modal-dialog .modal-content .modal-body .modal-article-content h1,
.Gipixel-news .modal-dialog .modal-content .modal-body .modal-article-content h2,
.Gipixel-news .modal-dialog .modal-content .modal-body .modal-article-content h3,
.Gipixel-news .modal-dialog .modal-content .modal-body .modal-article-content h4,
.Gipixel-news .modal-dialog .modal-content .modal-body .modal-article-content h5,
.Gipixel-news .modal-dialog .modal-content .modal-body .modal-article-content h6 {
  color: var(--text-primary);
  margin-bottom: var(--spacer-md);
  font-size: var(--text-md);
}
.Gipixel-news .modal-dialog .modal-content .modal-body .modal-article-content p,
.Gipixel-news .modal-dialog .modal-content .modal-body .modal-article-content span {
  color: var(--text-secondary) !important;
  margin-bottom: var(--spacer-sm);
}
.Gipixel-news .modal-dialog .modal-content .modal-body .modal-article-content a {
  color: var(--warning);
  margin-bottom: var(--spacer-sm);
}
.Gipixel-news .modal-dialog .modal-content .bottom-Social {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
}
.Gipixel-news .modal-dialog .modal-content .bottom-Social #modalSocialLinks {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacer-md);
  margin-left: var(--spacer-sm);
}
.Gipixel-news .modal-dialog .modal-content .bottom-Social #modalSocialLinks li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--secondary);
  color: var(--black);
}

.payment-button {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 25px;
  height: 80px;
  padding: 0;
  color: var(--white);
  border: none;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(135deg, var(--orange) 0%, var(--blue) 70%);
  cursor: pointer;
  z-index: 1000;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s cubic-bezier(0.4, 0.8, 0.2, 1), opacity 0.3s ease;
  overflow: hidden;
}
.payment-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.payment-button:hover {
  opacity: 0.9;
}
.payment-button:hover::before {
  left: 100%;
}
.payment-button:active {
  opacity: 0.8;
}
.payment-button i {
  position: relative;
  z-index: 1;
  font-size: 32px;
  transform: rotate(90deg);
}

.payment-window {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
  width: 400px;
  max-width: 90vw;
  max-height: 90vh;
  background: #1a1a1a;
  border: var(--border);
  border-radius: 0 var(--border-radius-md) var(--border-radius-md) 0;
  display: flex;
  flex-direction: column;
  z-index: 999;
  padding: var(--spacer-md);
  pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.4, 0.8, 0.2, 1);
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 4px 0 24px rgba(0, 0, 0, 0.3);
}
.payment-window.payment-window--visible {
  transform: translate(0, -50%);
  pointer-events: auto;
}

.payment-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 997;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.4, 0.8, 0.2, 1);
}
.payment-overlay.payment-overlay--visible {
  opacity: 1;
  pointer-events: auto;
}

.payment-header {
  background: none;
  color: var(--text-secondary);
  padding: var(--spacer-sm);
  border: none;
  font-weight: var(--text-sm-weight);
  margin-bottom: var(--spacer-sm);
  position: relative;
  text-align: center;
}
.payment-header .payment-icon-wrapper {
  width: 60px;
  height: 60px;
  margin: 0 auto var(--spacer-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--orange) 0%, var(--blue) 70%);
  border-radius: 50%;
}
.payment-header .payment-icon-wrapper i {
  font-size: 1.5rem;
  color: var(--white);
}
.payment-header h4 {
  font-size: var(--text-md);
  font-weight: var(--text-md-weight);
  margin: 0;
  display: inline-block;
  position: relative;
  background: linear-gradient(135deg, var(--orange) 0%, var(--blue) 70%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.payment-header .payment-close-btn {
  background: none;
  border: none;
  font-size: 1.3em;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  color: var(--text-primary);
  padding: var(--spacer-xs);
  z-index: 2;
  line-height: 1;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}
.payment-header .payment-close-btn:hover {
  color: var(--primary);
}
.payment-header .payment-close-btn i {
  font-size: 1.2em;
}

.payment-content {
  flex: 1;
  overflow: hidden;
  margin-bottom: var(--spacer-sm);
}
.payment-content .payment-message {
  font-size: var(--text-xxs);
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: var(--spacer-sm);
  text-align: center;
}
.payment-content .payment-message strong {
  color: var(--primary);
  font-weight: var(--text-md-weight);
}
.payment-content .payment-subtitle {
  font-size: var(--text-xs);
  color: var(--text-secondary);
  text-align: center;
  margin: 0;
  opacity: 0.9;
}

.payment-cta-section .payment-donate-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap-sm);
  width: 100%;
  padding: var(--padding-sm) var(--padding-md);
  background: linear-gradient(135deg, var(--orange) 0%, var(--blue) 70%);
  color: var(--white);
  text-decoration: none;
  border-radius: var(--border-radius-sm);
  font-size: var(--text-xs);
  font-weight: var(--text-md-weight);
  transition: all 0.3s ease;
  margin-bottom: var(--spacer-sm);
  position: relative;
  overflow: hidden;
}
.payment-cta-section .payment-donate-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.payment-cta-section .payment-donate-button:hover {
  opacity: 0.9;
}
.payment-cta-section .payment-donate-button:hover::before {
  left: 100%;
}
.payment-cta-section .payment-donate-button span, .payment-cta-section .payment-donate-button i {
  position: relative;
  z-index: 1;
}
.payment-cta-section .payment-donate-button i {
  font-size: var(--text-xs);
  transition: transform 0.3s ease;
}
.payment-cta-section .payment-donate-button:hover i {
  transform: translateX(4px);
}
.payment-cta-section .payment-methods {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--gap-xs);
}
.payment-cta-section .payment-methods .payment-methods-label {
  font-size: var(--text-xxs);
  color: var(--text-secondary);
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.payment-cta-section .payment-methods .payment-methods-icons {
  display: flex;
  align-items: center;
  gap: var(--gap-sm);
}
.payment-cta-section .payment-methods .payment-methods-icons i {
  font-size: 20px;
  color: var(--text-secondary);
  opacity: 0.6;
}

/* Security Styles for iframe protection */
/* Ensure iframes are properly contained */
iframe.preview {
  /* Prevent iframe from accessing parent */
  isolation: isolate;
  /* Additional security measures */
  referrerpolicy: "no-referrer";
  /* Disable pointer events on iframe content that might be malicious */
  pointer-events: auto;
  /* Ensure iframe content doesn't overflow */
  contain: layout style paint;
}

.Gipixel-components-container-cards {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .Gipixel-components-container-cards {
    width: 100%;
    padding: 0 var(--spacer-md);
    margin: 0px !important;
  }
}

.Gipixel-components-container-cards-sidebar {
  display: flex;
  padding: 0 var(--spacer-sm) !important;
}

/*════════════════════════════════════════
||           Bug Report Section           ||
════════════════════════════════════════*/
.bug-report-section {
  padding: 0px;
  background-color: var(--bg-body-color);
  color: var(--text-primary);
}
.bug-report-section .container {
  max-width: var(--container-max-width-xl);
  margin: 0px !important;
  padding: 0 var(--padding-md);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--gap-lg);
}
.bug-report-section .container .Gipixel-text-Bug {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-top: 0;
}
.bug-report-section .container .Gipixel-text-Bug .developer-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap-xs);
  border-radius: 100px;
  padding: var(--padding-xs) var(--padding-sm);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto var(--spacer-sm) auto;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUpLine 0.6s ease forwards;
  animation-delay: 0.2s;
  transition: all 0.3s ease;
  position: relative;
  padding-top: var(--spacer-md);
}
.bug-report-section .container .Gipixel-text-Bug .developer-badge::after {
  z-index: 0;
  content: "";
  border-top: 1px solid;
  background: radial-gradient(43.9% 100% at 50% 0, rgba(102, 126, 234, 0.15) 0%, transparent 100%);
  border-image-source: linear-gradient(90deg, transparent 0, rgba(102, 126, 234, 0.5) 50%, transparent);
  border-image-slice: 1;
  width: 800px;
  height: 60px;
  position: absolute;
  top: 0;
  left: calc(50% - 400px);
  pointer-events: none;
}
.bug-report-section .container .Gipixel-text-Bug .developer-badge i {
  font-size: var(--text-xs);
  font-size: 12px;
  background: linear-gradient(135deg, var(--primary), var(--orange), var(--blue), var(--primary));
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-shift 3s ease infinite;
  display: inline-block;
}
.bug-report-section .container .Gipixel-text-Bug .developer-badge p {
  font-size: 12px;
  font-weight: var(--font-weight-bold);
  color: var(--text-primary);
  margin: 0;
}
.bug-report-section .container .Gipixel-text-Bug span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: var(--spacer-sm);
  justify-content: center;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUpLine 0.6s ease forwards;
  animation-delay: 0.5s;
}
.bug-report-section .container .Gipixel-text-Bug span h1 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: var(--text-xxl);
  color: var(--text-primary);
  letter-spacing: 0.5px;
  text-align: center;
  margin: 0;
  white-space: nowrap;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.3em;
  line-height: 1.2;
}
.bug-report-section .container .Gipixel-text-Bug span h1 .gradient-text-primary {
  background: linear-gradient(90deg, var(--primary) 0%, var(--blue) 25%, var(--orange) 50%, var(--primary) 75%, var(--primary) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  vertical-align: baseline;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUpLine 0.6s ease forwards, gradientWave 3s ease infinite;
  animation-delay: 0.7s, 1.3s;
}
@supports not (-webkit-background-clip: text) {
  .bug-report-section .container .Gipixel-text-Bug span h1 .gradient-text-primary {
    color: var(--primary) !important;
    background: none;
    -webkit-text-fill-color: var(--primary);
  }
}
.bug-report-section .container .Gipixel-text-Bug p {
  color: var(--text-secondary);
  font-size: var(--text-md);
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  line-height: 1.7;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUpLine 0.6s ease forwards;
  animation-delay: 0.9s;
}
.bug-report-section .bug-report-form {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: var(--spacer-md);
}
.bug-report-section .bug-label {
  font-size: var(--text-sm);
  font-weight: var(--text-sm-weight);
  color: var(--text-primary);
  opacity: 0;
  animation: fadeInUp 0.6s ease-out 0.3s forwards;
}
.bug-report-section .bug-textarea {
  min-height: 180px;
  padding: var(--padding-md);
  font-size: var(--text-sm);
  font-family: inherit;
  background-color: var(--bg-input);
  color: var(--text-primary);
  border: var(--border);
  border-radius: var(--border-radius-md);
  resize: vertical;
  transition: border var(--transition-medium);
  opacity: 0;
  animation: fadeInUp 0.6s ease-out 0.5s forwards;
}
.bug-report-section .bug-textarea:focus {
  outline: none;
  border-color: var(--text-primary);
}
.bug-report-section .bug-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: var(--margin-sm);
  flex-wrap: wrap;
  gap: var(--gap-sm);
  opacity: 0;
  animation: fadeInUp 0.6s ease-out 0.7s forwards;
}
.bug-report-section .char-count {
  font-size: var(--text-xs);
  color: var(--text-muted);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUpLine {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradientWave {
  0% {
    background-position: 0% center;
  }
  50% {
    background-position: 100% center;
  }
  100% {
    background-position: 0% center;
  }
}
/*════════════════════════════════════════
|||           Contact Us Section           ||
════════════════════════════════════════*/
.contact-us-section {
  background-color: var(--bg-body-color);
  color: var(--text-primary);
  width: 100%;
}
.contact-us-section .container {
  max-width: var(--container-max-width-xl);
  margin: 0px !important;
  padding: 0 var(--padding-md);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--gap-lg);
}
.contact-us-section .container .Gipixel-text-Contact {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-top: 0;
}
.contact-us-section .container .Gipixel-text-Contact .developer-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap-xs);
  border-radius: 100px;
  padding: var(--padding-xs) var(--padding-sm);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto var(--spacer-sm) auto;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUpLine 0.6s ease forwards;
  animation-delay: 0.2s;
  transition: all 0.3s ease;
  position: relative;
  padding-top: var(--spacer-md);
}
.contact-us-section .container .Gipixel-text-Contact .developer-badge::after {
  z-index: 0;
  content: "";
  border-top: 1px solid;
  background: radial-gradient(43.9% 100% at 50% 0, rgba(102, 126, 234, 0.15) 0%, transparent 100%);
  border-image-source: linear-gradient(90deg, transparent 0, rgba(102, 126, 234, 0.5) 50%, transparent);
  border-image-slice: 1;
  width: 800px;
  height: 60px;
  position: absolute;
  top: 0;
  left: calc(50% - 400px);
  pointer-events: none;
}
.contact-us-section .container .Gipixel-text-Contact .developer-badge i {
  font-size: var(--text-xs);
  font-size: 12px;
  background: linear-gradient(135deg, var(--primary), var(--orange), var(--blue), var(--primary));
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-shift 3s ease infinite;
  display: inline-block;
}
.contact-us-section .container .Gipixel-text-Contact .developer-badge p {
  font-size: 12px;
  font-weight: var(--font-weight-bold);
  color: var(--text-primary);
  margin: 0;
}
.contact-us-section .container .Gipixel-text-Contact span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: var(--spacer-sm);
  justify-content: center;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUpLine 0.6s ease forwards;
  animation-delay: 0.5s;
}
.contact-us-section .container .Gipixel-text-Contact span h1 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: var(--text-xxl);
  color: var(--text-primary);
  letter-spacing: 0.5px;
  text-align: center;
  margin: 0;
  white-space: nowrap;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.3em;
  line-height: 1.2;
}
.contact-us-section .container .Gipixel-text-Contact span h1 .gradient-text-primary {
  background: linear-gradient(90deg, var(--primary) 0%, var(--blue) 25%, var(--orange) 50%, var(--primary) 75%, var(--primary) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  vertical-align: baseline;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUpLine 0.6s ease forwards, gradientWave 3s ease infinite;
  animation-delay: 0.7s, 1.3s;
}
@supports not (-webkit-background-clip: text) {
  .contact-us-section .container .Gipixel-text-Contact span h1 .gradient-text-primary {
    color: var(--primary) !important;
    background: none;
    -webkit-text-fill-color: var(--primary);
  }
}
.contact-us-section .container .Gipixel-text-Contact p {
  color: var(--text-secondary);
  font-size: var(--text-md);
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  line-height: 1.7;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUpLine 0.6s ease forwards;
  animation-delay: 0.9s;
}

.Gipixel-container {
  padding: 0 var(--padding-responsive);
}

.Gipixel-container-privacy {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  width: 100%;
  position: relative;
  margin: 0;
  display: flex;
  flex-direction: row;
}
.Gipixel-container-privacy > * {
  padding-left: 15px;
  padding-right: 15px;
  flex: 1 0 calc(100% / 12 - 15px);
}
.Gipixel-container-privacy .Gipixel-container-titel {
  flex: 0 0 24%;
  width: 24%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: sticky;
  top: 20px;
  align-self: flex-start;
  height: -moz-fit-content;
  height: fit-content;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
}
.Gipixel-container-privacy .Gipixel-container-titel .nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.Gipixel-container-privacy .Gipixel-container-titel .nav-item {
  margin-bottom: 0;
}
.Gipixel-container-privacy .Gipixel-container-titel .nav-item .nav-link {
  display: flex;
  align-items: center;
  gap: var(--gap-sm);
  padding: var(--padding-sm) var(--padding-md);
  border-radius: 0;
  color: var(--dropdown-link);
  font-size: var(--text-xs);
  font-weight: var(--text-sm-weight);
  text-decoration: none;
  transition: border-color var(--transition-medium), color var(--transition-medium);
  background-color: transparent;
  border: none;
  border-left: 2px solid transparent;
  width: 100%;
  box-sizing: border-box;
}
.Gipixel-container-privacy .Gipixel-container-titel .nav-item .nav-link i {
  font-size: var(--text-sm);
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1;
}
.Gipixel-container-privacy .Gipixel-container-titel .nav-item .nav-link span {
  flex: 1;
}
.Gipixel-container-privacy .Gipixel-container-titel .nav-item .nav-link:hover, .Gipixel-container-privacy .Gipixel-container-titel .nav-item .nav-link:active, .Gipixel-container-privacy .Gipixel-container-titel .nav-item .nav-link:focus, .Gipixel-container-privacy .Gipixel-container-titel .nav-item .nav-link:focus-visible {
  background-color: transparent;
  border-left-color: var(--white);
  color: var(--white);
}
.Gipixel-container-privacy .Gipixel-container-titel .nav-item .nav-link.active {
  border-left-color: var(--white);
  color: var(--white);
}
.Gipixel-container-privacy .Gipixel-policy {
  flex: 1;
}
.Gipixel-container-privacy .Gipixel-titel {
  width: 100%;
  max-width: 100%;
}
.Gipixel-container-privacy .Gipixel-titel h2 {
  color: var(--white);
  font-size: var(--text-md);
}
.Gipixel-container-privacy .privacy-policy {
  color: var(--primary) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  margin-bottom: var(--margin-sm);
  gap: var(--gap-sm);
  font-size: var(--text-md);
}
.Gipixel-container-privacy .privacy-policy .fi {
  font-size: var(--text-md);
}
.Gipixel-container-privacy .scrollspy-example {
  width: 100%;
  max-width: 100%;
  border-radius: var(--border-radius-md);
  padding: 0 var(--padding-md);
  padding-left: var(--spacer-lg);
  overflow: visible;
}
.Gipixel-container-privacy .scrollspy-example ul {
  margin-bottom: var(--margin-xs);
}
.Gipixel-container-privacy .scrollspy-example li {
  color: var(--text-secondary);
  list-style-type: disc;
  margin-left: 1.5rem;
  margin-bottom: var(--margin-xs);
}
.Gipixel-container-privacy .scrollspy-example h1 {
  font-size: 22px;
}
.Gipixel-container-privacy .scrollspy-example h2 {
  font-size: 18px;
  margin-bottom: var(--margin-md);
}
.Gipixel-container-privacy .scrollspy-example h1,
.Gipixel-container-privacy .scrollspy-example h2,
.Gipixel-container-privacy .scrollspy-example h3,
.Gipixel-container-privacy .scrollspy-example h4,
.Gipixel-container-privacy .scrollspy-example h5,
.Gipixel-container-privacy .scrollspy-example h6 {
  color: var(--text-primary);
  margin-bottom: var(--margin-lg);
}
.Gipixel-container-privacy .scrollspy-example p,
.Gipixel-container-privacy .scrollspy-example span {
  color: var(--text-secondary) !important;
  margin-bottom: var(--margin-lg);
}
.Gipixel-container-privacy .scrollspy-example a {
  color: var(--warning);
  margin-bottom: var(--margin-md);
}
.Gipixel-container-privacy .scrollspy-example strong {
  color: var(--link-hover-color);
  margin-bottom: var(--margin-md);
}
@media (max-width: 991px) {
  .Gipixel-container-privacy {
    flex-direction: column;
  }
  .Gipixel-container-privacy .Gipixel-container-titel,
  .Gipixel-container-privacy .Gipixel-policy {
    width: 100%;
    max-width: 100%;
    padding: 0px;
  }
  .Gipixel-container-privacy .scrollspy-example {
    padding: var(--padding-sm);
  }
  .Gipixel-container-privacy .Gipixel-container-titel {
    position: relative;
    top: 0;
    max-height: none;
  }
}
@media (max-width: 768px) {
  .Gipixel-container-privacy .Gipixel-container-dd {
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: var(--gap-xs);
    text-align: left;
  }
  .Gipixel-container-privacy .Gipixel-container-dd .Gipixel-item {
    flex: 1 1 45%;
    justify-content: flex-start !important;
    padding: var(--padding-xs) var(--padding-sm);
  }
  .Gipixel-container-privacy .Gipixel-container-dd .Gipixel-item h4 {
    font-size: var(--text-xs);
  }
}
@media (max-width: 576px) {
  .Gipixel-container-privacy {
    gap: var(--gap-sm);
  }
  .Gipixel-container-privacy .Gipixel-container-dd {
    display: flex;
    flex-direction: row !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: var(--gap-xs);
    padding-bottom: var(--spacer-xs);
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .Gipixel-container-privacy .Gipixel-container-dd::-webkit-scrollbar {
    display: none;
  }
  .Gipixel-container-privacy .Gipixel-container-dd .Gipixel-item {
    flex: 0 0 auto;
    min-width: -moz-max-content;
    min-width: max-content;
    padding: var(--padding-xs);
    justify-content: flex-start;
  }
  .Gipixel-container-privacy .Gipixel-container-dd .Gipixel-item h4 {
    font-size: var(--text-xs);
    line-height: 1.4;
  }
  .Gipixel-container-privacy .scrollspy-example {
    padding: var(--padding-sm) var(--padding-md);
    overflow: visible;
  }
  .Gipixel-container-privacy .Gipixel-container-titel {
    position: relative;
    top: 0;
    max-height: none;
  }
  .Gipixel-container-privacy .privacy-policy {
    flex-direction: row !important;
    align-items: center;
    gap: var(--gap-sm);
    padding: var(--padding-xs) var(--padding-md);
  }
  .Gipixel-container-privacy .privacy-policy i.fi {
    font-size: var(--text-sm);
  }
}

/*════════════════════════════════════════
|||         Partners Cards Section        ||
════════════════════════════════════════*/
.Gipixel-partner-partner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: var(--gap-xl);
  width: 100%;
}
.Gipixel-partner-partner .Gipixel-partner-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.2s forwards;
}
.Gipixel-partner-partner .Gipixel-partner-text .badge {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  gap: var(--gap-xs);
  border-radius: 100px;
  padding: var(--padding-xs) var(--padding-sm);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto var(--spacer-md) auto;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.1s;
  transition: all 0.3s ease;
}
.Gipixel-partner-partner .Gipixel-partner-text .badge i {
  font-size: var(--text-xs);
  font-size: 12px;
  background: linear-gradient(135deg, var(--primary), var(--orange), var(--blue), var(--primary));
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-shift 3s ease infinite;
  display: inline-block;
}
.Gipixel-partner-partner .Gipixel-partner-text .badge p {
  font-size: 12px;
  font-weight: var(--font-weight-bold);
  color: var(--text-primary);
  margin: 0;
}
.Gipixel-partner-partner .Gipixel-partner-text h1 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: var(--text-xxl);
  color: var(--text-primary);
  letter-spacing: 0.5px;
  line-height: 1.2;
}
.Gipixel-partner-partner .Gipixel-partner-text h1 span {
  background: linear-gradient(90deg, var(--primary) 0%, var(--blue) 25%, var(--purple) 50%, var(--pink) 75%, var(--primary) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientWave 3s ease infinite;
  display: inline-block;
}
.Gipixel-partner-partner .Gipixel-partner-text p {
  color: var(--text-secondary);
  font-size: var(--text-md);
  font-weight: var(--text-sm-weight);
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
}
.Gipixel-partner-partner .Gipixel-partner-text .Gipixel-partner-description {
  color: var(--text-secondary);
  font-size: var(--text-sm);
  font-weight: var(--text-sm-weight);
  line-height: 1.8;
  max-width: 900px;
  margin: var(--margin-sm) auto 0;
  opacity: 0.9;
  font-style: italic;
}
.Gipixel-partner-partner .Gipixel-partner-container-card {
  width: 100%;
  margin: 0;
}

/*════════════════════════════════════════
|||     Partners Cards Responsive UI      ||
════════════════════════════════════════*/
@media (max-width: 1024px) {
  .Gipixel-partner-partner .Gipixel-partner-text {
    padding: var(--spacer-md) 0;
  }
  .Gipixel-partner-partner .Gipixel-partner-text h1 {
    font-size: var(--text-xl);
  }
  .Gipixel-partner-partner .Gipixel-partner-text p {
    font-size: var(--text-sm);
    max-width: 100%;
  }
  .Gipixel-partner-partner .Gipixel-partner-text .Gipixel-partner-description {
    font-size: var(--text-xs);
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .Gipixel-partner-partner {
    gap: var(--gap-md);
  }
  .Gipixel-partner-partner .Gipixel-partner-text {
    padding: var(--spacer-md) var(--spacer-sm);
  }
  .Gipixel-partner-partner .Gipixel-partner-text h1 {
    font-size: var(--text-lg);
  }
  .Gipixel-partner-partner .Gipixel-partner-text p {
    font-size: var(--text-xs);
  }
  .Gipixel-partner-partner .Gipixel-partner-text .Gipixel-partner-description {
    font-size: var(--text-xxs);
  }
}
@media (max-width: 480px) {
  .Gipixel-partner-partner .Gipixel-partner-text h1 {
    font-size: var(--text-md);
  }
  .Gipixel-partner-partner .Gipixel-partner-text p {
    font-size: var(--text-xxs);
  }
  .Gipixel-partner-partner .Gipixel-partner-text .Gipixel-partner-description {
    font-size: var(--text-xxs);
  }
}
/*════════════════════════════════════════
|||         Partner Program Section       ||
════════════════════════════════════════*/
.section-featured {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.section-featured .section-header {
  text-align: center;
  padding: var(--spacer-lg) var(--spacer-md);
}
.section-featured .section-header h1 {
  font-weight: var(--text-lg-weight);
  margin-bottom: var(--spacer-md);
  font-size: var(--text-lg);
  letter-spacing: 2.5px;
  color: var(--white);
}
.section-featured .section-header p {
  color: var(--text-secondary);
  font-size: var(--text-sm);
  font-weight: var(--text-sm-weight);
  max-width: 700px;
  margin: 0 auto;
}
.section-featured .section-features-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  gap: var(--spacer-xl);
  margin: 0;
}
.section-featured .section-features-list > * {
  padding-left: 15px;
  padding-right: 15px;
  flex: 1 0 calc(100% / 12 - 15px);
}
.section-featured .section-features-list .section-feature-item {
  width: 500px;
  min-width: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: var(--spacer-sm);
  padding: var(--spacer-lg);
  border: var(--border);
  border-radius: var(--border-radius-md);
  background-color: var(--black);
  transition: all 0.3s ease;
}
.section-featured .section-features-list .section-feature-item:hover {
  border-color: var(--white);
  transform: translateY(-3px);
}
.section-featured .section-features-list .section-feature-item i {
  color: var(--text-secondary);
  font-weight: var(--text-lg-weight);
  font-size: var(--text-xl);
  margin-bottom: var(--spacer-sm);
}
.section-featured .section-features-list .section-feature-item h4 {
  font-size: var(--text-md);
  font-weight: var(--text-lg-weight);
  color: var(--white);
  margin-bottom: var(--spacer-xs);
}
.section-featured .section-features-list .section-feature-item p {
  color: var(--text-secondary);
  font-size: var(--text-sm);
  font-weight: var(--text-sm-weight);
  text-align: center;
}

/*════════════════════════════════════════
|||     Partner Program - Responsive      ||
════════════════════════════════════════*/
@media (max-width: 1024px) {
  .section-featured .section-header h1 {
    font-size: var(--text-md);
  }
  .section-featured .section-header p {
    font-size: var(--text-xs);
  }
  .section-featured .section-features-list {
    gap: var(--spacer-lg);
  }
  .section-featured .section-features-list .section-feature-item {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .section-featured .section-header {
    padding: var(--spacer-md);
  }
  .section-featured .section-header h1 {
    font-size: var(--text-sm);
  }
  .section-featured .section-header p {
    font-size: var(--text-xxs);
  }
  .section-featured .section-features-list {
    padding: var(--spacer-md);
  }
}
/*════════════════════════════════════════
||||     Gradient Wave Animation          ||
════════════════════════════════════════*/
@keyframes gradientWave {
  0% {
    background-position: 0% center;
  }
  50% {
    background-position: 100% center;
  }
  100% {
    background-position: 0% center;
  }
}
@keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/***********************************************
||||        Our Story - Slider Container         ||
***********************************************/
.Gipixel-container-slider-ourstory {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  margin: 0;
  background: #000;
}
.Gipixel-container-slider-ourstory .Gipixel-titel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: var(--padding-md) 0;
  padding-top: 0;
}
.Gipixel-container-slider-ourstory .Gipixel-titel .developer-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  gap: var(--gap-xs);
  border-radius: 100px;
  padding: var(--padding-xs) var(--padding-sm);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto var(--spacer-sm) auto;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUpLine 0.6s ease forwards;
  animation-delay: 0.2s;
  transition: all 0.3s ease;
  position: relative;
  padding-top: var(--spacer-md);
}
.Gipixel-container-slider-ourstory .Gipixel-titel .developer-badge::after {
  z-index: 0;
  content: "";
  border-top: 1px solid;
  background: radial-gradient(43.9% 100% at 50% 0, rgba(102, 126, 234, 0.15) 0%, transparent 100%);
  border-image-source: linear-gradient(90deg, transparent 0, rgba(102, 126, 234, 0.5) 50%, transparent);
  border-image-slice: 1;
  width: 800px;
  height: 60px;
  position: absolute;
  top: 0;
  left: calc(50% - 400px);
  pointer-events: none;
}
.Gipixel-container-slider-ourstory .Gipixel-titel .developer-badge i {
  font-size: var(--text-xs);
  font-size: 12px;
  background: linear-gradient(135deg, var(--primary), var(--orange), var(--blue), var(--primary));
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-shift 3s ease infinite;
  display: inline-block;
}
.Gipixel-container-slider-ourstory .Gipixel-titel .developer-badge p {
  font-size: 12px;
  font-weight: var(--font-weight-bold);
  color: var(--text-primary);
  margin: 0;
}
.Gipixel-container-slider-ourstory .Gipixel-titel span {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  gap: 0.3em;
  margin-bottom: var(--spacer-sm);
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUpLine 0.6s ease forwards;
  animation-delay: 0.5s;
}
.Gipixel-container-slider-ourstory .Gipixel-titel span h1 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: var(--text-xxl);
  color: var(--text-primary);
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 1.2;
}
.Gipixel-container-slider-ourstory .Gipixel-titel span h1 .gradient-text-primary {
  background: linear-gradient(90deg, var(--primary) 0%, var(--blue) 25%, var(--orange) 50%, var(--primary) 75%, var(--primary) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  vertical-align: baseline;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUpLine 0.6s ease forwards, gradientWave 3s ease infinite;
  animation-delay: 0.7s, 1.3s;
}
@supports not (-webkit-background-clip: text) {
  .Gipixel-container-slider-ourstory .Gipixel-titel span h1 .gradient-text-primary {
    color: var(--primary) !important;
    background: none;
    -webkit-text-fill-color: var(--primary);
  }
}
.Gipixel-container-slider-ourstory .Gipixel-titel p {
  color: var(--text-secondary);
  font-size: var(--text-sm);
  font-weight: var(--text-sm-weight);
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto var(--spacer-md) auto;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUpLine 0.6s ease forwards;
  animation-delay: 0.8s;
}
.Gipixel-container-slider-ourstory .timeline-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--spacer-md);
  width: 100%;
}
.Gipixel-container-slider-ourstory .timeline-navigation .timeline-pagination {
  display: flex;
  align-items: center;
  gap: var(--spacer-xs);
}
.Gipixel-container-slider-ourstory .timeline-navigation .timeline-pagination .pagination-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  border: none;
}
.Gipixel-container-slider-ourstory .timeline-navigation .timeline-pagination .pagination-dot.active {
  width: 24px;
  height: 4px;
  border-radius: 2px;
  background: var(--text-primary);
}
.Gipixel-container-slider-ourstory .timeline-navigation .timeline-pagination .pagination-dot:hover:not(.active) {
  background: rgba(255, 255, 255, 0.5);
}
.Gipixel-container-slider-ourstory .timeline-navigation .timeline-nav-buttons {
  display: flex;
  align-items: center;
  gap: var(--spacer-xs);
}
.Gipixel-container-slider-ourstory .timeline-navigation .timeline-nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--dark);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}
.Gipixel-container-slider-ourstory .timeline-navigation .timeline-nav-btn i {
  font-size: var(--text-md);
}
.Gipixel-container-slider-ourstory .timeline-navigation .timeline-nav-btn:hover {
  border-color: rgba(255, 255, 255, 0.3);
  color: var(--text-primary);
  background: var(--gray-dark);
}
.Gipixel-container-slider-ourstory .timeline-navigation .timeline-nav-btn:active {
  transform: scale(0.95);
}
.Gipixel-container-slider-ourstory .timeline-navigation .timeline-nav-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.Gipixel-container-slider-ourstory .history-timeline-container {
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: 0;
  background: transparent;
  height: 240px;
}
.Gipixel-container-slider-ourstory .history-timeline-container .timeline-base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.Gipixel-container-slider-ourstory .history-timeline-container .timeline-base .timeline-grid {
  display: none;
}
.Gipixel-container-slider-ourstory .history-timeline-container .timeline-base .timeline-line {
  display: none;
}
.Gipixel-container-slider-ourstory .history-timeline-container .timeline-nodes {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: calc(var(--spacer-sm) + 5px);
  padding: 0;
  overflow-x: auto;
  overflow-y: visible;
  scroll-behavior: smooth;
  z-index: 2;
  height: 240px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.Gipixel-container-slider-ourstory .history-timeline-container .timeline-nodes::-webkit-scrollbar {
  display: none;
}
.Gipixel-container-slider-ourstory .history-timeline-container .timeline-nodes .timeline-node {
  position: relative;
  flex: 0 0 320px;
  max-width: 320px;
  width: 320px;
  height: 240px;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--border-radius-lg);
  padding: var(--spacer-lg);
  cursor: pointer;
  opacity: 1;
  display: flex;
  align-items: stretch;
}
.Gipixel-container-slider-ourstory .history-timeline-container .timeline-nodes .timeline-node.active {
  z-index: 3;
}
.Gipixel-container-slider-ourstory .history-timeline-container .timeline-nodes .timeline-node.active .node-month {
  color: var(--primary);
}
.Gipixel-container-slider-ourstory .history-timeline-container .timeline-nodes .timeline-node.active .node-year {
  color: var(--primary);
}
.Gipixel-container-slider-ourstory .history-timeline-container .timeline-nodes .timeline-node .node-connector {
  position: absolute;
  left: calc(100% + (var(--spacer-sm) + 5px) / 2);
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #0a0a0a;
  border-top: none;
  border-bottom: none;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}
.Gipixel-container-slider-ourstory .history-timeline-container .timeline-nodes .timeline-node .node-connector i {
  font-size: 20px;
  color: var(--text-secondary);
}
.Gipixel-container-slider-ourstory .history-timeline-container .timeline-nodes .timeline-node:last-child .node-connector {
  display: none;
}
.Gipixel-container-slider-ourstory .history-timeline-container .timeline-nodes .timeline-node .node-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: var(--spacer-md);
  width: 100%;
  height: 100%;
  justify-content: space-between;
}
.Gipixel-container-slider-ourstory .history-timeline-container .timeline-nodes .timeline-node .node-content .node-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  gap: 0.25rem;
}
.Gipixel-container-slider-ourstory .history-timeline-container .timeline-nodes .timeline-node .node-content .node-header .node-month {
  font-size: var(--text-xs);
  font-weight: var(--font-weight-medium);
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1;
}
.Gipixel-container-slider-ourstory .history-timeline-container .timeline-nodes .timeline-node .node-content .node-header .node-year {
  font-size: var(--text-md);
  font-weight: var(--font-weight-bold);
  color: var(--text-primary);
  transition: color 0.3s ease;
  line-height: 1;
}
.Gipixel-container-slider-ourstory .history-timeline-container .timeline-nodes .timeline-node .node-content .node-body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: var(--spacer-xs);
  width: 100%;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
  text-align: start;
}
.Gipixel-container-slider-ourstory .history-timeline-container .timeline-nodes .timeline-node .node-content .node-body .node-title {
  font-size: var(--text-md);
  font-weight: var(--font-weight-bold);
  color: var(--text-primary);
  margin: 0;
  line-height: 1.4;
  text-align: start;
  width: 100%;
}
.Gipixel-container-slider-ourstory .history-timeline-container .timeline-nodes .timeline-node .node-content .node-body .node-description {
  font-size: var(--text-xs);
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: start;
  width: 100%;
}
.Gipixel-container-slider-ourstory .mySwiper-history {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
}
.Gipixel-container-slider-ourstory .mySwiper-history .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: var(--dark);
  border: var(--border);
  border-radius: var(--border-radius-lg);
  padding: var(--padding-md);
  text-align: center;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  height: 300px;
  transition: border-color 0.5s ease;
}
.Gipixel-container-slider-ourstory .mySwiper-history .swiper-slide:hover {
  border-color: var(--white);
}
.Gipixel-container-slider-ourstory .mySwiper-history .swiper-slide span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: var(--gap-md);
}
.Gipixel-container-slider-ourstory .mySwiper-history .swiper-slide span .fi {
  font-size: var(--text-xxl);
  color: var(--text-secondary);
}
.Gipixel-container-slider-ourstory .mySwiper-history .swiper-slide span h2 {
  font-size: var(--text-xl);
  color: var(--text-primary);
}
.Gipixel-container-slider-ourstory .mySwiper-history .swiper-slide span p {
  font-size: var(--text-xs);
  color: var(--text-secondary);
}
.Gipixel-container-slider-ourstory .mySwiper-history .swiper-button-next,
.Gipixel-container-slider-ourstory .mySwiper-history .swiper-button-prev {
  background: var(--gray-dark);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: 60%;
  transform: translateY(-50%);
  color: var(--white);
  font-size: var(--text-md);
}
.Gipixel-container-slider-ourstory .mySwiper-history .swiper-button-next::after,
.Gipixel-container-slider-ourstory .mySwiper-history .swiper-button-prev::after {
  content: "";
}

/***********************************************
||||              Our Strengths Block            ||
***********************************************/
.Gipixel-container-ourStrengths .Gipixel-titel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: var(--padding-md) 0;
  padding-top: 0;
}
.Gipixel-container-ourStrengths .Gipixel-titel .developer-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  gap: var(--gap-xs);
  border-radius: 100px;
  padding: var(--padding-xs) var(--padding-sm);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto var(--spacer-sm) auto;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUpLine 0.6s ease forwards;
  animation-delay: 0.2s;
  transition: all 0.3s ease;
  position: relative;
  padding-top: var(--spacer-md);
}
.Gipixel-container-ourStrengths .Gipixel-titel .developer-badge::after {
  z-index: 0;
  content: "";
  border-top: 1px solid;
  background: radial-gradient(43.9% 100% at 50% 0, rgba(102, 126, 234, 0.15) 0%, transparent 100%);
  border-image-source: linear-gradient(90deg, transparent 0, rgba(102, 126, 234, 0.5) 50%, transparent);
  border-image-slice: 1;
  width: 800px;
  height: 60px;
  position: absolute;
  top: 0;
  left: calc(50% - 400px);
  pointer-events: none;
}
.Gipixel-container-ourStrengths .Gipixel-titel .developer-badge i {
  font-size: var(--text-xs);
  font-size: 12px;
  background: linear-gradient(135deg, var(--primary), var(--orange), var(--blue), var(--primary));
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-shift 3s ease infinite;
  display: inline-block;
}
.Gipixel-container-ourStrengths .Gipixel-titel .developer-badge p {
  font-size: 12px;
  font-weight: var(--font-weight-bold);
  color: var(--text-primary);
  margin: 0;
}
.Gipixel-container-ourStrengths .Gipixel-titel span {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  gap: 0.3em;
  margin-bottom: var(--spacer-sm);
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUpLine 0.6s ease forwards;
  animation-delay: 0.5s;
}
.Gipixel-container-ourStrengths .Gipixel-titel span h1 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: var(--text-xxl);
  color: var(--text-primary);
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 1.2;
}
.Gipixel-container-ourStrengths .Gipixel-titel span h1 .gradient-text-primary {
  background: linear-gradient(90deg, var(--primary) 0%, var(--blue) 25%, var(--orange) 50%, var(--primary) 75%, var(--primary) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  vertical-align: baseline;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUpLine 0.6s ease forwards, gradientWave 3s ease infinite;
  animation-delay: 0.7s, 1.3s;
}
@supports not (-webkit-background-clip: text) {
  .Gipixel-container-ourStrengths .Gipixel-titel span h1 .gradient-text-primary {
    color: var(--primary) !important;
    background: none;
    -webkit-text-fill-color: var(--primary);
  }
}
.Gipixel-container-ourStrengths .Gipixel-titel p {
  color: var(--text-secondary);
  font-size: var(--text-sm);
  font-weight: var(--text-sm-weight);
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto var(--spacer-md) auto;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUpLine 0.6s ease forwards;
  animation-delay: 0.8s;
}
.Gipixel-container-ourStrengths .Gipixel-ourStrengths .Gipixel-Strengths {
  position: relative;
}
.Gipixel-container-ourStrengths .Gipixel-ourStrengths .Gipixel-Strengths .Gipixel-filter .nav {
  position: relative;
  display: flex;
  flex-direction: column;
}
.Gipixel-container-ourStrengths .Gipixel-ourStrengths .Gipixel-Strengths .Gipixel-filter .nav .nav-indicator {
  position: absolute;
  left: 0;
  width: 3px;
  height: var(--indicator-height, 40px);
  border-radius: 2px;
  background: var(--primary);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  transform: translateY(0);
}
.Gipixel-container-ourStrengths .Gipixel-ourStrengths .Gipixel-Strengths .Gipixel-filter .nav .nav-link {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: var(--indicator-height);
  padding: var(--padding-sm) var(--padding-md);
  font-size: var(--text-sm);
  text-align: start;
  text-decoration: none;
  border-radius: 0;
  background-color: transparent;
  color: var(--text-secondary);
  border-left: none;
}
.Gipixel-container-ourStrengths .Gipixel-ourStrengths .Gipixel-Strengths .Gipixel-filter .nav .nav-link:hover {
  color: var(--text-primary);
}
.Gipixel-container-ourStrengths .Gipixel-ourStrengths .Gipixel-Strengths .Gipixel-filter .nav .nav-link.active {
  color: var(--text-primary);
}
.Gipixel-container-ourStrengths .Gipixel-ourStrengths .Gipixel-Strengths .Gipixel-text .tab-content {
  position: relative;
  min-height: 250px;
  height: 250px;
  overflow: hidden;
  background: transparent;
  border: none !important;
  padding: 0 !important;
}
.Gipixel-container-ourStrengths .Gipixel-ourStrengths .Gipixel-Strengths .Gipixel-text .tab-content .tab-pane {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: var(--border) !important;
  border-radius: var(--border-radius-md);
  padding: var(--padding-md);
  display: none;
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 0.4s ease, transform 0.4s ease, border-color 0.5s ease;
}
.Gipixel-container-ourStrengths .Gipixel-ourStrengths .Gipixel-Strengths .Gipixel-text .tab-content .tab-pane:hover {
  border-color: var(--text-primary) !important;
  cursor: pointer;
}
.Gipixel-container-ourStrengths .Gipixel-ourStrengths .Gipixel-Strengths .Gipixel-text .tab-content .tab-pane h5 {
  margin-bottom: var(--spacer-sm);
  font-weight: var(--font-weight-bold);
  color: var(--text-primary);
}
.Gipixel-container-ourStrengths .Gipixel-ourStrengths .Gipixel-Strengths .Gipixel-text .tab-content .tab-pane p {
  font-size: var(--text-xs);
  color: var(--text-secondary);
  margin-bottom: var(--spacer-md);
}
.Gipixel-container-ourStrengths .Gipixel-ourStrengths .Gipixel-Strengths .Gipixel-text .tab-content .tab-pane.show {
  display: block;
  opacity: 1;
  transform: translateX(0);
}
.Gipixel-container-ourStrengths .Gipixel-ourStrengths .Gipixel-Strengths .Gipixel-text .tab-content .tab-pane.fade.show {
  opacity: 1;
  transform: translateX(0);
}

/***********************************************
|||||        Our Story - Hero Section            ||
***********************************************/
.gipixel-hero--story-journey {
  position: relative;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: var(--spacer-xl) var(--spacer-lg);
  overflow: hidden;
  text-align: left;
  box-sizing: border-box;
  width: 100%;
  /*════════════════════════════════════════
  |||          Hero Ratings Section         ||
  ════════════════════════════════════════*/
}
@media (min-width: 1400px) {
  .gipixel-hero--story-journey {
    padding: var(--spacer-xxl) var(--spacer-xl);
    min-height: 85vh;
  }
}
@media (max-width: 1399px) and (min-width: 1024px) {
  .gipixel-hero--story-journey {
    padding: var(--spacer-xl) var(--spacer-lg);
    min-height: 80vh;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .gipixel-hero--story-journey {
    padding: var(--spacer-lg) var(--spacer-md);
    min-height: 75vh;
  }
}
@media (max-width: 767px) {
  .gipixel-hero--story-journey {
    padding: var(--spacer-md) var(--spacer-sm);
    min-height: 70vh;
  }
}
@media (max-width: 480px) {
  .gipixel-hero--story-journey {
    padding: var(--spacer-sm) var(--spacer-xs);
    min-height: 65vh;
  }
}
.gipixel-hero--story-journey::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.4;
}
.gipixel-hero--story-journey .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.gipixel-hero--story-journey #hero-canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.gipixel-hero--story-journey .hero-container {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 0 var(--spacer-md);
  box-sizing: border-box;
  isolation: isolate;
}
@media (max-width: 1023px) {
  .gipixel-hero--story-journey .hero-container {
    padding: 0 var(--spacer-md);
  }
}
@media (max-width: 767px) {
  .gipixel-hero--story-journey .hero-container {
    padding: 0 var(--spacer-sm);
  }
}
.gipixel-hero--story-journey .hero-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  flex: 1;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  pointer-events: none !important;
}
.gipixel-hero--story-journey .hero-content * {
  pointer-events: none !important;
}
.gipixel-hero--story-journey .hero-content a,
.gipixel-hero--story-journey .hero-content button,
.gipixel-hero--story-journey .hero-content .btn {
  pointer-events: auto !important;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .gipixel-hero--story-journey .hero-content {
    gap: 1.25rem;
    text-align: center;
  }
}
.gipixel-hero--story-journey .hero-content .hero-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  gap: var(--gap-xs);
  border-radius: 100px;
  padding: var(--padding-xs) var(--padding-sm);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(30px);
  animation: heroFadeIn 0.8s ease-out 0.1s forwards;
}
.gipixel-hero--story-journey .hero-content .hero-badge i {
  font-size: 12px;
  background: linear-gradient(135deg, var(--primary), var(--orange), var(--blue), var(--primary));
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-shift 3s ease infinite;
  display: inline-block;
}
.gipixel-hero--story-journey .hero-content .hero-badge p {
  font-size: 12px;
  font-weight: var(--font-weight-bold);
  color: var(--text-primary);
  margin: 0;
}
.gipixel-hero--story-journey .hero-content .hero-headline {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--text-primary);
  font-size: var(--text-xxl);
  width: 100%;
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 1.2;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.4s;
}
@media (max-width: 1023px) {
  .gipixel-hero--story-journey .hero-content .hero-headline {
    font-size: clamp(var(--text-md), 4vw, var(--text-xl));
    text-align: center;
  }
}
.gipixel-hero--story-journey .hero-content .hero-headline .gradient-text-primary {
  background: linear-gradient(90deg, var(--primary) 0%, var(--blue) 25%, var(--orange) 50%, var(--primary) 75%, var(--primary) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
  animation: gradientWave 3s ease infinite;
}
.gipixel-hero--story-journey .hero-content .hero-subheadline {
  color: var(--text-secondary);
  font-size: clamp(var(--text-sm), 2vw, var(--text-md));
  line-height: 1.7;
  margin: 0;
  max-width: 600px;
  width: 100%;
  opacity: 0;
  transform: translateY(30px);
  animation: heroFadeIn 0.8s ease-out 0.6s forwards;
}
@media (max-width: 1023px) {
  .gipixel-hero--story-journey .hero-content .hero-subheadline {
    max-width: 100%;
    text-align: center;
    font-size: clamp(var(--text-xs), 1.8vw, var(--text-sm));
  }
}
.gipixel-hero--story-journey .hero-content .hero-stats {
  display: flex;
  gap: var(--spacer-md);
  flex-wrap: wrap;
  margin-top: 0;
  width: 100%;
  justify-content: center;
  opacity: 0;
  transform: translateY(30px);
  animation: heroFadeIn 0.8s ease-out 1s forwards;
}
@media (max-width: 1023px) {
  .gipixel-hero--story-journey .hero-content .hero-stats {
    justify-content: center;
    gap: var(--spacer-lg);
  }
}
@media (max-width: 767px) {
  .gipixel-hero--story-journey .hero-content .hero-stats {
    gap: var(--spacer-md);
  }
}
.gipixel-hero--story-journey .hero-content .hero-stats .hero-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacer-xs);
  padding: var(--spacer-sm) var(--spacer-md);
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  transition: all 0.3s ease;
  text-align: center;
}
.gipixel-hero--story-journey .hero-content .hero-stats .hero-stat-item:hover {
  background: transparent;
  border: none;
  transform: translateY(-2px);
}
.gipixel-hero--story-journey .hero-content .hero-stats .hero-stat-item .stat-number {
  font-size: var(--text-xl);
  font-weight: var(--text-xxl-weight);
  color: var(--primary);
  line-height: 1;
}
.gipixel-hero--story-journey .hero-content .hero-stats .hero-stat-item .stat-label {
  color: var(--text-secondary);
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.gipixel-hero--story-journey .hero-content .hero-actions {
  display: flex;
  gap: var(--spacer-sm);
  flex-wrap: wrap;
  margin-top: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(30px);
  animation: heroFadeIn 0.8s ease-out 1.4s forwards;
}
@media (max-width: 1023px) {
  .gipixel-hero--story-journey .hero-content .hero-actions {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .gipixel-hero--story-journey .hero-content .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: var(--spacer-sm);
  }
}
.gipixel-hero--story-journey .hero-content .hero-actions .hero-cta-primary {
  background: linear-gradient(135deg, var(--orange) 0%, var(--blue) 70%);
  color: white !important;
  border: none;
  position: relative;
  overflow: hidden;
}
.gipixel-hero--story-journey .hero-content .hero-actions .hero-cta-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}
.gipixel-hero--story-journey .hero-content .hero-actions .hero-cta-primary:hover {
  color: white !important;
}
.gipixel-hero--story-journey .hero-content .hero-actions .hero-cta-primary:hover::before {
  left: 100%;
}
.gipixel-hero--story-journey .hero-content .hero-actions .hero-cta-secondary {
  background: transparent;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
.gipixel-hero--story-journey .hero-content .hero-actions .hero-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
}
.gipixel-hero--story-journey .gipixel-hero-ratings {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: var(--border-radius-lg) var(--border-radius-lg) 0 0;
  padding: var(--padding-sm);
  margin: 0 auto;
}
.gipixel-hero--story-journey .gipixel-hero-ratings .Gipixel-rating-hand {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  gap: var(--gap-xl);
  margin-top: var(--margin-sm);
  width: 100%;
  text-align: center;
}
.gipixel-hero--story-journey .gipixel-hero-ratings .Gipixel-rating-hand .Gipixel-rating-hand__stars {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gipixel-hero--story-journey .gipixel-hero-ratings .Gipixel-rating-hand__item {
  width: 200px;
  transition: transform 0.2s ease;
}
.gipixel-hero--story-journey .gipixel-hero-ratings .Gipixel-rating-hand__item:hover {
  transform: translateY(-1px);
}
.gipixel-hero--story-journey .gipixel-hero-ratings .Gipixel-rating-hand__logo-text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--text-sm);
  font-weight: var(--text-sm-weight);
  margin-bottom: var(--margin-xs);
  color: var(--white);
}
.gipixel-hero--story-journey .gipixel-hero-ratings .Gipixel-rating-hand__logo-text strong {
  font-weight: var(--text-sm-weight);
}
.gipixel-hero--story-journey .gipixel-hero-ratings .Gipixel-rating-hand__score {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: var(--text-sm-weight);
  color: var(--white);
  font-size: var(--text-sm);
  margin-bottom: 10px;
}
.gipixel-hero--story-journey .gipixel-hero-ratings .Gipixel-rating-hand__stars {
  color: var(--warning);
  font-size: 18px;
  margin-bottom: 10px;
}
.gipixel-hero--story-journey .gipixel-hero-ratings .Gipixel-rating-hand__stars i {
  margin: 0 2px;
}
.gipixel-hero--story-journey .gipixel-hero-ratings .Gipixel-rating-hand__reviews {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--text-xxs);
  color: var(--text-secondary);
  line-height: 1.4;
}
.gipixel-hero--story-journey .gipixel-hero-ratings .Gipixel-rating-hand__info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap-xs);
  font-size: var(--text-xxs);
  color: var(--text-secondary);
  line-height: 1.4;
}
.gipixel-hero--story-journey .gipixel-hero-ratings .Gipixel-rating-hand__info .Gipixel-rating-hand__score {
  font-weight: var(--text-sm-weight);
  color: var(--white);
  display: block;
}
.gipixel-hero--story-journey .gipixel-hero-ratings .Gipixel-rating-hand__info .Gipixel-rating-hand__reviews {
  font-size: 0.75rem;
  color: var(--text-secondary);
}
@media (max-width: 1124px) {
  .gipixel-hero--story-journey .gipixel-hero-ratings {
    padding: var(--padding-xs);
  }
  .gipixel-hero--story-journey .gipixel-hero-ratings .Gipixel-rating-hand {
    gap: var(--gap-lg);
    flex-wrap: nowrap;
  }
  .gipixel-hero--story-journey .gipixel-hero-ratings .Gipixel-rating-hand__item {
    width: 180px;
    flex-shrink: 0;
  }
}
@media (max-width: 768px) {
  .gipixel-hero--story-journey .gipixel-hero-ratings {
    padding: var(--padding-xs);
  }
  .gipixel-hero--story-journey .gipixel-hero-ratings .Gipixel-rating-hand {
    flex-wrap: nowrap;
    gap: var(--gap-md);
  }
  .gipixel-hero--story-journey .gipixel-hero-ratings .Gipixel-rating-hand__item {
    width: 140px;
    flex-shrink: 0;
  }
  .gipixel-hero--story-journey .gipixel-hero-ratings .Gipixel-rating-hand__stars {
    font-size: 16px;
  }
  .gipixel-hero--story-journey .gipixel-hero-ratings .Gipixel-rating-hand__info {
    font-size: var(--text-xxs);
  }
}
.gipixel-hero--story-journey .hero-preview {
  opacity: 0;
  transform: translateY(30px);
  animation: heroFadeIn 0.8s ease-out 0.4s forwards;
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .gipixel-hero--story-journey .hero-preview {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .gipixel-hero--story-journey .hero-preview {
    min-height: 350px;
  }
}
.gipixel-hero--story-journey .hero-preview .story-journey-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  max-width: 600px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .gipixel-hero--story-journey .hero-preview .story-journey-visual {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .gipixel-hero--story-journey .hero-preview .story-journey-visual {
    max-width: 100%;
    padding: var(--spacer-sm);
  }
}
.gipixel-hero--story-journey .hero-preview .story-journey-visual .journey-path {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.gipixel-hero--story-journey .hero-preview .story-journey-visual .journey-path .path-line {
  opacity: 0.3;
}
.gipixel-hero--story-journey .hero-preview .story-journey-visual .journey-path .path-progress {
  animation: pathDraw 3s ease-out forwards;
  animation-delay: 1s;
}
.gipixel-hero--story-journey .hero-preview .story-journey-visual .milestone {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  animation: milestoneAppear 0.6s ease-out forwards;
}
.gipixel-hero--story-journey .hero-preview .story-journey-visual .milestone .milestone-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--primary);
  border: 3px solid var(--dark);
  box-shadow: 0 0 20px rgba(102, 126, 234, 0.6);
  position: relative;
  z-index: 2;
}
.gipixel-hero--story-journey .hero-preview .story-journey-visual .milestone .milestone-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--primary);
  opacity: 0.6;
  animation: pulse 2s ease-in-out infinite;
}
.gipixel-hero--story-journey .hero-preview .story-journey-visual .milestone .milestone-label {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: var(--spacer-xs);
  color: var(--text-secondary);
  font-size: var(--text-xs);
  white-space: nowrap;
  opacity: 0;
  animation: labelFadeIn 0.4s ease-out forwards;
  animation-delay: 0.3s;
}
.gipixel-hero--story-journey .hero-preview .story-journey-visual .milestone.milestone-1 {
  animation-delay: 1.5s;
}
.gipixel-hero--story-journey .hero-preview .story-journey-visual .milestone.milestone-2 {
  animation-delay: 1.7s;
}
.gipixel-hero--story-journey .hero-preview .story-journey-visual .milestone.milestone-3 {
  animation-delay: 1.9s;
}
.gipixel-hero--story-journey .hero-preview .story-journey-visual .milestone.milestone-4 {
  animation-delay: 2.1s;
}
.gipixel-hero--story-journey .hero-preview .story-journey-visual .milestone.milestone-5 {
  animation-delay: 2.3s;
}
.gipixel-hero--story-journey .hero-preview .story-journey-visual .story-element {
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-secondary);
  font-size: var(--text-lg);
  opacity: 0.4;
  z-index: 1;
  animation: floatElement 6s ease-in-out infinite;
}
.gipixel-hero--story-journey .hero-preview .story-journey-visual .story-element i {
  filter: drop-shadow(0 0 4px currentColor);
}
.gipixel-hero--story-journey .hero-preview .story-journey-visual .story-element.story-page-1 {
  top: 20%;
  left: 15%;
  animation-delay: 0s;
  color: var(--blue);
}
.gipixel-hero--story-journey .hero-preview .story-journey-visual .story-element.story-page-2 {
  top: 60%;
  left: 25%;
  animation-delay: 1s;
  color: var(--orange);
}
.gipixel-hero--story-journey .hero-preview .story-journey-visual .story-element.story-star-1 {
  top: 35%;
  left: 75%;
  animation-delay: 0.5s;
  color: var(--primary);
}
.gipixel-hero--story-journey .hero-preview .story-journey-visual .story-element.story-star-2 {
  top: 70%;
  left: 85%;
  animation-delay: 1.5s;
  color: var(--orange);
}
.gipixel-hero--story-journey .hero-preview .story-journey-visual .story-element.story-code-1 {
  top: 10%;
  left: 50%;
  animation-delay: 2s;
  color: var(--blue);
}
.gipixel-hero--story-journey .hero-preview .story-journey-visual .story-element.story-code-2 {
  top: 80%;
  left: 60%;
  animation-delay: 2.5s;
  color: var(--primary);
}

@keyframes heroFadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes floatGlow {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(30px, -30px) scale(1.1);
  }
}
@keyframes pathDraw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes milestoneAppear {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
@keyframes labelFadeIn {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes floatElement {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(10px, -10px) rotate(5deg);
  }
  50% {
    transform: translate(-5px, -15px) rotate(-5deg);
  }
  75% {
    transform: translate(-10px, -5px) rotate(3deg);
  }
}
@keyframes gradientWave {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*════════════════════════════════════════
  ||     Our Story Slider Responsive       ||
  ════════════════════════════════════════*/
@media (max-width: 768px) {
  .Gipixel-container-slider-ourstory .history-timeline-container {
    height: 220px;
  }
  .Gipixel-container-slider-ourstory .history-timeline-container .timeline-nodes {
    height: 220px;
    gap: calc(var(--spacer-lg) + 50px);
  }
  .Gipixel-container-slider-ourstory .history-timeline-container .timeline-nodes .timeline-node {
    flex: 0 0 280px;
    max-width: 280px;
    width: 280px;
    height: 220px;
    padding: var(--spacer-md);
  }
  .Gipixel-container-slider-ourstory .history-timeline-container .timeline-nodes .timeline-node .node-connector {
    left: calc(100% + (var(--spacer-sm) + 15px) / 2);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: #0a0a0a;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .Gipixel-container-slider-ourstory .history-timeline-container .timeline-nodes .timeline-node .node-connector i {
    font-size: 18px;
  }
  .Gipixel-container-slider-ourstory .history-timeline-container .timeline-nodes .timeline-node .node-content .node-header .node-year {
    font-size: var(--text-xl);
  }
  .Gipixel-container-slider-ourstory .history-timeline-container .timeline-nodes .timeline-node .node-content .node-body .node-title {
    font-size: var(--text-sm);
  }
  .Gipixel-container-slider-ourstory .history-timeline-container .timeline-nodes .timeline-node .node-content .node-body .node-description {
    font-size: var(--text-xs);
  }
  .mySwiper-history {
    width: 90%;
  }
  .Gipixel-titel p {
    width: 90%;
  }
}
/*════════════════════════════════════════
||||     Our Story Hero Responsive         ||
════════════════════════════════════════*/
@media (max-width: 768px) {
  .Gipixel-container-ourStrengths .Gipixel-titel p {
    width: 90% !important;
    text-align: center;
  }
}
/***********************************************
||||||        Story Journey Cards Section      ||
***********************************************/
.story-journey-cards-section {
  background: #000;
  padding: var(--spacer-xxl) 0;
}
@media (max-width: 768px) {
  .story-journey-cards-section {
    padding: var(--spacer-xl) 0;
  }
}

.story-journey-cards-wrapper {
  width: 100%;
}

.story-journey-cards {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: var(--spacer-lg) 0;
}
@media (max-width: 768px) {
  .story-journey-cards {
    min-height: auto;
    padding: var(--spacer-lg) 0;
  }
}

.story-journey-card {
  --story-corner-size: 1.75rem;
  --story-border-width: 1px;
  --story-image-column-width: 15rem;
  --story-content-width: 19rem;
  display: grid;
  position: relative;
  grid-template-columns: var(--story-image-column-width) calc(2 * var(--story-corner-size));
  transition: grid-template-columns 450ms ease 50ms;
  height: 28rem;
  overflow: clip;
}
.story-journey-card > * {
  min-width: 0;
  grid-row: 1;
}
@media (max-width: 768px) {
  .story-journey-card {
    --story-image-column-width: 7.5rem;
    --story-content-width: 16rem;
    height: 24rem;
  }
}
@media (max-width: 480px) {
  .story-journey-card {
    --story-image-column-width: 6rem;
    --story-content-width: 14rem;
    height: 22rem;
  }
}

.story-journey-border-outer,
.story-journey-border-inner {
  -webkit-clip-path: polygon(var(--story-corner-size) 0%, calc(100% - var(--story-corner-size)) 0%, 100% var(--story-corner-size), 100% calc(100% - var(--story-corner-size)), calc(100% - var(--story-corner-size)) 100%, var(--story-corner-size) 100%, 0% calc(100% - var(--story-corner-size)), 0% var(--story-corner-size));
          clip-path: polygon(var(--story-corner-size) 0%, calc(100% - var(--story-corner-size)) 0%, 100% var(--story-corner-size), 100% calc(100% - var(--story-corner-size)), calc(100% - var(--story-corner-size)) 100%, var(--story-corner-size) 100%, 0% calc(100% - var(--story-corner-size)), 0% var(--story-corner-size));
}

.story-journey-border-outer {
  background: var(--text-primary);
  padding: var(--story-border-width);
  display: flex;
  flex-direction: column;
}

.story-journey-border-inner {
  flex-grow: 1;
  background: #000;
}

.story-journey-card-background {
  grid-column: 1/-1;
}
.story-journey-card-background img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: calc(var(--story-image-column-width) + var(--story-corner-size));
  filter: grayscale(80%);
  transition: filter 0.3s ease;
}

.story-journey-card:has(input:checked) .story-journey-card-background img {
  filter: grayscale(0%);
}

.story-journey-card-content {
  grid-column: 2;
  position: relative;
}

.story-journey-card-content-layout {
  display: flex;
  gap: 2rem;
  position: absolute;
  top: var(--story-corner-size);
  left: var(--story-corner-size);
  height: calc(100% - 6rem);
  width: var(--story-content-width);
  translate: -1rem 0;
  transition: translate 450ms;
}
@media (max-width: 768px) {
  .story-journey-card-content-layout {
    gap: 1rem;
    translate: -0.5rem 0;
  }
}

.story-journey-card-copy {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.story-journey-card-copy h2 {
  font-size: 1.5rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--text-primary);
  margin: 0;
}
@media (max-width: 768px) {
  .story-journey-card-copy h2 {
    font-size: 1.25rem;
  }
}
.story-journey-card-copy h3 {
  font-size: 0.6rem;
  font-weight: 400;
  color: var(--text-secondary);
  margin: 0;
}
@media (max-width: 768px) {
  .story-journey-card-copy h3 {
    font-size: 0.55rem;
  }
}
.story-journey-card-copy p {
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--text-secondary);
  margin: 0;
}
@media (max-width: 768px) {
  .story-journey-card-copy p {
    font-size: 0.8rem;
  }
}

.story-journey-vertical-title {
  writing-mode: vertical-lr;
  font-size: 1.5rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--text-primary);
  margin: 0;
}
@media (max-width: 768px) {
  .story-journey-vertical-title {
    font-size: 1.25rem;
  }
}

.story-journey-toggle {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1rem;
  cursor: pointer;
  color: var(--text-primary);
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.story-journey-toggle input {
  display: none;
}
.story-journey-toggle svg {
  transition: all 250ms ease;
  width: 24px;
  height: 24px;
}
.story-journey-toggle:hover {
  opacity: 0.8;
}

.story-journey-toggle-open {
  display: flex;
}

.story-journey-toggle-close {
  display: none;
}

.story-journey-card:has(input:checked) {
  grid-template-columns: var(--story-image-column-width) var(--story-content-width);
}
.story-journey-card:has(input:checked) .story-journey-card-content-layout {
  translate: -4rem 0;
}
@media (max-width: 768px) {
  .story-journey-card:has(input:checked) .story-journey-card-content-layout {
    translate: -3rem 0;
  }
}
.story-journey-card:has(input:checked) .story-journey-toggle-open {
  display: none;
}
.story-journey-card:has(input:checked) .story-journey-toggle-close {
  display: flex;
}

/*════════════════════════════════════════
||  Color Info Panel + Harmony + Gradient  ||
════════════════════════════════════════*/
.container {
  margin: 0 !important;
  margin-top: var(--spacer-xs) !important;
  min-width: 100%;
  padding: 0 var(--padding-responsive);
}

.color-info-panel {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--gap-sm);
  width: 100%;
  margin: 0;
}
.color-info-panel .gradient-section {
  border-radius: var(--border-radius-md);
  padding: var(--padding-xs);
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.color-info-panel .gradient-section p {
  margin: 0 !important;
  margin-left: 0.5rem !important;
}
.color-info-panel .gradient-section h2 {
  font-size: var(--text-md);
  color: var(--white);
  margin: 0 !important;
}
.color-info-panel .gradient-section .gradient-controls {
  display: flex;
  flex-direction: column;
  gap: var(--gap-sm);
}
.color-info-panel .gradient-section .gradient-controls .color-inputs {
  display: flex;
  gap: var(--gap-sm);
  align-items: center;
}
.color-info-panel .gradient-section .gradient-controls .color-inputs .color-input-group {
  display: flex;
  flex-direction: column;
  gap: var(--gap-sm);
  border-radius: var(--border-radius-sm);
  overflow: hidden;
  border: none;
  height: 40px;
}
.color-info-panel .gradient-section .gradient-controls .color-inputs .color-input-group #color2Input {
  width: 60px;
  height: 40px;
  border: 2px solid var(--gray-200);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.color-info-panel .gradient-section .gradient-controls .color-inputs .color-input-group .color-picker-btn {
  width: 60px;
  height: 40px;
  border: 2px solid var(--gray-200);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.color-info-panel .gradient-section .gradient-controls .color-inputs .color-input-group .color-picker-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.color-info-panel .gradient-section .gradient-controls .color-inputs .color-input-group input[type=color] {
  width: 60px;
  height: 37px;
  border: none;
  cursor: pointer;
  background: none;
  box-shadow: none;
}
.color-info-panel .gradient-section .gradient-controls .color-inputs .direction-group {
  margin-left: auto;
}
.color-info-panel .gradient-section .gradient-controls .color-inputs .direction-group .direction-circles {
  display: flex;
  gap: var(--gap-sm);
  align-items: center;
  flex-wrap: wrap;
}
.color-info-panel .gradient-section .gradient-controls .color-inputs .direction-group .direction-circles .direction-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  flex-shrink: 0;
}
.color-info-panel .gradient-section .gradient-controls .color-inputs .direction-group .direction-circles .direction-circle.active {
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.color-info-panel .gradient-section .gradient-controls .gradient-preview {
  width: 100%;
  height: 100px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: var(--margin-sm);
}
.color-info-panel .gradient-section .gradient-controls .gradient-code .code-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--margin-sm);
}
.color-info-panel .gradient-section .gradient-controls .gradient-code .code-header span {
  font-weight: 600;
  color: var(--white);
}
.color-info-panel .gradient-section .gradient-controls .gradient-code code {
  display: block;
  font-family: "Courier New", monospace;
  font-size: var(--text-sm);
  word-break: break-word;
  text-align: left;
  color: var(--white);
  border-radius: var(--border-radius-sm);
  background: rgba(0, 0, 0, 0.2);
  padding: var(--padding-xs);
}

.harmony-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: var(--gap-xs);
  width: 100%;
  padding: var(--padding-xs);
  margin-bottom: var(--margin-xs);
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: var(--border-radius-sm);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.harmony-header button {
  flex: 1 1 0;
  min-width: 0;
  white-space: nowrap;
  font-size: var(--text-xs);
  padding: var(--padding-xs) var(--padding-sm);
}
.wheel-canvas-container .harmony-header {
  width: 100%;
  min-width: 300px;
  max-width: 400px;
  align-self: start;
}

.info-section {
  border-radius: var(--border-radius-md);
  padding: var(--padding-sm);
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.wheel-canvas-container .info-section {
  width: 100%;
  min-width: 300px;
  max-width: 400px;
}
.info-section h3 {
  font-size: 1.2rem;
  color: var(--white);
  margin-top: 0;
}
.info-section p {
  color: var(--text-secondary);
  font-size: var(--text-xs);
  margin: 0 !important;
  margin-left: 0.5rem !important;
}
.info-section .color-preview {
  width: 100%;
  height: 80px;
  border-radius: var(--border-radius-sm);
  margin-bottom: var(--margin-sm);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.info-section .color-values {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  min-width: 100%;
}
.info-section .color-values .value-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--padding-xs);
  border-radius: var(--border-radius-sm);
  background: rgba(255, 255, 255, 0.02);
  width: 100%;
  min-width: 100%;
}
.info-section .color-values .value-item span {
  font-weight: 600;
  color: var(--white);
}
.info-section .color-values .value-item .value-display {
  display: flex;
  align-items: center;
  gap: var(--gap-sm);
}
.info-section .color-values .value-item .value-display code {
  font-family: "Courier New", monospace;
  font-size: var(--text-sm);
  color: var(--white);
}
.info-section .harmony-colors {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap-sm);
  width: 100%;
  margin-top: 12px;
}
.info-section .harmony-colors .harmony-item {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap-sm);
  margin: 0;
  background: rgba(255, 255, 255, 0.02);
  border-radius: var(--border-radius-sm);
  max-height: 70px;
  min-width: 100%;
  width: 100%;
  overflow: hidden;
  padding-right: var(--padding-xs);
}
.info-section .harmony-colors .harmony-item .harmony-hex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap-sm);
}
.info-section .harmony-colors .harmony-item .harmony-hex .harmony-color {
  width: 40px;
  height: 50px;
  border-right: 1px solid white;
}
.info-section .harmony-colors .harmony-item .harmony-hex .harmony-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.info-section .harmony-colors .harmony-item .harmony-hex .harmony-info span {
  color: var(--text-primary);
  font-size: var(--text-xxs);
}
.info-section .harmony-colors .harmony-item .harmony-hex .harmony-info .color-span {
  color: var(--text-secondary);
  font-size: var(--text-xxs);
}

.copy-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: var(--text-md);
  padding: var(--padding-xs);
  border-radius: var(--border-radius-sm);
  transition: all 0.2s ease;
  color: var(--white);
}
.copy-btn:hover {
  background: rgba(255, 255, 255, 0.05);
}

/*════════════════════════════════════════
  ||         Color Wheel Section           ||
  ════════════════════════════════════════*/
.color-wheel-section {
  display: grid;
  gap: var(--gap-sm);
  width: 100%;
}
.color-wheel-section .wheel-container .wheel-canvas-container {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: 1fr;
  align-items: stretch;
  width: 100%;
  border-radius: var(--border-radius-md);
  gap: var(--gap-sm);
}
.color-wheel-section .wheel-container .wheel-canvas-container .hueInputcolor {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  display: flex;
  flex-direction: column;
  justify-self: start;
  height: 100%;
}
.color-wheel-section .wheel-container .wheel-canvas-container .sliders-container {
  grid-column: 2;
  grid-row: 1;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.color-wheel-section .wheel-container .wheel-canvas-container .harmony-container {
  grid-column: 3;
  grid-row: 1;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: var(--gap-sm);
}
.color-wheel-section .wheel-container .wheel-canvas-container .harmony-container .harmony-header {
  margin-bottom: 0;
}
.color-wheel-section .wheel-container .wheel-canvas-container .harmony-container .info-section {
  margin-top: 0;
  height: 100%;
}
@media (max-width: 1200px) {
  .color-wheel-section .wheel-container .wheel-canvas-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    align-items: stretch;
    gap: var(--gap-sm);
    row-gap: var(--gap-xs);
  }
  .color-wheel-section .wheel-container .wheel-canvas-container .hueInputcolor {
    grid-column: 1;
    grid-row: 1;
    align-self: stretch;
  }
  .color-wheel-section .wheel-container .wheel-canvas-container .sliders-container {
    grid-column: 1;
    grid-row: 2;
    align-self: stretch;
  }
  .color-wheel-section .wheel-container .wheel-canvas-container .harmony-container {
    grid-column: 1;
    grid-row: 3;
    align-self: stretch;
  }
}
.color-wheel-section .wheel-container .wheel-canvas-container .hueInputcolor {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: var(--gap-sm);
  width: 320px;
}
.color-wheel-section .wheel-container .wheel-canvas-container .hueInputcolor .hue-input-wrapper {
  position: relative;
  width: 100%;
}
.color-wheel-section .wheel-container .wheel-canvas-container .hueInputcolor .hue-input-wrapper i {
  position: absolute;
  top: 50%;
  left: var(--spacer-sm);
  transform: translateY(-50%);
  font-size: var(--text-md);
  color: var(--text-secondary);
  pointer-events: none;
}
.color-wheel-section .wheel-container .wheel-canvas-container .hueInputcolor .hue-input-wrapper input {
  width: 100%;
  height: 37px;
  padding: 0 var(--padding-sm) 0 38px;
  border: none;
  border-radius: var(--border-radius-sm);
  color: var(--text-primary);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-size: var(--text-sm);
  transition: background 0.2s ease, box-shadow 0.2s ease;
}
.color-wheel-section .wheel-container .wheel-canvas-container .hueInputcolor .hue-input-wrapper input::-moz-placeholder {
  color: var(--text-secondary);
  font-size: var(--text-xs);
}
.color-wheel-section .wheel-container .wheel-canvas-container .hueInputcolor .hue-input-wrapper input::placeholder {
  color: var(--text-secondary);
  font-size: var(--text-xs);
}
.color-wheel-section .wheel-container .wheel-canvas-container .hueInputcolor .hue-input-wrapper input:focus {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  outline: none;
}
.color-wheel-section .wheel-container .wheel-canvas-container #colorWheel {
  border: solid 1px #414141 !important;
  border-radius: var(--border-radius-sm) !important;
  cursor: crosshair;
}
.color-wheel-section .wheel-container .wheel-canvas-container canvas {
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
}
.color-wheel-section .wheel-container .wheel-canvas-container #colorWheel {
  width: 320px;
  height: 280px;
}
.color-wheel-section .wheel-container .wheel-canvas-container .sliders-container {
  display: flex;
  flex-direction: column;
  gap: var(--gap-sm);
  min-width: 0;
}
.color-wheel-section .wheel-container .wheel-canvas-container .sliders-container .slider-group {
  padding: 10px;
  border-radius: var(--border-radius-md);
  background: rgba(255, 255, 255, 0.02);
  height: 100%;
}
.color-wheel-section .wheel-container .wheel-canvas-container .sliders-container .slider-group label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap-xs);
  font-weight: 600;
  margin-bottom: var(--margin-xs);
  color: var(--text-primary);
  font-size: var(--text-sm);
}
.color-wheel-section .wheel-container .wheel-canvas-container .sliders-container .slider-group .slider {
  width: 100%;
  height: 10px;
  border-radius: var(--border-radius-sm);
  outline: none;
  cursor: pointer;
  margin-bottom: var(--margin-xs);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
}
.color-wheel-section .wheel-container .wheel-canvas-container .sliders-container .slider-group .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--primary);
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.color-wheel-section .wheel-container .wheel-canvas-container .sliders-container .slider-group .slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--primary);
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.color-wheel-section .wheel-container .wheel-canvas-container .sliders-container .slider-group .slider.hue-slider {
  background: linear-gradient(to right, hsl(0, 100%, 50%), hsl(60, 100%, 50%), hsl(120, 100%, 50%), hsl(180, 100%, 50%), hsl(240, 100%, 50%), hsl(300, 100%, 50%), hsl(0, 100%, 50%));
}
.color-wheel-section .wheel-container .wheel-canvas-container .sliders-container .slider-group .slider.saturation-slider {
  background: linear-gradient(to right, hsl(0, 0%, 50%), hsl(0, 100%, 50%));
}
.color-wheel-section .wheel-container .wheel-canvas-container .sliders-container .slider-group .slider.lightness-slider {
  background: linear-gradient(to right, hsl(0, 0%, 0%), hsl(0, 0%, 50%), hsl(0, 0%, 100%));
}
.color-wheel-section .wheel-container .wheel-canvas-container .sliders-container .slider-group .slider-labels {
  display: flex;
  justify-content: space-between;
  font-size: var(--text-xs);
  color: var(--text-secondary);
  margin-top: var(--margin-xs);
}

/*════════════════════════════════════════
  ||   Hero Section Color Picker Responsive ||
  ════════════════════════════════════════*/
@media (max-width: 1024px) {
  .gipixel-hero--palettes {
    padding: 0;
  }
  .gipixel-hero--palettes .hero-inner {
    padding: var(--padding-md) var(--padding-responsive);
    padding-bottom: 0;
    gap: var(--gap-sm);
  }
  .gipixel-hero--palettes .hero-inner .color-wheel-section .wheel-container .wheel-canvas-container {
    flex-direction: column;
    align-items: stretch;
    gap: var(--gap-md);
  }
  .gipixel-hero--palettes .hero-inner .color-wheel-section .wheel-container .hueInputcolor {
    width: 100%;
  }
  .gipixel-hero--palettes .hero-inner .color-wheel-section .wheel-container .sliders-container {
    width: 100%;
  }
  .gipixel-hero--palettes .hero-inner .color-info-panel {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .gipixel-hero--palettes {
    padding: 0;
  }
  .gipixel-hero--palettes .hero-inner {
    padding: var(--padding-sm) var(--padding-responsive);
    gap: var(--gap-sm);
  }
}
/*════════════════════════════════════════
  ||          Palettes Section             ||
  ════════════════════════════════════════*/
.palettes-section {
  border-radius: var(--border-radius-lg);
}
.palettes-section .Gipixel-cover-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--gap-md);
}
.palettes-section .Gipixel-cover-text p {
  color: var(--text-secondary);
  margin-bottom: var(--margin-md);
  font-size: var(--text-sm);
  width: 60%;
  text-align: center;
}
.palettes-section .Gipixel-cover-text h1 {
  color: var(--white);
  font-weight: var(--text-xxl-weight);
  font-size: var(--text-xl);
  margin-bottom: var(--margin-md);
  text-align: center;
  width: 70%;
  letter-spacing: 2.5px;
}
.palettes-section .Gipixel-cover-text .Gipixel-cover-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap-md);
}
.palettes-section .Gipixel-cover-text .Gipixel-rating-hand {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--gap-lg);
  padding: var(--padding-md);
  margin-top: var(--margin-md);
}
.palettes-section .Gipixel-cover-text .Gipixel-rating-hand__item {
  width: 220px;
  text-align: center;
  transition: transform 0.2s ease;
}
.palettes-section .Gipixel-cover-text .Gipixel-rating-hand__item:hover {
  transform: translateY(-1px);
}
.palettes-section .Gipixel-cover-text .Gipixel-rating-hand__logo-text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--text-md);
  font-weight: var(--text-md-weight);
  margin-bottom: var(--margin-sm);
  color: var(--white);
}
.palettes-section .Gipixel-cover-text .Gipixel-rating-hand__logo-text strong {
  font-weight: var(--text-md-weight);
}
.palettes-section .Gipixel-cover-text .Gipixel-rating-hand__stars {
  color: var(--warning);
  font-size: var(--text-md);
  margin-bottom: var(--margin-sm);
}
.palettes-section .Gipixel-cover-text .Gipixel-rating-hand__stars i {
  margin: 0 3px;
}
.palettes-section .Gipixel-cover-text .Gipixel-rating-hand__info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap-xs);
  font-size: var(--text-xxs);
  color: var(--text-secondary);
  line-height: 1.4;
}
.palettes-section .Gipixel-cover-text .Gipixel-rating-hand__info .Gipixel-rating-hand__score {
  font-weight: var(--text-md-weight);
  color: var(--white);
  display: block;
}
.palettes-section .Gipixel-cover-text .Gipixel-rating-hand__info .Gipixel-rating-hand__reviews {
  font-size: var(--text-xs);
  color: var(--text-secondary);
}
.palettes-section .Gipixel-filter {
  width: 100%;
}
.palettes-section .Gipixel-filter .Gipixel-container-filter {
  width: 100% !important;
  margin: 0 auto;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--gap-sm);
  margin-bottom: var(--spacer-xl);
  position: relative;
}
.palettes-section .Gipixel-filter .Gipixel-container-filter #filterGroups {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(-10px) scale(0.95);
  transform-origin: top center;
  width: auto;
  z-index: 100;
  background-color: var(--dark);
  border: var(--border);
  border-radius: var(--border-radius-md);
  padding: var(--padding-md);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}
.palettes-section .Gipixel-filter .Gipixel-container-filter #filterGroups.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0) scale(1);
}
.palettes-section .Gipixel-filter .Gipixel-container-filter .Gipixel-search-bar {
  display: flex;
  align-items: center;
  gap: var(--gap-sm);
  padding: var(--padding-sm) var(--padding-md);
  border-radius: var(--border-radius-sm);
  background-color: var(--dark);
  width: 60%;
  border: var(--border);
  transition: border-color 0.3s ease;
}
.palettes-section .Gipixel-filter .Gipixel-container-filter .Gipixel-search-bar.focused {
  border-color: var(--text-primary);
}
.palettes-section .Gipixel-filter .Gipixel-container-filter .Gipixel-search-bar input {
  flex: 1;
  border: none;
  font-size: var(--text-md);
  outline: none;
  height: 40px;
}
.palettes-section .Gipixel-filter .Gipixel-container-filter .Gipixel-search-bar .fi {
  font-size: var(--text-md);
  color: #666;
}
.palettes-section .Gipixel-filter .Gipixel-container-filter .Gipixel-search-bar .toggle-icon {
  background: transparent;
  border: none;
  font-size: var(--text-md);
  cursor: pointer;
}
.palettes-section .Gipixel-filter .Gipixel-container-filter .Gipixel-search-bar .search-edit-btn {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.2s ease;
}
.palettes-section .Gipixel-filter .Gipixel-container-filter .Gipixel-search-bar .search-edit-btn .fi {
  color: var(--text-primary);
}
.palettes-section .Gipixel-filter .Gipixel-container-filter .Gipixel-search-bar.focused .search-edit-btn {
  opacity: 0;
  pointer-events: none;
}
.palettes-section .Gipixel-filter .Gipixel-container-filter .Gipixel-filter-groups {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  padding: var(--padding-md);
  gap: var(--spacer-md);
  border-radius: var(--border-radius-md);
  border: var(--border);
}
.palettes-section .Gipixel-filter .Gipixel-container-filter .Gipixel-filter-groups .Gipixel-filter-group:first-child {
  order: 1;
}
.palettes-section .Gipixel-filter .Gipixel-container-filter .Gipixel-filter-groups .Gipixel-filter-group:nth-child(2) {
  order: 3;
}
.palettes-section .Gipixel-filter .Gipixel-container-filter .Gipixel-filter-groups .Gipixel-filter-group:nth-child(3) {
  order: 2;
}
.palettes-section .Gipixel-filter .Gipixel-container-filter .Gipixel-filter-groups .Gipixel-filter-group {
  background-color: rgba(0, 0, 0, 0.3) !important;
  border-radius: var(--border-radius-sm);
  padding: var(--padding-md);
}
.palettes-section .Gipixel-filter .Gipixel-container-filter .Gipixel-filter-groups .Gipixel-filter-group h6 {
  font-weight: 600;
  margin-bottom: var(--margin-sm);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  gap: var(--gap-xs);
}
.palettes-section .Gipixel-filter .Gipixel-container-filter .Gipixel-filter-groups .Gipixel-filter-group.vertical .Gipixel-tags {
  flex-direction: column;
  align-items: flex-start;
}
.palettes-section .Gipixel-filter .Gipixel-container-filter .Gipixel-filter-groups .Gipixel-filter-group:first-child .Gipixel-tags {
  display: grid;
  grid-template-columns: repeat(4, 60px);
  gap: 6px;
  width: -moz-fit-content;
  width: fit-content;
}
.palettes-section .Gipixel-filter .Gipixel-container-filter .Gipixel-filter-groups .Gipixel-filter-group:first-child .Gipixel-tags .btn {
  border-radius: var(--border-radius-sm) !important;
  width: 60px !important;
  height: 60px !important;
  min-width: 60px !important;
  min-height: 60px !important;
  max-width: 60px !important;
  padding: var(--spacer-xs) !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-color: var(--black) !important;
  border: none !important;
  font-size: 9px !important;
  text-align: center;
  color: var(--text-primary) !important;
  font-weight: 500;
  transition: none;
  box-shadow: none !important;
  gap: 4px;
  color: var(--text-primary) !important;
  text-shadow: none !important;
  font-size: 9px !important;
  line-height: 1.1;
  margin-top: 0;
}
.palettes-section .Gipixel-filter .Gipixel-container-filter .Gipixel-filter-groups .Gipixel-filter-group:first-child .Gipixel-tags .btn span {
  position: relative;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  border-radius: 50%;
  margin: 0 !important;
  z-index: 0;
  opacity: 0.85;
  pointer-events: none;
  box-shadow: none !important;
  display: block;
  flex-shrink: 0;
}
.palettes-section .Gipixel-filter .Gipixel-container-filter .Gipixel-filter-groups .Gipixel-filter-group:first-child .Gipixel-tags .btn:hover {
  background-color: var(--black) !important;
  transform: none;
  box-shadow: none !important;
  border: none !important;
}
.palettes-section .Gipixel-filter .Gipixel-container-filter .Gipixel-filter-groups .Gipixel-filter-group:first-child .Gipixel-tags .btn.active {
  color: var(--primary) !important;
  font-weight: 600;
  background-color: var(--black) !important;
  box-shadow: none !important;
}
.palettes-section .Gipixel-filter .Gipixel-container-filter .Gipixel-filter-groups .Gipixel-filter-group:first-child .Gipixel-tags .btn.active span {
  opacity: 1;
}
.palettes-section .Gipixel-filter .Gipixel-container-filter .Gipixel-filter-groups .Gipixel-filter-group:nth-child(2) .Gipixel-tags {
  display: grid;
  grid-template-columns: repeat(4, 60px);
  gap: 6px;
  width: -moz-fit-content;
  width: fit-content;
}
.palettes-section .Gipixel-filter .Gipixel-container-filter .Gipixel-filter-groups .Gipixel-filter-group:nth-child(2) .Gipixel-tags .btn {
  border-radius: var(--border-radius-sm) !important;
  width: 60px !important;
  height: 60px !important;
  min-width: 60px !important;
  min-height: 60px !important;
  max-width: 60px !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-color: var(--black) !important;
  border: none !important;
  text-align: center;
  color: var(--text-primary) !important;
  font-weight: 500;
  transition: none;
  box-shadow: none !important;
  gap: 4px;
}
.palettes-section .Gipixel-filter .Gipixel-container-filter .Gipixel-filter-groups .Gipixel-filter-group:nth-child(2) .Gipixel-tags .btn .count-number {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px !important;
  font-weight: 600;
  line-height: 1;
  color: inherit;
  margin: 0;
  padding: 0;
}
.palettes-section .Gipixel-filter .Gipixel-container-filter .Gipixel-filter-groups .Gipixel-filter-group:nth-child(2) .Gipixel-tags .btn .count-label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px !important;
  font-weight: 400;
  line-height: 1;
  color: inherit;
  opacity: 0.85;
  margin: 0;
  padding: 0;
}
.palettes-section .Gipixel-filter .Gipixel-container-filter .Gipixel-filter-groups .Gipixel-filter-group:nth-child(2) .Gipixel-tags .btn span:not(.count-number):not(.count-label) {
  display: none !important;
}
.palettes-section .Gipixel-filter .Gipixel-container-filter .Gipixel-filter-groups .Gipixel-filter-group:nth-child(2) .Gipixel-tags .btn::before, .palettes-section .Gipixel-filter .Gipixel-container-filter .Gipixel-filter-groups .Gipixel-filter-group:nth-child(2) .Gipixel-tags .btn::after {
  content: none !important;
}
.palettes-section .Gipixel-filter .Gipixel-container-filter .Gipixel-filter-groups .Gipixel-filter-group:nth-child(2) .Gipixel-tags .btn:hover {
  background-color: var(--black) !important;
  transform: none;
  box-shadow: none !important;
  border: none !important;
}
.palettes-section .Gipixel-filter .Gipixel-container-filter .Gipixel-filter-groups .Gipixel-filter-group:nth-child(2) .Gipixel-tags .btn.active {
  color: var(--primary) !important;
  background-color: var(--black) !important;
  box-shadow: none !important;
}
.palettes-section .Gipixel-filter .Gipixel-container-filter .Gipixel-filter-groups .Gipixel-filter-group:nth-child(2) .Gipixel-tags .btn.active .count-number {
  font-weight: 700;
  color: var(--primary) !important;
}
.palettes-section .Gipixel-filter .Gipixel-container-filter .Gipixel-filter-groups .Gipixel-filter-group:nth-child(2) .Gipixel-tags .btn.active .count-label {
  color: var(--primary) !important;
  opacity: 1;
}
.palettes-section .Gipixel-filter .Gipixel-container-filter .Gipixel-filter-groups .Gipixel-filter-group:nth-child(3) .Gipixel-tags {
  display: grid;
  grid-template-columns: repeat(4, 60px);
  gap: 6px;
  width: -moz-fit-content;
  width: fit-content;
}
.palettes-section .Gipixel-filter .Gipixel-container-filter .Gipixel-filter-groups .Gipixel-filter-group:nth-child(3) .Gipixel-tags .btn {
  border-radius: var(--border-radius-sm) !important;
  width: 60px !important;
  height: 60px !important;
  min-width: 60px !important;
  min-height: 60px !important;
  max-width: 60px !important;
  padding: var(--spacer-xs) !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-color: var(--black) !important;
  border: none !important;
  font-size: 9px !important;
  text-align: center;
  color: var(--text-primary) !important;
  font-weight: 500;
  transition: none;
  box-shadow: none !important;
  gap: 4px;
  color: var(--text-primary) !important;
  text-shadow: none !important;
  font-size: 9px !important;
  line-height: 1.1;
  margin-top: 0;
}
.palettes-section .Gipixel-filter .Gipixel-container-filter .Gipixel-filter-groups .Gipixel-filter-group:nth-child(3) .Gipixel-tags .btn i {
  font-size: 20px !important;
  color: var(--text-primary);
  margin: 0 !important;
  display: block;
  flex-shrink: 0;
  order: -1;
}
.palettes-section .Gipixel-filter .Gipixel-container-filter .Gipixel-filter-groups .Gipixel-filter-group:nth-child(3) .Gipixel-tags .btn span {
  display: none !important;
}
.palettes-section .Gipixel-filter .Gipixel-container-filter .Gipixel-filter-groups .Gipixel-filter-group:nth-child(3) .Gipixel-tags .btn:hover {
  background-color: var(--black) !important;
  transform: none;
  box-shadow: none !important;
  border: none !important;
}
.palettes-section .Gipixel-filter .Gipixel-container-filter .Gipixel-filter-groups .Gipixel-filter-group:nth-child(3) .Gipixel-tags .btn.active {
  color: var(--primary) !important;
  font-weight: 600;
  background-color: var(--black) !important;
  box-shadow: none !important;
}
.palettes-section .Gipixel-filter .Gipixel-container-filter .Gipixel-filter-groups .Gipixel-filter-group:nth-child(3) .Gipixel-tags .btn.active i {
  color: var(--primary) !important;
}
.palettes-section .Gipixel-filter .Gipixel-container-filter .Gipixel-filter-groups .Gipixel-filter-group .Gipixel-tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-sm);
}
.palettes-section .Gipixel-filter .Gipixel-container-filter .Gipixel-filter-groups .Gipixel-filter-group .Gipixel-tags .btn {
  border-radius: 0 !important;
}
.palettes-section .Gipixel-filter .Gipixel-container-filter .Gipixel-filter-groups .Gipixel-filter-group .Gipixel-tags .btn span {
  color: var(--white);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: var(--margin-xs);
}
.palettes-section .palettes-grid {
  display: grid;
  gap: var(--spacer-lg);
  border-radius: var(--border-radius-md);
  margin: 0;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.palettes-section .palettes-grid .palette-info {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  gap: var(--gap-xs);
}
.palettes-section .palettes-grid .palette-info .category-badge {
  font-size: 10px !important;
  border-radius: var(--border-radius-sm) !important;
}
.palettes-section .palettes-grid .color-count {
  font-size: var(--text-xxs);
  color: var(--text-secondary) !important;
}
.palettes-section .palettes-grid .palette-card {
  padding: 0 !important;
  margin: 0 !important;
  border-radius: var(--border-radius-sm) !important;
  overflow: hidden;
}
.palettes-section .palettes-grid .palette-card .palette-colors {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  border-radius: var(--border-radius-sm) !important;
  overflow: hidden;
  margin-top: var(--margin-xs);
}
.palettes-section .palettes-grid .palette-card .palette-colors .palette-color {
  flex: 1 1 0%;
  min-width: 0;
  height: 130px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.palettes-section .palettes-grid .palette-card .palette-colors .palette-color .color-hex {
  color: white;
  font-size: var(--text-xs);
  font-weight: bold;
  text-align: center;
}
.palettes-section .palettes-grid .palette-card .palette-colors .palette-color .color-hex .fi {
  font-size: var(--text-md);
}
.palettes-section .palettes-grid .palette-card .palette-colors:has(.palette-color:hover) .palette-color {
  flex: 1 1 0%;
}
.palettes-section .palettes-grid .palette-card .palette-colors:has(.palette-color:hover) .palette-color:hover {
  flex: 2 1 0%;
}

/*════════════════════════════════════════
  ||      Hero Section Color Picker      ||
  ════════════════════════════════════════*/
.gipixel-hero--palettes {
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 100%;
  min-height: auto;
  display: block !important;
  text-align: left !important;
  background-color: transparent !important;
}
.gipixel-hero--palettes::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 300px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.1) 80%, transparent 100%);
  z-index: 0;
  pointer-events: none;
}
.gipixel-hero--palettes::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 400px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.1) 80%, transparent 100%);
  z-index: 0;
  pointer-events: none;
}
.gipixel-hero--palettes .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.gipixel-hero--palettes .hero-background .hero-gradient-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at top, rgba(102, 126, 234, 0.15) 0%, transparent 50%), radial-gradient(ellipse at bottom right, rgba(253, 126, 20, 0.08) 0%, transparent 50%);
}
.gipixel-hero--palettes .hero-background .hero-glow-1 {
  position: absolute;
  width: 600px;
  height: 600px;
  background: linear-gradient(135deg, var(--orange) 0%, var(--blue) 100%);
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.15;
  top: -20%;
  right: -10%;
  animation: floatGlow 20s ease-in-out infinite;
}
.gipixel-hero--palettes .hero-background .hero-glow-2 {
  position: absolute;
  width: 500px;
  height: 500px;
  background: linear-gradient(135deg, var(--blue) 0%, var(--purple) 100%);
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.25;
  bottom: -15%;
  left: -5%;
  animation: floatGlow 25s ease-in-out infinite reverse;
}
.gipixel-hero--palettes .hero-background .hero-grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.4;
}
.gipixel-hero--palettes .hero-background .hero-noise-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  pointer-events: none;
}
.gipixel-hero--palettes .hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  padding: var(--padding-lg) var(--padding-responsive);
  gap: var(--gap-sm);
  overflow: hidden;
}
.gipixel-hero--palettes .hero-inner .color-wheel-section {
  width: 100%;
}
.gipixel-hero--palettes .hero-inner .color-info-panel {
  width: 100%;
}
.gipixel-hero--palettes .hero-inner .color-picker-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.75) 25%, rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0.35) 65%, rgba(0, 0, 0, 0.15) 80%, rgba(0, 0, 0, 0.05) 90%, transparent 100%);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  border: none !important;
  outline: none !important;
  box-shadow: 0 -20px 80px rgba(0, 0, 0, 0.8), 0 -40px 120px rgba(0, 0, 0, 0.6), 0 -60px 160px rgba(0, 0, 0, 0.4);
  margin: 0;
  padding: 0;
  mask-image: linear-gradient(to top, black 0%, black 100%);
  -webkit-mask-image: linear-gradient(to top, black 0%, black 100%);
}
.gipixel-hero--palettes .hero-inner .color-picker-overlay::before, .gipixel-hero--palettes .hero-inner .color-picker-overlay::after {
  display: none;
  content: none;
}
.gipixel-hero--palettes .hero-inner .color-picker-overlay .overlay-content {
  text-align: center;
  color: var(--white);
  padding: var(--padding-lg);
  max-width: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.gipixel-hero--palettes .hero-inner .color-picker-overlay .overlay-content h3 {
  font-size: var(--text-lg);
  font-weight: 600;
  margin-bottom: var(--margin-sm);
  color: var(--white);
  text-align: center;
  width: 100%;
}
.gipixel-hero--palettes .hero-inner .color-picker-overlay .overlay-content p {
  font-size: var(--text-sm);
  color: var(--text-secondary);
  margin-bottom: var(--margin-md);
  opacity: 0.9;
  text-align: center;
  width: 100%;
}
.gipixel-hero--palettes .hero-inner .color-picker-overlay .overlay-content .btn {
  margin-top: var(--margin-sm);
  padding: var(--padding-sm) var(--padding-lg);
  font-size: var(--text-md);
  font-weight: 600;
  border-radius: var(--border-radius-md);
  transition: all 0.3s ease;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.gipixel-hero--palettes .hero-inner .color-picker-overlay .overlay-content .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.gipixel-hero--palettes .hero-inner .color-picker-overlay .overlay-content .btn i {
  margin-right: 0.5rem;
}
.gipixel-hero--palettes .hero-inner .disabled-section {
  pointer-events: none;
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  filter: blur(1px);
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.gipixel-hero--palettes .hero-inner .disabled-section * {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

/*════════════════════════════════════════
  ||          Toast Notification           ||
  ════════════════════════════════════════*/
.toast {
  position: fixed;
  top: 20px;
  right: 20px;
  background: var(--success);
  color: var(--white);
  padding: var(--padding-sm) var(--padding-md);
  border-radius: var(--border-radius-md);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.3s ease;
  z-index: 1000;
}
.toast.show {
  opacity: 1;
  transform: translateY(0);
}

/*════════════════════════════════════════
  ||              Animations              ||
  ════════════════════════════════════════*/
@keyframes colorPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.color-pulse {
  animation: colorPulse 0.5s ease-in-out;
}

@keyframes copySuccess {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.copy-success {
  animation: copySuccess 0.3s ease-in-out;
}

/*════════════════════════════════════════
||         Color Picker – Support Box        ||
════════════════════════════════════════*/
.support-box {
  background: var(--dark);
  border: var(--border);
  border-radius: var(--border-radius-md);
  padding: var(--padding-md);
  color: var(--text-primary);
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.03);
  transition: border-color 0.3s ease;
}
.support-box:hover {
  border-color: var(--text-primary);
}
.support-box img {
  width: 100px;
  border-radius: var(--border-radius-md);
}
.support-box p {
  font-size: var(--text-sm);
  color: var(--text-secondary);
  margin-bottom: var(--margin-md);
}
.support-box h3 {
  font-size: var(--text-md);
  font-weight: var(--text-lg-weight);
  margin-bottom: var(--margin-md);
}
.support-box .support-actions {
  display: flex;
  align-items: center;
  justify-content: center;
}
.support-box .support-actions .btn {
  width: 100% !important;
}

/*════════════════════════════════════════
||   Responsive: Palettes & Filter UI    ||
════════════════════════════════════════*/
@media (max-width: 768px) {
  .Gipixel-filter {
    padding: 0 !important;
    margin: var(--margin-md) auto !important;
  }
  .Gipixel-filter .Gipixel-container-filter {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .Gipixel-filter .Gipixel-search-bar {
    width: 100% !important;
    flex-direction: row;
    gap: var(--gap-sm);
    padding: var(--padding-sm);
    margin-bottom: var(--margin-sm) !important;
  }
  .Gipixel-filter .Gipixel-search-bar input {
    font-size: var(--text-sm) !important;
    padding: var(--padding-sm) !important;
    width: 100% !important;
  }
  .Gipixel-filter .Gipixel-search-bar .search-edit-btn {
    justify-content: center;
    width: 100%;
  }
  .Gipixel-filter .Gipixel-filter-groups {
    grid-template-columns: 1fr;
    gap: var(--gap-lg);
    padding: var(--padding-sm);
  }
  .Gipixel-filter .Gipixel-filter-groups .Gipixel-filter-group {
    width: 100%;
  }
  .Gipixel-filter .Gipixel-filter-groups .Gipixel-filter-group h6 {
    font-size: var(--text-sm);
  }
  .Gipixel-filter .Gipixel-filter-groups .Gipixel-filter-group .Gipixel-tags .btn {
    font-size: var(--text-xs);
    padding: var(--padding-xs) var(--padding-sm);
  }
  .palettes-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: var(--gap-sm);
    padding: 0 var(--padding-sm);
  }
  .palettes-grid .palette-card .palette-colors {
    flex-direction: row;
  }
  .palettes-grid .palette-card .palette-colors .palette-color {
    height: 90px !important;
    width: 25% !important;
  }
  .palettes-grid .palette-card .palette-colors:has(.palette-color:hover) .palette-color {
    width: 25% !important;
  }
  .palettes-grid .palette-card .palette-colors:has(.palette-color:hover) .palette-color:hover {
    width: 25% !important;
  }
  .Gipixel-cover-text h1 {
    font-size: var(--text-md) !important;
    line-height: 1.4;
    padding: 0 var(--padding-sm);
    width: 95% !important;
  }
  .Gipixel-cover-text p {
    font-size: var(--text-xs);
    padding: 0 var(--padding-sm);
    width: 90% !important;
  }
}
@media (max-width: 1400px) {
  .palettes-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .Gipixel-filter {
    padding: 0 !important;
  }
  .Gipixel-filter .Gipixel-container-filter {
    width: 100%;
    padding: 0 !important;
    margin: 0 auto !important;
  }
  .Gipixel-filter .Gipixel-container-filter #filterGroups {
    max-width: 550px;
    min-width: 450px;
  }
  .Gipixel-filter .Gipixel-search-bar {
    width: 100% !important;
    flex-direction: row;
    gap: var(--spacer-sm);
    padding: var(--padding-sm);
    margin-bottom: var(--margin-lg);
  }
  .Gipixel-filter .Gipixel-search-bar input {
    font-size: var(--text-sm) !important;
    padding: var(--padding-sm) !important;
    width: 100% !important;
  }
  .Gipixel-filter .Gipixel-search-bar .search-edit-btn {
    justify-content: center;
    width: 100%;
  }
  .Gipixel-filter .Gipixel-filter-groups {
    grid-template-columns: 1fr;
    gap: var(--gap-lg);
    padding: var(--padding-sm);
  }
  .Gipixel-filter .Gipixel-filter-groups .Gipixel-filter-group {
    width: 100%;
  }
  .Gipixel-filter .Gipixel-filter-groups .Gipixel-filter-group h6 {
    font-size: var(--text-sm);
  }
  .Gipixel-filter .Gipixel-filter-groups .Gipixel-filter-group .Gipixel-tags .btn {
    font-size: var(--text-xs);
    padding: var(--padding-xs) var(--padding-sm);
  }
  .Gipixel-cover-text h1 {
    font-size: var(--text-md);
    line-height: 1.4;
    padding: 0 var(--padding-sm);
    width: 95%;
  }
  .Gipixel-cover-text p {
    font-size: var(--text-xs);
    padding: 0 var(--padding-sm);
    width: 90%;
  }
}
@media (max-width: 992px) {
  .palettes-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.search-clear-btn {
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
}
.search-clear-btn i {
  color: var(--white) !important;
  font-size: 12px !important;
}

/*════════════════════════════════════════
||       Color Wheel Section Responsive  ||
════════════════════════════════════════*/
@media (max-width: 1024px) {
  .color-wheel-section .wheel-container .wheel-canvas-container {
    flex-direction: column;
    align-items: stretch;
    gap: var(--gap-sm);
  }
  .color-wheel-section .wheel-container .wheel-canvas-container .hueInputcolor {
    width: 100%;
  }
  .color-wheel-section .wheel-container .wheel-canvas-container #colorWheel {
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
  }
  .color-wheel-section .wheel-container .wheel-canvas-container .sliders-container {
    width: 100%;
    gap: var(--gap-sm);
  }
  .color-wheel-section .wheel-container .wheel-canvas-container .sliders-container .wheel-header {
    flex-wrap: wrap;
    gap: var(--gap-sm);
  }
  .color-wheel-section .wheel-container .wheel-canvas-container .sliders-container .wheel-header button {
    flex: 1 1 45%;
    min-width: 120px;
  }
}
/*═════════════════════════════════════════════
||     Color Info & Gradient Panel Responsive ||
═════════════════════════════════════════════*/
@media (max-width: 1024px) {
  .color-info-panel {
    flex-direction: column;
    gap: var(--gap-sm);
  }
  .color-info-panel .info-section {
    width: 100%;
  }
  .color-info-panel .info-section .harmony-colors {
    grid-template-columns: 1fr;
  }
  .color-info-panel .gradient-section {
    width: 100%;
  }
  .color-info-panel .gradient-section .gradient-controls .color-inputs {
    flex-direction: column;
    align-items: stretch;
  }
  .color-info-panel .gradient-section .gradient-controls .color-inputs .direction-group {
    margin-left: 0;
    width: 100%;
  }
  .color-info-panel .gradient-section .gradient-controls .color-inputs .direction-group .direction-circles {
    justify-content: center;
    gap: var(--gap-xs);
  }
  .color-info-panel .gradient-section .gradient-controls .color-inputs .direction-group .direction-circles .direction-circle {
    width: 38px;
    height: 38px;
  }
  .color-info-panel .gradient-section .gradient-controls .gradient-preview {
    height: 80px;
  }
}
.palettes-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
}
.palettes-loader .loader-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #007bff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 20px;
}
.palettes-loader p {
  color: #ececec;
  font-size: 14px;
  margin: 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes floatGlow {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(30px, -30px) scale(1.1);
  }
}
.Gipixel-container {
  padding: 0 var(--padding-responsive);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.gipixel-hero--articles {
  padding: var(--spacer-xl) var(--spacer-md);
  height: auto;
  min-height: 300px;
  position: relative;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gipixel-hero--articles::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(90deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
  z-index: -1;
}
.gipixel-hero--articles::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background-color: var(--border-color);
  z-index: 1;
}
.gipixel-hero--articles .hero-inner {
  text-align: center;
  padding: 0 var(--padding-lg);
  margin: 0 auto;
}
.gipixel-hero--articles .hero-inner h1 {
  margin-bottom: var(--spacer-md);
  text-align: center;
  font-size: var(--text-xxl);
  font-weight: var(--text-xxl-weight);
  color: var(--white);
  letter-spacing: 0.5px;
}
.gipixel-hero--articles .hero-inner p {
  margin-bottom: 0;
  text-align: center;
  font-size: var(--text-sm);
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.gipixel-hero--articles .hero-inner p a {
  color: var(--link-color);
  text-decoration: none;
  transition: color var(--transition-medium);
}
.gipixel-hero--articles .hero-inner p a:hover {
  color: var(--link-hover-color);
  text-decoration: underline;
}
.gipixel-hero--articles .hero-inner .hero-search {
  margin-top: var(--margin-md);
  padding: 0 !important;
  display: block !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}
.gipixel-hero--articles .hero-inner .hero-search .search-dropdown-wrapper {
  position: relative;
  width: 100%;
  max-width: 500px;
}
.gipixel-hero--articles .hero-inner .hero-search .search-dropdown-wrapper .search-input-wrapper {
  position: relative;
  width: 100%;
}
.gipixel-hero--articles .hero-inner .hero-search .search-dropdown-wrapper .search-input-wrapper .search-icon {
  position: absolute;
  left: var(--padding-sm);
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-secondary);
  font-size: var(--text-sm);
  z-index: 1;
}
.gipixel-hero--articles .hero-inner .hero-search .search-dropdown-wrapper .search-input-wrapper input {
  width: 100%;
  padding-left: calc(var(--padding-md) + var(--padding-sm));
  background-color: var(--black);
  border: var(--border);
  border-radius: var(--border-radius-sm);
  color: var(--text-primary);
  font-size: var(--text-xs);
  height: 45px;
  transition: all var(--transition-medium);
}
.gipixel-hero--articles .hero-inner .hero-search .search-dropdown-wrapper .search-input-wrapper input:focus {
  outline: none;
  border-color: var(--primary);
}
.gipixel-hero--articles .hero-inner .hero-search .search-dropdown-wrapper .search-input-wrapper input::-moz-placeholder {
  color: var(--text-secondary);
}
.gipixel-hero--articles .hero-inner .hero-search .search-dropdown-wrapper .search-input-wrapper input::placeholder {
  color: var(--text-secondary);
}
.gipixel-hero--articles .hero-inner .hero-search .search-dropdown-wrapper .search-dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background-color: var(--dark);
  border: var(--border);
  border-radius: var(--border-radius-sm);
  max-height: 400px;
  overflow-y: auto;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.gipixel-hero--articles .hero-inner .hero-search .search-dropdown-wrapper .search-dropdown-menu.show {
  display: block;
}
.gipixel-hero--articles .hero-inner .hero-search .search-dropdown-wrapper .search-dropdown-menu .dropdown-header {
  padding: var(--padding-sm) var(--padding-md);
  font-size: var(--text-xxs);
  color: var(--text-secondary);
  border-bottom: var(--border);
  font-weight: var(--text-md-weight);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.gipixel-hero--articles .hero-inner .hero-search .search-dropdown-wrapper .search-dropdown-menu .dropdown-items {
  padding: var(--padding-xs) 0;
}
.gipixel-hero--articles .hero-inner .hero-search .search-dropdown-wrapper .search-dropdown-menu .dropdown-items .dropdown-item {
  display: flex;
  align-items: center;
  gap: var(--gap-sm);
  padding: var(--padding-sm) var(--padding-md);
  cursor: pointer;
  transition: all var(--transition-medium);
  color: var(--text-secondary);
  font-size: var(--text-xs);
}
.gipixel-hero--articles .hero-inner .hero-search .search-dropdown-wrapper .search-dropdown-menu .dropdown-items .dropdown-item i {
  font-size: var(--text-xs);
  color: var(--text-secondary);
}
.gipixel-hero--articles .hero-inner .hero-search .search-dropdown-wrapper .search-dropdown-menu .dropdown-items .dropdown-item:hover, .gipixel-hero--articles .hero-inner .hero-search .search-dropdown-wrapper .search-dropdown-menu .dropdown-items .dropdown-item.active {
  background-color: var(--black);
  color: var(--text-primary);
}
.gipixel-hero--articles .hero-inner .hero-search .search-dropdown-wrapper .search-dropdown-menu .dropdown-items .dropdown-item:hover i, .gipixel-hero--articles .hero-inner .hero-search .search-dropdown-wrapper .search-dropdown-menu .dropdown-items .dropdown-item.active i {
  color: var(--primary);
}
.gipixel-hero--articles .hero-inner .hero-search .search-dropdown-wrapper .search-dropdown-menu .dropdown-items .dropdown-item.hidden {
  display: none;
}

.blog-layout-container {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: var(--gap-lg);
  margin-top: var(--margin-lg);
  min-height: 600px;
}
@media (max-width: 1200px) {
  .blog-layout-container {
    grid-template-columns: 350px 1fr;
  }
}
@media (max-width: 992px) {
  .blog-layout-container {
    grid-template-columns: 1fr;
  }
  .blog-layout-container .blog-articles-sidebar {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    background-color: var(--dark);
    z-index: 1000;
    overflow-y: auto;
    transition: left 0.3s ease;
    border-right: var(--border);
    padding: var(--padding-md);
  }
  .blog-layout-container .blog-articles-sidebar.active {
    left: 0;
  }
  .blog-layout-container .blog-article-view {
    width: 100%;
  }
}

.blog-articles-sidebar {
  background-color: transparent;
  border: none;
  border-radius: 0;
  min-height: 70vh;
  height: -moz-fit-content;
  height: fit-content;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  position: sticky;
  top: 0px;
  animation: fadeInUp 0.4s ease-out 0.1s forwards;
  opacity: 0;
}
.blog-articles-sidebar .sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--margin-md);
  padding-bottom: var(--padding-md);
  border-bottom: var(--border);
  animation: fadeInUp 0.4s ease-out 0.15s forwards;
  opacity: 0;
}
.blog-articles-sidebar .sidebar-header h2 {
  font-size: var(--text-md);
  color: var(--text-primary);
  margin: 0;
}
.blog-articles-sidebar .sidebar-header .btn-close-sidebar {
  background: transparent;
  border: none;
  color: var(--text-primary);
  font-size: var(--text-md);
  cursor: pointer;
  padding: var(--padding-xs);
}
.blog-articles-sidebar .sidebar-header .btn-close-sidebar:hover {
  color: var(--link-color);
}
.blog-articles-sidebar .sidebar-search-wrapper {
  position: relative;
  margin-bottom: var(--margin-md);
  padding-bottom: var(--padding-md);
  border-bottom: var(--border);
  animation: fadeInUp 0.4s ease-out 0.2s forwards;
  opacity: 0;
  z-index: 10;
}
.blog-articles-sidebar .sidebar-search-wrapper .search-dropdown-wrapper {
  position: relative;
  width: 100%;
  z-index: 11;
}
.blog-articles-sidebar .sidebar-search-wrapper .search-dropdown-wrapper .search-container {
  position: relative;
  width: 100%;
}
.blog-articles-sidebar .sidebar-search-wrapper .search-dropdown-wrapper .search-container .search-input {
  padding-left: 40px;
  padding-right: 15px;
  border-radius: var(--border-radius-sm);
  border: var(--border);
  transition: all 0.3s ease;
  font-size: 14px;
  background-color: var(--dark);
  width: 100%;
  height: auto;
  color: var(--text-primary);
}
.blog-articles-sidebar .sidebar-search-wrapper .search-dropdown-wrapper .search-container .search-input::-moz-placeholder {
  color: var(--text-secondary);
  font-size: 14px;
}
.blog-articles-sidebar .sidebar-search-wrapper .search-dropdown-wrapper .search-container .search-input::placeholder {
  color: var(--text-secondary);
  font-size: 14px;
}
.blog-articles-sidebar .sidebar-search-wrapper .search-dropdown-wrapper .search-container .search-input:focus {
  outline: none;
  border-color: var(--primary);
}
.blog-articles-sidebar .sidebar-search-wrapper .search-dropdown-wrapper .search-container .search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-40%);
  color: var(--text-secondary);
  font-size: 16px;
  pointer-events: none;
}
.blog-articles-sidebar .sidebar-search-wrapper .search-dropdown-wrapper .search-dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background-color: var(--dark);
  border: var(--border);
  border-radius: var(--border-radius-sm);
  max-height: 400px;
  overflow-y: auto;
  z-index: 10000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.blog-articles-sidebar .sidebar-search-wrapper .search-dropdown-wrapper .search-dropdown-menu.show {
  display: block;
}
.blog-articles-sidebar .sidebar-search-wrapper .search-dropdown-wrapper .search-dropdown-menu .dropdown-header {
  padding: var(--padding-sm) var(--padding-md);
  font-size: var(--text-xxs);
  color: var(--text-secondary);
  border-bottom: var(--border);
  font-weight: var(--text-md-weight);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.blog-articles-sidebar .sidebar-search-wrapper .search-dropdown-wrapper .search-dropdown-menu .dropdown-items {
  padding: var(--padding-xs) 0;
}
.blog-articles-sidebar .sidebar-search-wrapper .search-dropdown-wrapper .search-dropdown-menu .dropdown-items .dropdown-item {
  display: flex;
  align-items: center;
  gap: var(--gap-sm);
  padding: var(--padding-sm) var(--padding-md);
  cursor: pointer;
  transition: all var(--transition-medium);
  color: var(--text-secondary);
  font-size: var(--text-xs);
}
.blog-articles-sidebar .sidebar-search-wrapper .search-dropdown-wrapper .search-dropdown-menu .dropdown-items .dropdown-item i {
  font-size: var(--text-xs);
  color: var(--text-secondary);
}
.blog-articles-sidebar .sidebar-search-wrapper .search-dropdown-wrapper .search-dropdown-menu .dropdown-items .dropdown-item:hover, .blog-articles-sidebar .sidebar-search-wrapper .search-dropdown-wrapper .search-dropdown-menu .dropdown-items .dropdown-item.active {
  background-color: var(--black);
  color: var(--text-primary);
}
.blog-articles-sidebar .sidebar-search-wrapper .search-dropdown-wrapper .search-dropdown-menu .dropdown-items .dropdown-item:hover i, .blog-articles-sidebar .sidebar-search-wrapper .search-dropdown-wrapper .search-dropdown-menu .dropdown-items .dropdown-item.active i {
  color: var(--primary);
}
.blog-articles-sidebar .sidebar-search-wrapper .search-dropdown-wrapper .search-dropdown-menu .dropdown-items .dropdown-item.hidden {
  display: none;
}
.blog-articles-sidebar .sidebar-article-search-wrapper {
  margin-bottom: var(--margin-md);
  padding-bottom: var(--padding-md);
  border-bottom: var(--border);
}
.blog-articles-sidebar .sidebar-article-search-wrapper .search-input-wrapper {
  width: 100%;
  position: relative;
}
.blog-articles-sidebar .sidebar-article-search-wrapper .search-input-wrapper .search-icon {
  position: absolute;
  left: var(--padding-sm);
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-secondary);
  font-size: var(--text-sm);
  z-index: 1;
}
.blog-articles-sidebar .sidebar-article-search-wrapper .search-input-wrapper input {
  width: 100%;
  padding-left: calc(var(--padding-md) + var(--padding-sm));
  background-color: var(--black);
  border: var(--border);
  border-radius: var(--border-radius-sm);
  color: var(--text-primary);
  font-size: var(--text-xs);
  height: 40px;
}
.blog-articles-sidebar .sidebar-article-search-wrapper .search-input-wrapper input:focus {
  outline: none;
  border-color: var(--primary);
}
.blog-articles-sidebar .sidebar-article-search-wrapper .search-input-wrapper input::-moz-placeholder {
  color: var(--text-secondary);
}
.blog-articles-sidebar .sidebar-article-search-wrapper .search-input-wrapper input::placeholder {
  color: var(--text-secondary);
}
.blog-articles-sidebar .Gipixel-container-blog {
  display: flex;
  flex-direction: column;
  gap: var(--gap-sm);
  margin-bottom: 0;
}
.blog-articles-sidebar .Gipixel-container-blog .Gipixel-card {
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  cursor: pointer;
  transition: transform 0.2s ease-out, border-left-color 0.1s ease-out;
  padding: var(--padding-sm);
  padding-bottom: var(--padding-sm);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: var(--gap-sm);
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-left: 3px solid transparent;
  border-radius: 0;
  animation: fadeInUp 0.4s ease-out forwards;
  opacity: 0;
}
.blog-articles-sidebar .Gipixel-container-blog .Gipixel-card a {
  margin-bottom: 0;
  padding-bottom: 0;
}
.blog-articles-sidebar .Gipixel-container-blog .Gipixel-card:hover {
  transform: translateX(4px);
  background-color: transparent;
}
.blog-articles-sidebar .Gipixel-container-blog .Gipixel-card.active {
  background-color: transparent;
  border-left-color: var(--link-color);
}
.blog-articles-sidebar .Gipixel-container-blog .Gipixel-card a {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: var(--gap-sm);
}
.blog-articles-sidebar .Gipixel-container-blog .Gipixel-card .article-image-wrapper {
  width: 100px;
  min-width: 100px;
  height: 80px;
}
.blog-articles-sidebar .Gipixel-container-blog .Gipixel-card .article-image-wrapper .article-cover-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
  margin: 0;
}
.blog-articles-sidebar .Gipixel-container-blog .Gipixel-card .Gipixel-Author {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  margin-bottom: var(--margin-xs);
}
.blog-articles-sidebar .Gipixel-container-blog .Gipixel-card .Gipixel-Author img {
  width: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: var(--border-radius-sm);
}
.blog-articles-sidebar .Gipixel-container-blog .Gipixel-card .Gipixel-Author span {
  font-size: var(--text-xxs);
  color: var(--text-secondary);
}
.blog-articles-sidebar .Gipixel-container-blog .Gipixel-card .Gipixel-container-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--gap-xs);
  min-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.blog-articles-sidebar .Gipixel-container-blog .Gipixel-card .Gipixel-container-content h1 {
  font-size: var(--text-xs);
  color: var(--text-primary);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  font-weight: var(--text-md-weight);
}
.blog-articles-sidebar .Gipixel-container-blog .Gipixel-card .Gipixel-container-content .Gipixel-Category-blog {
  background-color: rgba(253, 126, 20, 0.15);
  padding: 2px 6px;
  border-radius: 100px;
  font-size: 9px;
  letter-spacing: 1px;
  color: var(--primary);
  font-weight: var(--text-lg-weight);
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  border: none;
}
.blog-articles-sidebar .Gipixel-container-blog .Gipixel-card .Gipixel-container-content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--text-secondary);
  font-size: var(--text-xxs);
  margin: 0;
  line-height: 1.4;
}
.blog-articles-sidebar .Gipixel-container-blog .Gipixel-card .Gipixel-container-content .Gipixel-Views-date {
  display: flex;
  align-items: center;
  gap: var(--gap-xs);
  font-size: var(--text-xxs);
  color: var(--text-secondary);
  margin-top: var(--margin-xs);
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.blog-articles-sidebar .Gipixel-container-blog .Gipixel-card .Gipixel-container-content .Gipixel-Views-date p {
  margin: 0;
  font-size: var(--text-xxs);
}
.blog-articles-sidebar .Gipixel-container-blog .Gipixel-card .Gipixel-container-content .Gipixel-tag-blog {
  display: none;
}

.blog-article-view {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  min-height: 600px;
  animation: fadeInUp 0.4s ease-out 0.15s forwards;
  opacity: 0;
}

.article-main-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: var(--gap-lg);
}
@media (max-width: 992px) {
  .article-main-layout {
    grid-template-columns: 1fr;
  }
}

.article-content-main {
  width: 100%;
  animation: fadeInUp 0.4s ease-out 0s forwards;
  opacity: 0;
}

.author-bio-card {
  position: sticky;
  top: 20px;
  height: -moz-fit-content;
  height: fit-content;
  max-height: calc(100vh - 200px);
  display: flex;
  flex-direction: column;
  gap: var(--gap-md);
  animation: fadeInUp 0.4s ease-out 0.25s forwards;
  opacity: 0;
}
.author-bio-card .author-bio-content {
  background-color: var(--dark);
  border: var(--border);
  border-radius: var(--border-radius-sm);
  padding: var(--padding-md);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: var(--gap-md);
}
.author-bio-card .author-bio-content .author-bio-image {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: var(--border-radius-full);
  -o-object-fit: cover;
     object-fit: cover;
  border: none;
  align-self: flex-start;
}
.author-bio-card .author-bio-content .author-bio-info {
  width: 100%;
  text-align: left;
}
.author-bio-card .author-bio-content .author-bio-info .author-bio-label {
  font-size: 8px;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: block;
  margin-bottom: 4px;
  font-weight: var(--text-md-weight);
}
.author-bio-card .author-bio-content .author-bio-info h3 {
  font-size: var(--text-sm);
  color: var(--text-primary);
  margin: 0;
  margin-bottom: var(--margin-md);
  font-weight: var(--text-lg-weight);
  line-height: 1.4;
}
.author-bio-card .author-bio-content .author-bio-info p {
  font-size: var(--text-xxs);
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: var(--margin-md);
  font-weight: var(--text-xs-weight);
}
.author-bio-card .author-bio-content .author-bio-info .tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: flex-start;
  margin-top: var(--margin-sm);
}
.author-bio-card .author-bio-content .author-bio-info .tags-container .tag {
  background-color: rgba(253, 126, 20, 0.15);
  color: var(--primary);
  font-size: 9px;
  border-radius: 100px;
  padding: 2px 6px;
  font-weight: var(--text-md-weight);
  border: none;
  line-height: 1.3;
}
.author-bio-card .author-bio-content .author-bio-info .author-bio-details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: var(--margin-md);
  padding-top: var(--padding-md);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.author-bio-card .author-bio-content .author-bio-info .author-bio-details p {
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--text-secondary);
  font-size: var(--text-xxs);
  padding: 0;
  font-weight: var(--text-xs-weight);
  line-height: 1.6;
}
.author-bio-card .author-bio-content .author-bio-info .author-bio-details p::before {
  content: attr(data-label);
  color: var(--text-secondary);
  font-weight: var(--text-md-weight);
  margin-right: var(--margin-sm);
  opacity: 0.7;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.author-bio-card .related-articles-section {
  background-color: var(--dark);
  border: var(--border);
  border-radius: var(--border-radius-sm);
  padding: var(--padding-md);
  animation: fadeInUp 0.4s ease-out 0.35s forwards;
  opacity: 0;
}
.author-bio-card .related-articles-section .related-articles-title {
  font-size: var(--text-sm);
  color: var(--text-primary);
  margin: 0;
  margin-bottom: var(--margin-md);
  font-weight: var(--text-md-weight);
  padding-bottom: var(--padding-sm);
  border-bottom: var(--border);
}
.author-bio-card .related-articles-section .related-articles-list {
  display: flex;
  flex-direction: column;
  gap: var(--gap-md);
}
.author-bio-card .related-articles-section .related-articles-list .related-article-item {
  display: flex;
  gap: var(--gap-sm);
  padding: var(--padding-sm);
  border-radius: var(--border-radius-sm);
  transition: all var(--transition-medium);
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.author-bio-card .related-articles-section .related-articles-list .related-article-item:hover {
  background-color: var(--black);
  transform: translateX(4px);
}
.author-bio-card .related-articles-section .related-articles-list .related-article-item .related-article-image {
  width: 60px;
  min-width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius-sm);
}
.author-bio-card .related-articles-section .related-articles-list .related-article-item .related-article-info {
  flex: 1;
  min-width: 0;
}
.author-bio-card .related-articles-section .related-articles-list .related-article-item .related-article-info .related-article-title {
  font-size: var(--text-xs);
  color: var(--text-primary);
  margin: 0;
  margin-bottom: var(--margin-xs);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  font-weight: var(--text-md-weight);
}
.author-bio-card .related-articles-section .related-articles-list .related-article-item .related-article-info .related-article-meta {
  font-size: var(--text-xxs);
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  gap: var(--gap-xs);
}

.article-view-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  text-align: center;
}
.article-view-placeholder .placeholder-content i {
  font-size: 4rem;
  color: var(--text-secondary);
  margin-bottom: var(--margin-md);
}
.article-view-placeholder .placeholder-content h2 {
  color: var(--text-primary);
  font-size: var(--text-lg);
  margin-bottom: var(--margin-sm);
}
.article-view-placeholder .placeholder-content p {
  color: var(--text-secondary);
  font-size: var(--text-sm);
}

.btn-back-to-list {
  display: flex;
  align-items: center;
  gap: var(--gap-sm);
  background-color: transparent;
  border: var(--border);
  border-radius: var(--border-radius-sm);
  color: var(--text-primary);
  padding: var(--padding-sm) var(--padding-md);
  margin-bottom: var(--margin-md);
  cursor: pointer;
  transition: all var(--transition-medium);
}
.btn-back-to-list:hover {
  background-color: var(--black);
  border-color: var(--link-color);
  color: var(--link-color);
}

.Gipixel-secondary-cover {
  margin-top: 0;
  margin-bottom: var(--margin-lg);
  position: relative;
}
.Gipixel-secondary-cover::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 30%;
  height: 50%;
  z-index: -1;
  background: linear-gradient(20deg, var(--orange), var(--blue));
  filter: blur(100px);
  opacity: 0.5;
}
.Gipixel-secondary-cover img {
  width: 100%;
  height: 400px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: contain;
  border-radius: var(--border-radius-sm);
  position: relative;
  animation: fadeInUp 0.4s ease-out 0.25s forwards;
  opacity: 0;
}

.Gipixel-post-blog {
  border-top: var(--border);
  margin-top: var(--spacer-lg);
  padding-top: var(--padding-lg);
  width: 100%;
  animation: fadeInUp 0.4s ease-out 0.05s forwards;
  opacity: 0;
}
.Gipixel-post-blog .Gipixel-Author {
  width: 80px;
  height: 80px;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius-sm);
}
.Gipixel-post-blog .tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
  max-width: 100%;
}
.Gipixel-post-blog .tag {
  background-color: var(--gray-dark);
  color: var(--text-primary);
  font-size: var(--text-xxs);
  border-radius: var(--border-radius-sm);
  padding: 0 var(--padding-sm);
  font-weight: var(--text-xxs-weight);
}
.Gipixel-post-blog .Gipixel-category-category {
  margin-top: var(--margin-xl);
}
.Gipixel-post-blog .article-details {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
  max-width: 100%;
}
.Gipixel-post-blog .article-details p {
  margin: 0px;
  background-color: var(--black);
  width: -moz-fit-content;
  width: fit-content;
  color: var(--text-primary);
  font-size: var(--text-xxs);
  border-radius: var(--border-radius-sm);
  padding: var(--padding-sm) var(--padding-lg);
  font-weight: var(--text-xxs-weight);
}
.Gipixel-post-blog #article-title {
  margin-top: var(--margin-xl);
  margin-left: 0;
  animation: fadeInUp 0.4s ease-out 0.05s forwards;
  opacity: 0;
}
.Gipixel-post-blog #article-title .fi {
  font-size: 28px;
}
.Gipixel-post-blog #article-full-desc {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  margin-top: var(--margin-sm);
  border: none;
  color: var(--text-secondary);
}
.Gipixel-post-blog #article-full-desc li {
  color: var(--text-secondary);
  list-style-type: disc;
  margin-left: 2.5rem;
  margin-bottom: var(--margin-xs);
}
.Gipixel-post-blog #article-full-desc h1,
.Gipixel-post-blog #article-full-desc h2,
.Gipixel-post-blog #article-full-desc h3,
.Gipixel-post-blog #article-full-desc h4,
.Gipixel-post-blog #article-full-desc h5,
.Gipixel-post-blog #article-full-desc h6 {
  color: var(--text-primary);
  font-size: var(--text-xs);
  margin-bottom: var(--margin-sm);
}
.Gipixel-post-blog #article-full-desc p,
.Gipixel-post-blog #article-full-desc span {
  color: var(--text-secondary) !important;
  margin-bottom: var(--margin-sm);
}
.Gipixel-post-blog #article-full-desc a {
  color: var(--warning);
  margin-bottom: var(--margin-sm);
}
.Gipixel-post-blog #article-full-desc strong {
  font-size: var(--text-xs);
  color: var(--light);
  font-weight: var(--text-sm-weight);
  margin-bottom: var(--margin-sm);
}
.Gipixel-post-blog #article-full-desc img {
  height: 360px;
  width: 50%;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius-sm);
  margin-bottom: var(--margin-lg);
}

/*════════════════════════════════════════
|||       Blog Cards Responsive           ||
════════════════════════════════════════*/
@media (max-width: 1024px) {
  .Gipixel-container-blog .Gipixel-card {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .Gipixel-container-blog .Gipixel-card {
    min-width: 100%;
    max-width: 100%;
  }
  .Gipixel-post-blog {
    width: 100%;
    padding: var(--padding-md);
  }
  .Gipixel-post-blog .tags-container,
  .Gipixel-post-blog .article-details {
    max-width: 100%;
  }
  .Gipixel-post-blog .Gipixel-open {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--gap-sm);
  }
  .Gipixel-post-blog .Gipixel-open #article-short-desc {
    max-width: 100%;
  }
  .Gipixel-post-blog #article-title {
    margin-left: 0;
  }
  .Gipixel-post-blog #article-full-desc {
    padding: var(--padding-sm);
  }
  .Gipixel-post-blog #article-full-desc img {
    width: 100%;
    height: auto;
  }
}
/*════════════════════════════════════════
|||         News Page Styles            ||
════════════════════════════════════════*/
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-up {
  animation: fadeInUp 0.6s ease-out forwards;
  opacity: 0;
}

.fade-in-up-delay-1 {
  animation: fadeInUp 0.6s ease-out 0.1s forwards;
  opacity: 0;
}

.fade-in-up-delay-2 {
  animation: fadeInUp 0.6s ease-out 0.2s forwards;
  opacity: 0;
}

.fade-in-up-delay-3 {
  animation: fadeInUp 0.6s ease-out 0.3s forwards;
  opacity: 0;
}

.fade-in-up-delay-4 {
  animation: fadeInUp 0.6s ease-out 0.4s forwards;
  opacity: 0;
}

.news-main-layout {
  display: grid;
  grid-template-columns: 1fr 350px;
  grid-template-rows: auto 1fr;
  gap: var(--gap-lg);
  margin-bottom: var(--spacer-xl);
  align-items: start;
}
.news-main-layout .news-featured-section {
  grid-column: 1;
  grid-row: 1;
}
.news-main-layout .news-sidebar {
  grid-column: 2;
  grid-row: 1;
}
@media (max-width: 1024px) {
  .news-main-layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .news-main-layout .news-featured-section {
    grid-column: 1;
    grid-row: 1;
  }
  .news-main-layout .news-sidebar {
    grid-column: 1;
    grid-row: 2;
  }
}

.news-featured-section {
  position: relative;
  animation: fadeInUp 0.8s ease-out forwards;
  opacity: 0;
}

.news-featured-article {
  position: relative;
  border-radius: var(--border-radius-md);
  overflow: hidden;
  min-height: 500px;
  cursor: pointer;
  transition: transform var(--transition-medium);
  display: flex;
  flex-direction: column;
  background-color: var(--dark);
}
.news-featured-article:hover {
  transform: translateY(-2px);
}

.featured-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  min-height: 300px;
  z-index: 1;
}
.featured-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.featured-image-wrapper .featured-social-links {
  position: absolute;
  top: var(--padding-md);
  right: var(--padding-md);
  z-index: 10;
  display: flex;
  gap: var(--gap-xs);
  align-items: center;
  flex-wrap: wrap;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding: 0;
  border: none;
  animation: fadeInUp 0.6s ease-out 0.4s forwards;
  opacity: 0;
}
.featured-image-wrapper .featured-social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: transparent;
  color: var(--white);
  text-decoration: none;
  transition: all var(--transition-medium);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.featured-image-wrapper .featured-social-links a:hover {
  background: transparent;
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.6);
}
.featured-image-wrapper .featured-social-links a i {
  font-size: var(--text-sm);
}
.featured-image-wrapper .featured-image-meta {
  position: absolute;
  top: var(--padding-md);
  left: var(--padding-md);
  z-index: 10;
  display: flex;
  flex-direction: row;
  gap: var(--gap-md);
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: var(--padding-xs) var(--padding-sm);
  border-radius: var(--border-radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.15);
  animation: fadeInUp 0.6s ease-out 0.4s forwards;
  opacity: 0;
}
.featured-image-wrapper .featured-image-meta .featured-article-date-image,
.featured-image-wrapper .featured-image-meta .featured-article-views-image {
  font-size: var(--text-xs);
  color: var(--white);
  display: flex;
  align-items: center;
  gap: var(--gap-xs);
  font-weight: var(--text-md-weight);
}
.featured-image-wrapper .featured-image-meta .featured-article-date-image i,
.featured-image-wrapper .featured-image-meta .featured-article-views-image i {
  font-size: var(--text-xs);
  opacity: 0.8;
}
.featured-image-wrapper .featured-image-meta .featured-article-date-image span,
.featured-image-wrapper .featured-image-meta .featured-article-views-image span {
  margin-left: var(--gap-xs);
}
.featured-image-wrapper .featured-image-meta .featured-article-views-image {
  position: relative;
}
.featured-image-wrapper .featured-image-meta .featured-article-views-image::before {
  content: "";
  position: absolute;
  left: calc(var(--gap-md) / -2);
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.3);
}
.featured-image-wrapper::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 120px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 2;
  pointer-events: none;
}
.featured-image-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
  pointer-events: none;
}

.featured-article-card {
  position: relative;
  margin-top: 35%;
  padding: var(--padding-lg);
  padding-top: var(--padding-xl);
  z-index: 3;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom-left-radius: var(--border-radius-md);
  border-bottom-right-radius: var(--border-radius-md);
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.5);
  animation: fadeInUp 0.8s ease-out 0.3s forwards;
  opacity: 0;
}
.featured-article-card .featured-article-header {
  display: flex;
  align-items: center;
  gap: var(--gap-sm);
  margin-bottom: var(--margin-sm);
  font-size: var(--text-xxs);
  color: var(--text-secondary);
  animation: fadeInUp 0.6s ease-out 0.5s forwards;
  opacity: 0;
}
.featured-article-card .featured-article-header .featured-article-source {
  font-weight: var(--text-md-weight);
  color: var(--white);
}
.featured-article-card .featured-article-header .featured-article-time {
  color: var(--text-secondary);
}
.featured-article-card .featured-article-tag-wrapper {
  margin-bottom: var(--margin-sm);
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-xs);
  animation: fadeInUp 0.6s ease-out 0.4s forwards;
  opacity: 0;
}
.featured-article-card .featured-article-tag {
  display: inline-flex;
  flex-wrap: wrap;
  gap: var(--gap-xs);
}
.featured-article-card .featured-article-tag .featured-tag-item {
  display: inline-block;
  background-color: transparent;
  border: none;
  color: var(--primary);
  font-size: var(--text-xxs);
  font-weight: var(--text-md-weight);
  padding: 0;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: all var(--transition-medium);
  white-space: nowrap;
}
.featured-article-card .featured-article-tag:not(:has(.featured-tag-item)) {
  display: inline-block;
  background-color: transparent;
  border: none;
  color: var(--primary);
  font-size: var(--text-xxs);
  font-weight: var(--text-md-weight);
  padding: 0;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: all var(--transition-medium);
  white-space: nowrap;
}
.featured-article-card .featured-article-title {
  font-size: var(--text-lg);
  font-weight: var(--text-xxl-weight);
  color: var(--white);
  margin-bottom: var(--margin-sm);
  line-height: 1.3;
  animation: fadeInUp 0.6s ease-out 0.5s forwards;
  opacity: 0;
}
.featured-article-card .featured-article-description {
  font-size: var(--text-sm);
  color: var(--text-secondary);
  margin-bottom: var(--margin-md);
  line-height: 1.6;
  font-weight: var(--text-md-weight);
  animation: fadeInUp 0.6s ease-out 0.6s forwards;
  opacity: 0;
}
.featured-article-card .featured-article-full-content {
  margin-bottom: var(--margin-lg);
  color: var(--text-secondary);
  line-height: 1.8;
  font-size: var(--text-sm);
  animation: fadeInUp 0.8s ease-out 0.7s forwards;
  opacity: 0;
}
.featured-article-card .featured-article-full-content p {
  margin-bottom: var(--margin-md);
  color: var(--text-secondary);
}
.featured-article-card .featured-article-full-content h1,
.featured-article-card .featured-article-full-content h2,
.featured-article-card .featured-article-full-content h3,
.featured-article-card .featured-article-full-content h4,
.featured-article-card .featured-article-full-content h5,
.featured-article-card .featured-article-full-content h6 {
  color: var(--text-primary);
  margin-top: var(--margin-md);
  margin-bottom: var(--margin-sm);
  font-weight: var(--text-lg-weight);
}
.featured-article-card .featured-article-full-content a {
  color: var(--link-color);
  text-decoration: none;
}
.featured-article-card .featured-article-full-content a:hover {
  text-decoration: underline;
}
.featured-article-card .featured-article-full-content ul,
.featured-article-card .featured-article-full-content ol {
  margin-left: var(--margin-md);
  margin-bottom: var(--margin-md);
}
.featured-article-card .featured-article-full-content img {
  max-width: 100%;
  height: auto;
  border-radius: var(--border-radius-sm);
  margin: var(--margin-md) 0;
}
.featured-article-card .featured-article-full-content code {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 2px 6px;
  border-radius: var(--border-radius-sm);
  font-size: 0.9em;
}
.featured-article-card .featured-article-full-content pre {
  background-color: rgba(255, 255, 255, 0.05);
  padding: var(--padding-md);
  border-radius: var(--border-radius-sm);
  overflow-x: auto;
  margin-bottom: var(--margin-md);
}
.featured-article-card .featured-article-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap-md);
  padding-top: var(--padding-md);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  flex-wrap: wrap;
  animation: fadeInUp 0.6s ease-out 0.8s forwards;
  opacity: 0;
}
.featured-article-card .featured-article-meta .featured-article-meta-left {
  display: flex;
  align-items: center;
  gap: var(--gap-sm);
  flex-wrap: wrap;
}
.featured-article-card .featured-article-meta .featured-article-meta-left .featured-article-date,
.featured-article-card .featured-article-meta .featured-article-meta-left .featured-article-category,
.featured-article-card .featured-article-meta .featured-article-meta-left .featured-article-views {
  font-size: var(--text-xs);
  color: var(--text-secondary);
}
.featured-article-card .featured-article-meta .featured-article-meta-left .featured-article-category {
  color: var(--primary);
  font-weight: var(--text-md-weight);
}

.featured-navigation {
  display: flex;
  gap: var(--gap-xs);
}
.featured-navigation .featured-nav-btn {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--border-radius-sm);
  color: var(--white);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--transition-medium);
}
.featured-navigation .featured-nav-btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
}
.featured-navigation .featured-nav-btn i {
  font-size: var(--text-sm);
}

.news-sidebar {
  display: flex;
  flex-direction: column;
  gap: var(--gap-md);
  padding-right: var(--padding-sm);
  align-self: start;
  position: sticky;
  top: 20px;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  animation: fadeInUp 0.8s ease-out 0.2s forwards;
  opacity: 0;
  border: none;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
}
.news-sidebar::-webkit-scrollbar {
  display: none;
  /* WebKit */
  width: 0;
  height: 0;
}
.news-sidebar::-webkit-scrollbar-track {
  display: none;
}
.news-sidebar::-webkit-scrollbar-thumb {
  display: none;
}
.news-sidebar .sidebar-search-wrapper {
  margin-bottom: var(--margin-md);
  padding-bottom: var(--padding-md);
  border-bottom: var(--border);
  animation: fadeInUp 0.6s ease-out 0.4s forwards;
  opacity: 0;
}
.news-sidebar .sidebar-search-wrapper .search-input-wrapper {
  position: relative;
  width: 100%;
}
.news-sidebar .sidebar-search-wrapper .search-input-wrapper .search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-40%);
  color: var(--text-secondary);
  font-size: 16px;
  z-index: 1;
  pointer-events: none;
}
.news-sidebar .sidebar-search-wrapper .search-input-wrapper input,
.news-sidebar .sidebar-search-wrapper .search-input-wrapper .search-input {
  width: 100%;
  padding-left: 40px;
  padding-right: 15px;
  background-color: var(--dark);
  border: var(--border);
  border-radius: var(--border-radius-sm);
  color: var(--text-primary);
  font-size: 14px;
  height: auto;
  transition: all 0.3s ease;
}
.news-sidebar .sidebar-search-wrapper .search-input-wrapper input:focus,
.news-sidebar .sidebar-search-wrapper .search-input-wrapper .search-input:focus {
  outline: none;
  border-color: var(--primary);
}
.news-sidebar .sidebar-search-wrapper .search-input-wrapper input::-moz-placeholder, .news-sidebar .sidebar-search-wrapper .search-input-wrapper .search-input::-moz-placeholder {
  color: var(--text-secondary);
  font-size: 14px;
}
.news-sidebar .sidebar-search-wrapper .search-input-wrapper input::placeholder,
.news-sidebar .sidebar-search-wrapper .search-input-wrapper .search-input::placeholder {
  color: var(--text-secondary);
  font-size: 14px;
}

.news-sidebar-list {
  display: flex;
  flex-direction: column;
  gap: var(--gap-md);
  max-height: none;
  overflow-y: visible;
}

.news-sidebar-item {
  display: flex;
  align-items: stretch;
  gap: var(--gap-sm);
  padding: var(--padding-sm);
  padding-bottom: var(--padding-sm);
  border-radius: 0;
  cursor: pointer;
  transition: transform 0.2s ease-out, border-left-color 0.1s ease-out;
  border: none;
  border-left: 3px solid transparent;
  background-color: transparent;
  animation: fadeInUp 0.5s ease-out forwards;
  opacity: 0;
}
.news-sidebar-item:hover {
  transform: translateX(4px);
  background-color: transparent;
}
.news-sidebar-item.active {
  background-color: transparent;
  border-left-color: var(--link-color);
}
.news-sidebar-item .sidebar-item-image {
  width: 100px;
  height: 80px;
  min-width: 100px;
  border-radius: var(--border-radius-sm);
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.news-sidebar-item .sidebar-item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--gap-xs);
  min-width: 0;
}
.news-sidebar-item .sidebar-item-content .sidebar-item-source {
  font-size: var(--text-xxs);
  color: var(--text-secondary);
  font-weight: var(--text-md-weight);
}
.news-sidebar-item .sidebar-item-content .sidebar-item-time {
  font-size: var(--text-xxs);
  color: var(--text-secondary);
}
.news-sidebar-item .sidebar-item-content .sidebar-item-title {
  font-size: var(--text-xs);
  font-weight: var(--text-md-weight);
  color: var(--text-primary);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: var(--margin-xxs) 0;
}
.news-sidebar-item .sidebar-item-content .sidebar-item-meta {
  display: flex;
  align-items: center;
  gap: var(--gap-xs);
  font-size: var(--text-xxs);
  color: var(--text-secondary);
}
.news-sidebar-item .sidebar-item-content .sidebar-item-meta .sidebar-item-category {
  color: var(--primary);
}
.news-sidebar-item .sidebar-item-content .sidebar-item-meta .sidebar-item-read-time::before {
  content: "•";
  margin-right: var(--margin-xxs);
}

.news-main-layout .latest-news-section {
  margin-top: var(--spacer-lg);
  margin-bottom: 0;
}

.latest-news-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--margin-lg);
}
.latest-news-header .latest-news-title {
  font-size: var(--text-lg);
  font-weight: var(--text-xxl-weight);
  color: var(--text-primary);
}
.latest-news-header .latest-news-see-all {
  display: flex;
  align-items: center;
  gap: var(--gap-xs);
  color: var(--link-color);
  text-decoration: none;
  font-size: var(--text-sm);
  transition: color var(--transition-medium);
}
.latest-news-header .latest-news-see-all:hover {
  color: var(--link-hover-color);
}
.latest-news-header .latest-news-see-all i {
  font-size: var(--text-xs);
}

.latest-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap-lg);
}
@media (max-width: 1024px) {
  .latest-news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .latest-news-grid {
    grid-template-columns: 1fr;
  }
}

.latest-news-card {
  background-color: var(--black);
  border: var(--border);
  border-radius: var(--border-radius-sm);
  overflow: hidden;
  cursor: pointer;
  transition: all var(--transition-medium);
  display: flex;
  flex-direction: column;
}
.latest-news-card:hover {
  transform: translateY(-4px);
  border-color: var(--primary);
  box-shadow: 0 4px 12px rgba(var(--primary-rgb, 253, 126, 20), 0.2);
}
.latest-news-card .latest-news-image-wrapper {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.latest-news-card .latest-news-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform var(--transition-medium);
}
.latest-news-card:hover .latest-news-image-wrapper img {
  transform: scale(1.05);
}
.latest-news-card .latest-news-content {
  padding: var(--padding-md);
  display: flex;
  flex-direction: column;
  gap: var(--gap-sm);
  flex: 1;
}
.latest-news-card .latest-news-content .latest-news-source-time {
  display: flex;
  align-items: center;
  gap: var(--gap-xs);
  font-size: var(--text-xxs);
  color: var(--text-secondary);
}
.latest-news-card .latest-news-content .latest-news-source-time .latest-news-source {
  font-weight: var(--text-md-weight);
}
.latest-news-card .latest-news-content .latest-news-source-time .latest-news-time::before {
  content: "•";
  margin-right: var(--margin-xxs);
}
.latest-news-card .latest-news-content .latest-news-title {
  font-size: var(--text-sm);
  font-weight: var(--text-lg-weight);
  color: var(--text-primary);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: var(--margin-xxs) 0;
}
.latest-news-card .latest-news-content .latest-news-description {
  font-size: var(--text-xs);
  color: var(--text-secondary);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}
.latest-news-card .latest-news-content .latest-news-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: var(--padding-sm);
  border-top: 1px solid var(--border-color);
}
.latest-news-card .latest-news-content .latest-news-meta .latest-news-category {
  font-size: var(--text-xxs);
  color: var(--primary);
  font-weight: var(--text-md-weight);
}
.latest-news-card .latest-news-content .latest-news-meta .latest-news-read-time {
  font-size: var(--text-xxs);
  color: var(--text-secondary);
}

@media (max-width: 768px) {
  .news-featured-article {
    min-height: 400px;
  }
  .featured-article-card {
    padding: var(--padding-md);
  }
  .featured-article-card .featured-article-title {
    font-size: var(--text-lg);
  }
  .featured-article-card .featured-article-description {
    font-size: var(--text-xs);
  }
  .news-sidebar {
    max-height: none;
  }
  .latest-news-header {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--gap-sm);
  }
}
.Gipixel-container-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  text-align: center;
  overflow: hidden;
  position: relative;
  background: var(--bg-body-color);
  min-height: 100vh;
}
.Gipixel-container-404::after {
  display: none;
}
.Gipixel-container-404 .Gipixel-404-back-btn {
  position: fixed;
  top: 30px;
  left: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: transparent;
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
  z-index: 1000;
  border: 1px solid transparent;
}
.Gipixel-container-404 .Gipixel-404-back-btn i {
  font-size: 16px;
  transition: transform 0.3s ease;
}
.Gipixel-container-404 .Gipixel-404-back-btn span {
  letter-spacing: 1px;
}
.Gipixel-container-404 .Gipixel-404-back-btn:hover {
  color: var(--text-primary);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  .Gipixel-container-404 .Gipixel-404-back-btn {
    top: 20px;
    left: 20px;
    padding: 8px 16px;
    font-size: 12px;
  }
  .Gipixel-container-404 .Gipixel-404-back-btn i {
    font-size: 14px;
  }
}
.Gipixel-container-404 .Gipixel-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 90%;
  max-width: 1200px;
  min-height: 100vh;
  gap: 0;
  color: var(--text-primary);
  z-index: 1;
  padding: 0;
  justify-content: space-between;
}
.Gipixel-container-404 .Gipixel-404 .Gipixel-body-404 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex: 1;
  padding: 20px 0 0 0;
  margin: 0 auto;
  max-width: 800px;
}
.Gipixel-container-404 .Gipixel-404 .Gipixel-body-404 .Gipixel-404-illustration {
  width: 100%;
  max-width: 600px;
  margin-bottom: 48px;
  position: relative;
}
.Gipixel-container-404 .Gipixel-404 .Gipixel-body-404 .Gipixel-404-illustration .Gipixel-404-illustration-content {
  width: 100%;
  aspect-ratio: 1.15;
  border: none;
  border-radius: 8px;
  background: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: visible;
  background-color: transparent;
}
.Gipixel-container-404 .Gipixel-404 .Gipixel-body-404 .Gipixel-404-illustration .Gipixel-404-illustration-content .Gipixel-404-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: relative;
  z-index: 1;
  filter: brightness(0.9);
}
.Gipixel-container-404 .Gipixel-404 .Gipixel-body-404 .Gipixel-p-404 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--text-primary);
  margin: 0 0 16px 0;
  font-size: var(--text-xxl);
  width: 100%;
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 1.2;
}
.Gipixel-container-404 .Gipixel-404 .Gipixel-body-404 .Gipixel-p-404 .Gipixel-404-gradient {
  background: linear-gradient(135deg, var(--primary), var(--orange), var(--blue), var(--primary));
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-shift 3s ease infinite;
  display: inline-block;
}
@media (max-width: 768px) {
  .Gipixel-container-404 .Gipixel-404 .Gipixel-body-404 .Gipixel-p-404 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .Gipixel-container-404 .Gipixel-404 .Gipixel-body-404 .Gipixel-p-404 {
    font-size: 28px;
  }
}
.Gipixel-container-404 .Gipixel-404 .Gipixel-body-404 .Gipixel-404-message {
  margin: var(--margin-xs) 0 0 0;
  max-width: 500px;
  text-align: center;
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}
.Gipixel-container-404 .Gipixel-404 .Gipixel-body-404 .Gipixel-404-message i {
  font-size: var(--text-lg);
  margin-bottom: var(--margin-xs);
  display: block;
}
.Gipixel-container-404 .Gipixel-404 .Gipixel-body-404 .Gipixel-404-message p {
  margin: 0;
  line-height: 1.6;
  color: var(--text-secondary);
}
.Gipixel-container-404 .Gipixel-404 .Gipixel-body-404 .Gipixel-404-actions {
  display: flex;
  gap: var(--gap-sm);
  align-items: center;
  justify-content: center;
  margin-top: 0;
  z-index: 999;
}
.Gipixel-container-404 .Gipixel-404 .Gipixel-body-404 .Gipixel-404-actions .Gipixel-btn-404-home {
  background: var(--purple);
  color: var(--white);
  padding: 14px 36px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.Gipixel-container-404 .Gipixel-404 .Gipixel-body-404 .Gipixel-404-actions .Gipixel-btn-404-home:hover {
  background: #8a5fb2;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(118, 75, 162, 0.5);
  color: var(--white);
  text-decoration: none;
}
.Gipixel-container-404 .Gipixel-404 .Gipixel-body-404 .Gipixel-404-actions .Gipixel-btn-404-home:active {
  transform: translateY(0);
}
.Gipixel-container-404 .Gipixel-404 .Gipixel-footer-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: var(--padding-md);
  z-index: 999;
  width: 100%;
}
.Gipixel-container-404 .Gipixel-404 .Gipixel-footer-404 .Gipixel-social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  color: var(--text-secondary);
  font-size: 14px;
}
.Gipixel-container-404 .Gipixel-404 .Gipixel-footer-404 .Gipixel-social-icons span {
  font-weight: 500;
  color: var(--text-secondary);
  font-size: 14px;
  margin-right: 0;
}
.Gipixel-container-404 .Gipixel-404 .Gipixel-footer-404 .Gipixel-social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 500;
  background: transparent;
  position: relative;
  border-bottom: 2px solid transparent;
}
.Gipixel-container-404 .Gipixel-404 .Gipixel-footer-404 .Gipixel-social-icons a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--white);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.Gipixel-container-404 .Gipixel-404 .Gipixel-footer-404 .Gipixel-social-icons a i {
  font-size: 16px;
  background: linear-gradient(135deg, var(--orange) 0%, var(--blue) 70%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
.Gipixel-container-404 .Gipixel-404 .Gipixel-footer-404 .Gipixel-social-icons a small {
  font-weight: 500;
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 14px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
.Gipixel-container-404 .Gipixel-404 .Gipixel-footer-404 .Gipixel-social-icons a:hover::after {
  width: calc(100% - 32px);
}
.Gipixel-container-404 .Gipixel-404 .Gipixel-footer-404 .Gipixel-social-icons a:hover small {
  color: var(--text-primary);
  text-decoration: none;
}
.Gipixel-container-404 .Gipixel-404 .Gipixel-footer-404 .Gipixel-social-icons a:hover i {
  background: linear-gradient(135deg, var(--orange) 0%, var(--blue) 70%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Responsive */
@media (max-width: 768px) {
  .Gipixel-container-404 .Gipixel-404 {
    width: 100% !important;
  }
  .Gipixel-container-404 .Gipixel-404 .Gipixel-body-404 {
    padding: var(--padding-md);
    gap: 0;
  }
  .Gipixel-container-404 .Gipixel-404 .Gipixel-body-404 .Gipixel-404-illustration {
    max-width: 100%;
    margin-bottom: 36px;
  }
  .Gipixel-container-404 .Gipixel-404 .Gipixel-body-404 .Gipixel-404-illustration .Gipixel-404-illustration-content {
    aspect-ratio: 1.1;
    padding: 20px;
  }
  .Gipixel-container-404 .Gipixel-404 .Gipixel-body-404 .Gipixel-p-404 {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .Gipixel-container-404 .Gipixel-404 .Gipixel-body-404 .Gipixel-404-message {
    font-size: 15px;
    margin-bottom: 32px;
    padding: 0;
  }
  .Gipixel-container-404 .Gipixel-404 .Gipixel-body-404 .Gipixel-404-actions {
    flex-direction: column;
    gap: var(--gap-sm);
    width: 100%;
    max-width: 300px;
  }
  .Gipixel-container-404 .Gipixel-404 .Gipixel-body-404 .Gipixel-404-actions .Gipixel-btn-404-home {
    width: 100%;
  }
  .Gipixel-container-404 .Gipixel-404 .Gipixel-footer-404 {
    padding: 30px 20px 20px;
    min-height: auto;
  }
  .Gipixel-container-404 .Gipixel-404 .Gipixel-footer-404 .Gipixel-social-icons {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
  .Gipixel-container-404 .Gipixel-404 .Gipixel-footer-404 .Gipixel-social-icons span {
    margin-right: 0;
    margin-bottom: 4px;
  }
  .Gipixel-container-404 .Gipixel-404 .Gipixel-footer-404 .Gipixel-social-icons a {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .Gipixel-container-404 .Gipixel-404 .Gipixel-body-404 {
    padding: var(--padding-md);
  }
  .Gipixel-container-404 .Gipixel-404 .Gipixel-body-404 .Gipixel-404-illustration {
    margin-bottom: 28px;
  }
  .Gipixel-container-404 .Gipixel-404 .Gipixel-body-404 .Gipixel-404-illustration .Gipixel-404-illustration-content {
    padding: 15px;
  }
  .Gipixel-container-404 .Gipixel-404 .Gipixel-body-404 .Gipixel-p-404 {
    font-size: 24px;
  }
  .Gipixel-container-404 .Gipixel-404 .Gipixel-body-404 .Gipixel-404-message {
    font-size: 14px;
  }
}
@keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.Gipixel-container-accordion {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  box-shadow: none !important;
}
.Gipixel-container-accordion .Gipixel-titel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: var(--padding-md) 0;
  padding-top: 0;
}
.Gipixel-container-accordion .Gipixel-titel .developer-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  gap: var(--gap-xs);
  border-radius: 100px;
  padding: var(--padding-xs) var(--padding-sm);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto var(--spacer-sm) auto;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUpLine 0.6s ease forwards;
  animation-delay: 0.2s;
  transition: all 0.3s ease;
  position: relative;
  padding-top: var(--spacer-md);
}
.Gipixel-container-accordion .Gipixel-titel .developer-badge::after {
  z-index: 0;
  content: "";
  border-top: 1px solid;
  background: radial-gradient(43.9% 100% at 50% 0, rgba(102, 126, 234, 0.15) 0%, transparent 100%);
  border-image-source: linear-gradient(90deg, transparent 0, rgba(102, 126, 234, 0.5) 50%, transparent);
  border-image-slice: 1;
  width: 800px;
  height: 60px;
  position: absolute;
  top: 0;
  left: calc(50% - 400px);
  pointer-events: none;
}
.Gipixel-container-accordion .Gipixel-titel .developer-badge i {
  font-size: var(--text-xs);
  font-size: 12px;
  background: linear-gradient(135deg, var(--primary), var(--orange), var(--blue), var(--primary));
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-shift 3s ease infinite;
  display: inline-block;
}
.Gipixel-container-accordion .Gipixel-titel .developer-badge p {
  font-size: 12px;
  font-weight: var(--font-weight-bold);
  color: var(--text-primary);
  margin: 0;
}
.Gipixel-container-accordion .Gipixel-titel span {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  gap: 0.3em;
  margin-bottom: var(--spacer-sm);
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUpLine 0.6s ease forwards;
  animation-delay: 0.5s;
}
.Gipixel-container-accordion .Gipixel-titel span h1 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: var(--text-xxl);
  color: var(--text-primary);
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 1.2;
}
.Gipixel-container-accordion .Gipixel-titel span h1 .gradient-text-primary {
  background: linear-gradient(90deg, var(--primary) 0%, var(--blue) 25%, var(--orange) 50%, var(--primary) 75%, var(--primary) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  vertical-align: baseline;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUpLine 0.6s ease forwards, gradientWave 3s ease infinite;
  animation-delay: 0.7s, 1.3s;
}
@supports not (-webkit-background-clip: text) {
  .Gipixel-container-accordion .Gipixel-titel span h1 .gradient-text-primary {
    color: var(--primary) !important;
    background: none;
    -webkit-text-fill-color: var(--primary);
  }
}
.Gipixel-container-accordion .Gipixel-titel p {
  color: var(--text-secondary);
  font-size: var(--text-sm);
  font-weight: var(--text-sm-weight);
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto var(--spacer-md) auto;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUpLine 0.6s ease forwards;
  animation-delay: 0.8s;
}
.Gipixel-container-accordion .Galaxies-accordion {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  gap: var(--gap-sm);
  width: 100%;
  margin: 0;
}
.Gipixel-container-accordion .Galaxies-accordion .Galaxies-accordion-item {
  background-color: black;
  border-radius: var(--padding-md);
  padding: 0;
  width: 100%;
  border: var(--border);
}
.Gipixel-container-accordion .Galaxies-accordion .Galaxies-accordion-item:not(.open) {
  transition: background 0.3s ease-in-out;
}
.Gipixel-container-accordion .Galaxies-accordion .Galaxies-accordion-item:hover {
  background: var(--glass-bg);
}
.Gipixel-container-accordion .Galaxies-accordion .Galaxies-accordion-item:focus-within {
  background: var(--glass-bg);
}
.Gipixel-container-accordion .Galaxies-accordion .Galaxies-accordion-item:focus {
  background: var(--glass-bg);
}
.Gipixel-container-accordion .Galaxies-accordion .Galaxies-accordion-item .Galaxies-accordion-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  color: #e0e0e0;
  width: 100%;
  height: 60px;
  font-weight: var(--text-lg-weight);
  font-size: var(--text-md);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--gap-sm);
  padding: var(--padding-sm) var(--padding-md);
  text-align: start;
  overflow: hidden;
}
.Gipixel-container-accordion .Galaxies-accordion .Galaxies-accordion-item .Galaxies-accordion-button i {
  font-size: 16px;
  color: white;
  display: inline-block;
  margin-right: var(--margin-lg);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.Gipixel-container-accordion .Galaxies-accordion .Galaxies-accordion-item .Galaxies-accordion-button.open i {
  transform: rotate(180deg);
}
.Gipixel-container-accordion .Galaxies-accordion .Galaxies-accordion-item .Galaxies-accordion-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  color: var(--text-secondary);
  padding: 0 var(--padding-md);
  font-size: var(--text-xs);
  line-height: var(--text-md);
}
.Gipixel-container-accordion .Galaxies-accordion .Galaxies-accordion-item .Galaxies-accordion-content li {
  color: var(--text-secondary);
  list-style-type: disc;
  margin-left: 2.5rem;
  margin-bottom: var(--margin-xs);
}
.Gipixel-container-accordion .Galaxies-accordion .Galaxies-accordion-item .Galaxies-accordion-content h1,
.Gipixel-container-accordion .Galaxies-accordion .Galaxies-accordion-item .Galaxies-accordion-content h2,
.Gipixel-container-accordion .Galaxies-accordion .Galaxies-accordion-item .Galaxies-accordion-content h3,
.Gipixel-container-accordion .Galaxies-accordion .Galaxies-accordion-item .Galaxies-accordion-content h4,
.Gipixel-container-accordion .Galaxies-accordion .Galaxies-accordion-item .Galaxies-accordion-content h5,
.Gipixel-container-accordion .Galaxies-accordion .Galaxies-accordion-item .Galaxies-accordion-content h6 {
  color: var(--text-primary);
  font-size: var(--text-xs);
  margin-bottom: var(--margin-sm);
}
.Gipixel-container-accordion .Galaxies-accordion .Galaxies-accordion-item .Galaxies-accordion-content p,
.Gipixel-container-accordion .Galaxies-accordion .Galaxies-accordion-item .Galaxies-accordion-content span {
  color: var(--text-secondary) !important;
  margin-bottom: var(--margin-sm);
}
.Gipixel-container-accordion .Galaxies-accordion .Galaxies-accordion-item .Galaxies-accordion-content a {
  color: var(--warning);
  margin-bottom: var(--margin-sm);
}
.Gipixel-container-accordion .Galaxies-accordion .Galaxies-accordion-item .Galaxies-accordion-content strong {
  font-size: var(--text-xs);
  color: var(--light);
  font-weight: var(--text-sm-weight);
  margin-bottom: var(--margin-sm);
}
.Gipixel-container-accordion .Galaxies-accordion .Galaxies-accordion-item .Galaxies-accordion-content img {
  height: 360px;
  width: 50%;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius-md);
  margin-bottom: var(--margin-lg);
}
.Gipixel-container-accordion .Galaxies-accordion .Galaxies-accordion-item .Galaxies-accordion-content.open {
  max-height: 2000px;
  opacity: 1;
  transform: translateY(0);
  padding: var(--padding-sm) var(--padding-md) var(--padding-md);
}

/*═══════════════════════════════════════════════
||             Gipixel Create Component          ||
═════════════════════════════════════════════════*/
.Gipixel-navbar-component {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
  margin-top: var(--margin-sm);
  border-radius: var(--border-radius-md);
}
.Gipixel-navbar-component .Gipixel-navbar-right {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-end;
  gap: var(--gap-sm);
}
.Gipixel-navbar-component .Gipixel-navbar-right .dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap-sm);
  color: white;
  border: var(--border);
  border-color: transparent;
}
.Gipixel-navbar-component .Gipixel-navbar-right .dropdown .dropdown-menu {
  background-color: var(--dropdown-bg);
  margin-top: 52px !important;
  animation: dropdown-slideup 0.3s ease-in-out both;
  padding: 6px;
  border: var(--border);
  transform-origin: top center;
}
.Gipixel-navbar-component .Gipixel-navbar-right .dropdown .dropdown-menu .dropdown-item {
  color: var(--dropdown-link);
  height: 40px;
  border-radius: var(--border-radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  gap: var(--gap-md);
  font-size: var(--text-xs);
  max-width: 100% !important;
}
.Gipixel-navbar-component .Gipixel-navbar-right .dropdown .dropdown-menu .dropdown-item:hover, .Gipixel-navbar-component .Gipixel-navbar-right .dropdown .dropdown-menu .dropdown-item:active, .Gipixel-navbar-component .Gipixel-navbar-right .dropdown .dropdown-menu .dropdown-item:focus, .Gipixel-navbar-component .Gipixel-navbar-right .dropdown .dropdown-menu .dropdown-item:focus-visible {
  background-color: var(--black) !important;
}

/*═══════════════════════════════════════════════
||          Gipixel Components - Cards          ||
═════════════════════════════════════════════════*/
.Components-cards .section-preview .preview-items,
.saved-components .section-preview .preview-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  width: 100%;
  gap: var(--gap-sm) !important;
}
.Components-cards .section-preview .preview-items .square-preview,
.Components-cards .section-preview .preview-items .rectangular-preview,
.Components-cards .section-preview .preview-items .rectangle-preview,
.saved-components .section-preview .preview-items .square-preview,
.saved-components .section-preview .preview-items .rectangular-preview,
.saved-components .section-preview .preview-items .rectangle-preview {
  box-sizing: border-box;
  padding: var(--padding-xs);
  overflow: hidden;
  position: relative;
  height: 400px;
  width: 100%;
  border-radius: var(--border-radius-md);
  animation: fadeInUp 0.6s ease-out forwards;
  opacity: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.Components-cards .section-preview .preview-items .square-preview:hover,
.Components-cards .section-preview .preview-items .rectangular-preview:hover,
.Components-cards .section-preview .preview-items .rectangle-preview:hover,
.saved-components .section-preview .preview-items .square-preview:hover,
.saved-components .section-preview .preview-items .rectangular-preview:hover,
.saved-components .section-preview .preview-items .rectangle-preview:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.Components-cards .section-preview .preview-items .square-preview > .sectionreview,
.Components-cards .section-preview .preview-items .rectangular-preview > .sectionreview,
.Components-cards .section-preview .preview-items .rectangle-preview > .sectionreview,
.saved-components .section-preview .preview-items .square-preview > .sectionreview,
.saved-components .section-preview .preview-items .rectangular-preview > .sectionreview,
.saved-components .section-preview .preview-items .rectangle-preview > .sectionreview {
  position: absolute;
  top: var(--padding-sm);
  left: var(--padding-sm);
  z-index: 20;
  font-size: var(--text-xs);
  color: var(--gray-light);
  margin: 0;
  padding: var(--padding-xs);
  border-radius: var(--border-radius-sm);
  background: transparent;
  pointer-events: none;
}
.Components-cards .section-preview .preview-items .square-preview > .bookmark,
.Components-cards .section-preview .preview-items .rectangular-preview > .bookmark,
.Components-cards .section-preview .preview-items .rectangle-preview > .bookmark,
.saved-components .section-preview .preview-items .square-preview > .bookmark,
.saved-components .section-preview .preview-items .rectangular-preview > .bookmark,
.saved-components .section-preview .preview-items .rectangle-preview > .bookmark {
  position: absolute;
  top: var(--padding-sm);
  right: var(--padding-sm);
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap-xs);
  font-size: var(--text-xs);
  color: var(--gray-light);
  padding: var(--padding-xs);
  border-radius: var(--border-radius-sm);
  cursor: pointer;
  background: transparent !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.Components-cards .section-preview .preview-items .square-preview > .bookmark .fi,
.Components-cards .section-preview .preview-items .rectangular-preview > .bookmark .fi,
.Components-cards .section-preview .preview-items .rectangle-preview > .bookmark .fi,
.saved-components .section-preview .preview-items .square-preview > .bookmark .fi,
.saved-components .section-preview .preview-items .rectangular-preview > .bookmark .fi,
.saved-components .section-preview .preview-items .rectangle-preview > .bookmark .fi {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0px;
  margin: 0px;
  padding: 0px;
}
.Components-cards .section-preview .preview-items .square-preview > .bookmark .sectionsave,
.Components-cards .section-preview .preview-items .rectangular-preview > .bookmark .sectionsave,
.Components-cards .section-preview .preview-items .rectangle-preview > .bookmark .sectionsave,
.saved-components .section-preview .preview-items .square-preview > .bookmark .sectionsave,
.saved-components .section-preview .preview-items .rectangular-preview > .bookmark .sectionsave,
.saved-components .section-preview .preview-items .rectangle-preview > .bookmark .sectionsave {
  color: inherit;
}
.Components-cards .section-preview .preview-items .square-preview > .bookmark[data-tooltip=Unsave] .fi,
.Components-cards .section-preview .preview-items .rectangular-preview > .bookmark[data-tooltip=Unsave] .fi,
.Components-cards .section-preview .preview-items .rectangle-preview > .bookmark[data-tooltip=Unsave] .fi,
.saved-components .section-preview .preview-items .square-preview > .bookmark[data-tooltip=Unsave] .fi,
.saved-components .section-preview .preview-items .rectangular-preview > .bookmark[data-tooltip=Unsave] .fi,
.saved-components .section-preview .preview-items .rectangle-preview > .bookmark[data-tooltip=Unsave] .fi {
  color: var(--primary) !important;
}
.Components-cards .section-preview .preview-items .square-preview > .bookmark:hover,
.Components-cards .section-preview .preview-items .rectangular-preview > .bookmark:hover,
.Components-cards .section-preview .preview-items .rectangle-preview > .bookmark:hover,
.saved-components .section-preview .preview-items .square-preview > .bookmark:hover,
.saved-components .section-preview .preview-items .rectangular-preview > .bookmark:hover,
.saved-components .section-preview .preview-items .rectangle-preview > .bookmark:hover {
  background: transparent !important;
}
.Components-cards .section-preview .preview-items .square-preview:not(.dark-mode) > .bookmark,
.Components-cards .section-preview .preview-items .rectangular-preview:not(.dark-mode) > .bookmark,
.Components-cards .section-preview .preview-items .rectangle-preview:not(.dark-mode) > .bookmark,
.saved-components .section-preview .preview-items .square-preview:not(.dark-mode) > .bookmark,
.saved-components .section-preview .preview-items .rectangular-preview:not(.dark-mode) > .bookmark,
.saved-components .section-preview .preview-items .rectangle-preview:not(.dark-mode) > .bookmark {
  color: #333333;
}
.Components-cards .section-preview .preview-items .square-preview:not(.dark-mode) > .bookmark .fi,
.Components-cards .section-preview .preview-items .rectangular-preview:not(.dark-mode) > .bookmark .fi,
.Components-cards .section-preview .preview-items .rectangle-preview:not(.dark-mode) > .bookmark .fi,
.saved-components .section-preview .preview-items .square-preview:not(.dark-mode) > .bookmark .fi,
.saved-components .section-preview .preview-items .rectangular-preview:not(.dark-mode) > .bookmark .fi,
.saved-components .section-preview .preview-items .rectangle-preview:not(.dark-mode) > .bookmark .fi {
  color: #666666;
}
.Components-cards .section-preview .preview-items .square-preview:not(.dark-mode) > .bookmark .sectionsave,
.Components-cards .section-preview .preview-items .rectangular-preview:not(.dark-mode) > .bookmark .sectionsave,
.Components-cards .section-preview .preview-items .rectangle-preview:not(.dark-mode) > .bookmark .sectionsave,
.saved-components .section-preview .preview-items .square-preview:not(.dark-mode) > .bookmark .sectionsave,
.saved-components .section-preview .preview-items .rectangular-preview:not(.dark-mode) > .bookmark .sectionsave,
.saved-components .section-preview .preview-items .rectangle-preview:not(.dark-mode) > .bookmark .sectionsave {
  color: #000000;
}
.Components-cards .section-preview .preview-items .square-preview:not(.dark-mode) > .bookmark[data-tooltip=Unsave] .fi,
.Components-cards .section-preview .preview-items .rectangular-preview:not(.dark-mode) > .bookmark[data-tooltip=Unsave] .fi,
.Components-cards .section-preview .preview-items .rectangle-preview:not(.dark-mode) > .bookmark[data-tooltip=Unsave] .fi,
.saved-components .section-preview .preview-items .square-preview:not(.dark-mode) > .bookmark[data-tooltip=Unsave] .fi,
.saved-components .section-preview .preview-items .rectangular-preview:not(.dark-mode) > .bookmark[data-tooltip=Unsave] .fi,
.saved-components .section-preview .preview-items .rectangle-preview:not(.dark-mode) > .bookmark[data-tooltip=Unsave] .fi {
  color: var(--primary) !important;
}
.Components-cards .section-preview .preview-items .square-preview:not(.dark-mode) > .bookmark:hover,
.Components-cards .section-preview .preview-items .rectangular-preview:not(.dark-mode) > .bookmark:hover,
.Components-cards .section-preview .preview-items .rectangle-preview:not(.dark-mode) > .bookmark:hover,
.saved-components .section-preview .preview-items .square-preview:not(.dark-mode) > .bookmark:hover,
.saved-components .section-preview .preview-items .rectangular-preview:not(.dark-mode) > .bookmark:hover,
.saved-components .section-preview .preview-items .rectangle-preview:not(.dark-mode) > .bookmark:hover {
  color: #000000;
}
.Components-cards .section-preview .preview-items .square-preview:not(.dark-mode) > .bookmark:hover .fi,
.Components-cards .section-preview .preview-items .rectangular-preview:not(.dark-mode) > .bookmark:hover .fi,
.Components-cards .section-preview .preview-items .rectangle-preview:not(.dark-mode) > .bookmark:hover .fi,
.saved-components .section-preview .preview-items .square-preview:not(.dark-mode) > .bookmark:hover .fi,
.saved-components .section-preview .preview-items .rectangular-preview:not(.dark-mode) > .bookmark:hover .fi,
.saved-components .section-preview .preview-items .rectangle-preview:not(.dark-mode) > .bookmark:hover .fi {
  color: #333333;
}
.Components-cards .section-preview .preview-items .square-preview:not(.dark-mode) > .bookmark:hover .sectionsave,
.Components-cards .section-preview .preview-items .rectangular-preview:not(.dark-mode) > .bookmark:hover .sectionsave,
.Components-cards .section-preview .preview-items .rectangle-preview:not(.dark-mode) > .bookmark:hover .sectionsave,
.saved-components .section-preview .preview-items .square-preview:not(.dark-mode) > .bookmark:hover .sectionsave,
.saved-components .section-preview .preview-items .rectangular-preview:not(.dark-mode) > .bookmark:hover .sectionsave,
.saved-components .section-preview .preview-items .rectangle-preview:not(.dark-mode) > .bookmark:hover .sectionsave {
  color: #000000;
}
.Components-cards .section-preview .preview-items .square-preview:not(.dark-mode) > .bookmark:hover[data-tooltip=Unsave] .fi,
.Components-cards .section-preview .preview-items .rectangular-preview:not(.dark-mode) > .bookmark:hover[data-tooltip=Unsave] .fi,
.Components-cards .section-preview .preview-items .rectangle-preview:not(.dark-mode) > .bookmark:hover[data-tooltip=Unsave] .fi,
.saved-components .section-preview .preview-items .square-preview:not(.dark-mode) > .bookmark:hover[data-tooltip=Unsave] .fi,
.saved-components .section-preview .preview-items .rectangular-preview:not(.dark-mode) > .bookmark:hover[data-tooltip=Unsave] .fi,
.saved-components .section-preview .preview-items .rectangle-preview:not(.dark-mode) > .bookmark:hover[data-tooltip=Unsave] .fi {
  color: var(--primary) !important;
}
.Components-cards .section-preview .preview-items .square-preview:not(.dark-mode) > .sectionreview,
.Components-cards .section-preview .preview-items .rectangular-preview:not(.dark-mode) > .sectionreview,
.Components-cards .section-preview .preview-items .rectangle-preview:not(.dark-mode) > .sectionreview,
.saved-components .section-preview .preview-items .square-preview:not(.dark-mode) > .sectionreview,
.saved-components .section-preview .preview-items .rectangular-preview:not(.dark-mode) > .sectionreview,
.saved-components .section-preview .preview-items .rectangle-preview:not(.dark-mode) > .sectionreview {
  color: #000000;
}
.Components-cards .section-preview .preview-items .square-preview.dark-mode > .bookmark,
.Components-cards .section-preview .preview-items .rectangular-preview.dark-mode > .bookmark,
.Components-cards .section-preview .preview-items .rectangle-preview.dark-mode > .bookmark,
.saved-components .section-preview .preview-items .square-preview.dark-mode > .bookmark,
.saved-components .section-preview .preview-items .rectangular-preview.dark-mode > .bookmark,
.saved-components .section-preview .preview-items .rectangle-preview.dark-mode > .bookmark {
  color: var(--gray-light);
}
.Components-cards .section-preview .preview-items .square-preview.dark-mode > .bookmark .fi,
.Components-cards .section-preview .preview-items .rectangular-preview.dark-mode > .bookmark .fi,
.Components-cards .section-preview .preview-items .rectangle-preview.dark-mode > .bookmark .fi,
.saved-components .section-preview .preview-items .square-preview.dark-mode > .bookmark .fi,
.saved-components .section-preview .preview-items .rectangular-preview.dark-mode > .bookmark .fi,
.saved-components .section-preview .preview-items .rectangle-preview.dark-mode > .bookmark .fi {
  color: var(--gray-light);
}
.Components-cards .section-preview .preview-items .square-preview.dark-mode > .bookmark .sectionsave,
.Components-cards .section-preview .preview-items .rectangular-preview.dark-mode > .bookmark .sectionsave,
.Components-cards .section-preview .preview-items .rectangle-preview.dark-mode > .bookmark .sectionsave,
.saved-components .section-preview .preview-items .square-preview.dark-mode > .bookmark .sectionsave,
.saved-components .section-preview .preview-items .rectangular-preview.dark-mode > .bookmark .sectionsave,
.saved-components .section-preview .preview-items .rectangle-preview.dark-mode > .bookmark .sectionsave {
  color: var(--gray-light);
}
.Components-cards .section-preview .preview-items .square-preview.dark-mode > .bookmark[data-tooltip=Unsave] .fi,
.Components-cards .section-preview .preview-items .rectangular-preview.dark-mode > .bookmark[data-tooltip=Unsave] .fi,
.Components-cards .section-preview .preview-items .rectangle-preview.dark-mode > .bookmark[data-tooltip=Unsave] .fi,
.saved-components .section-preview .preview-items .square-preview.dark-mode > .bookmark[data-tooltip=Unsave] .fi,
.saved-components .section-preview .preview-items .rectangular-preview.dark-mode > .bookmark[data-tooltip=Unsave] .fi,
.saved-components .section-preview .preview-items .rectangle-preview.dark-mode > .bookmark[data-tooltip=Unsave] .fi {
  color: var(--primary) !important;
}
.Components-cards .section-preview .preview-items .square-preview.dark-mode > .bookmark:hover,
.Components-cards .section-preview .preview-items .rectangular-preview.dark-mode > .bookmark:hover,
.Components-cards .section-preview .preview-items .rectangle-preview.dark-mode > .bookmark:hover,
.saved-components .section-preview .preview-items .square-preview.dark-mode > .bookmark:hover,
.saved-components .section-preview .preview-items .rectangular-preview.dark-mode > .bookmark:hover,
.saved-components .section-preview .preview-items .rectangle-preview.dark-mode > .bookmark:hover {
  color: var(--white);
}
.Components-cards .section-preview .preview-items .square-preview.dark-mode > .bookmark:hover .fi,
.Components-cards .section-preview .preview-items .rectangular-preview.dark-mode > .bookmark:hover .fi,
.Components-cards .section-preview .preview-items .rectangle-preview.dark-mode > .bookmark:hover .fi,
.saved-components .section-preview .preview-items .square-preview.dark-mode > .bookmark:hover .fi,
.saved-components .section-preview .preview-items .rectangular-preview.dark-mode > .bookmark:hover .fi,
.saved-components .section-preview .preview-items .rectangle-preview.dark-mode > .bookmark:hover .fi {
  color: var(--white);
}
.Components-cards .section-preview .preview-items .square-preview.dark-mode > .bookmark:hover .sectionsave,
.Components-cards .section-preview .preview-items .rectangular-preview.dark-mode > .bookmark:hover .sectionsave,
.Components-cards .section-preview .preview-items .rectangle-preview.dark-mode > .bookmark:hover .sectionsave,
.saved-components .section-preview .preview-items .square-preview.dark-mode > .bookmark:hover .sectionsave,
.saved-components .section-preview .preview-items .rectangular-preview.dark-mode > .bookmark:hover .sectionsave,
.saved-components .section-preview .preview-items .rectangle-preview.dark-mode > .bookmark:hover .sectionsave {
  color: var(--white);
}
.Components-cards .section-preview .preview-items .square-preview.dark-mode > .bookmark:hover[data-tooltip=Unsave] .fi,
.Components-cards .section-preview .preview-items .rectangular-preview.dark-mode > .bookmark:hover[data-tooltip=Unsave] .fi,
.Components-cards .section-preview .preview-items .rectangle-preview.dark-mode > .bookmark:hover[data-tooltip=Unsave] .fi,
.saved-components .section-preview .preview-items .square-preview.dark-mode > .bookmark:hover[data-tooltip=Unsave] .fi,
.saved-components .section-preview .preview-items .rectangular-preview.dark-mode > .bookmark:hover[data-tooltip=Unsave] .fi,
.saved-components .section-preview .preview-items .rectangle-preview.dark-mode > .bookmark:hover[data-tooltip=Unsave] .fi {
  color: var(--primary) !important;
}
.Components-cards .section-preview .preview-items .square-preview.dark-mode > .sectionreview,
.Components-cards .section-preview .preview-items .rectangular-preview.dark-mode > .sectionreview,
.Components-cards .section-preview .preview-items .rectangle-preview.dark-mode > .sectionreview,
.saved-components .section-preview .preview-items .square-preview.dark-mode > .sectionreview,
.saved-components .section-preview .preview-items .rectangular-preview.dark-mode > .sectionreview,
.saved-components .section-preview .preview-items .rectangle-preview.dark-mode > .sectionreview {
  color: var(--gray-light);
}
.Components-cards.featured-components .Components-cards .section-preview .preview-items .square-preview,
.Components-cards.featured-components .Components-cards .section-preview .preview-items .rectangular-preview,
.Components-cards.featured-components .Components-cards .section-preview .preview-items .rectangle-preview,
.Components-cards.featured-components .saved-components .section-preview .preview-items .square-preview,
.Components-cards.featured-components .saved-components .section-preview .preview-items .rectangular-preview,
.Components-cards.featured-components .saved-components .section-preview .preview-items .rectangle-preview {
  padding: 0 !important;
  height: 100% !important;
  min-height: 400px;
}
.Components-cards .section-preview .preview-items .square-preview .get-code,
.Components-cards .section-preview .preview-items .rectangular-preview .get-code,
.Components-cards .section-preview .preview-items .rectangle-preview .get-code,
.saved-components .section-preview .preview-items .square-preview .get-code,
.saved-components .section-preview .preview-items .rectangular-preview .get-code,
.saved-components .section-preview .preview-items .rectangle-preview .get-code {
  position: absolute;
  bottom: 14%;
  right: -2.5%;
  z-index: 1000;
  min-width: 100px;
  z-index: -1;
  opacity: 0;
  transform: translateY(10px);
  transition: var(--transition-medium);
  display: block !important;
  opacity: 1;
  transform: translateY(0);
  z-index: 1000;
  display: block !important;
}
.Components-cards .section-preview .preview-items .square-preview .get-code button,
.Components-cards .section-preview .preview-items .rectangular-preview .get-code button,
.Components-cards .section-preview .preview-items .rectangle-preview .get-code button,
.saved-components .section-preview .preview-items .square-preview .get-code button,
.saved-components .section-preview .preview-items .rectangular-preview .get-code button,
.saved-components .section-preview .preview-items .rectangle-preview .get-code button {
  background-color: var(--dark);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Components-cards .section-preview .preview-items .square-preview .get-code button .fi,
.Components-cards .section-preview .preview-items .rectangular-preview .get-code button .fi,
.Components-cards .section-preview .preview-items .rectangle-preview .get-code button .fi,
.saved-components .section-preview .preview-items .square-preview .get-code button .fi,
.saved-components .section-preview .preview-items .rectangular-preview .get-code button .fi,
.saved-components .section-preview .preview-items .rectangle-preview .get-code button .fi {
  line-height: 0px;
  margin: 0px;
  padding: 0px;
}
.Components-cards .section-preview .preview-items .square-preview:hover .get-code,
.Components-cards .section-preview .preview-items .rectangular-preview:hover .get-code,
.Components-cards .section-preview .preview-items .rectangle-preview:hover .get-code,
.saved-components .section-preview .preview-items .square-preview:hover .get-code,
.saved-components .section-preview .preview-items .rectangular-preview:hover .get-code,
.saved-components .section-preview .preview-items .rectangle-preview:hover .get-code {
  opacity: 1;
  transform: translateY(0);
  z-index: 1000;
  display: block !important;
}
.Components-cards .section-preview .preview-items .square-preview .iframe-wrapper,
.Components-cards .section-preview .preview-items .rectangular-preview .iframe-wrapper,
.Components-cards .section-preview .preview-items .rectangle-preview .iframe-wrapper,
.saved-components .section-preview .preview-items .square-preview .iframe-wrapper,
.saved-components .section-preview .preview-items .rectangular-preview .iframe-wrapper,
.saved-components .section-preview .preview-items .rectangle-preview .iframe-wrapper {
  position: relative;
  width: 100%;
  height: 350px;
  cursor: pointer;
}
.Components-cards .section-preview .preview-items .square-preview iframe,
.Components-cards .section-preview .preview-items .rectangular-preview iframe,
.Components-cards .section-preview .preview-items .rectangle-preview iframe,
.saved-components .section-preview .preview-items .square-preview iframe,
.saved-components .section-preview .preview-items .rectangular-preview iframe,
.saved-components .section-preview .preview-items .rectangle-preview iframe {
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius-md);
  box-shadow: 0px 2px 5px 0px rgba(66, 66, 66, 0.571);
  overflow: hidden !important;
  border: var(--border);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  pointer-events: auto;
  cursor: pointer;
}
.Components-cards .section-preview .preview-items .square-preview iframe:hover,
.Components-cards .section-preview .preview-items .rectangular-preview iframe:hover,
.Components-cards .section-preview .preview-items .rectangle-preview iframe:hover,
.saved-components .section-preview .preview-items .square-preview iframe:hover,
.saved-components .section-preview .preview-items .rectangular-preview iframe:hover,
.saved-components .section-preview .preview-items .rectangle-preview iframe:hover {
  border-color: rgb(93, 93, 93);
  box-shadow: 0px 4px 12px 0px rgba(66, 66, 66, 0.7);
}
.Components-cards .section-preview .preview-items .square-preview .iframe-overlay,
.Components-cards .section-preview .preview-items .rectangular-preview .iframe-overlay,
.Components-cards .section-preview .preview-items .rectangle-preview .iframe-overlay,
.saved-components .section-preview .preview-items .square-preview .iframe-overlay,
.saved-components .section-preview .preview-items .rectangular-preview .iframe-overlay,
.saved-components .section-preview .preview-items .rectangle-preview .iframe-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 5;
  border-radius: var(--border-radius-md);
  transition: background-color 0.2s ease;
  pointer-events: none;
}
.Components-cards .section-preview .preview-items .square-preview .iframe-overlay:hover,
.Components-cards .section-preview .preview-items .rectangular-preview .iframe-overlay:hover,
.Components-cards .section-preview .preview-items .rectangle-preview .iframe-overlay:hover,
.saved-components .section-preview .preview-items .square-preview .iframe-overlay:hover,
.saved-components .section-preview .preview-items .rectangular-preview .iframe-overlay:hover,
.saved-components .section-preview .preview-items .rectangle-preview .iframe-overlay:hover {
  background-color: rgba(255, 255, 255, 0.02);
}
.Components-cards .section-preview .preview-items .square-preview .preview-title,
.Components-cards .section-preview .preview-items .rectangular-preview .preview-title,
.Components-cards .section-preview .preview-items .rectangle-preview .preview-title,
.saved-components .section-preview .preview-items .square-preview .preview-title,
.saved-components .section-preview .preview-items .rectangular-preview .preview-title,
.saved-components .section-preview .preview-items .rectangle-preview .preview-title {
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 var(--padding-md);
}
.Components-cards .section-preview .preview-items .square-preview .preview-title .namesection,
.Components-cards .section-preview .preview-items .rectangular-preview .preview-title .namesection,
.Components-cards .section-preview .preview-items .rectangle-preview .preview-title .namesection,
.saved-components .section-preview .preview-items .square-preview .preview-title .namesection,
.saved-components .section-preview .preview-items .rectangular-preview .preview-title .namesection,
.saved-components .section-preview .preview-items .rectangle-preview .preview-title .namesection {
  max-width: 60%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px !important;
}
.Components-cards .section-preview .preview-items .square-preview .preview-title span,
.Components-cards .section-preview .preview-items .rectangular-preview .preview-title span,
.Components-cards .section-preview .preview-items .rectangle-preview .preview-title span,
.saved-components .section-preview .preview-items .square-preview .preview-title span,
.saved-components .section-preview .preview-items .rectangular-preview .preview-title span,
.saved-components .section-preview .preview-items .rectangle-preview .preview-title span {
  display: flex;
  align-items: center;
  gap: var(--gap-xs);
  font-size: var(--text-xs);
  color: var(--gray-light);
  flex-shrink: 0;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: auto;
}
.Components-cards .section-preview .preview-items .square-preview .preview-title span p,
.Components-cards .section-preview .preview-items .rectangular-preview .preview-title span p,
.Components-cards .section-preview .preview-items .rectangle-preview .preview-title span p,
.saved-components .section-preview .preview-items .square-preview .preview-title span p,
.saved-components .section-preview .preview-items .rectangular-preview .preview-title span p,
.saved-components .section-preview .preview-items .rectangle-preview .preview-title span p {
  margin: 0 var(--padding-xs);
  font-size: var(--text-xs);
  white-space: nowrap;
  flex-shrink: 0;
}
.Components-cards .section-preview .preview-items .square-preview .preview-title span .get-code-btn,
.Components-cards .section-preview .preview-items .rectangular-preview .preview-title span .get-code-btn,
.Components-cards .section-preview .preview-items .rectangle-preview .preview-title span .get-code-btn,
.saved-components .section-preview .preview-items .square-preview .preview-title span .get-code-btn,
.saved-components .section-preview .preview-items .rectangular-preview .preview-title span .get-code-btn,
.saved-components .section-preview .preview-items .rectangle-preview .preview-title span .get-code-btn {
  margin-left: var(--gap-xs);
  white-space: nowrap;
  flex-shrink: 0;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.Components-cards .section-preview .preview-items .square-preview .preview-title span .get-code-btn:hover,
.Components-cards .section-preview .preview-items .rectangular-preview .preview-title span .get-code-btn:hover,
.Components-cards .section-preview .preview-items .rectangle-preview .preview-title span .get-code-btn:hover,
.saved-components .section-preview .preview-items .square-preview .preview-title span .get-code-btn:hover,
.saved-components .section-preview .preview-items .rectangular-preview .preview-title span .get-code-btn:hover,
.saved-components .section-preview .preview-items .rectangle-preview .preview-title span .get-code-btn:hover {
  background: transparent !important;
  box-shadow: none !important;
}
.Components-cards .section-preview .preview-items .square-preview .delete-component-btn,
.Components-cards .section-preview .preview-items .rectangular-preview .delete-component-btn,
.Components-cards .section-preview .preview-items .rectangle-preview .delete-component-btn,
.saved-components .section-preview .preview-items .square-preview .delete-component-btn,
.saved-components .section-preview .preview-items .rectangular-preview .delete-component-btn,
.saved-components .section-preview .preview-items .rectangle-preview .delete-component-btn {
  background-color: var(--danger) !important;
  margin-top: 8px;
  margin-left: 0px !important;
  min-width: 100%;
}
.Components-cards .section-preview .preview-items .square-preview .delete-component-btn:hover,
.Components-cards .section-preview .preview-items .rectangular-preview .delete-component-btn:hover,
.Components-cards .section-preview .preview-items .rectangle-preview .delete-component-btn:hover,
.saved-components .section-preview .preview-items .square-preview .delete-component-btn:hover,
.saved-components .section-preview .preview-items .rectangular-preview .delete-component-btn:hover,
.saved-components .section-preview .preview-items .rectangle-preview .delete-component-btn:hover {
  background-color: #de0a0a !important;
}
.Components-cards .section-preview .preview-items .rectangular-preview,
.Components-cards .section-preview .preview-items .rectangle-preview,
.saved-components .section-preview .preview-items .rectangular-preview,
.saved-components .section-preview .preview-items .rectangle-preview {
  grid-column: span 2;
}

/*═══════════════════════════════════════════════
|||      Featured Components - Glass Design      ||
═════════════════════════════════════════════════*/
.delete-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.548);
}
.delete-modal-overlay .delete-modal-content {
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 600px;
  position: relative;
  background-color: var(--dark);
  color: var(--text-secondary);
}
.delete-modal-overlay .delete-modal-content .ComponentDeletionPolicy {
  height: 400px;
  overflow: auto;
  background-color: var(--black);
  border-radius: var(--border-radius-md);
  border: var(--border);
  padding: var(--padding-md);
}
.delete-modal-overlay .delete-modal-content .ComponentDeletionPolicy li {
  color: var(--text-secondary);
  list-style-type: disc;
  margin-left: var(--margin-lg);
  margin-bottom: var(--margin-xs);
}
.delete-modal-overlay .delete-modal-content .ComponentDeletionPolicy h1,
.delete-modal-overlay .delete-modal-content .ComponentDeletionPolicy h2,
.delete-modal-overlay .delete-modal-content .ComponentDeletionPolicy h3,
.delete-modal-overlay .delete-modal-content .ComponentDeletionPolicy h4,
.delete-modal-overlay .delete-modal-content .ComponentDeletionPolicy h5,
.delete-modal-overlay .delete-modal-content .ComponentDeletionPolicy h6 {
  color: var(--text-primary);
  font-size: var(--text-xs);
  margin-bottom: var(--margin-sm);
}
.delete-modal-overlay .delete-modal-content .ComponentDeletionPolicy p,
.delete-modal-overlay .delete-modal-content .ComponentDeletionPolicy span {
  color: var(--text-secondary) !important;
  margin-bottom: var(--margin-sm);
}
.delete-modal-overlay .delete-modal-content .ComponentDeletionPolicy a {
  color: var(--warning);
  margin-bottom: var(--margin-sm);
}
.delete-modal-overlay .delete-modal-content .ComponentDeletionPolicy strong {
  font-size: var(--text-xs);
  color: var(--light);
  font-weight: var(--text-sm-weight);
  margin-bottom: var(--margin-sm);
}
.delete-modal-overlay .delete-modal-content h3 {
  margin-bottom: 15px;
}
.delete-modal-overlay .delete-modal-content .form-group {
  margin-bottom: var(--margin-md);
}
.delete-modal-overlay .delete-modal-content .form-group label {
  display: block;
  margin-bottom: var(--margin-xs);
}
.delete-modal-overlay .delete-modal-content .form-group #deleteReason {
  width: 100%;
  background-color: var(--black);
  border: var(--border);
  font-size: var(--text-xxs);
}
.delete-modal-overlay .close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
.delete-modal-overlay .modal-buttons {
  display: flex;
  justify-content: flex-end;
  gap: var(--gap-xs);
}
.delete-modal-overlay .modal-buttons .confirm-delete {
  padding: var(--padding-xs) var(--padding-md);
  border: none;
  border-radius: 4px;
  color: white;
  cursor: pointer;
}

.skeleton-card .skeleton-img {
  background-color: black;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  border-radius: var(--border-radius-md);
  position: relative;
  background-color: #222;
  overflow: hidden;
}

.skeleton-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 300%;
  height: 100%;
  background: linear-gradient(120deg, transparent 40%, rgba(255, 255, 255, 0.062) 60%, transparent 80%);
  animation: shimmer-move 2s infinite;
}

@keyframes shimmer-move {
  0% {
    left: -200%;
  }
  100% {
    left: 150%;
  }
}
.pagination {
  padding: 0;
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  justify-content: space-around;
  margin-top: var(--margin-xl);
}
.pagination .page-item {
  background: transparent;
  border: none;
  box-shadow: none !important;
}
.pagination .page-item a {
  background-color: var(--dark);
  border-radius: var(--border-radius-sm);
  padding: var(--padding-xs) var(--padding-sm);
  border: none;
  color: var(--text-secondary);
  min-width: 120px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: var(--border);
  border-color: transparent;
  box-shadow: none !important;
}
.pagination .page-item a:hover {
  background-color: var(--black);
  border: var(--border);
  color: var(--text-primary) !important;
}

.Components-cards .preview-items {
  grid-auto-flow: dense;
}

#render-staging {
  position: fixed;
  left: -200vw;
  top: -200vh;
  width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
}

#preview-list {
  transition: opacity 0.25s ease;
}

#preview-list.is-hidden {
  opacity: 0;
}

#preview-list {
  transition: opacity 0.25s ease;
  will-change: opacity;
}

#preview-list.is-hidden {
  opacity: 0;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.95);
  }
}
/*═══════════════════════════════════════════════
||        Gipixel Components - Filter           ||
═════════════════════════════════════════════════*/
.filter-Components {
  margin-top: var(--margin-lg) !important;
  margin-bottom: var(--margin-sm) !important;
  padding: 0 !important;
}
.filter-Components .navbar-expand-lg {
  padding: 2px 6px !important;
  border-radius: var(--border-radius-sm);
}
.filter-Components h1 {
  font-weight: var(--text-xl-weight);
  font-size: var(--text-xl);
}
.filter-Components .container-fluid {
  padding: 0;
}
.filter-Components .navbar-brand {
  color: var(--text-secondary);
  font-size: var(--text-xs);
  font-weight: var(--text-sm-weight);
  margin: 0;
}
.filter-Components .btnsidebar-list {
  background-color: var(--dark);
}
.filter-Components .navbar-nav {
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.filter-Components .nav-item .active:not(.filter-icon) {
  background-color: var(--black) !important;
  border: none !important;
  border-radius: var(--border-radius-sm) !important;
}
.filter-Components .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--text-xs);
  font-weight: var(--text-sm-weight);
  gap: var(--gap-sm);
  color: var(--text-primary);
  border-radius: var(--border-radius-sm);
  margin-left: var(--margin-sm);
  min-width: 120px;
}
.filter-Components .nav-item .nav-link:hover, .filter-Components .nav-item .nav-link:active, .filter-Components .nav-item .nav-link:focus, .filter-Components .nav-item .nav-link:focus-visible {
  background-color: var(--black) !important;
}
.filter-Components .nav-item.filter-icons-group {
  margin-left: var(--margin-sm);
}
.filter-Components .nav-item.filter-icons-group .filter-icons-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: var(--btn-primary-bg);
  border: var(--border-btn-primary);
  border-radius: var(--border-radius-sm);
  transition: all 0.2s ease;
}
.filter-Components .nav-item.filter-icons-group .filter-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 30px;
  color: var(--text-secondary);
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  min-width: -moz-fit-content;
  min-width: fit-content;
  position: relative;
}
.filter-Components .nav-item.filter-icons-group .filter-icon i {
  font-size: var(--text-xxs);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  color: var(--text-secondary);
  opacity: 0.5;
}
.filter-Components .nav-item.filter-icons-group .filter-icon:hover i {
  color: var(--text-secondary);
  opacity: 0.7;
}
.filter-Components .nav-item.filter-icons-group .filter-icon:active, .filter-Components .nav-item.filter-icons-group .filter-icon:focus {
  outline: none;
}
.filter-Components .nav-item.filter-icons-group .filter-icon.active i {
  color: #ffffff;
  opacity: 1;
}
.filter-Components .nav-item.filter-icons-group:hover .filter-icons-container {
  background: var(--btn-primary-hover-bg) !important;
}
.filter-Components .nav-item .dropdown-menu:not(.sidebar-list):not(.sort-filter-menu) {
  background-color: var(--dropdown-bg);
  padding: var(--padding-sm);
  animation: dropdown-slideup 0.2s;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  left: -30px;
  border: var(--border);
  position: absolute;
}
.filter-Components .nav-item .dropdown-menu:not(.sidebar-list):not(.sort-filter-menu) .dropdown-item,
.filter-Components .nav-item .dropdown-menu:not(.sidebar-list):not(.sort-filter-menu) a {
  color: var(--text-primary);
  font-size: var(--text-xs);
  font-weight: var(--text-sm-weight);
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  gap: var(--gap-sm);
  padding: var(--padding-xs);
  padding-left: var(--padding-sm);
}
.filter-Components .nav-item .dropdown-menu:not(.sidebar-list):not(.sort-filter-menu) .dropdown-item:hover,
.filter-Components .nav-item .dropdown-menu:not(.sidebar-list):not(.sort-filter-menu) a:hover {
  background-color: var(--black);
  border-radius: var(--border-radius-sm);
}
.filter-Components .nav-item .dropdown-menu.sort-filter-menu {
  display: none;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  gap: var(--gap-xs);
  padding: var(--padding-sm);
  min-width: 180px;
  max-width: 220px;
  left: -20px;
  list-style: none;
  margin: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.filter-Components .nav-item .dropdown-menu.sort-filter-menu.show {
  display: flex !important;
}
.filter-Components .nav-item .dropdown-menu.sort-filter-menu li {
  flex: 1;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
.filter-Components .nav-item .dropdown-menu.sort-filter-menu .dropdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: var(--padding-xs);
  width: 100%;
  min-height: 60px;
  border-radius: var(--border-radius-sm);
  transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent !important;
  border: none !important;
}
.filter-Components .nav-item .dropdown-menu.sort-filter-menu .dropdown-item i {
  font-size: 24px;
  color: var(--text-primary);
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter-Components .nav-item .dropdown-menu.sort-filter-menu .dropdown-item .filter-text {
  display: none;
}
.filter-Components .nav-item .dropdown-menu.sort-filter-menu .dropdown-item:hover {
  background-color: transparent !important;
}
.filter-Components .nav-item .dropdown-menu.sort-filter-menu .dropdown-item:hover i {
  transform: scale(1.1);
  color: var(--primary);
}
.filter-Components .nav-item .dropdown-menu.sort-filter-menu .dropdown-item:active, .filter-Components .nav-item .dropdown-menu.sort-filter-menu .dropdown-item:focus {
  background-color: transparent !important;
  outline: none;
}
.filter-Components .nav-item .dropdown-menu.sort-filter-menu .dropdown-item.active {
  background-color: transparent !important;
}
.filter-Components .nav-item .dropdown-menu.sort-filter-menu .dropdown-item.active i {
  color: var(--primary);
}
.filter-Components .nav-item .dropdown-menu.sidebar-list {
  display: none;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  padding-top: 4px !important;
  min-width: 400px !important;
  width: auto !important;
  max-width: 500px !important;
  height: auto !important;
  overflow: visible;
  left: 8px !important;
  top: calc(100% + 0px) !important;
  margin-top: 0px !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  opacity: 0;
  transform: translateY(-15px) scale(0.95);
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.35s, display 0s linear 0.35s;
  list-style: none;
  margin: 0;
  border-radius: var(--border-radius-md);
}
.filter-Components .nav-item .dropdown-menu.sidebar-list.show, .filter-Components .nav-item .dropdown-menu.sidebar-list:hover {
  display: grid !important;
  opacity: 1;
  transform: translateY(0) scale(1);
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.35s, display 0s;
}
.nav-item:hover .filter-Components .nav-item .dropdown-menu.sidebar-list, .nav-item.show .filter-Components .nav-item .dropdown-menu.sidebar-list {
  display: grid !important;
  opacity: 1;
  transform: translateY(0) scale(1);
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.35s, display 0s;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li {
  display: flex;
  margin: 0;
  padding: 0;
  opacity: 0;
  transform: translateY(10px) scale(0.9);
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(1) {
  animation: fadeInUp 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.03s;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(2) {
  animation: fadeInUp 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.06s;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(3) {
  animation: fadeInUp 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.09s;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(4) {
  animation: fadeInUp 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.12s;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(5) {
  animation: fadeInUp 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.15s;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(6) {
  animation: fadeInUp 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.18s;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(7) {
  animation: fadeInUp 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.21s;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(8) {
  animation: fadeInUp 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.24s;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(9) {
  animation: fadeInUp 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.27s;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(10) {
  animation: fadeInUp 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.3s;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(11) {
  animation: fadeInUp 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.33s;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(12) {
  animation: fadeInUp 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.36s;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(13) {
  animation: fadeInUp 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.39s;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(14) {
  animation: fadeInUp 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.42s;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(15) {
  animation: fadeInUp 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.45s;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(16) {
  animation: fadeInUp 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.48s;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(17) {
  animation: fadeInUp 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.51s;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(18) {
  animation: fadeInUp 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.54s;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(19) {
  animation: fadeInUp 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.57s;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(20) {
  animation: fadeInUp 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.6s;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(21) {
  animation: fadeInUp 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.63s;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(22) {
  animation: fadeInUp 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.66s;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(23) {
  animation: fadeInUp 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.69s;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(24) {
  animation: fadeInUp 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.72s;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(25) {
  animation: fadeInUp 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.75s;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(1) a i {
  background-color: #3b82f6;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(1) a:hover {
  background-color: #3b82f6;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(2) a i {
  background-color: #10b981;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(2) a:hover {
  background-color: #10b981;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(3) a i {
  background-color: #f59e0b;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(3) a:hover {
  background-color: #f59e0b;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(4) a i {
  background-color: #ef4444;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(4) a:hover {
  background-color: #ef4444;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(5) a i {
  background-color: #8b5cf6;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(5) a:hover {
  background-color: #8b5cf6;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(6) a i {
  background-color: #ec4899;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(6) a:hover {
  background-color: #ec4899;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(7) a i {
  background-color: #06b6d4;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(7) a:hover {
  background-color: #06b6d4;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(8) a i {
  background-color: #84cc16;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(8) a:hover {
  background-color: #84cc16;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(9) a i {
  background-color: #f97316;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(9) a:hover {
  background-color: #f97316;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(10) a i {
  background-color: #6366f1;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(10) a:hover {
  background-color: #6366f1;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(11) a i {
  background-color: #14b8a6;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(11) a:hover {
  background-color: #14b8a6;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(12) a i {
  background-color: #f43f5e;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(12) a:hover {
  background-color: #f43f5e;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(13) a i {
  background-color: #a855f7;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(13) a:hover {
  background-color: #a855f7;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(14) a i {
  background-color: #0ea5e9;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(14) a:hover {
  background-color: #0ea5e9;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(15) a i {
  background-color: #22c55e;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(15) a:hover {
  background-color: #22c55e;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(16) a i {
  background-color: #eab308;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(16) a:hover {
  background-color: #eab308;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(17) a i {
  background-color: #fb7185;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(17) a:hover {
  background-color: #fb7185;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(18) a i {
  background-color: #60a5fa;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(18) a:hover {
  background-color: #60a5fa;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(19) a i {
  background-color: #34d399;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(19) a:hover {
  background-color: #34d399;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(20) a i {
  background-color: #fbbf24;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(20) a:hover {
  background-color: #fbbf24;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(21) a i {
  background-color: #c084fc;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(21) a:hover {
  background-color: #c084fc;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(22) a i {
  background-color: #fb923c;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(22) a:hover {
  background-color: #fb923c;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(23) a i {
  background-color: #4ade80;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(23) a:hover {
  background-color: #4ade80;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(24) a i {
  background-color: #38bdf8;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(24) a:hover {
  background-color: #38bdf8;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(25) a i {
  background-color: #a78bfa;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(25) a:hover {
  background-color: #a78bfa;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  padding: 12px 8px;
  color: var(--text-secondary);
  text-decoration: none;
  border-radius: var(--border-radius-sm);
  border: none;
  background-color: var(--dark);
  transition: all 0.2s ease;
  gap: 6px;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li a i {
  font-size: 20px;
  margin: 0;
  flex-shrink: 0;
  transition: transform 0.2s ease, color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #ffffff !important;
  background-color: var(--icon-bg-color, #3b82f6);
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li a span {
  font-size: 11px;
  font-weight: var(--text-sm-weight);
  color: var(--text-secondary);
  text-align: center;
  line-height: 1.2;
  word-break: break-word;
  transition: color 0.2s ease;
  flex-shrink: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li a:hover {
  border: none !important;
  box-shadow: none;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li a:hover i {
  transform: scale(1.05);
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li a:hover span {
  color: var(--text-primary);
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li a:active, .filter-Components .nav-item .dropdown-menu.sidebar-list li a:focus {
  background-color: var(--black);
  border: none !important;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li.active a {
  border: none !important;
  box-shadow: none !important;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li.active a span {
  color: var(--text-primary);
  font-weight: var(--text-md-weight);
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(1).active a {
  background-color: #3b82f6;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(2).active a {
  background-color: #10b981;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(3).active a {
  background-color: #f59e0b;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(4).active a {
  background-color: #ef4444;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(5).active a {
  background-color: #8b5cf6;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(6).active a {
  background-color: #ec4899;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(7).active a {
  background-color: #06b6d4;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(8).active a {
  background-color: #84cc16;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(9).active a {
  background-color: #f97316;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(10).active a {
  background-color: #6366f1;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(11).active a {
  background-color: #14b8a6;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(12).active a {
  background-color: #f43f5e;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(13).active a {
  background-color: #a855f7;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(14).active a {
  background-color: #0ea5e9;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(15).active a {
  background-color: #22c55e;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(16).active a {
  background-color: #eab308;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(17).active a {
  background-color: #fb7185;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(18).active a {
  background-color: #60a5fa;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(19).active a {
  background-color: #34d399;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(20).active a {
  background-color: #fbbf24;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(21).active a {
  background-color: #c084fc;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(22).active a {
  background-color: #fb923c;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(23).active a {
  background-color: #4ade80;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(24).active a {
  background-color: #38bdf8;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list li:nth-child(25).active a {
  background-color: #a78bfa;
}
.filter-Components .nav-item .dropdown-menu.sidebar-list:not(.show):not(:hover) li {
  animation: none;
  opacity: 0;
  transform: translateY(10px) scale(0.9);
}
.filter-Components .nav-item .sidebar-list:not(.dropdown-menu) {
  left: 8px !important;
  min-width: 200px;
  height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: var(--text-secondary) var(--dark);
}
.filter-Components .nav-item .sidebar-list:not(.dropdown-menu) a {
  color: var(--text-secondary);
}
@media (max-width: 992px) {
  .filter-Components .nav-item .dropdown-menu.sidebar-list {
    grid-template-columns: repeat(4, 1fr);
    min-width: 350px !important;
    max-width: 420px !important;
    gap: 6px;
    padding: 10px !important;
  }
}
@media (max-width: 768px) {
  .filter-Components .nav-item .dropdown-menu.sidebar-list {
    grid-template-columns: repeat(3, 1fr);
    min-width: 280px !important;
    max-width: 320px !important;
    gap: 6px;
    padding: 10px !important;
  }
  .filter-Components .nav-item .dropdown-menu.sidebar-list li a {
    padding: 10px 6px;
    aspect-ratio: 1;
  }
  .filter-Components .nav-item .dropdown-menu.sidebar-list li a i {
    font-size: 18px;
  }
  .filter-Components .nav-item .dropdown-menu.sidebar-list li a span {
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  .filter-Components .nav-item .dropdown-menu.sidebar-list {
    grid-template-columns: repeat(2, 1fr);
    min-width: 240px !important;
    max-width: 280px !important;
    gap: 6px;
    padding: 8px !important;
  }
  .filter-Components .nav-item .dropdown-menu.sidebar-list li a {
    padding: 8px 4px;
    aspect-ratio: 1;
  }
  .filter-Components .nav-item .dropdown-menu.sidebar-list li a i {
    font-size: 16px;
  }
  .filter-Components .nav-item .dropdown-menu.sidebar-list li a span {
    font-size: 9px;
  }
}

@keyframes dropdown-slideup {
  from {
    transform: translateY(5%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.search-container {
  position: relative;
  width: 300px;
}
.search-container .search-input {
  padding-left: 40px;
  padding-right: 15px;
  border-radius: var(--border-radius-sm);
  border: none;
  transition: all 0.3s ease;
  font-size: 14px;
  background-color: var(--dark);
  height: 36px;
}
.search-container .search-input::-moz-placeholder {
  color: var(--text-secondary);
  font-size: 14px;
}
.search-container .search-input::placeholder {
  color: var(--text-secondary);
  font-size: 14px;
}
.search-container .search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-40%);
  color: var(--text-secondary);
  font-size: 16px;
  pointer-events: none;
}

.search-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--dark);
  border: var(--border);
  border-radius: var(--border-radius-sm);
  z-index: 1000;
  margin-top: 4px;
}
.search-suggestions .suggestions-header {
  padding: 8px 12px;
  border-bottom: var(--border);
  color: var(--text-secondary) !important;
}
.search-suggestions .suggestions-header small {
  font-size: 12px;
  color: var(--text-secondary) !important;
}
.search-suggestions .suggestions-list {
  max-height: 200px;
  overflow-y: auto;
  scrollbar-color: var(--text-secondary) var(--dark);
}
.search-suggestions .suggestion-item {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.search-suggestions .suggestion-item:hover {
  background-color: var(--black);
}
.search-suggestions .suggestion-item i {
  margin-right: 8px;
  color: var(--text-secondary);
  font-size: 14px;
}
.search-suggestions .suggestion-item span {
  font-size: 14px;
  color: var(--text-secondary);
}

/*═══════════════════════════════════════════════
||     Gipixel Components - Information         ||
═════════════════════════════════════════════════*/
.Components-information .Components-details {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  gap: var(--gap-md);
  padding: var(--padding-md);
  padding: var(--padding-md) 0px;
  padding-left: var(--padding-md);
  margin: 0;
  padding: 0;
}
.Components-information .Components-details > * {
  padding-left: 15px;
  padding-right: 15px;
  flex: 1 0 calc(100% / 12 - 15px);
}
.Components-information .Components-details .information {
  border-color: transparent;
  background-color: var(--dark);
  padding: var(--padding-sm);
  border-radius: var(--border-radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap-sm);
  color: var(--text-secondary);
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-size: var(--text-xs);
  max-height: 40px;
}
.Components-information .components-comment {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 49%;
}
.Components-information .components-comment .comment-components-Warning {
  font-size: var(--text-xxs);
}
.Components-information .components-comment h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap-sm);
  justify-content: flex-start;
  font-size: var(--text-sm);
}
.Components-information .components-comment .comment-box {
  background: #1a1a1a !important;
  min-height: 100px;
  max-height: 500px;
  overflow-y: auto;
  border: var(--border);
  border-radius: var(--border-radius-sm);
  color: var(--text-primary);
  font-size: var(--text-xs);
  padding: var(--padding-sm);
  min-width: 100%;
  scrollbar-width: thin;
  scrollbar-color: rgba(179, 175, 175, 0.2) transparent;
}
.Components-information .components-comment .comment-box::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.Components-information .components-comment .comment-box::-webkit-scrollbar-track {
  background: transparent;
}
.Components-information .components-comment .comment-box::-webkit-scrollbar-thumb {
  background: rgba(179, 175, 175, 0.2);
  border-radius: 3px;
}
.Components-information .components-comment .comment-box::-webkit-scrollbar-thumb:hover {
  background: rgba(223, 223, 223, 0.3);
}
.Components-information .components-comment .comment-box .comment {
  margin-top: var(--margin-md);
}
.Components-information .components-comment .comment-box .comment .replies {
  background-color: var(--black);
  margin-left: var(--margin-md);
  padding: var(--padding-md);
  border-radius: 0 var(--border-radius-md) var(--border-radius-md) 0;
  border-left: solid 2px;
}
.Components-information .components-comment .comment-box .comment .replies .replies {
  background-color: var(--dark);
  margin-left: var(--margin-md);
  border-color: var(--primary);
}
.Components-information .components-comment .comment-box .comment .replies .replies .replies {
  border-color: var(--text-primary);
}
.Components-information .components-comment .comment-box .comment .user-info {
  display: flex;
  align-items: center;
  gap: var(--gap-sm);
}
.Components-information .components-comment .comment-box .comment .user-info .user-avatar {
  width: 40px;
  height: 40px;
  border-radius: var(--border-radius-sm);
  -o-object-fit: cover;
     object-fit: cover;
}
.Components-information .components-comment .comment-box .comment .user-info .user-name {
  font-weight: bold;
  font-size: var(--text-xxs);
  color: var(--text-primary);
}
.Components-information .components-comment .comment-box .comment .comment-text,
.Components-information .components-comment .comment-box .comment .reply-text {
  font-size: var(--text-xxs);
  color: var(--text-secondary);
  margin: 0;
  margin-top: var(--margin-md);
}
.Components-information .components-comment .comment-box .comment .reply-text {
  margin: 0;
}
.Components-information .components-comment .comment-box .comment .reply {
  margin-left: 40px;
  padding: var(--padding-md);
  border-left: 2px solid var(--primary);
  background-color: var(--black);
  border-radius: 0 var(--border-radius-md) var(--border-radius-md) 0;
}
.Components-information .components-comment .comment-box .comment .reply-btn {
  color: var(--text-primary);
  font-size: var(--text-xxs);
  border: none;
  cursor: pointer;
  margin-top: var(--margin-sm);
  margin-bottom: var(--spacer-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap-xs);
  justify-content: flex-start;
}
.Components-information .components-comment .comment-box .comment .reply-area {
  position: relative;
}
.Components-information .components-comment .comment-box .comment .reply-area .reply-input-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-end;
  gap: var(--gap-xs);
}
.Components-information .components-comment .comment-box .comment .reply-area .reply-input-wrapper textarea {
  flex: 1;
  background: var(--dark-secondary, #1e1e1e);
  color: var(--text-primary);
  border: 1px solid var(--border-light, #444);
  border-radius: var(--border-radius-sm, 4px);
  padding: var(--padding-xs);
  font-size: var(--text-xs);
  resize: none;
  min-height: 33px;
  max-height: 120px;
  overflow-y: auto;
  line-height: 1.5;
  scrollbar-width: thin;
  scrollbar-color: rgba(179, 175, 175, 0.2) transparent;
}
.Components-information .components-comment .comment-box .comment .reply-area .reply-input-wrapper textarea::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.Components-information .components-comment .comment-box .comment .reply-area .reply-input-wrapper textarea::-webkit-scrollbar-track {
  background: transparent;
}
.Components-information .components-comment .comment-box .comment .reply-area .reply-input-wrapper textarea::-webkit-scrollbar-thumb {
  background: rgba(179, 175, 175, 0.2);
  border-radius: 3px;
}
.Components-information .components-comment .comment-box .comment .reply-area .reply-input-wrapper textarea::-webkit-scrollbar-thumb:hover {
  background: rgba(223, 223, 223, 0.3);
}
.Components-information .components-comment .comment-box .comment .reply-area .reply-input-wrapper textarea::-moz-placeholder {
  font-size: var(--text-xxs);
  color: var(--text-secondary);
}
.Components-information .components-comment .comment-box .comment .reply-area .reply-input-wrapper textarea::placeholder {
  font-size: var(--text-xxs);
  color: var(--text-secondary);
}
.Components-information .components-comment .comment-box .comment .reply-area .reply-input-wrapper .emoji-btn-reply {
  background: var(--btn-primary-bg);
  border: solid 1px #404040;
  color: var(--btn-primary-text);
  font-size: var(--text-xs);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: var(--border-radius-sm);
  transition: background 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  align-self: flex-end;
  margin-bottom: 2px;
}
.Components-information .components-comment .comment-box .comment .reply-area .reply-input-wrapper .emoji-btn-reply:hover {
  background: var(--btn-primary-hover-bg);
  color: var(--btn-primary-hover-text);
}
.Components-information .components-comment .comment-box .comment .reply-area .reply-input-wrapper .send-reply {
  padding: 0;
  font-size: var(--text-xs);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: flex-end;
  margin-bottom: 2px;
  border-radius: var(--border-radius-sm);
  min-width: 30px;
  background: transparent;
  border: none;
  color: var(--text-secondary);
  transition: color 0.3s ease;
}
.Components-information .components-comment .comment-box .comment .reply-area .reply-input-wrapper .send-reply:hover {
  color: var(--text-primary);
  background: transparent;
}
.Components-information .components-comment .comment-box .comment .reply-area .emoji-picker-reply {
  position: fixed;
  background: var(--dark);
  border: var(--border);
  border-radius: var(--border-radius-md);
  padding: var(--padding-sm);
  width: 300px;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 9999;
  display: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  scrollbar-width: thin;
  scrollbar-color: rgba(179, 175, 175, 0.2) transparent;
}
.Components-information .components-comment .comment-box .comment .reply-area .emoji-picker-reply.show {
  display: block;
  animation: fadeInUp 0.2s ease-out;
}
.Components-information .components-comment .comment-box .comment .reply-area .emoji-picker-reply .emoji-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 4px;
  width: 100%;
  box-sizing: border-box;
}
.Components-information .components-comment .comment-box .comment .reply-area .emoji-picker-reply .emoji-grid .emoji-item {
  font-size: 20px;
  padding: 6px;
  cursor: pointer;
  text-align: center;
  border-radius: var(--border-radius-sm);
  transition: background-color 0.2s ease, transform 0.1s ease;
  box-sizing: border-box;
  min-width: 0;
}
.Components-information .components-comment .comment-box .comment .reply-area .emoji-picker-reply .emoji-grid .emoji-item:hover {
  background-color: var(--dark-secondary);
  transform: scale(1.2);
}
.Components-information .components-comment .comment-box .comment .reply-area .emoji-picker-reply .emoji-grid .emoji-item:active {
  transform: scale(1.1);
}
.Components-information .components-comment .comment-box .comment .reply-area .emoji-picker-reply::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.Components-information .components-comment .comment-box .comment .reply-area .emoji-picker-reply::-webkit-scrollbar-track {
  background: transparent;
}
.Components-information .components-comment .comment-box .comment .reply-area .emoji-picker-reply::-webkit-scrollbar-thumb {
  background: rgba(179, 175, 175, 0.2);
  border-radius: 3px;
}
.Components-information .components-comment .comment-box .comment .reply-area .emoji-picker-reply::-webkit-scrollbar-thumb:hover {
  background: rgba(223, 223, 223, 0.3);
}
@media (max-width: 768px) {
  .Components-information .components-comment .comment-box .comment .reply-area .emoji-picker-reply {
    width: 280px;
    max-height: 250px;
    right: -10px;
  }
  .Components-information .components-comment .comment-box .comment .reply-area .emoji-picker-reply .emoji-grid {
    grid-template-columns: repeat(7, 1fr);
    gap: 3px;
  }
  .Components-information .components-comment .comment-box .comment .reply-area .emoji-picker-reply .emoji-grid .emoji-item {
    font-size: 18px;
    padding: 5px;
  }
}
.Components-information .components-comment .new-comment {
  margin-top: var(--margin-sm);
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: var(--gap-xs);
}
.Components-information .components-comment .new-comment textarea {
  flex: 1;
  background: var(--dark-secondary, #1e1e1e);
  color: var(--text-primary);
  border: 1px solid var(--border-light, #444);
  border-radius: var(--border-radius-sm, 4px);
  padding: var(--padding-xs);
  font-size: var(--text-xs);
  resize: none;
  min-height: 33px;
  max-height: 120px;
  overflow-y: auto;
  line-height: 1.5;
  scrollbar-width: thin;
  scrollbar-color: rgba(179, 175, 175, 0.2) transparent;
}
.Components-information .components-comment .new-comment textarea::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.Components-information .components-comment .new-comment textarea::-webkit-scrollbar-track {
  background: transparent;
}
.Components-information .components-comment .new-comment textarea::-webkit-scrollbar-thumb {
  background: rgba(179, 175, 175, 0.2);
  border-radius: 3px;
}
.Components-information .components-comment .new-comment textarea::-webkit-scrollbar-thumb:hover {
  background: rgba(223, 223, 223, 0.3);
}
.Components-information .components-comment .new-comment textarea::-moz-placeholder {
  font-size: var(--text-xxs);
  color: var(--text-secondary);
}
.Components-information .components-comment .new-comment textarea::placeholder {
  font-size: var(--text-xxs);
  color: var(--text-secondary);
}
.Components-information .components-comment .new-comment .emoji-btn {
  background: var(--btn-primary-bg);
  border: solid 1px #404040;
  color: var(--btn-primary-text);
  font-size: var(--text-xs);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: var(--border-radius-sm);
  transition: background 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  align-self: flex-end;
  margin-bottom: 2px;
}
.Components-information .components-comment .new-comment .emoji-btn:hover {
  background: var(--btn-primary-hover-bg);
  color: var(--btn-primary-hover-text);
}
.Components-information .components-comment .new-comment button:not(.emoji-btn) {
  padding: 0;
  font-size: var(--text-xs);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: flex-end;
  margin-bottom: 2px;
  border-radius: var(--border-radius-sm);
  min-width: 30px;
  background: var(--btn-primary-bg);
  border: solid 1px #404040;
  color: var(--btn-primary-text);
  transition: background 0.3s ease, color 0.3s ease;
}
.Components-information .components-comment .new-comment button:not(.emoji-btn):hover {
  background: var(--btn-primary-hover-bg);
  color: var(--btn-primary-hover-text);
}
.Components-information .components-comment .new-comment button:not(.emoji-btn):disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.Components-information .components-comment .new-comment button:not(.emoji-btn) i.fi-rr-spinner {
  animation: spin 1s linear infinite;
}
.Components-information .components-comment .new-comment .emoji-picker {
  position: fixed;
  background: var(--dark);
  border: var(--border);
  border-radius: var(--border-radius-md);
  padding: var(--padding-sm);
  width: 300px;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 9999;
  display: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  scrollbar-width: thin;
  scrollbar-color: rgba(179, 175, 175, 0.2) transparent;
}
.Components-information .components-comment .new-comment .emoji-picker.show {
  display: block;
  animation: fadeInUp 0.2s ease-out;
}
.Components-information .components-comment .new-comment .emoji-picker .emoji-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 4px;
  width: 100%;
  box-sizing: border-box;
}
.Components-information .components-comment .new-comment .emoji-picker .emoji-grid .emoji-item {
  font-size: 20px;
  padding: 6px;
  cursor: pointer;
  text-align: center;
  border-radius: var(--border-radius-sm);
  transition: background-color 0.2s ease, transform 0.1s ease;
  box-sizing: border-box;
  min-width: 0;
}
.Components-information .components-comment .new-comment .emoji-picker .emoji-grid .emoji-item:hover {
  background-color: var(--dark-secondary);
  transform: scale(1.2);
}
.Components-information .components-comment .new-comment .emoji-picker .emoji-grid .emoji-item:active {
  transform: scale(1.1);
}
.Components-information .components-comment .new-comment .emoji-picker::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.Components-information .components-comment .new-comment .emoji-picker::-webkit-scrollbar-track {
  background: transparent;
}
.Components-information .components-comment .new-comment .emoji-picker::-webkit-scrollbar-thumb {
  background: rgba(179, 175, 175, 0.2);
  border-radius: 3px;
}
.Components-information .components-comment .new-comment .emoji-picker::-webkit-scrollbar-thumb:hover {
  background: rgba(223, 223, 223, 0.3);
}
@media (max-width: 768px) {
  .Components-information .components-comment .new-comment .emoji-picker {
    width: 280px;
    max-height: 250px;
    right: -10px;
  }
  .Components-information .components-comment .new-comment .emoji-picker .emoji-grid {
    grid-template-columns: repeat(7, 1fr);
    gap: 3px;
  }
  .Components-information .components-comment .new-comment .emoji-picker .emoji-grid .emoji-item {
    font-size: 18px;
    padding: 5px;
  }
}
.Components-information .components-comment .no-comments {
  text-align: center;
  color: var(--text-secondary);
  font-size: var(--text-md);
  opacity: 0.5;
  padding: var(--padding-xs);
}
.Components-information .components-comment .no-comments i {
  font-size: var(--text-lg);
}
.Components-information .components-comment .no-comments p {
  font-size: var(--text-sm);
  margin: var(--margin-xs) 0 0 0;
}
.Components-information .components-comment-description-profile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1%;
  align-items: flex-start;
  margin-top: var(--margin-lg);
}
.Components-information .components-comment-description-profile .components-description-profile {
  width: 49.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-content: space-between;
}
.Components-information .components-comment-description-profile .components-description-profile .components-description {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.Components-information .components-comment-description-profile .components-description-profile .components-description h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap-sm);
  justify-content: flex-start;
  padding-left: var(--spacer-sm);
  font-size: var(--text-sm);
}
.Components-information .components-comment-description-profile .components-description-profile .components-description .description-components-Warning {
  font-size: var(--text-xxs);
  padding-left: var(--padding-sm);
}
.Components-information .components-comment-description-profile .components-description-profile .components-description .description-components {
  background: transparent !important;
  min-width: 100%;
  height: 92px;
  border-radius: var(--border-radius-md);
  padding: var(--padding-sm);
  overflow: auto;
}
.Components-information .components-comment-description-profile .components-description-profile .components-description .description-components p {
  color: var(--text-secondary);
  font-size: var(--text-xxs);
  line-height: 24px;
}
.Components-information .components-comment-description-profile .components-description-profile .components-profile {
  width: 100%;
}
.Components-information .components-comment-description-profile .components-description-profile .components-profile h4 {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap-sm);
  justify-content: flex-start;
  padding-left: var(--spacer-sm);
}
.Components-information .components-comment-description-profile .components-description-profile .components-profile .components-profile {
  font-size: var(--text-xxs);
  padding-left: var(--padding-sm);
}
.Components-information .components-comment-description-profile .components-description-profile .components-profile .components-profile-img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap-md);
  justify-content: flex-start;
}
.Components-information .components-comment-description-profile .components-description-profile .components-profile .components-profile-img img {
  width: 60px;
  height: 60px;
  border-radius: var(--border-radius-sm);
  -o-object-fit: cover;
     object-fit: cover;
}
.Components-information .components-comment-description-profile .components-description-profile .components-profile .components-profile-img .components-profile-name h4 {
  font-size: var(--text-md);
}
.Components-information .components-comment-description-profile .components-description-profile .components-profile .components-profile-img .components-profile-name p {
  font-size: var(--text-xs);
  margin: 0;
}
.Components-information .components-comment-description-profile .components-description-profile .components-profile .components-profile-bio {
  display: none;
}
.Components-information .components-comment-description-profile .components-description-profile .components-profile .components-profile-midea {
  display: none;
}
.Components-information .components-comment-description-profile .components-description-profile .components-profile .components-profile-contant {
  display: none;
}

/*═══════════════════════════════════════════════
||        Gipixel Components - View             ||
═════════════════════════════════════════════════*/
.Components-View {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-end;
}
.Components-View .preview-section {
  width: 100% !important;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.Components-View .preview-section #color-picker {
  width: 30px !important;
  height: 30px !important;
  border: var(--border);
  border-radius: var(--border-radius-sm);
  cursor: pointer !important;
  background-color: var(--dark) !important;
  padding: 7px !important;
}
.Components-View .preview-section #color-picker:focus {
  box-shadow: none !important;
}
.Components-View .preview-section .device-buttons {
  display: flex;
  justify-content: space-between;
  gap: var(--gap-sm);
  padding: var(--padding-sm);
  width: 100%;
}
.Components-View .preview-section .device-buttons .btn {
  gap: var(--gap-sm);
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.Components-View .preview-section .device-buttons #save-component-btn[data-component-id=""] {
  display: none !important;
}
.Components-View .preview-section .preview-section-content-div {
  display: flex;
  align-items: center;
  justify-content: center;
  border: var(--border);
  height: 70vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: var(--black);
}
.Components-View .preview-section .preview-section-content-div body {
  margin: 0;
  padding: 0;
}
.Components-View .preview-section .preview {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  transition: all 0.5s ease !important;
}
.Components-View .preview-section .Gipixel-change-theme .switch-mood {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 30px;
  border-radius: var(--border-radius-sm);
  border: var(--border);
  overflow: hidden;
  cursor: pointer;
  background-color: var(--dark);
}
.Components-View .preview-section .Gipixel-change-theme .switch-mood .sun .fi {
  position: absolute;
  top: 6px;
  left: 9px;
  z-index: 1;
  width: 24px;
  height: 24px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: scale(0.8);
  color: var(--secondary);
}
.Components-View .preview-section .Gipixel-change-theme .switch-mood .moon .fi {
  position: absolute;
  top: 6px;
  left: 9px;
  z-index: 1;
  width: 24px;
  height: 24px;
  color: var(--secondary);
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: scale(1);
}
.Components-View .preview-section .Gipixel-change-theme .switch-mood.light-mode .sun .fi {
  opacity: 1;
  transform: scale(1);
}
.Components-View .preview-section .Gipixel-change-theme .switch-mood.light-mode .moon .fi {
  opacity: 0;
  transform: scale(0.8);
}
.Components-View .preview-section .Gipixel-change-theme .switch-mood .switch-input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.Components-View .preview-section .Gipixel-change-theme .switch-mood .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  pointer-events: none;
}
.Components-View .container-section-code {
  width: 450px;
  min-width: 450px;
  overflow: hidden;
}
.Components-View .container-section-code .nav-tabs {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--padding-sm);
  margin-bottom: 5px;
}
.Components-View .container-section-code .nav-tabs .nav-item {
  max-width: 23% !important;
  background-color: rgb(23, 23, 23);
}
.Components-View .container-section-code .nav-tabs .nav-item button {
  max-width: 100%;
  border-radius: 0 !important;
  border: none !important;
  background: transparent !important;
  border-bottom: var(--border) !important;
}
.Components-View .container-section-code .nav-tabs .nav-item button svg {
  width: 18px !important;
  height: 18px !important;
}
.Components-View .container-section-code .nav-tabs .nav-item .active {
  background-color: var(--dark) !important;
}
.Components-View .container-section-code .container-textarea {
  height: 100%;
}
.Components-View .container-section-code .container-textarea .section {
  height: 100%;
  position: relative;
}
.Components-View .container-section-code .container-textarea .section button {
  position: absolute;
  z-index: 99;
  color: var(--white);
  right: var(--spacer-md);
  top: var(--spacer-md);
  background-color: var(--black);
  border: var(--border) !important;
}
.Components-View .container-section-code .container-textarea .section .CodeMirror {
  width: 100%;
  height: 70vh;
  padding: 0 !important;
  margin: 0 !important;
  border: var(--border);
}
.Components-View .fullscreen-preview {
  position: fixed !important;
  width: 100% !important;
  height: 100vh !important;
  top: 0;
  left: 0;
  z-index: 999;
  border-radius: 0 !important;
}
.Components-View #editortoggle {
  position: fixed !important;
  top: 1%;
  right: 0.5%;
  z-index: 9999999 !important;
  border: var(--border) !important;
  border-radius: var(--border-radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--text-sm) !important;
  background-color: var(--black);
  color: var(--text-primary);
}
.Components-View #editortoggle:hover {
  color: var(--text-secondary);
}

.cm-s-material-darker {
  background-color: #1e1e1e !important;
  color: #d4d4d4 !important;
}

.CodeMirror {
  font-family: "Fira Code", monospace;
  font-size: 14px;
  line-height: 1.5;
  font-feature-settings: "liga" on, "calt" on;
  color: #d4d4d4;
  background-color: #1e1e1e;
}

.cm-s-material-darker .cm-error {
  color: #fffafa !important;
  background: rgba(255, 255, 255, 0.2588235294) !important;
}

.cm-s-material-darker .CodeMirror-activeline-background {
  background: rgba(255, 255, 255, 0.05) !important;
}

.CodeMirror ::-moz-selection {
  background: rgba(255, 255, 255, 0.15);
}

.CodeMirror ::selection {
  background: rgba(255, 255, 255, 0.15);
}

.CodeMirror ::-moz-selection {
  background: rgba(255, 255, 255, 0.15);
}

.CodeMirror-hints {
  background-color: var(--black) !important;
  border: var(--border) !important;
}

.CodeMirror-hints li {
  color: var(--text-primary) !important;
}

.CodeMirror-hints li:hover {
  background-color: var(--dark) !important;
}

.CodeMirror-hints li.CodeMirror-hint-active {
  background-color: var(--primary) !important;
}

.cm-s-material-darker .CodeMirror-linenumber {
  color: #858585;
}

.CodeMirror-matchingbracket {
  color: #00ffff !important;
  text-decoration: underline;
}

.CodeMirror pre {
  padding: 0 4px;
}

.cm-s-material-darker .CodeMirror-gutters {
  background: #1e1e1e;
  border-right: 1px solid #333;
}

.cm-s-material-darker .cm-tag {
  color: #569cd6 !important;
}

.cm-s-material-darker .cm-keyword {
  color: #c586c0 !important;
}

.cm-s-material-darker .cm-attribute {
  color: #9cdcfe !important;
}

.cm-s-material-darker .cm-property {
  color: #9cdcfe !important;
}

.cm-s-material-darker .cm-variable-2 {
  color: #4ec9b0 !important;
}

.cm-s-material-darker .cm-variable {
  color: #9cdcfe !important;
}

.cm-s-material-darker .cm-def {
  color: #dcdcaa !important;
}

.cm-s-material-darker .cm-string {
  color: #ce9178 !important;
}

.cm-s-material-darker .cm-number,
.cm-s-material-darker .cm-atom {
  color: #b5cea8 !important;
}

.cm-s-material-darker .cm-comment {
  color: #6a9955 !important;
}

.cm-s-material-darker .cm-qualifier,
.cm-s-material-darker .cm-type {
  color: #4ec9b0 !important;
}

/*═══════════════════════════════════════════════
||   Components Section - Final Integration     ||
═════════════════════════════════════════════════
📌 NOTE:
All components-related features are centralized here 
in the main **Components Page**.

This includes:
- Cards (listing all components)
- Filter & Search
- Information (detailed view)
- Component Preview (live demo)
- My Components / Create Component

🎯 REMINDER:
There are no separate pages for these anymore.
Everything related to "Components" is unified under
a single page for better structure and maintainability.
═══════════════════════════════════════════════*/
/*═══════════════════════════════════════════════
||                Gipixel Sidebar               ||
═════════════════════════════════════════════════*/
.Gipixel-sidebar {
  left: 0;
  top: 0;
  min-width: 240px;
  max-width: 240px;
  color: var(--text-primary);
  transition: width 0.3s ease;
  position: sticky;
  top: 0;
  height: 100vh;
  padding: var(--padding-sm);
}
.Gipixel-sidebar .Gipixel-list-container {
  height: 60vh;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  margin: 0;
  margin-top: 18px;
}
.Gipixel-sidebar .Gipixel-list-container .Gipixel-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 0;
}
.Gipixel-sidebar .Gipixel-list-container .Gipixel-list .active {
  background-color: var(--black);
  border-color: var(--border-color) !important;
}
.Gipixel-sidebar .Gipixel-list-container .Gipixel-list .active a {
  color: var(--text-primary);
}
.Gipixel-sidebar .Gipixel-list-container .Gipixel-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: var(--border-radius-sm);
  cursor: pointer;
  transition: background 0.2s;
  gap: var(--gap-sm);
  border: var(--border);
  border-color: transparent;
}
.Gipixel-sidebar .Gipixel-list-container .Gipixel-list li a {
  flex: 1;
  display: flex;
  align-items: center;
  gap: var(--gap-sm);
  padding: calc(var(--padding-sm) * 0.6) var(--padding-sm);
  color: var(--text-secondary);
  font-size: var(--text-sm);
  text-decoration: none;
}
.Gipixel-sidebar .Gipixel-list-container .Gipixel-list li a i {
  padding: 0;
  margin-bottom: -3px;
}
.Gipixel-sidebar .Gipixel-list-container .Gipixel-list li:hover {
  background-color: var(--black);
  border: var(--border);
}
.Gipixel-sidebar .Gipixel-list-container .Gipixel-list li:hover a {
  color: var(--text-primary);
}

/*═══════════════════════════════════════════════
||                Gipixel Footer                ||
═════════════════════════════════════════════════*/
.Gipixel-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: var(--padding-md) 0;
  position: relative;
  overflow: hidden;
}
.Gipixel-footer::after {
  content: "";
  position: absolute;
  bottom: -5%;
  right: 0%;
  width: 100%;
  height: 10%;
  background: linear-gradient(20deg, var(--warning), var(--primary));
  filter: blur(80px);
}
.Gipixel-footer .Gipixel-container-footer {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  width: 90%;
  gap: var(--gap-lg);
}
.Gipixel-footer .Gipixel-container-footer > * {
  padding-left: 15px;
  padding-right: 15px;
  flex: 1 0 calc(100% / 12 - 15px);
}
.Gipixel-footer .Gipixel-container-footer .Gipixel-container-footer-right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: var(--gap-md);
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 30%;
}
.Gipixel-footer .Gipixel-container-footer .Gipixel-container-footer-right img {
  width: 140px;
}
.Gipixel-footer .Gipixel-container-footer .Gipixel-container-footer-right .swp {
  font-size: var(--text-sm);
}
.Gipixel-footer .Gipixel-container-footer .Gipixel-container-footer-right .swp a {
  border-bottom: var(--border);
  color: var(--text-secondary);
  font-size: var(--text-sm);
}
.Gipixel-footer .Gipixel-container-footer .Gipixel-container-footer-right p {
  margin: 0;
  font-size: var(--text-sm);
}
.Gipixel-footer .Gipixel-container-footer .Gipixel-container-footer-right small {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap-xs);
}
.Gipixel-footer .Gipixel-container-footer .Gipixel-container-footer-right small p,
.Gipixel-footer .Gipixel-container-footer .Gipixel-container-footer-right small .fi {
  color: var(--text-primary);
}
.Gipixel-footer .Gipixel-container-footer .Gipixel-container-footer-right ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacer-lg);
  margin-top: var(--margin-md);
}
.Gipixel-footer .Gipixel-container-footer .Gipixel-container-footer-right ul li a .fi {
  color: var(--text-secondary);
  font-size: var(--text-md);
}
.Gipixel-footer .Gipixel-container-footer .Gipixel-container-footer-right ul li a .fi:hover {
  color: var(--secondary);
}
.Gipixel-footer .Gipixel-container-footer .Gipixel-container-footer-left {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start !important;
  justify-content: flex-end !important;
  gap: var(--gap-lg);
}
.Gipixel-footer .Gipixel-container-footer .Gipixel-container-footer-left ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.Gipixel-footer .Gipixel-container-footer .Gipixel-container-footer-left ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-md);
  min-width: 120px;
}
.Gipixel-footer .Gipixel-container-footer .Gipixel-container-footer-left ul li h6 {
  color: var(--footer-text-primary);
  font-size: var(--text-sm);
  margin-bottom: var(--margin-sm);
  font-weight: var(--text-lg-weight);
}
.Gipixel-footer .Gipixel-container-footer .Gipixel-container-footer-left ul li p {
  margin: 0;
}
.Gipixel-footer .Gipixel-container-footer .Gipixel-container-footer-left ul li p a {
  color: var(--text-secondary);
  font-size: var(--text-xs);
  font-weight: var(--text-md-weight);
}
.Gipixel-footer .Gipixel-container-footer .Gipixel-container-footer-left ul li p a:hover {
  color: var(--secondary);
}
.Gipixel-footer .Gipixel-container-signshr {
  width: 90%;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 var(--padding-md);
}
.Gipixel-footer .Gipixel-container-signshr p {
  margin: 0;
  font-size: var(--text-sm);
}

/*═══════════════════════════════════════════════
||                Gipixel Header                ||
═════════════════════════════════════════════════*/
.Gipixel-header {
  width: 100%;
  z-index: 1000;
  background-color: #000000 !important;
  border-bottom: none !important;
}
.Gipixel-header .navbar-toggler {
  background-color: transparent !important;
  color: var(--white) !important;
  box-shadow: none !important;
  border: none !important;
}
.Gipixel-header .navbar {
  background-color: #000000 !important;
  border-bottom: none !important;
  border: none !important;
}
.Gipixel-header .navbar .container-fluid {
  border-bottom: none !important;
}
.Gipixel-header .navbar .container-fluid .navbar-nav {
  gap: var(--gap-xs);
}
.Gipixel-header .navbar .container-fluid .navbar-nav .nav-item {
  position: relative;
}
.Gipixel-header .navbar .container-fluid .navbar-nav .nav-item a {
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
}
.Gipixel-header .navbar .container-fluid .navbar-nav .nav-item .dropdown-tool {
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.Gipixel-header .navbar .container-fluid .navbar-nav .nav-item .dropdown-tool .fi {
  margin-bottom: -4px;
  transition: transform 0.3s ease;
}
.Gipixel-header .navbar .container-fluid .navbar-nav .nav-item .dropdown-tool .fi-rr-angle-small-down {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}
.Gipixel-header .navbar .container-fluid .navbar-nav .nav-item .btn-nav-item {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.Gipixel-header .navbar .container-fluid .navbar-nav .nav-item::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 10px;
  background: transparent;
  z-index: 1000;
  pointer-events: none;
}
.Gipixel-header .navbar .container-fluid .navbar-nav .nav-item:hover .dropdown-menu {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.Gipixel-header .navbar .container-fluid .navbar-nav .nav-item:hover .gipixel-explore-dropdown {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  gap: 12px !important;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.Gipixel-header .navbar .container-fluid .navbar-nav .nav-item:hover .dropdown-tool .fi-rr-angle-small-down {
  transform: rotate(180deg);
}
.Gipixel-header .navbar .container-fluid .navbar-nav .nav-item:hover::after {
  pointer-events: auto;
}
.Gipixel-header .navbar .container-fluid .navbar-nav .nav-item.show .dropdown-tool .fi-rr-angle-small-down, .Gipixel-header .navbar .container-fluid .navbar-nav .nav-item[aria-expanded=true] .dropdown-tool .fi-rr-angle-small-down {
  transform: rotate(180deg);
}
.Gipixel-header .navbar .dropdown-menu {
  background-color: var(--dropdown-bg);
  border: var(--border);
  top: calc(100% + 5px);
  padding: var(--padding-xs);
  padding-top: 0;
  min-width: 560px;
  width: auto;
  left: 0% !important;
  display: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1001;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.Gipixel-header .navbar .dropdown-menu::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 15px;
  background: transparent;
  z-index: -1;
}
.Gipixel-header .navbar .dropdown-menu.show {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  animation: dropdownSlideDown 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.Gipixel-header .navbar .dropdown-menu:hover {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.Gipixel-header .navbar .dropdown-menu li {
  width: 100%;
  display: block;
  height: auto;
}
.Gipixel-header .navbar .dropdown-menu li:has(.dropdown-item) {
  width: 100% !important;
}
.Gipixel-header .navbar .dropdown-menu .dropdown-item {
  color: var(--dropdown-link);
  height: 100%;
  width: 100% !important;
  display: flex !important;
  flex-direction: column;
  border-radius: 0;
  border-left: 3px solid transparent;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--gap-xs);
  font-size: var(--text-xs);
  font-weight: var(--text-sm-weight);
  max-width: 100% !important;
  padding: var(--padding-md) !important;
  box-sizing: border-box;
  transition: border-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.Gipixel-header .navbar .dropdown-menu .dropdown-item:nth-child(even) {
  border-right: none;
}
.Gipixel-header .navbar .dropdown-menu .dropdown-item .dropdown-item-header {
  display: flex;
  align-items: center;
  gap: var(--gap-sm);
  width: 100%;
}
.Gipixel-header .navbar .dropdown-menu .dropdown-item .dropdown-item-header i {
  font-size: var(--text-md);
  flex-shrink: 0;
}
.Gipixel-header .navbar .dropdown-menu .dropdown-item .dropdown-item-header h6 {
  margin: 0;
  font-size: var(--text-sm);
  font-weight: var(--text-md-weight);
  color: var(--text-primary);
}
.Gipixel-header .navbar .dropdown-menu .dropdown-item p {
  margin: 0;
  margin-top: 4px;
  font-size: var(--text-xxs);
  color: var(--text-secondary);
  line-height: 1.4;
}
.Gipixel-header .navbar .dropdown-menu .dropdown-item:hover, .Gipixel-header .navbar .dropdown-menu .dropdown-item:active, .Gipixel-header .navbar .dropdown-menu .dropdown-item:focus, .Gipixel-header .navbar .dropdown-menu .dropdown-item:focus-visible {
  background-color: transparent !important;
  border-left-color: var(--text-primary);
  color: var(--text-primary);
}
.Gipixel-header .navbar .dropdown-menu .dropdown-item.logout-btn:hover, .Gipixel-header .navbar .dropdown-menu .dropdown-item.logout-btn:active, .Gipixel-header .navbar .dropdown-menu .dropdown-item.logout-btn:focus, .Gipixel-header .navbar .dropdown-menu .dropdown-item.logout-btn:focus-visible {
  border-left-color: transparent;
}
.Gipixel-header .navbar .dropdown-menu::before,
.Gipixel-header .navbar .dropdown-menu::after {
  display: none !important;
  content: none !important;
}
.Gipixel-header .navbar .dropdown-menu-end {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.Gipixel-header .navbar .dropdown-menu-end li {
  width: 100% !important;
  display: block !important;
}
.Gipixel-header .navbar .dropdown-menu-end .dropdown-item {
  width: 100% !important;
  display: block !important;
  padding: var(--padding-sm) var(--padding-md) !important;
  box-sizing: border-box;
  border-radius: 0;
  border-left: 1px solid transparent;
  font-size: var(--text-xs);
  font-weight: var(--text-sm-weight);
  transition: border-color 0.3s ease, color 0.3s ease;
  align-items: center;
  gap: var(--gap-sm);
}
.Gipixel-header .navbar .dropdown-menu-end .dropdown-item i {
  font-size: var(--text-sm);
  margin-top: 0;
}
.Gipixel-header .navbar .dropdown-menu-end .dropdown-item:hover, .Gipixel-header .navbar .dropdown-menu-end .dropdown-item:active, .Gipixel-header .navbar .dropdown-menu-end .dropdown-item:focus, .Gipixel-header .navbar .dropdown-menu-end .dropdown-item:focus-visible {
  background-color: transparent !important;
  border-left-color: var(--text-primary);
  color: var(--text-primary);
}
.Gipixel-header .navbar .dropdown-menu-end .dropdown-item.logout-btn:hover, .Gipixel-header .navbar .dropdown-menu-end .dropdown-item.logout-btn:active, .Gipixel-header .navbar .dropdown-menu-end .dropdown-item.logout-btn:focus, .Gipixel-header .navbar .dropdown-menu-end .dropdown-item.logout-btn:focus-visible {
  border-left-color: transparent;
}
.Gipixel-header .navbar .dropdown-menu-end::before,
.Gipixel-header .navbar .dropdown-menu-end::after {
  left: 75% !important;
}
.Gipixel-header .navbar .Gipixel-level {
  max-width: 60px;
  min-width: 60px;
  position: relative;
  padding-left: 0 !important;
  transition: background-color 0.3s ease;
  opacity: 1 !important;
  filter: none !important;
}
.Gipixel-header .navbar .Gipixel-level.btn.btn-secondary:hover, .Gipixel-header .navbar .Gipixel-level.btn.btn-secondary:focus, .Gipixel-header .navbar .Gipixel-level.btn.btn-secondary:active {
  background-color: transparent !important;
  background: transparent !important;
  color: var(--level-color) !important;
  opacity: 1 !important;
  filter: none !important;
}
.Gipixel-header .navbar .Gipixel-level:hover {
  background-color: transparent !important;
  background: transparent !important;
  opacity: 1 !important;
  filter: none !important;
}
.Gipixel-header .navbar .Gipixel-level svg {
  width: 16px;
  margin-top: -3px;
  opacity: 1 !important;
  filter: none !important;
  transition: none !important;
}
.Gipixel-header .navbar .Gipixel-level svg:hover, .Gipixel-header .navbar .Gipixel-level svg:focus, .Gipixel-header .navbar .Gipixel-level svg:active {
  opacity: 1 !important;
  filter: none !important;
}
.Gipixel-header .navbar .Gipixel-level * {
  opacity: 1 !important;
  filter: none !important;
}
.Gipixel-header .navbar .Gipixel-level *:hover, .Gipixel-header .navbar .Gipixel-level *:focus, .Gipixel-header .navbar .Gipixel-level *:active {
  opacity: 1 !important;
  filter: none !important;
}
.Gipixel-header .navbar .btn-plus-Create {
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  box-shadow: 0 4px 12px rgba(253, 126, 20, 0.3) !important;
}
.Gipixel-header .navbar .btn-plus-Create:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(253, 126, 20, 0.4) !important;
}
.Gipixel-header .navbar .btn-plus-Create:active {
  transform: scale(0.95);
}

/*═══════════════════════════════════════════════
||       Layout Section - Final Integration     ||
═════════════════════════════════════════════════
📌 NOTE:
This file contains all **Layout-related styles** 
unified in one place.

Includes:
- Sidebar (main navigation)
- Footer (global footer section)
- Header / Navbar (top navigation)

🎯 REMINDER:
- These are global layout elements shared across all pages.
- Keep them consistent for a unified design system.
- Responsive rules should be placed inside `_media-layout.scss`.

═══════════════════════════════════════════════*/
/*═══════════════════════════════════════════════
|||         Dropdown Animation Keyframes        ||
═══════════════════════════════════════════════*/
@keyframes dropdownSlideDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*═══════════════════════════════════════════════
||||    Gipixel Explore Dropdown - New Design    ||
═══════════════════════════════════════════════*/
.Gipixel-header .navbar .gipixel-explore-dropdown {
  background-color: #1a1a1a;
  border: var(--border);
  border-radius: 12px;
  top: calc(100% + 5px);
  padding: 12px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: auto;
  left: 0% !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  gap: 12px !important;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1001;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.Gipixel-header .navbar .gipixel-explore-dropdown::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 15px;
  background: transparent;
  z-index: -1;
}
.Gipixel-header .navbar .gipixel-explore-dropdown.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  animation: dropdownSlideDown 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.Gipixel-header .navbar .gipixel-explore-dropdown:hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-column:not(.gipixel-dropdown-image-column) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 8px;
}
.Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-column.gipixel-dropdown-image-column {
  padding-left: 0;
}
.Gipixel-header .navbar .gipixel-explore-dropdown li {
  width: 100%;
  display: block;
  height: auto;
  list-style: none;
  margin: 0;
}
.Gipixel-header .navbar .gipixel-explore-dropdown li.gipixel-social-links-wrapper {
  width: 100%;
  min-height: 64px;
  display: flex;
  align-items: center;
  margin-left: 14px;
}
.Gipixel-header .navbar .gipixel-explore-dropdown li.gipixel-social-links-wrapper .gipixel-social-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.Gipixel-header .navbar .gipixel-explore-dropdown li.gipixel-social-links-wrapper .gipixel-social-links .gipixel-social-links-title {
  font-size: 16px;
  font-weight: 600;
  margin-right: 8px;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--primary), var(--orange), var(--blue), var(--primary));
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-shift 3s ease infinite;
  display: inline-block;
}
.Gipixel-header .navbar .gipixel-explore-dropdown li.gipixel-social-links-wrapper .gipixel-social-links .gipixel-dropdown-link {
  flex: 1;
  width: auto;
  min-width: auto;
  min-height: 44px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px !important;
  border-bottom: none;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0 !important;
}
.Gipixel-header .navbar .gipixel-explore-dropdown li.gipixel-social-links-wrapper .gipixel-social-links .gipixel-dropdown-link i {
  margin-top: 0;
}
.Gipixel-header .navbar .gipixel-explore-dropdown li.gipixel-social-links-wrapper .gipixel-social-links .gipixel-dropdown-link:last-child {
  border-right: none;
}
.Gipixel-header .navbar .gipixel-explore-dropdown li.gipixel-social-links-wrapper .gipixel-social-links .gipixel-dropdown-link:hover, .Gipixel-header .navbar .gipixel-explore-dropdown li.gipixel-social-links-wrapper .gipixel-social-links .gipixel-dropdown-link:active, .Gipixel-header .navbar .gipixel-explore-dropdown li.gipixel-social-links-wrapper .gipixel-social-links .gipixel-dropdown-link:focus, .Gipixel-header .navbar .gipixel-explore-dropdown li.gipixel-social-links-wrapper .gipixel-social-links .gipixel-dropdown-link:focus-visible {
  border-radius: 0 !important;
}
.Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-link {
  color: #e0e0e0;
  min-height: auto;
  height: auto;
  width: 100% !important;
  min-width: 100%;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
  font-weight: 400;
  max-width: 100%;
  padding: 12px 16px !important;
  box-sizing: border-box;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
}
.Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-link:last-child {
  border-bottom: none;
}
.Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-link i {
  font-size: 20px;
  flex-shrink: 0;
  color: #e0e0e0;
  transition: all 0.2s ease;
  margin-top: 2px;
}
.Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-link .gipixel-dropdown-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-link .gipixel-dropdown-content h6 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #e0e0e0;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-link .gipixel-dropdown-content p {
  margin: 0;
  font-size: 11px;
  color: #b3b3b3;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-link small {
  font-size: 12px;
  font-weight: 500;
  color: #e0e0e0;
}
.Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-link:hover, .Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-link:active, .Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-link:focus, .Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-link:focus-visible {
  background-color: rgba(255, 255, 255, 0.05) !important;
  color: #ffffff;
  border-radius: var(--border-radius-sm);
}
.Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-link:hover i, .Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-link:active i, .Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-link:focus i, .Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-link:focus-visible i {
  color: #ffffff;
}
.Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-link:hover .gipixel-dropdown-content h6, .Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-link:active .gipixel-dropdown-content h6, .Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-link:focus .gipixel-dropdown-content h6, .Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-link:focus-visible .gipixel-dropdown-content h6 {
  color: #ffffff;
}
.Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-link:hover .gipixel-dropdown-content p, .Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-link:active .gipixel-dropdown-content p, .Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-link:focus .gipixel-dropdown-content p, .Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-link:focus-visible .gipixel-dropdown-content p {
  color: #e0e0e0;
}
.Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-link:hover small, .Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-link:active small, .Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-link:focus small, .Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-link:focus-visible small {
  color: #ffffff;
}
.Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-image-column .gipixel-dropdown-image-wrapper {
  position: relative;
  width: 100%;
  min-width: 300px !important;
  max-width: 300px !important;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
}
.Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-image-column .gipixel-dropdown-image-wrapper .Gipixel-inline-adcm {
  height: 100% !important;
}
.Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-image-column .gipixel-dropdown-image-wrapper .ad-inline-container {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #1a1a1a;
  border: none;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: background-color 0.2s ease;
}
.Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-image-column .gipixel-dropdown-image-wrapper .ad-inline-container span {
  font-size: var(--text-xxs);
  background: linear-gradient(135deg, var(--primary), var(--orange), var(--blue), var(--primary));
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-shift 3s ease infinite;
  display: inline-block;
}
.Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-image-column .gipixel-dropdown-image-wrapper .ad-inline-container:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-image-column .gipixel-dropdown-image-wrapper .ad-inline-container .inline-ad-content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-image-column .gipixel-dropdown-image-wrapper .ad-inline-container .inline-ad-content .inline-ad-link-full {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-image-column .gipixel-dropdown-image-wrapper .ad-inline-container .inline-ad-content .inline-ad-link-full img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 8px 8px 0 0;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
}
.Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-image-column .gipixel-dropdown-image-wrapper .ad-inline-container .inline-ad-content .inline-ad-link {
  width: 100%;
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  height: 200px;
  margin: 0;
  padding: 0;
}
.Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-image-column .gipixel-dropdown-image-wrapper .ad-inline-container .inline-ad-content .inline-ad-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 8px 8px 0 0;
  margin: 0;
  padding: 0;
}
.Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-image-column .gipixel-dropdown-image-wrapper .ad-inline-container .inline-ad-content .ad-title {
  padding: 12px 16px 6px 0px;
  padding-right: 32px;
  background: #1a1a1a;
  color: #e0e0e0;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  display: block;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  flex-shrink: 0;
}
.Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-image-column .gipixel-dropdown-image-wrapper .ad-inline-container .inline-ad-content .ad-title .gipixel-dropdown-ad-icon {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 14px;
  color: #e0e0e0;
  z-index: 10;
}
.Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-image-column .gipixel-dropdown-image-wrapper .ad-inline-container .inline-ad-content .ad-content {
  padding: 0 16px 12px 0px;
  background: #1a1a1a;
  color: #b3b3b3;
  font-size: 13px;
  margin: 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  max-height: 3em;
  flex: 1;
}
.Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-image-column .gipixel-dropdown-image-wrapper .gipixel-dropdown-image {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 8px 8px 0 0;
}
.Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-image-column .gipixel-dropdown-image-wrapper .gipixel-dropdown-image-content {
  position: relative;
  padding: 12px 12px 12px 0px;
  background: #1a1a1a;
  color: #e0e0e0;
  border-radius: 0 0 8px 8px;
}
.Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-image-column .gipixel-dropdown-image-wrapper .gipixel-dropdown-image-content h6 {
  margin: 0 0 6px 0;
  font-size: 16px;
  font-weight: 600;
  color: #e0e0e0;
  display: block;
}
.Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-image-column .gipixel-dropdown-image-wrapper .gipixel-dropdown-image-content .gipixel-dropdown-image-icon {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 14px;
  color: #e0e0e0;
}
.Gipixel-header .navbar .gipixel-explore-dropdown .gipixel-dropdown-image-column .gipixel-dropdown-image-wrapper .gipixel-dropdown-image-content p {
  margin: 0;
  font-size: 13px;
  color: #b3b3b3;
  line-height: 1.5;
}

/*═══════════════════════════════════════════════
|||          Alerts Dropdown Menu                ||
═════════════════════════════════════════════════*/
.Gipixel-header .navbar .Gipixel-alert-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column !important;
}
.Gipixel-header .navbar .Gipixel-alert-container .Gipixel-Gipixel-Alerts {
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  min-width: 36px !important;
  width: 36px !important;
  height: 36px !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center !important;
  align-items: center !important;
}
.Gipixel-header .navbar .Gipixel-alert-container .Gipixel-Gipixel-Alerts:hover, .Gipixel-header .navbar .Gipixel-alert-container .Gipixel-Gipixel-Alerts:active, .Gipixel-header .navbar .Gipixel-alert-container .Gipixel-Gipixel-Alerts:focus, .Gipixel-header .navbar .Gipixel-alert-container .Gipixel-Gipixel-Alerts:focus-visible {
  background-color: transparent !important;
  background: transparent !important;
  transform: none !important;
  opacity: 1 !important;
}
.Gipixel-header .navbar .Gipixel-alert-container .Gipixel-Gipixel-Alerts .Alerts-icon {
  display: none !important;
}
.Gipixel-header .navbar .Gipixel-alert-container .Gipixel-Gipixel-Alerts i.fi-rr-bell {
  font-size: var(--text-md);
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Gipixel-header .navbar .Gipixel-alert-container .Gipixel-Gipixel-Alerts > *:not(.active-Alerts):not(i.fi-rr-bell) {
  display: none !important;
}
.Gipixel-header .navbar .Gipixel-alert-container .active-Alerts {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background-color: red;
  position: absolute;
  bottom: -3px;
  left: -4px;
  border-radius: var(--border-radius-lg);
  font-size: 10px;
  z-index: 10;
}
.Gipixel-header .navbar .Gipixel-alert-container .Gipixel-alert-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + var(--margin-xs));
  right: 0;
  max-height: 50vh;
  min-width: 320px;
  max-width: 400px;
  width: auto;
  padding: 12px;
  margin: 0;
  background-color: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  flex-direction: column !important;
  overflow-y: scroll !important;
  overflow-x: visible !important;
  scrollbar-width: none !important;
}
.Gipixel-header .navbar .Gipixel-alert-container .Gipixel-alert-dropdown.show {
  display: flex;
}
.Gipixel-header .navbar .Gipixel-alert-container .Gipixel-alert-dropdown .dropdown-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  margin: 0 0 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: var(--text-xs);
  font-weight: var(--text-sm-weight);
  color: var(--text-primary);
  gap: var(--gap-xs);
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  background-color: #1a1a1a;
  z-index: 10;
}
.Gipixel-header .navbar .Gipixel-alert-container .Gipixel-alert-dropdown .dropdown-title i {
  font-size: var(--text-sm);
}
.Gipixel-header .navbar .Gipixel-alert-container .Gipixel-alert-dropdown .dropdown-title .mark-all-read {
  margin-left: auto;
  padding: var(--padding-xs);
  color: var(--text-secondary);
  font-size: var(--text-xxs);
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: color var(--transition-medium);
  display: inline-flex;
  align-items: center;
  gap: var(--gap-xs);
}
.Gipixel-header .navbar .Gipixel-alert-container .Gipixel-alert-dropdown .dropdown-title .mark-all-read:hover {
  color: var(--text-primary);
}
.Gipixel-header .navbar .Gipixel-alert-container .Gipixel-alert-dropdown .dropdown-title .mark-all-read i {
  font-size: var(--text-xxs);
}
.Gipixel-header .navbar .Gipixel-alert-container .notification-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
  flex: 1;
  overflow-y: auto;
  width: 100%;
  box-sizing: border-box;
}
.Gipixel-header .navbar .Gipixel-alert-container .notification-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 16px;
  margin: 0;
  width: 100%;
  color: var(--text-secondary);
  border-bottom: none;
  border-radius: 8px;
  font-size: var(--text-xxs);
  transition: background-color var(--transition-medium);
  box-sizing: border-box;
  position: relative;
}
.Gipixel-header .navbar .Gipixel-alert-container .notification-list li:last-child {
  border-bottom: none;
}
.Gipixel-header .navbar .Gipixel-alert-container .notification-list li:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.Gipixel-header .navbar .Gipixel-alert-container .notification-list li[data-link-url]:not([data-link-url=""]) {
  cursor: pointer;
}
.Gipixel-header .navbar .Gipixel-alert-container .notification-list li .notification-tooltip {
  display: none;
  position: fixed;
  background: var(--black);
  color: #fff;
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  max-width: 280px;
  line-height: 1.5;
  white-space: nowrap;
  z-index: 10000;
  pointer-events: none;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
  isolation: isolate;
}
.Gipixel-header .navbar .Gipixel-alert-container .notification-list li .notification-tooltip > * {
  position: relative;
  z-index: 2;
}
.Gipixel-header .navbar .Gipixel-alert-container .notification-list li.loading {
  padding: var(--padding-md);
  text-align: center;
  color: var(--text-secondary);
  border-bottom: none;
  justify-content: center;
}
.Gipixel-header .navbar .Gipixel-alert-container .notification-list li.empty-state {
  padding: var(--padding-md);
  text-align: center;
  color: var(--text-secondary);
  border-bottom: none;
  background-color: black;
}
.Gipixel-header .navbar .Gipixel-alert-container .notification-list li .iconlist-N {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 !important;
  border-radius: var(--border-radius-sm);
  font-size: var(--text-sm);
  background-color: transparent;
  color: var(--text-primary);
  border: none;
  transition: all 0.3s ease;
}
.Gipixel-header .navbar .Gipixel-alert-container .notification-list li .iconlist-N.error {
  background-color: transparent;
  color: #ff0066;
  padding: 0;
  border: none;
}
.Gipixel-header .navbar .Gipixel-alert-container .notification-list li .iconlist-N.error i {
  color: #ff0066 !important;
  text-shadow: 0 0 6px rgba(255, 0, 102, 0.8), 0 0 12px rgba(255, 0, 102, 0.6);
}
.Gipixel-header .navbar .Gipixel-alert-container .notification-list li .iconlist-N.error:hover {
  background-color: transparent;
  border: none;
}
.Gipixel-header .navbar .Gipixel-alert-container .notification-list li .iconlist-N.success {
  background-color: transparent;
  color: #00ff88;
}
.Gipixel-header .navbar .Gipixel-alert-container .notification-list li .iconlist-N.success i {
  color: #00ff88 !important;
  text-shadow: 0 0 6px rgba(0, 255, 136, 0.8), 0 0 12px rgba(0, 255, 136, 0.6);
}
.Gipixel-header .navbar .Gipixel-alert-container .notification-list li .iconlist-N.success:hover {
  background-color: transparent;
}
.Gipixel-header .navbar .Gipixel-alert-container .notification-list li .iconlist-N.warning {
  background-color: transparent;
  color: #ffaa00;
}
.Gipixel-header .navbar .Gipixel-alert-container .notification-list li .iconlist-N.warning i {
  color: #ffaa00 !important;
  text-shadow: 0 0 6px rgba(255, 170, 0, 0.8), 0 0 12px rgba(255, 170, 0, 0.6);
}
.Gipixel-header .navbar .Gipixel-alert-container .notification-list li .iconlist-N.warning:hover {
  background-color: transparent;
}
.Gipixel-header .navbar .Gipixel-alert-container .notification-list li .iconlist-N.info {
  background-color: transparent;
  color: #00d4ff;
}
.Gipixel-header .navbar .Gipixel-alert-container .notification-list li .iconlist-N.info i {
  color: #00d4ff !important;
  text-shadow: 0 0 6px rgba(0, 212, 255, 0.8), 0 0 12px rgba(0, 212, 255, 0.6);
}
.Gipixel-header .navbar .Gipixel-alert-container .notification-list li .iconlist-N.info:hover {
  background-color: transparent;
}
.Gipixel-header .navbar .Gipixel-alert-container .notification-list li > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  width: 100%;
}
.Gipixel-header .navbar .Gipixel-alert-container .notification-list li > div h6 {
  font-size: var(--text-xs);
  font-weight: var(--text-sm-weight);
  color: var(--text-primary);
  margin: 0;
  padding: 0;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: var(--gap-xs);
}
.Gipixel-header .navbar .Gipixel-alert-container .notification-list li > div h6 .iconlist-N {
  flex-shrink: 0;
  margin: 0;
  margin-right: 6px;
}
.Gipixel-header .navbar .Gipixel-alert-container .notification-list li > div h6 .notification-time {
  font-size: 10px;
  color: var(--text-secondary);
  white-space: nowrap;
  font-weight: normal;
  margin-left: auto;
}
.Gipixel-header .navbar .Gipixel-alert-container .notification-list li > div .notification-message {
  font-size: var(--text-xxs);
  color: var(--text-secondary);
  margin: 0;
  padding: 0;
  line-height: 1.3;
  word-wrap: break-word;
}
.Gipixel-header .navbar .Gipixel-alert-container .notification-list li > div p {
  font-size: var(--text-xxs);
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.3;
  word-wrap: break-word;
}
.Gipixel-header .navbar .Gipixel-alert-container .notification-list li .notification-btn-timeAgo {
  display: none;
}
.Gipixel-header .navbar .Gipixel-alert-container .notification-list li .btnlink-N {
  margin: 0;
  padding: 0;
}
.Gipixel-header .navbar .Gipixel-alert-container .notification-list li .btnlink-N a.notification-link-btn {
  color: var(--white) !important;
  text-decoration: underline !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  vertical-align: baseline !important;
  cursor: pointer !important;
  text-decoration: none !important;
  transition: all var(--transition-medium) !important;
}
.Gipixel-header .navbar .Gipixel-alert-container .notification-list li .btnlink-N a.notification-link-btn i {
  font-size: 10px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  position: relative;
  top: 0;
  color: var(--white) !important;
  transition: transform var(--transition-medium) !important;
}
.Gipixel-header .navbar .Gipixel-alert-container .notification-list li .btnlink-N a.notification-link-btn:hover i {
  transform: translateX(3px);
}

/*═══════════════════════════════════════════════
|||     Alerts Dropdown - Responsive            ||
═════════════════════════════════════════════════*/
@media (max-width: 1024px) {
  .Gipixel-header .navbar .Gipixel-alert-container .Gipixel-alert-dropdown {
    position: static !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
}
/*═══════════════════════════════════════════════
|||          User Profile Dropdown Menu          ||
═════════════════════════════════════════════════*/
.Gipixel-header .navbar .Gipixel-btn-profile {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  gap: var(--gap-xs);
  color: var(--text-primary);
  background-color: transparent;
  border: var(--border);
  border-right: none;
  border-radius: var(--border-radius-sm) var(--border-radius-lg) var(--border-radius-lg) var(--border-radius-sm);
  padding: var(--padding-xs) var(--padding-sm) var(--padding-xs) var(--padding-sm);
}
.Gipixel-header .navbar .Gipixel-btn-profile img {
  height: 36px;
  width: 36px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius-sm);
}
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end {
  display: block !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: #1a1a1a !important;
  border: var(--border) !important;
  border-radius: 12px !important;
  box-shadow: var(--box-shadow-md) !important;
  grid-template-columns: none !important;
  grid-template-rows: none !important;
  display: block !important;
  right: 0 !important;
  left: auto !important;
  transform: translateX(-10px) !important;
  overflow: hidden !important;
}
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end.show, .Gipixel-header .navbar .dropdown-profile .dropdown-menu-end:hover {
  display: block !important;
  grid-template-columns: none !important;
  transform: translateX(-10px) !important;
}
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li {
  width: 100% !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important;
  min-height: auto !important;
}
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li.span-profile {
  padding: var(--padding-xs) var(--padding-sm) !important;
  margin: 0 !important;
  border-bottom: var(--border) !important;
  height: auto !important;
  min-height: auto !important;
  background-color: transparent !important;
  display: block !important;
}
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li.span-profile span {
  color: var(--text-secondary) !important;
  font-size: var(--text-xs) !important;
  font-weight: var(--text-sm-weight) !important;
  display: block !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  cursor: default !important;
  height: auto !important;
  line-height: 1.5 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > .dropdown-item,
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > a.dropdown-item,
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > button.dropdown-item {
  width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: var(--gap-sm) !important;
  padding: var(--padding-sm) var(--padding-md) !important;
  margin: 0 !important;
  color: var(--dropdown-link) !important;
  background-color: transparent !important;
  border: none !important;
  border-left: 2px solid transparent !important;
  border-radius: 0 !important;
  font-size: var(--text-xs) !important;
  font-weight: var(--text-sm-weight) !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: all var(--transition-medium) !important;
  box-sizing: border-box !important;
  height: auto !important;
  min-height: auto !important;
  line-height: 1.5 !important;
}
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > .dropdown-item i,
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > a.dropdown-item i,
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > button.dropdown-item i {
  font-size: var(--text-sm) !important;
  width: 18px !important;
  height: 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  line-height: 1 !important;
  margin: 0 !important;
}
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > .dropdown-item > *:not(i),
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > a.dropdown-item > *:not(i),
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > button.dropdown-item > *:not(i) {
  flex: 1;
}
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > .dropdown-item:hover, .Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > .dropdown-item:active, .Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > .dropdown-item:focus, .Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > .dropdown-item:focus-visible,
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > a.dropdown-item:hover,
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > a.dropdown-item:active,
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > a.dropdown-item:focus,
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > a.dropdown-item:focus-visible,
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > button.dropdown-item:hover,
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > button.dropdown-item:active,
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > button.dropdown-item:focus,
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > button.dropdown-item:focus-visible {
  background-color: transparent !important;
  border-left-color: var(--text-primary) !important;
  color: var(--text-primary) !important;
}
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > .dropdown-item.logout-btn,
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > button.dropdown-item.logout-btn {
  margin-top: 0 !important;
  border-top: var(--border) !important;
  border-left: 2px solid transparent !important;
  background-color: var(--black) !important;
  height: auto !important;
  min-height: auto !important;
}
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > .dropdown-item.logout-btn:hover, .Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > .dropdown-item.logout-btn:active, .Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > .dropdown-item.logout-btn:focus, .Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > .dropdown-item.logout-btn:focus-visible,
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > button.dropdown-item.logout-btn:hover,
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > button.dropdown-item.logout-btn:active,
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > button.dropdown-item.logout-btn:focus,
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > button.dropdown-item.logout-btn:focus-visible {
  background-color: var(--black) !important;
  border-left-color: transparent !important;
  color: var(--text-danger) !important;
}

/*═══════════════════════════════════════════════
|||     User Profile Dropdown - Responsive       ||
═════════════════════════════════════════════════*/
@media (max-width: 1024px) {
  .Gipixel-header .navbar .Gipixel-btn-profile {
    justify-content: flex-end;
    flex-direction: row-reverse;
  }
  .Gipixel-header .navbar .dropdown-profile .dropdown-menu-end {
    display: block !important;
    position: static !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
}
/*═══════════════════════════════════════════════
||               Gipixel My Profile              ||
═════════════════════════════════════════════════*/
.btn-light-profile {
  color: white !important;
  margin-left: 10%;
  margin-bottom: 5%;
  background: rgba(255, 255, 255, 0.1607843137);
  padding: var(--padding-sm);
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-developer-profile {
  padding: var(--spacer-lg);
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
  border-radius: var(--border-radius-md);
  background: linear-gradient(135deg, #0a0a0a 0%, #1a0f0a 50%, #0f0a0a 100%);
  border: 1px solid rgba(253, 126, 20, 0.15);
  box-shadow: inset 0 0 20px rgba(253, 126, 20, 0.05), 0 0 30px rgba(253, 126, 20, 0.1);
}
.container-developer-profile .level-icon-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 144px;
  height: 144px;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease;
}
.container-developer-profile .level-icon-background svg {
  width: 100%;
  height: 100%;
  color: currentColor;
}
.container-developer-profile .level-preview-container {
  position: absolute;
  top: var(--spacer-md);
  right: calc(var(--spacer-md) + 14px);
  display: flex;
  gap: 0;
  z-index: 10;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.container-developer-profile .level-preview-container:hover {
  opacity: 1;
}
.container-developer-profile .level-preview-container .level-preview-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.7;
}
.container-developer-profile .level-preview-container .level-preview-icon.active {
  opacity: 1;
  transform: scale(1.2);
  position: relative;
  z-index: 2;
}
.container-developer-profile .level-preview-container .level-preview-icon.active svg {
  animation: pulse-glow 2s ease-in-out infinite;
  filter: brightness(1.3);
}
.container-developer-profile .level-preview-container .level-preview-icon.active span {
  font-weight: 700;
}
.container-developer-profile .level-preview-container .level-preview-icon.active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0.4;
  animation: pulse-ring 2s ease-in-out infinite;
  pointer-events: none;
  z-index: -1;
}
.container-developer-profile .level-preview-container .level-preview-icon.active[data-preview-level="5"] svg {
  filter: brightness(1.3);
}
.container-developer-profile .level-preview-container .level-preview-icon.active[data-preview-level="5"]::before {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.6) 0%, transparent 70%);
}
.container-developer-profile .level-preview-container .level-preview-icon.active[data-preview-level="10"] svg {
  filter: brightness(1.3);
}
.container-developer-profile .level-preview-container .level-preview-icon.active[data-preview-level="10"]::before {
  background: radial-gradient(circle, rgba(156, 163, 175, 0.6) 0%, transparent 70%);
}
.container-developer-profile .level-preview-container .level-preview-icon.active[data-preview-level="25"] svg {
  filter: brightness(1.3);
}
.container-developer-profile .level-preview-container .level-preview-icon.active[data-preview-level="25"]::before {
  background: radial-gradient(circle, rgba(245, 158, 11, 0.6) 0%, transparent 70%);
}
.container-developer-profile .level-preview-container .level-preview-icon.active[data-preview-level="50"] svg {
  filter: brightness(1.3);
}
.container-developer-profile .level-preview-container .level-preview-icon.active[data-preview-level="50"]::before {
  background: radial-gradient(circle, rgba(251, 191, 36, 0.6) 0%, transparent 70%);
}
.container-developer-profile .level-preview-container .level-preview-icon.active[data-preview-level="100"] svg {
  filter: brightness(1.3);
}
.container-developer-profile .level-preview-container .level-preview-icon.active[data-preview-level="100"]::before {
  background: radial-gradient(circle, rgba(220, 38, 38, 0.6) 0%, transparent 70%);
}
.container-developer-profile .level-preview-container .level-preview-icon svg {
  width: 18px;
  height: 18px;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}
.container-developer-profile .level-preview-container .level-preview-icon span {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 2px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.container-developer-profile .level-preview-container .level-preview-icon:hover {
  transform: translateY(-2px);
}
.container-developer-profile .level-preview-container .level-preview-icon:hover svg {
  color: rgb(255, 255, 255);
  transform: scale(1.1);
}
.container-developer-profile .level-preview-container .level-preview-icon:hover span {
  color: rgb(255, 255, 255);
}
.container-developer-profile .level-preview-container .level-preview-icon.active:hover {
  transform: scale(1.2);
}
.container-developer-profile .level-preview-container .level-preview-icon.active:hover svg {
  transform: scale(1);
}
.container-developer-profile .level-preview-container .level-preview-icon[data-preview-level="5"] svg {
  color: rgba(255, 255, 255, 0.7);
}
.container-developer-profile .level-preview-container .level-preview-icon[data-preview-level="5"].active svg {
  color: rgb(255, 255, 255);
}
.container-developer-profile .level-preview-container .level-preview-icon[data-preview-level="5"]:hover svg {
  color: #ffffff;
}
.container-developer-profile .level-preview-container .level-preview-icon[data-preview-level="10"] svg {
  color: rgba(156, 163, 175, 0.7);
}
.container-developer-profile .level-preview-container .level-preview-icon[data-preview-level="10"].active svg {
  color: rgb(156, 163, 175);
}
.container-developer-profile .level-preview-container .level-preview-icon[data-preview-level="10"]:hover svg {
  color: #9ca3af;
}
.container-developer-profile .level-preview-container .level-preview-icon[data-preview-level="25"] svg {
  color: rgba(245, 158, 11, 0.7);
}
.container-developer-profile .level-preview-container .level-preview-icon[data-preview-level="25"].active svg {
  color: rgb(245, 158, 11);
}
.container-developer-profile .level-preview-container .level-preview-icon[data-preview-level="25"]:hover svg {
  color: #f59e0b;
}
.container-developer-profile .level-preview-container .level-preview-icon[data-preview-level="50"] svg {
  color: rgba(251, 191, 36, 0.7);
}
.container-developer-profile .level-preview-container .level-preview-icon[data-preview-level="50"].active svg {
  color: rgb(251, 191, 36);
}
.container-developer-profile .level-preview-container .level-preview-icon[data-preview-level="50"]:hover svg {
  color: #fbbf24;
}
.container-developer-profile .level-preview-container .level-preview-icon[data-preview-level="100"] svg {
  color: rgba(220, 38, 38, 0.7);
}
.container-developer-profile .level-preview-container .level-preview-icon[data-preview-level="100"].active svg {
  color: rgb(220, 38, 38);
}
.container-developer-profile .level-preview-container .level-preview-icon[data-preview-level="100"]:hover svg {
  color: #dc2626;
}
.container-developer-profile .level-preview-container .level-preview-icon.active span {
  color: rgb(255, 255, 255);
  font-weight: 700;
}
@keyframes pulse-glow {
  0%, 100% {
    filter: drop-shadow(0 0 6px currentColor) drop-shadow(0 0 3px currentColor);
    transform: scale(1);
  }
  50% {
    filter: drop-shadow(0 0 10px currentColor) drop-shadow(0 0 5px currentColor);
    transform: scale(1.05);
  }
}
@keyframes pulse-ring {
  0%, 100% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0.3;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.5;
  }
}
.container-developer-profile .level-icon-background {
  opacity: 1;
}
.container-developer-profile .level-icon-background svg {
  color: #492d16;
}
.container-developer-profile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 30%, rgba(253, 126, 20, 0.08) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(253, 126, 20, 0.06) 0%, transparent 50%), linear-gradient(180deg, rgba(253, 126, 20, 0.03) 0%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}
.container-developer-profile::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(253, 126, 20, 0.02) 2px, rgba(253, 126, 20, 0.02) 4px), repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(253, 126, 20, 0.02) 2px, rgba(253, 126, 20, 0.02) 4px);
  background-size: 40px 40px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
}
.container-developer-profile.level-award {
  background: linear-gradient(135deg, #0a0a1a 0%, #1a1a2a 50%, #0f0f1a 100%);
  border: 1px solid rgba(100, 150, 255, 0.2);
  box-shadow: inset 0 0 30px rgba(100, 150, 255, 0.1), 0 0 40px rgba(100, 150, 255, 0.15);
}
.container-developer-profile.level-award .level-icon-background {
  opacity: 1;
}
.container-developer-profile.level-award .level-icon-background svg {
  color: #2f395a;
}
.container-developer-profile.level-award::before {
  background: radial-gradient(circle at 20% 30%, rgba(100, 150, 255, 0.12) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(100, 150, 255, 0.08) 0%, transparent 50%), linear-gradient(180deg, rgba(100, 150, 255, 0.05) 0%, transparent 100%);
}
.container-developer-profile.level-award::after {
  background-image: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(100, 150, 255, 0.03) 2px, rgba(100, 150, 255, 0.03) 4px), repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(100, 150, 255, 0.03) 2px, rgba(100, 150, 255, 0.03) 4px);
  opacity: 0.6;
}
.container-developer-profile.level-trophy {
  background: linear-gradient(135deg, #1a0f0a 0%, #2a1a0a 50%, #1f150f 100%);
  border: 1px solid rgba(253, 126, 20, 0.3);
  box-shadow: none;
}
.container-developer-profile.level-trophy .level-icon-background {
  opacity: 1;
}
.container-developer-profile.level-trophy .level-icon-background svg {
  color: #573710;
}
.container-developer-profile.level-trophy::before {
  background: radial-gradient(circle at 20% 30%, rgba(253, 126, 20, 0.15) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(255, 165, 0, 0.12) 0%, transparent 50%), radial-gradient(circle at 50% 50%, rgba(253, 126, 20, 0.08) 0%, transparent 60%), linear-gradient(180deg, rgba(253, 126, 20, 0.06) 0%, transparent 100%);
}
.container-developer-profile.level-trophy::after {
  background-image: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(253, 126, 20, 0.04) 2px, rgba(253, 126, 20, 0.04) 4px), repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 165, 0, 0.04) 2px, rgba(255, 165, 0, 0.04) 4px);
  opacity: 0.7;
  background-size: 35px 35px;
}
.container-developer-profile.level-crown {
  background: linear-gradient(135deg, #1a150a 0%, #2a200a 50%, #1f180f 100%);
  border: 1px solid rgba(255, 215, 0, 0.4);
  box-shadow: none;
}
.container-developer-profile.level-crown .level-icon-background {
  opacity: 1;
}
.container-developer-profile.level-crown .level-icon-background svg {
  color: #775b15;
}
.container-developer-profile.level-crown::before {
  background: radial-gradient(circle at 20% 30%, rgba(255, 215, 0, 0.2) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(255, 165, 0, 0.18) 0%, transparent 50%), radial-gradient(circle at 50% 50%, rgba(255, 215, 0, 0.12) 0%, transparent 60%), radial-gradient(circle at 30% 70%, rgba(253, 126, 20, 0.1) 0%, transparent 50%), linear-gradient(180deg, rgba(255, 215, 0, 0.08) 0%, transparent 100%);
}
.container-developer-profile.level-crown::after {
  background-image: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 215, 0, 0.06) 2px, rgba(255, 215, 0, 0.06) 4px), repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 165, 0, 0.06) 2px, rgba(255, 165, 0, 0.06) 4px), repeating-linear-gradient(45deg, transparent, transparent 3px, rgba(255, 215, 0, 0.03) 3px, rgba(255, 215, 0, 0.03) 6px);
  opacity: 0.8;
  background-size: 30px 30px, 30px 30px, 25px 25px;
}
.container-developer-profile.level-legendary {
  background: linear-gradient(135deg, #1a0a0a 0%, #2a0a0a 50%, #1f0a0a 100%);
  border: 1px solid rgba(220, 38, 38, 0.5);
  box-shadow: none;
}
.container-developer-profile.level-legendary .level-icon-background {
  opacity: 1;
}
.container-developer-profile.level-legendary .level-icon-background svg {
  color: #791C1C;
}
.container-developer-profile.level-legendary::before {
  background: radial-gradient(circle at 20% 30%, rgba(220, 38, 38, 0.25) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(239, 68, 68, 0.22) 0%, transparent 50%), radial-gradient(circle at 50% 50%, rgba(220, 38, 38, 0.15) 0%, transparent 60%), radial-gradient(circle at 30% 70%, rgba(185, 28, 28, 0.12) 0%, transparent 50%), radial-gradient(circle at 70% 30%, rgba(239, 68, 68, 0.1) 0%, transparent 50%), linear-gradient(180deg, rgba(220, 38, 38, 0.1) 0%, transparent 100%);
}
.container-developer-profile.level-legendary::after {
  background-image: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(220, 38, 38, 0.08) 2px, rgba(220, 38, 38, 0.08) 4px), repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(239, 68, 68, 0.08) 2px, rgba(239, 68, 68, 0.08) 4px), repeating-linear-gradient(45deg, transparent, transparent 3px, rgba(220, 38, 38, 0.05) 3px, rgba(220, 38, 38, 0.05) 6px), repeating-linear-gradient(-45deg, transparent, transparent 3px, rgba(239, 68, 68, 0.05) 3px, rgba(239, 68, 68, 0.05) 6px);
  opacity: 0.9;
  background-size: 25px 25px, 25px 25px, 20px 20px, 20px 20px;
}
.container-developer-profile .matrix-grid {
  display: none;
}
.container-developer-profile .developer-profile {
  position: relative;
  z-index: 1;
}

@keyframes borderFlow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.85);
    opacity: 0.2;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.5;
  }
}
.components-settings-profile span {
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  margin: 0;
  gap: var(--spacer-sm);
  margin-bottom: var(--spacer-xs);
}
.components-settings-profile span p {
  font-size: var(--text-xxs);
  margin: 0;
}
.components-settings-profile .components-profile-img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: var(--margin-lg);
}
.components-settings-profile .components-profile-img img {
  width: 100px;
  height: 100px;
  border-radius: var(--border-radius-sm);
  -o-object-fit: cover;
     object-fit: cover;
}
.components-settings-profile .components-profile-img .upload-btn {
  background: var(--dark);
  color: white;
  border-radius: var(--border-radius-sm);
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  padding: var(--padding-xs);
  border: var(--border);
  margin-bottom: var(--margin-lg);
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: var(--margin-xs);
}
.components-settings-profile .components-profile-img input {
  min-width: 100% !important;
  height: 30px;
  border-radius: var(--border-radius-sm);
  font-size: var(--text-xxs);
  color: var(--text-secondary) !important;
  padding-left: var(--padding-sm);
  background-color: var(--dark);
}
.components-settings-profile .components-profile-img .components-profile-name {
  width: 100%;
}
.components-settings-profile .components-profile-bio {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: var(--margin-lg);
  position: relative;
}
.components-settings-profile .components-profile-bio textarea {
  font-size: var(--text-xxs);
  width: 100%;
  height: 60px;
  border-radius: var(--border-radius-sm);
  background-color: var(--dark);
  border: var(--border);
  padding: var(--padding-sm);
  padding-bottom: 28px;
  text-align: start;
  color: var(--text-secondary) !important;
  resize: none;
}
.components-settings-profile .components-profile-bio .bio-char-counter {
  position: absolute;
  bottom: 8px;
  right: 12px;
  font-size: var(--text-xxs);
  color: var(--text-secondary);
  pointer-events: none;
  background: transparent;
  padding: 2px 6px;
  z-index: 1;
}
.components-settings-profile .components-profile-bio .bio-char-counter.warning {
  color: var(--warning);
}
.components-settings-profile .components-profile-bio .bio-char-counter.danger {
  color: var(--danger);
}
.components-settings-profile .components-profile-midea {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  gap: var(--gap-sm);
  margin-bottom: var(--spacer-lg) !important;
  margin: 0 !important;
}
.components-settings-profile .components-profile-midea > * {
  padding-left: 15px;
  padding-right: 15px;
  flex: 1 0 calc(100% / 12 - 15px);
}
.components-settings-profile .components-profile-midea li {
  padding: var(--padding-sm);
  width: 30%;
  min-width: 340px;
}
.components-settings-profile .components-profile-midea li:hover a {
  color: var(--text-primary);
}
.components-settings-profile .components-profile-midea li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap-xs);
  justify-content: flex-start;
  font-size: var(--text-xs);
  color: var(--text-secondary);
}
.components-settings-profile .components-profile-midea li input {
  min-width: 100%;
  height: 40px;
  border-radius: var(--border-radius-sm);
  font-size: var(--text-xxs);
  color: var(--text-secondary) !important;
  padding-left: var(--padding-sm);
  background-color: var(--dark);
}
.components-settings-profile button {
  margin-top: var(--margin-lg);
}

/*═══════════════════════════════════════════════
||         Gipixel Account Settings             ||
═════════════════════════════════════════════════*/
.setting-section {
  margin-bottom: var(--margin-md);
  padding: var(--padding-md);
  border-radius: var(--border-radius-md);
  padding-left: 0 !important;
}
.setting-section .section-title {
  font-size: var(--text-md);
  color: var(--text-primary);
  margin-bottom: var(--margin-sm);
}
.setting-section .section-title .section-icon {
  width: 28px;
  height: 28px;
  fill: var(--primary);
  margin-bottom: 5px;
}
.setting-section .section-description {
  color: var(--text-secondary);
  font-size: var(--text-xxs);
}
.setting-section .form-group {
  margin-bottom: var(--margin-sm);
}
.setting-section .form-group .form-label {
  color: var(--text-secondary);
  font-size: var(--text-xxs);
}
.setting-section .form-group .form-input {
  width: 100%;
  border: var(--border);
  border-radius: var(--border-radius-sm);
  font-size: var(--text-xxs);
  color: var(--text-primary);
  height: 30px;
  padding-left: var(--padding-md);
  background-color: var(--dark);
}
.setting-section #submitAccountDeletion {
  width: -moz-fit-content !important;
  width: fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  padding: var(--padding-xs) var(--padding-md) !important;
  font-size: var(--text-xxs) !important;
  height: 32px !important;
}

.alert {
  position: fixed;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 500px;
  z-index: 10000;
  padding: var(--padding-md) var(--padding-sm);
  border-radius: var(--border-radius-md);
  text-align: center;
  border: var(--border);
  display: none;
}
.alert.show {
  display: block;
  animation: alertSlideDown 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.alert.alert-success {
  background: var(--dark);
  color: var(--success);
}
.alert.alert-error {
  background: var(--dark);
  color: var(--danger);
}
.alert.alert-warning {
  background: var(--dark);
  color: var(--warning);
}

.loading {
  display: inline-block;
  max-width: 18px;
  max-height: 18px;
  border: 2px solid currentColor;
  border-radius: 50%;
  border-top-color: transparent;
  animation: spin 1s linear infinite;
  margin-right: 8px;
}

.delete-warning {
  background: rgba(239, 68, 68, 0.045);
  border: var(--border);
  border-color: var(--danger);
  border-radius: var(--border-radius-md);
  padding: var(--padding-md);
  margin-bottom: var(--spacer-md);
}
.delete-warning h4 {
  color: var(--danger);
  font-size: var(--text-md);
}
.delete-warning ul {
  color: var(--text-secondary);
  font-size: var(--text-xxs);
  margin-top: var(--margin-sm);
}

@keyframes alertSlideDown {
  from {
    opacity: 0;
    transform: translate(-50%, -20px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
/*═══════════════════════════════════════════════
||          Gipixel Sidebar - Profile           ||
═════════════════════════════════════════════════*/
.Gipixel-container-profile {
  display: flex;
}
.Gipixel-container-profile .Gipixel-sidebar-profile {
  top: 0;
  min-width: 220px;
  width: 220px;
}
.Gipixel-container-profile .Gipixel-sidebar-profile .position-sticky {
  position: sticky;
  top: var(--spacer-md);
  background-color: #1a1a1a;
  padding: 0;
  border-radius: var(--border-radius-sm);
  border: var(--border);
  min-width: 220px;
  width: 100%;
  box-shadow: var(--box-shadow-md);
  overflow: hidden;
}
.Gipixel-container-profile .Gipixel-sidebar-profile .nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.Gipixel-container-profile .Gipixel-sidebar-profile .nav-section {
  margin-bottom: var(--margin-md);
}
.Gipixel-container-profile .Gipixel-sidebar-profile .nav-section:last-child {
  margin-bottom: 0;
}
.Gipixel-container-profile .Gipixel-sidebar-profile .nav-section .nav-section-title {
  display: block;
  font-size: var(--text-xxs);
  font-weight: 600;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: var(--margin-sm);
  padding: var(--padding-xs) var(--padding-md);
}
.Gipixel-container-profile .Gipixel-sidebar-profile .nav-section .nav-section-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.Gipixel-container-profile .Gipixel-sidebar-profile .nav-item {
  margin-bottom: 0;
}
.Gipixel-container-profile .Gipixel-sidebar-profile .nav-item:has(.Mycomponents) {
  margin-top: calc(var(--margin-xs) * -1);
}
.Gipixel-container-profile .Gipixel-sidebar-profile .nav-item .nav-link {
  display: flex;
  align-items: center;
  gap: var(--gap-sm);
  padding: var(--padding-sm) var(--padding-md);
  border-radius: 0;
  color: var(--dropdown-link);
  font-size: var(--text-xs);
  font-weight: var(--text-sm-weight);
  text-decoration: none;
  transition: border-color var(--transition-medium), color var(--transition-medium);
  background-color: transparent;
  border: none;
  border-left: 2px solid transparent;
  width: 100%;
  box-sizing: border-box;
}
.Gipixel-container-profile .Gipixel-sidebar-profile .nav-item .nav-link i {
  font-size: var(--text-sm);
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1;
}
.Gipixel-container-profile .Gipixel-sidebar-profile .nav-item .nav-link span {
  flex: 1;
}
.Gipixel-container-profile .Gipixel-sidebar-profile .nav-item .nav-link:hover, .Gipixel-container-profile .Gipixel-sidebar-profile .nav-item .nav-link:active, .Gipixel-container-profile .Gipixel-sidebar-profile .nav-item .nav-link:focus, .Gipixel-container-profile .Gipixel-sidebar-profile .nav-item .nav-link:focus-visible {
  background-color: transparent;
  border-left-color: var(--text-primary);
  color: var(--text-primary);
}
.Gipixel-container-profile .Gipixel-sidebar-profile .nav-item .nav-link.active {
  background-color: transparent;
  border-left-color: var(--text-primary);
  color: var(--text-primary);
}
.Gipixel-container-profile .Gipixel-sidebar-profile .nav-item .nav-link.active i {
  color: var(--text-primary);
}
.Gipixel-container-profile .Gipixel-sidebar-profile .nav-item .logout-link {
  display: flex;
  align-items: center;
  gap: var(--gap-sm);
  padding: var(--padding-sm) var(--padding-md);
  border-radius: 0;
  color: var(--dropdown-link);
  font-size: var(--text-xs);
  font-weight: var(--text-sm-weight);
  background-color: var(--black);
  border: none;
  border-left: 2px solid transparent;
  border-top: var(--border);
  width: 100%;
  cursor: pointer;
  transition: border-color var(--transition-medium), color var(--transition-medium);
  box-sizing: border-box;
  margin-top: var(--margin-xs);
}
.Gipixel-container-profile .Gipixel-sidebar-profile .nav-item .logout-link i {
  font-size: var(--text-sm);
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.Gipixel-container-profile .Gipixel-sidebar-profile .nav-item .logout-link span {
  flex: 0 0 auto;
}
.Gipixel-container-profile .Gipixel-sidebar-profile .nav-item .logout-link:hover, .Gipixel-container-profile .Gipixel-sidebar-profile .nav-item .logout-link:active, .Gipixel-container-profile .Gipixel-sidebar-profile .nav-item .logout-link:focus, .Gipixel-container-profile .Gipixel-sidebar-profile .nav-item .logout-link:focus-visible {
  background-color: var(--black);
  border-left-color: transparent;
  color: var(--danger);
}

/*═══════════════════════════════════════════════
||             Gipixel Dashboard                ||
═════════════════════════════════════════════════*/
.charts-grid {
  display: flex;
  flex-direction: column;
  gap: var(--gap-md);
}

.chart-card {
  background: #101010 !important;
  border: var(--border);
  border-radius: var(--border-radius-md);
  padding: var(--padding-md);
  transition: all 0.3s ease;
  margin: 0px !important;
}

.chart-card-full {
  width: 100%;
}

.charts-grid-row {
  display: flex;
  gap: var(--gap-md);
  width: 100%;
}

.chart-card-half {
  flex: 1;
  width: calc(50% - var(--gap-md) / 2);
}

.chart-header {
  margin-bottom: var(--margin-sm);
}
.chart-header p {
  margin: 0;
}

.chart-title-wrapper {
  display: flex;
  align-items: center;
  gap: var(--gap-sm);
  margin-bottom: 8px;
}

.chart-icon {
  color: var(--primary);
  font-size: var(--text-md);
}

.chart-title {
  font-size: var(--text-sm);
  font-weight: 600;
  color: #ffffff;
}

.chart-description {
  color: #9ca3af;
  font-size: var(--text-xxs);
  line-height: 1.5;
  margin-bottom: 0;
}

.chart {
  width: 100%;
  height: 320px;
  margin-top: var(--margin-xs);
}

.chart-footer {
  margin-top: var(--margin-md);
  padding-top: var(--padding-md);
  border-top: var(--border);
  border-color: rgba(255, 255, 255, 0.1);
}

.chart-summary {
  text-align: center;
}

.chart-trend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap-xs);
  margin-bottom: var(--margin-xs);
}
.chart-trend strong {
  color: var(--text-primary);
  font-size: var(--text-sm);
  font-weight: 600;
}
.chart-trend .chart-trend-icon {
  color: var(--primary);
  font-size: var(--text-md);
}

.chart-date {
  color: var(--text-secondary);
  font-size: var(--text-xxs);
  margin: 0;
}

.components-section {
  background: linear-gradient(145deg, #1a1d29, #242834);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 32px;
  margin-bottom: 32px;
}

.section-header {
  text-align: center;
  margin-bottom: 32px;
}

.section-icon {
  font-size: 2.5rem;
  color: #667eea;
  margin-bottom: 16px;
}

.section-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 8px;
}

.section-description {
  color: #9ca3af;
  font-size: var(--text-sm);
}

.component-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: var(--padding-md);
  text-align: center;
  transition: all 0.3s ease;
}

.component-icon {
  font-size: var(--text-md);
  margin-bottom: 12px;
  color: #667eea;
}

.component-name {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 6px;
  font-size: var(--text-sm);
}

.component-count {
  color: #9ca3af;
  font-size: var(--text-xxs);
}

.error {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.2);
  color: #fca5a5;
  padding: var(--padding-md);
  border-radius: 16px;
  text-align: center;
  margin: var(--margin-md) 0;
}

.error h3 {
  margin-bottom: var(--margin-xs);
  color: #ef4444;
}

.loading {
  text-align: center;
  padding: 20px;
  color: #9ca3af;
}

.loading-spinner {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 4px solid rgba(102, 126, 234, 0.3);
  border-top: 4px solid #667eea;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: var(--margin-sm);
}

/*═══════════════════════════════════════════════
||         Gipixel Developer Profile            ||
═════════════════════════════════════════════════*/
.developer-profile {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 85px;
  padding: 0;
  background: transparent;
}
.developer-profile > .components-profile-midea.components-profile-social-new {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  gap: var(--gap-md);
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  align-self: flex-end;
}
.developer-profile > .components-profile-midea.components-profile-social-new li {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.developer-profile > .components-profile-midea.components-profile-social-new li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--gap-xs);
  text-decoration: none;
  color: #ffffff;
  font-size: var(--text-xxs);
  transition: all 0.3s ease;
}
.developer-profile > .components-profile-midea.components-profile-social-new li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  font-size: var(--text-xs);
  color: #ffffff;
  transition: all 0.3s ease;
}
.developer-profile > .components-profile-midea.components-profile-social-new li a span {
  font-size: var(--text-xxs);
  color: #ffffff;
  text-align: center;
  transition: color 0.3s ease;
}
.developer-profile > .components-profile-midea.components-profile-social-new li a:hover {
  color: #ffffff;
  opacity: 0.8;
}
.developer-profile > .components-profile-midea.components-profile-social-new li a:hover i {
  opacity: 0.8;
}
.developer-profile > .components-profile-midea.components-profile-social-new li a:hover span {
  color: #ffffff;
  opacity: 0.8;
}
.developer-profile > .components-profile-midea.components-profile-social-new li.disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
}
.developer-profile > .components-profile-midea.components-profile-social-new li.disabled a {
  cursor: not-allowed;
  pointer-events: none;
}
.developer-profile > .components-profile-midea.components-profile-social-new li.disabled a:hover {
  opacity: 0.4;
}
.developer-profile > .components-profile-midea.components-profile-social-new li.disabled a:hover i {
  opacity: 0.4;
}
.developer-profile > .components-profile-midea.components-profile-social-new li.disabled a:hover span {
  opacity: 0.4;
}
.developer-profile .components-profile {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  gap: var(--gap-sm);
}
.developer-profile .components-profile .components-profile {
  font-size: var(--text-xxs);
  padding-left: var(--padding-sm);
}
.developer-profile .components-profile .profile-name-container {
  width: 100%;
  margin-top: 0;
}
.developer-profile .components-profile .profile-name-container h5#profile-name {
  margin: 0;
  font-size: var(--text-md);
  color: var(--text-primary);
  font-weight: 600;
  text-align: left;
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}
.developer-profile .components-profile .components-profile-img {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  gap: var(--gap-md);
}
.developer-profile .components-profile .components-profile-img .profile-photo-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-sm);
  min-height: 120px;
}
.developer-profile .components-profile .components-profile-img .profile-photo-name img {
  width: 120px;
  height: 120px;
  border-radius: var(--border-radius-sm);
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.developer-profile .components-profile .components-profile-img .components-profile-name {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--gap-xs);
  max-width: 50%;
  min-height: 120px;
  align-self: stretch;
}
.developer-profile .components-profile .components-profile-img .components-profile-name p {
  font-size: 11px;
  margin: 0;
}
.developer-profile .components-profile .components-profile-img .components-profile-name p span#join-date {
  color: #ffffff;
}
.developer-profile .components-profile .components-profile-img .components-profile-name .components-profile-bio {
  max-width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.developer-profile .components-profile .components-profile-img .components-profile-name .components-profile-bio span {
  color: #ffffff;
}
.developer-profile .components-profile .components-profile-img .components-profile-name .components-profile-bio p {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  flex: 1;
  min-height: 40px;
}
.developer-profile .components-profile .components-profile-img .components-profile-name .Gipixel-level {
  display: inline-flex;
  align-items: center;
  gap: var(--gap-xs);
  padding: 0;
  border: none;
  background: none;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: var(--text-xxs) !important;
  color: var(--text-primary);
}
.developer-profile .components-profile .components-profile-img .components-profile-name .Gipixel-level span {
  display: inline-flex;
  align-items: center;
  gap: var(--gap-xs);
  color: inherit;
  font-weight: 500;
}
.developer-profile .components-profile .components-profile-img .components-profile-name .Gipixel-level span i, .developer-profile .components-profile .components-profile-img .components-profile-name .Gipixel-level span svg {
  display: inline-block;
  vertical-align: middle;
}
.developer-profile .components-profile .components-profile-img .components-profile-name .Gipixel-level svg {
  display: inline-block;
  vertical-align: middle;
}
.developer-profile .components-profile .components-profile-img img {
  width: 120px;
  height: 120px;
  border-radius: var(--border-radius-sm);
  -o-object-fit: cover;
     object-fit: cover;
}
.developer-profile .components-profile .components-profile-img p {
  margin: 0;
}
.developer-profile .components-profile .components-profile-midea {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin: 0;
  gap: var(--gap-sm);
  justify-content: center;
}
.developer-profile .components-profile .components-profile-midea > * {
  padding-left: 15px;
  padding-right: 15px;
  flex: 1 0 calc(100% / 12 - 15px);
}
.developer-profile .components-profile .components-profile-midea li {
  background-color: #101010;
  border-radius: var(--border-radius-sm);
  padding: var(--padding-sm);
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  border: var(--border);
}
.developer-profile .components-profile .components-profile-midea li:hover a {
  color: var(--text-primary);
}
.developer-profile .components-profile .components-profile-midea li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap-xs);
  justify-content: flex-start;
  font-size: var(--text-xs);
  color: var(--text-secondary);
}
.developer-profile .components-profile .components-profile-midea.components-profile-social-new {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  gap: var(--gap-md);
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: auto;
}
.developer-profile .components-profile .components-profile-midea.components-profile-social-new li {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.developer-profile .components-profile .components-profile-midea.components-profile-social-new li a {
  display: flex;
  align-items: center;
  gap: var(--gap-sm);
  text-decoration: none;
  color: var(--text-secondary);
  font-size: var(--text-sm);
  transition: all 0.3s ease;
}
.developer-profile .components-profile .components-profile-midea.components-profile-social-new li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: var(--text-md);
  color: var(--text-primary);
  transition: all 0.3s ease;
}
.developer-profile .components-profile .components-profile-midea.components-profile-social-new li a:hover {
  color: var(--text-primary);
}
.developer-profile .components-profile .components-profile-midea.components-profile-social-new li a:hover i {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}
.developer-profile .components-profile .components-profile-contant {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin: 0;
  gap: var(--gap-md);
}
.developer-profile .components-profile .components-profile-contant > * {
  padding-left: 15px;
  padding-right: 15px;
  flex: 1 0 calc(100% / 12 - 15px);
}
.developer-profile .components-profile .components-profile-contant li {
  background-color: #101010;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--text-primary);
  border-radius: var(--border-radius-sm);
  text-align: center;
  border: var(--border);
  gap: var(--gap-sm);
  padding: 20px;
  width: 250px;
  font-size: var(--text-xs);
  transition: border-color 0.3s ease;
}
.developer-profile .components-profile .components-profile-contant li .fi {
  color: var(--text-secondary);
}
.developer-profile .components-profile .components-profile-contant li:hover {
  border-color: var(--border-color);
}
.developer-profile .components-profile .components-profile-contant li:hover .fi {
  color: var(--text-primary);
}
.developer-profile .components-profile .components-profile-contant li span {
  font-size: var(--text-md);
  color: var(--text-secondary);
}
.developer-profile .components-profile .components-profile-contant li i {
  font-size: var(--text-md);
}
.developer-profile .components-profile .components-profile-bio {
  position: relative;
}
.developer-profile .components-profile .components-profile-bio .bio-char-counter {
  position: absolute;
  bottom: 8px;
  right: 12px;
  font-size: var(--text-xxs);
  color: var(--text-secondary);
  pointer-events: none;
  background: rgba(0, 0, 0, 0.5);
  padding: 2px 6px;
  border-radius: 4px;
}
.developer-profile .components-profile .components-profile-bio .bio-char-counter.warning {
  color: var(--warning);
}
.developer-profile .components-profile .components-profile-bio .bio-char-counter.danger {
  color: var(--danger);
}
.developer-profile .components-profile .components-profile-bio textarea {
  max-width: 100%;
}
.developer-profile .components-profile .components-profile-bio textarea span {
  color: var(--text-primary);
}
.developer-profile .components-profile .components-profile-bio textarea p {
  background-color: transparent;
  padding: 0;
  border: none;
  border-radius: var(--border-radius-sm);
  margin: 0;
  font-size: 12px;
}
.developer-profile .Gipixel-card-chart {
  border: 1px solid var(--border-color, #374151) !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  transition: border-color 0.3s ease;
}
@keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.Gipixel-container-slaid {
  position: relative;
  padding: var(--spacer-md) var(--spacer-lg) 0 var(--spacer-lg);
  overflow: hidden;
  background: transparent;
  padding-top: 0;
}
.Gipixel-container-slaid::before {
  display: none;
}
.Gipixel-container-slaid::after {
  display: none;
}
.Gipixel-container-slaid .Gipixel-titel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-top: 0;
}
.Gipixel-container-slaid .Gipixel-titel .developer-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  gap: var(--gap-xs);
  border-radius: 100px;
  padding: var(--padding-xs) var(--padding-sm);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto var(--spacer-sm) auto;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUpLine 0.6s ease forwards;
  animation-delay: 0.2s;
  transition: all 0.3s ease;
  position: relative;
  padding-top: var(--spacer-md);
}
.Gipixel-container-slaid .Gipixel-titel .developer-badge::after {
  z-index: 0;
  content: "";
  border-top: 1px solid;
  background: radial-gradient(43.9% 100% at 50% 0, rgba(102, 126, 234, 0.15) 0%, transparent 100%);
  border-image-source: linear-gradient(90deg, transparent 0, rgba(102, 126, 234, 0.5) 50%, transparent);
  border-image-slice: 1;
  width: 800px;
  height: 60px;
  position: absolute;
  top: 0;
  left: calc(50% - 400px);
  pointer-events: none;
}
.Gipixel-container-slaid .Gipixel-titel .developer-badge i {
  font-size: var(--text-xs);
  font-size: 12px;
  background: linear-gradient(135deg, var(--primary), var(--orange), var(--blue), var(--primary));
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-shift 3s ease infinite;
  display: inline-block;
}
.Gipixel-container-slaid .Gipixel-titel .developer-badge p {
  font-size: 12px;
  font-weight: var(--font-weight-bold);
  color: var(--text-primary);
  margin: 0;
}
.Gipixel-container-slaid .Gipixel-titel span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: var(--spacer-sm);
  justify-content: center;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUpLine 0.6s ease forwards;
  animation-delay: 0.5s;
}
.Gipixel-container-slaid .Gipixel-titel span h1 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: var(--text-xxl);
  color: var(--text-primary);
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 1.2;
  margin: 0;
  white-space: nowrap;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.3em;
}
.Gipixel-container-slaid .Gipixel-titel span h1 .gradient-text-primary {
  background: linear-gradient(90deg, var(--primary) 0%, var(--blue) 25%, var(--orange) 50%, var(--primary) 75%, var(--primary) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  vertical-align: baseline;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUpLine 0.6s ease forwards, gradientWave 3s ease infinite;
  animation-delay: 0.7s, 1.3s;
}
@supports not (-webkit-background-clip: text) {
  .Gipixel-container-slaid .Gipixel-titel span h1 .gradient-text-primary {
    color: var(--primary) !important;
    background: none;
    -webkit-text-fill-color: var(--primary);
  }
}
.Gipixel-container-slaid .Gipixel-titel p {
  color: var(--text-secondary);
  font-size: var(--text-sm);
  font-weight: var(--text-sm-weight);
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto var(--spacer-md) auto;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUpLine 0.6s ease forwards;
  animation-delay: 0.8s;
}
.Gipixel-container-slaid .Gipixel-titel .Gipixel-developer-search {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1;
}
.Gipixel-container-slaid .Gipixel-titel .Gipixel-developer-search .Gipixel-search {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--spacer-sm);
  align-items: center;
}
.Gipixel-container-slaid .Gipixel-titel .Gipixel-developer-search .Gipixel-search .Gipixel-search-bar {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  font-size: var(--text-sm);
  border-radius: var(--border-radius-md);
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text-primary);
  outline: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--spacer-sm);
  position: relative;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
}
.Gipixel-container-slaid .Gipixel-titel .Gipixel-developer-search .Gipixel-search .Gipixel-search-bar:hover {
  border-color: rgba(102, 126, 234, 0.3);
  box-shadow: 0 4px 20px rgba(102, 126, 234, 0.15), 0 0 0 1px rgba(102, 126, 234, 0.1) inset;
}
.Gipixel-container-slaid .Gipixel-titel .Gipixel-developer-search .Gipixel-search .Gipixel-search-bar i {
  color: var(--text-secondary);
  position: absolute;
  left: 14px;
  z-index: 1;
  font-size: var(--text-sm);
  transition: color 0.3s ease;
}
.Gipixel-container-slaid .Gipixel-titel .Gipixel-developer-search .Gipixel-search .Gipixel-search-bar input {
  width: 100%;
  height: 44px;
  border: none;
  background: transparent !important;
  padding-left: 40px;
  padding-right: var(--spacer-md);
  border-radius: var(--border-radius-md);
  color: var(--text-primary);
  font-size: var(--text-sm);
  transition: all 0.3s ease;
}
.Gipixel-container-slaid .Gipixel-titel .Gipixel-developer-search .Gipixel-search .Gipixel-search-bar input::-moz-placeholder {
  color: var(--text-secondary);
}
.Gipixel-container-slaid .Gipixel-titel .Gipixel-developer-search .Gipixel-search .Gipixel-search-bar input::placeholder {
  color: var(--text-secondary);
}
.Gipixel-container-slaid .Gipixel-titel .Gipixel-developer-search .Gipixel-search .Gipixel-search-bar input:focus {
  outline: none;
}
.Gipixel-container-slaid .Gipixel-titel .Gipixel-developer-search .Gipixel-search .Gipixel-search-bar .search-clear-btn {
  display: none !important;
  background-color: var(--secondary-color);
  color: var(--white);
  border: none;
  border-radius: var(--border-radius-sm);
  padding: var(--spacer-xs) var(--spacer-sm);
  cursor: pointer;
  margin-left: auto;
  flex-shrink: 0;
}
.Gipixel-container-slaid .Gipixel-titel .Gipixel-developer-search .Gipixel-search .Gipixel-search-bar .search-clear-btn.is-visible {
  display: inline-flex !important;
}
.Gipixel-container-slaid .Gipixel-titel .Gipixel-developer-search .Gipixel-search .Gipixel-search-bar .search-clear-btn:hover {
  background-color: var(--danger-color);
}
.Gipixel-container-slaid .Gipixel-titel .Gipixel-developer-search .Gipixel-search .Gipixel-search-bar .search-clear-btn .fi {
  color: var(--white);
}
.Gipixel-container-slaid .Gipixel-titel .Gipixel-developer-search .Gipixel-search .Gipixel-search-bar:focus-within {
  border-color: rgba(102, 126, 234, 0.5);
  box-shadow: 0 4px 20px rgba(102, 126, 234, 0.2), 0 0 0 1px rgba(102, 126, 234, 0.2) inset;
}
.Gipixel-container-slaid .Gipixel-titel .Gipixel-developer-search .Gipixel-search .Gipixel-search-results {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--border-radius-md);
  max-height: 400px;
  overflow-y: auto;
  z-index: 1000;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
  display: none;
}
.Gipixel-container-slaid .Gipixel-titel .Gipixel-developer-search .Gipixel-search .Gipixel-search-results.show {
  display: block;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid {
  position: relative;
  overflow: visible;
  z-index: 1;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .Gipixel-columns-slaid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: var(--spacer-sm);
  padding: var(--spacer-md);
  width: 100%;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: var(--spacer-sm);
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  max-height: none;
  overflow: visible;
  align-items: start;
  justify-items: stretch;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a {
  margin: 0;
  padding: 0;
  min-width: 240px;
  max-width: 100%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: 0;
  transform: translateX(-30px);
  animation: slideInFromLeft 0.6s ease forwards;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a:nth-child(1) {
  animation-delay: 0.1s;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a:nth-child(2) {
  animation-delay: 0.2s;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a:nth-child(3) {
  animation-delay: 0.3s;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a:nth-child(4) {
  animation-delay: 0.4s;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a:nth-child(5) {
  animation-delay: 0.5s;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a:nth-child(6) {
  animation-delay: 0.6s;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a:nth-child(7) {
  animation-delay: 0.7s;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a:nth-child(8) {
  animation-delay: 0.8s;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a:nth-child(9) {
  animation-delay: 0.9s;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a:nth-child(10) {
  animation-delay: 1s;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a:nth-child(11) {
  animation-delay: 1.1s;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a:nth-child(12) {
  animation-delay: 1.2s;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a:nth-child(13) {
  animation-delay: 1.3s;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a:nth-child(14) {
  animation-delay: 1.4s;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a:nth-child(15) {
  animation-delay: 1.5s;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a:nth-child(16) {
  animation-delay: 1.6s;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a:nth-child(17) {
  animation-delay: 1.7s;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a:nth-child(18) {
  animation-delay: 1.8s;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a:nth-child(19) {
  animation-delay: 1.9s;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a:nth-child(20) {
  animation-delay: 2s;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a:nth-child(21) {
  animation-delay: 2.1s;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a:nth-child(22) {
  animation-delay: 2.2s;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a:nth-child(23) {
  animation-delay: 2.3s;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a:nth-child(24) {
  animation-delay: 2.4s;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a:nth-child(25) {
  animation-delay: 2.5s;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a:nth-child(26) {
  animation-delay: 2.6s;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a:nth-child(27) {
  animation-delay: 2.7s;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a:nth-child(28) {
  animation-delay: 2.8s;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a:nth-child(29) {
  animation-delay: 2.9s;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a:nth-child(30) {
  animation-delay: 3s;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a .Gipixel-card-content {
  background: rgba(20, 20, 20, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: var(--spacer-md);
  border-radius: var(--border-radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;
  gap: var(--spacer-sm);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 100%;
  box-sizing: border-box;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: none;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a .Gipixel-card-content:hover {
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: none;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a.level-legendary .Gipixel-card-content, .Gipixel-container-slaid .Gipixel-container-customer-slaid .column a.level-crown .Gipixel-card-content, .Gipixel-container-slaid .Gipixel-container-customer-slaid .column a.level-trophy .Gipixel-card-content, .Gipixel-container-slaid .Gipixel-container-customer-slaid .column a.level-award .Gipixel-card-content, .Gipixel-container-slaid .Gipixel-container-customer-slaid .column a.level-user .Gipixel-card-content {
  background: rgba(20, 20, 20, 0.8);
  border-color: rgba(255, 255, 255, 0.08);
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a.level-legendary .Gipixel-card-content:hover, .Gipixel-container-slaid .Gipixel-container-customer-slaid .column a.level-crown .Gipixel-card-content:hover, .Gipixel-container-slaid .Gipixel-container-customer-slaid .column a.level-trophy .Gipixel-card-content:hover, .Gipixel-container-slaid .Gipixel-container-customer-slaid .column a.level-award .Gipixel-card-content:hover, .Gipixel-container-slaid .Gipixel-container-customer-slaid .column a.level-user .Gipixel-card-content:hover {
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: none;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a .Gipixel-card-content .Gipixel-left {
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a .Gipixel-card-content .Gipixel-left span {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  font-size: var(--text-xxs);
  padding: 2px var(--spacer-xs);
  border-radius: var(--border-radius-sm);
  font-weight: var(--text-md-weight);
  transition: all 0.3s ease;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a .Gipixel-card-content .Gipixel-left span svg {
  height: 12px;
  color: var(--yellow) !important;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a .Gipixel-card-content .Gipixel-left span:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.25);
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a .Gipixel-card-content .Gipixel-card-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
  flex-shrink: 0;
  align-items: center;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a .Gipixel-card-content .Gipixel-card-nav .Gipixel-right {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  gap: var(--spacer-sm);
  flex: 1;
  min-width: 0;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a .Gipixel-card-content .Gipixel-card-nav .Gipixel-right img {
  width: 40px;
  height: 40px;
  min-width: 40px;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius-full);
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a .Gipixel-card-content .Gipixel-card-nav .Gipixel-right .Gipixel-text {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a .Gipixel-card-content .Gipixel-card-nav .Gipixel-right .Gipixel-text h4 {
  font-size: var(--text-xs);
  font-weight: var(--text-md-weight);
  color: var(--white);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a .Gipixel-card-content .Gipixel-card-nav .Gipixel-right .Gipixel-text h5 {
  font-size: var(--text-xxs);
  color: var(--text-secondary);
  margin: 0;
  margin-top: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.Gipixel-container-slaid .Gipixel-container-customer-slaid .column a .Gipixel-card-content .Gipixel-card-footer {
  display: none;
}

.Gipixel-container-Prime {
  position: relative;
  padding: var(--spacer-xxl) var(--spacer-lg);
  overflow: hidden;
  background: transparent;
}
.Gipixel-container-Prime::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at top right, rgba(253, 126, 20, 0.08) 0%, transparent 50%), radial-gradient(ellipse at bottom left, rgba(102, 126, 234, 0.08) 0%, transparent 50%);
  z-index: 0;
  pointer-events: none;
}
.Gipixel-container-Prime::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
  z-index: 0;
  pointer-events: none;
}
.Gipixel-container-Prime .Gipixel-titel {
  position: relative;
  z-index: 1;
  margin-bottom: var(--spacer-xl);
}
.Gipixel-container-Prime .Gipixel-titel span h1 {
  font-size: clamp(var(--text-lg), 4vw, var(--text-xxl));
  font-weight: var(--text-xxl-weight);
  background: linear-gradient(135deg, var(--white) 0%, rgba(255, 255, 255, 0.8) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.Gipixel-container-Prime .Gipixel-titel span i {
  background: linear-gradient(135deg, var(--orange) 0%, var(--blue) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.Gipixel-container-Prime .Gipixel-titel p {
  font-size: var(--text-sm);
  color: var(--text-secondary);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
  opacity: 0.9;
}

.Developer-top {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: var(--spacer-md);
}
.Developer-top .Top-horizontal-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--spacer-md);
  max-width: 1280px;
  width: 100%;
}
.Developer-top .Top-horizontal-wrapper .Top-card {
  flex: 1 1 300px;
  width: 100%;
  transition: transform 0.3s ease;
}
.Developer-top .Top-horizontal-wrapper .Top-card .Gipixel-card-border {
  padding: 2px;
  border-radius: var(--border-radius-lg);
  background: linear-gradient(45deg, #ff007a, #ff8c00, #9904dd, #ff007a);
  background-size: 400% 400%;
  animation: borderRotate 6s linear infinite;
}
.Developer-top .Top-horizontal-wrapper .Top-card .Gipixel-card-border .Gipixel-card-content {
  position: relative;
  z-index: 1;
  background: var(--dark);
  padding: var(--spacer-md);
  border-radius: var(--border-radius-lg);
  border: var(--border);
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacer-md);
  text-align: center;
  width: 100%;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.Developer-top .Top-horizontal-wrapper .Top-card .Gipixel-card-border .Gipixel-card-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -10%;
  top: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(20deg, var(--warning), var(--primary));
  filter: blur(100px);
  z-index: 0;
}
.Developer-top .Top-horizontal-wrapper .Top-card .Gipixel-card-border .Gipixel-card-content > * {
  position: relative;
  z-index: 1;
}
.Developer-top .Top-horizontal-wrapper .Top-card .Gipixel-card-border .Gipixel-card-content .Gipixel-card-nav {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  gap: var(--spacer-sm);
}
.Developer-top .Top-horizontal-wrapper .Top-card .Gipixel-card-border .Gipixel-card-content .Gipixel-card-nav .Gipixel-right {
  display: flex;
  align-items: center;
  gap: var(--spacer-sm);
}
.Developer-top .Top-horizontal-wrapper .Top-card .Gipixel-card-border .Gipixel-card-content .Gipixel-card-nav .Gipixel-right img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius-full);
}
.Developer-top .Top-horizontal-wrapper .Top-card .Gipixel-card-border .Gipixel-card-content .Gipixel-card-nav .Gipixel-right .Gipixel-text h4 {
  font-size: var(--text-xs);
}
.Developer-top .Top-horizontal-wrapper .Top-card .Gipixel-card-border .Gipixel-card-content .Gipixel-card-nav .Gipixel-right .Gipixel-text h5 {
  font-size: var(--text-xxs);
  color: var(--text-secondary);
}
.Developer-top .Top-horizontal-wrapper .Top-card .Gipixel-card-border .Gipixel-card-content .Gipixel-left span {
  color: var(--white);
  border: var(--border);
  font-size: var(--text-xs);
  padding: var(--spacer-xs) var(--spacer-sm);
  border-radius: var(--border-radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacer-sm);
  transition: color 0.3s ease;
}
.Developer-top .Top-horizontal-wrapper .Top-card .Gipixel-card-border .Gipixel-card-content .Gipixel-left span svg {
  height: 16px;
  transition: stroke 0.3s ease;
  color: inherit !important;
  stroke: currentColor;
}
.Developer-top .Top-horizontal-wrapper .Top-card .Gipixel-card-border .Gipixel-card-content .Gipixel-card-footer p {
  font-size: var(--text-xxs);
  color: var(--text-secondary);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.Developer-top .Top-horizontal-wrapper .Top-card.rank-1 .Gipixel-card-border {
  background: linear-gradient(45deg, #ff007a, #ff8c00, #9904dd, #ff007a);
}
.Developer-top .Top-horizontal-wrapper .Top-card.rank-2 .Gipixel-card-border {
  background: linear-gradient(45deg, #facc15, #fb923c, #f472b6, #facc15);
}
.Developer-top .Top-horizontal-wrapper .Top-card.rank-3 .Gipixel-card-border {
  background: linear-gradient(45deg, #3b82f6, #06b6d4, #8b5cf6, #3b82f6);
}

/*════════════════════════════════════════
||         Developer  Responsive         ||
════════════════════════════════════════*/
@media (max-width: 480px) {
  .Gipixel-cover-text h1,
  .Gipixel-titel span h1 {
    font-size: 1.8rem;
  }
  .Gipixel-search {
    padding: var(--spacer-md);
  }
  .Gipixel-columns-slaid .column a {
    min-width: 100%;
    max-width: 100%;
  }
  .Gipixel-columns-slaid .column {
    grid-template-columns: 1fr;
    gap: var(--spacer-xs);
  }
  .Gipixel-top-list-cards {
    gap: var(--spacer-sm);
  }
  .Gipixel-card-footer ul li {
    font-size: var(--text-xxs);
  }
}
@media (max-width: 768px) {
  /*════════════════════════════════════════
  ||        Cards Grid Section Responsive         ||
  ════════════════════════════════════════*/
  .Gipixel-container-customer-slaid::before, .Gipixel-container-customer-slaid::after {
    display: none !important;
  }
  .Gipixel-container-customer-slaid .Gipixel-columns-slaid {
    padding: var(--spacer-sm);
    gap: var(--spacer-sm);
  }
  .Gipixel-container-customer-slaid .column {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: var(--spacer-xs);
  }
  .Gipixel-container-customer-slaid .column a {
    min-width: 220px;
  }
  .Gipixel-container-customer-slaid .column .Gipixel-card-content {
    min-width: 100% !important;
    height: auto;
  }
  .Gipixel-container-slaid .Gipixel-titel {
    margin-bottom: var(--spacer-sm);
  }
  .Gipixel-container-slaid .Gipixel-titel span h1 {
    width: 90%;
  }
  /*════════════════════════════════════════
  ||      Developer Text Block Responsive     ||
  ════════════════════════════════════════*/
  .Gipixel-cover-text h1 {
    font-size: calc(var(--text-lg) - 0.3rem);
  }
  .Gipixel-cover-text p {
    font-size: var(--text-xs);
    width: 100% !important;
  }
  /*════════════════════════════════════════
  ||      Section Title Area Responsive      ||
  ════════════════════════════════════════*/
  .Gipixel-titel span {
    flex-direction: column;
    text-align: center;
  }
  .Gipixel-titel span .fi {
    margin-bottom: var(--spacer-sm);
  }
  .Gipixel-titel p {
    width: 100% !important;
    font-size: var(--text-xs);
  }
  .Gipixel-titel .Gipixel-developer-search {
    max-width: 100%;
    padding: 0 var(--spacer-sm);
  }
  .Gipixel-titel .Gipixel-developer-search .Gipixel-search .Gipixel-search-bar {
    min-width: 100%;
  }
  /*════════════════════════════════════════
  ||     Top List Cards Layout Responsive     ||
  ════════════════════════════════════════*/
  .Gipixel-top-list-cards {
    display: flex;
    flex-direction: column;
    gap: var(--spacer-md);
    align-items: center;
    width: 100%;
  }
  .Gipixel-top-list-cards .Gipixel-card-content {
    width: 100%;
    max-width: 100%;
    padding: var(--spacer-lg);
  }
  .Gipixel-top-list-cards .Gipixel-card-content .Gipixel-card-nav,
  .Gipixel-top-list-cards .Gipixel-card-content .Gipixel-card-footer {
    width: 100%;
  }
  .Gipixel-top-list-cards .Gipixel-card-content .Gipixel-card-footer ul {
    padding: 0;
  }
}
/*════════════════════════════════════════
||         Animations for Badge          ||
════════════════════════════════════════*/
@keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUpLine {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*════════════════════════════════════════
|||     Gradient Wave Animation          ||
════════════════════════════════════════*/
@keyframes gradientWave {
  0% {
    background-position: 0% center;
  }
  50% {
    background-position: 100% center;
  }
  100% {
    background-position: 0% center;
  }
}
@keyframes slideInFromLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/***********************************************
||||        Developer - Premium Hero Section     ||
***********************************************/
.gipixel-hero--story {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacer-xl) var(--spacer-lg);
  overflow: hidden;
  text-align: left;
  box-sizing: border-box;
  width: 100%;
}
.gipixel-hero--story::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 300px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.1) 80%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}
.gipixel-hero--story::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 400px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.1) 80%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 1400px) {
  .gipixel-hero--story {
    padding: var(--spacer-xxl) var(--spacer-xl);
    min-height: 95vh;
  }
}
@media (max-width: 1399px) and (min-width: 1024px) {
  .gipixel-hero--story {
    padding: var(--spacer-xl) var(--spacer-lg);
    min-height: 90vh;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .gipixel-hero--story {
    padding: var(--spacer-lg) var(--spacer-md);
    min-height: auto;
    min-height: 85vh;
  }
}
@media (max-width: 767px) {
  .gipixel-hero--story {
    padding: var(--spacer-md) var(--spacer-sm);
    min-height: auto;
    min-height: 80vh;
  }
}
@media (max-width: 480px) {
  .gipixel-hero--story {
    padding: var(--spacer-sm) var(--spacer-xs);
    min-height: auto;
    min-height: 75vh;
  }
}
.gipixel-hero--story .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.gipixel-hero--story .hero-background .hero-gradient-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at top, rgba(102, 126, 234, 0.15) 0%, transparent 50%), radial-gradient(ellipse at bottom right, rgba(253, 126, 20, 0.08) 0%, transparent 50%);
}
.gipixel-hero--story .hero-background .hero-glow-1 {
  position: absolute;
  width: 600px;
  height: 600px;
  background: linear-gradient(135deg, var(--orange) 0%, var(--blue) 100%);
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.15;
  top: -20%;
  right: -10%;
  animation: floatGlow 20s ease-in-out infinite;
}
.gipixel-hero--story .hero-background .hero-glow-2 {
  position: absolute;
  width: 500px;
  height: 500px;
  background: linear-gradient(135deg, var(--blue) 0%, var(--purple) 100%);
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.25;
  bottom: -15%;
  left: -5%;
  animation: floatGlow 25s ease-in-out infinite reverse;
}
.gipixel-hero--story .hero-background .hero-grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.4;
}
.gipixel-hero--story .hero-background .hero-noise-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  pointer-events: none;
}
.gipixel-hero--story .hero-container {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacer-xl);
  align-items: center;
  padding: 0 var(--spacer-md);
  box-sizing: border-box;
}
@media (min-width: 1400px) {
  .gipixel-hero--story .hero-container {
    max-width: 1600px;
    padding: 0 var(--spacer-xl);
  }
}
@media (max-width: 1399px) and (min-width: 1024px) {
  .gipixel-hero--story .hero-container {
    max-width: 1200px;
    padding: 0 var(--spacer-lg);
    gap: var(--spacer-lg);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .gipixel-hero--story .hero-container {
    grid-template-columns: 1fr;
    gap: var(--spacer-xl);
    padding: 0 var(--spacer-md);
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .gipixel-hero--story .hero-container {
    grid-template-columns: 1fr;
    gap: var(--spacer-lg);
    padding: 0 var(--spacer-sm);
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .gipixel-hero--story .hero-container {
    padding: 0 var(--spacer-xs);
    gap: var(--spacer-md);
  }
}
.gipixel-hero--story .hero-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .gipixel-hero--story .hero-content {
    gap: 1.25rem;
    text-align: center;
  }
}
.gipixel-hero--story .hero-content .hero-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  gap: var(--gap-xs);
  border-radius: 100px;
  padding: var(--padding-xs) var(--padding-sm);
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  transform: translateY(30px);
  animation: heroFadeIn 0.8s ease-out 0.1s forwards;
}
@media (max-width: 767px) {
  .gipixel-hero--story .hero-content .hero-badge {
    justify-content: center;
    margin: 0 auto;
  }
}
.gipixel-hero--story .hero-content .hero-badge i {
  font-size: 12px;
  background: linear-gradient(135deg, var(--primary), var(--orange), var(--blue), var(--primary));
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-shift 3s ease infinite;
  display: inline-block;
}
.gipixel-hero--story .hero-content .hero-badge p {
  font-size: 12px;
  font-weight: var(--font-weight-bold);
  color: var(--text-primary);
  margin: 0;
}
.gipixel-hero--story .hero-content .hero-headline {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--white);
  font-size: clamp(var(--text-lg), 5vw, var(--text-xxl));
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(30px);
  animation: heroFadeIn 0.8s ease-out 0.2s forwards;
}
@media (max-width: 1023px) {
  .gipixel-hero--story .hero-content .hero-headline {
    font-size: clamp(var(--text-md), 4vw, var(--text-xl));
    text-align: center;
  }
}
@media (max-width: 480px) {
  .gipixel-hero--story .hero-content .hero-headline {
    font-size: clamp(var(--text-sm), 4.5vw, var(--text-lg));
    line-height: 1.3;
  }
}
.gipixel-hero--story .hero-content .text-primary-color-gipixel {
  background: linear-gradient(135deg, var(--primary), var(--orange), var(--blue), var(--primary));
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-shift 3s ease infinite;
  display: inline-block;
}
.gipixel-hero--story .hero-content .hero-subheadline {
  color: var(--text-secondary);
  font-size: clamp(var(--text-sm), 2vw, var(--text-md));
  line-height: 1.7;
  margin: 0;
  max-width: 600px;
  width: 100%;
  opacity: 0;
  transform: translateY(30px);
  animation: heroFadeIn 0.8s ease-out 0.6s forwards;
}
@media (max-width: 1023px) {
  .gipixel-hero--story .hero-content .hero-subheadline {
    max-width: 100%;
    text-align: center;
    font-size: clamp(var(--text-xs), 1.8vw, var(--text-sm));
  }
}
@media (max-width: 480px) {
  .gipixel-hero--story .hero-content .hero-subheadline {
    font-size: var(--text-xs);
    line-height: 1.6;
  }
}
.gipixel-hero--story .hero-content .hero-metrics {
  display: flex;
  gap: var(--spacer-md);
  flex-wrap: wrap;
  margin-top: 0;
  width: 100%;
  justify-content: flex-start;
  opacity: 0;
  transform: translateY(30px);
  animation: heroFadeIn 0.8s ease-out 1s forwards;
}
@media (max-width: 1023px) {
  .gipixel-hero--story .hero-content .hero-metrics {
    justify-content: center;
    gap: var(--spacer-lg);
  }
}
@media (max-width: 767px) {
  .gipixel-hero--story .hero-content .hero-metrics {
    gap: var(--spacer-md);
    margin-top: var(--spacer-xs);
  }
}
@media (max-width: 480px) {
  .gipixel-hero--story .hero-content .hero-metrics {
    gap: var(--spacer-sm);
    flex-direction: column;
    align-items: center;
  }
}
.gipixel-hero--story .hero-content .hero-metrics .hero-metric {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--spacer-xs);
  flex: 0 1 auto;
  padding: 0.5rem var(--spacer-sm);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--border-radius-md);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
.gipixel-hero--story .hero-content .hero-metrics .hero-metric:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.12);
}
@media (max-width: 480px) {
  .gipixel-hero--story .hero-content .hero-metrics .hero-metric {
    flex-direction: column;
    align-items: center;
    padding: var(--spacer-xs);
  }
}
.gipixel-hero--story .hero-content .hero-metrics .hero-metric .metric-label {
  color: var(--text-secondary);
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .gipixel-hero--story .hero-content .hero-metrics .hero-metric .metric-label {
    font-size: 10px;
    text-align: center;
  }
}
.gipixel-hero--story .hero-content .hero-top-developers {
  width: 100%;
  opacity: 0;
  transform: translateY(30px);
  animation: heroFadeIn 0.8s ease-out 1.2s forwards;
  margin-top: 0;
}
.gipixel-hero--story .hero-content .hero-top-developers .hero-top-title {
  color: var(--white);
  font-size: clamp(var(--text-sm), 1.5vw, var(--text-md));
  font-weight: var(--text-lg-weight);
  margin: 0 0 0.25rem 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.9;
}
.gipixel-hero--story .hero-content .hero-top-developers .hero-top-list {
  display: flex;
  flex-direction: row;
  gap: var(--spacer-xs);
  width: 100%;
  flex-wrap: wrap;
}
.gipixel-hero--story .hero-content .hero-top-developers .hero-top-item {
  display: flex;
  align-items: center;
  gap: var(--spacer-xs);
  padding: 0.375rem var(--spacer-xs);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--border-radius-md);
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  flex: 1 1 auto;
  min-width: 0;
}
.gipixel-hero--story .hero-content .hero-top-developers .hero-top-item:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
}
.gipixel-hero--story .hero-content .hero-top-developers .hero-top-item.rank-1 {
  border-color: rgba(255, 215, 0, 0.3);
  background: rgba(255, 215, 0, 0.05);
}
.gipixel-hero--story .hero-content .hero-top-developers .hero-top-item.rank-1 .hero-top-rank {
  background: linear-gradient(135deg, #ffd700, #ffed4e);
  color: var(--dark);
  font-weight: var(--text-xl-weight);
}
.gipixel-hero--story .hero-content .hero-top-developers .hero-top-item.rank-2 {
  border-color: rgba(192, 192, 192, 0.3);
  background: rgba(192, 192, 192, 0.05);
}
.gipixel-hero--story .hero-content .hero-top-developers .hero-top-item.rank-2 .hero-top-rank {
  background: linear-gradient(135deg, #c0c0c0, #e8e8e8);
  color: var(--dark);
  font-weight: var(--text-xl-weight);
}
.gipixel-hero--story .hero-content .hero-top-developers .hero-top-item.rank-3 {
  border-color: rgba(205, 127, 50, 0.3);
  background: rgba(205, 127, 50, 0.05);
}
.gipixel-hero--story .hero-content .hero-top-developers .hero-top-item.rank-3 .hero-top-rank {
  background: linear-gradient(135deg, #cd7f32, #e6a85c);
  color: var(--white);
  font-weight: var(--text-xl-weight);
}
.gipixel-hero--story .hero-content .hero-top-developers .hero-top-item .hero-top-avatar {
  position: relative;
  flex-shrink: 0;
}
.gipixel-hero--story .hero-content .hero-top-developers .hero-top-item .hero-top-avatar img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.gipixel-hero--story .hero-content .hero-top-developers .hero-top-item .hero-top-avatar .hero-top-rank {
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: var(--text-lg-weight);
  border: 2px solid var(--dark);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.gipixel-hero--story .hero-content .hero-top-developers .hero-top-item .hero-top-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.gipixel-hero--story .hero-content .hero-top-developers .hero-top-item .hero-top-info .hero-top-name {
  color: var(--white);
  font-size: var(--text-xs);
  font-weight: var(--text-md-weight);
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gipixel-hero--story .hero-content .hero-top-developers .hero-top-item .hero-top-info .hero-top-level {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--text-secondary);
  font-size: var(--text-xs);
}
.gipixel-hero--story .hero-content .hero-top-developers .hero-top-item .hero-top-info .hero-top-level svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.gipixel-hero--story .hero-content .hero-top-developers .hero-top-item .hero-top-info .hero-top-level span {
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .gipixel-hero--story .hero-content .hero-top-developers .hero-top-title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .gipixel-hero--story .hero-content .hero-top-developers .hero-top-item {
    padding: var(--spacer-xs);
    gap: var(--spacer-xs);
  }
  .gipixel-hero--story .hero-content .hero-top-developers .hero-top-item .hero-top-avatar img {
    width: 36px;
    height: 36px;
  }
  .gipixel-hero--story .hero-content .hero-top-developers .hero-top-item .hero-top-info .hero-top-name {
    font-size: var(--text-xs);
  }
  .gipixel-hero--story .hero-content .hero-top-developers .hero-top-item .hero-top-info .hero-top-level {
    font-size: 10px;
  }
}
.gipixel-hero--story .hero-content .hero-actions {
  display: flex;
  gap: var(--spacer-sm);
  flex-wrap: wrap;
  margin-top: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(30px);
  animation: heroFadeIn 0.8s ease-out 1.4s forwards;
}
@media (max-width: 1023px) {
  .gipixel-hero--story .hero-content .hero-actions {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .gipixel-hero--story .hero-content .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: var(--spacer-sm);
  }
}
.gipixel-hero--story .hero-content .hero-actions .hero-cta-primary {
  background: linear-gradient(135deg, var(--orange) 0%, var(--blue) 70%);
  color: white !important;
  border: none;
  position: relative;
  overflow: hidden;
}
.gipixel-hero--story .hero-content .hero-actions .hero-cta-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
  color: white !important;
}
.gipixel-hero--story .hero-content .hero-actions .hero-cta-primary:hover {
  color: white !important;
}
.gipixel-hero--story .hero-content .hero-actions .hero-cta-primary:hover::before {
  left: 100%;
  color: white !important;
}
.gipixel-hero--story .hero-content .hero-actions .hero-cta-secondary {
  background: transparent;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
.gipixel-hero--story .hero-content .hero-actions .hero-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
}
.gipixel-hero--story .hero-preview {
  opacity: 0;
  transform: translateY(30px);
  animation: heroFadeIn 0.8s ease-out 0.4s forwards;
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .gipixel-hero--story .hero-preview {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .gipixel-hero--story .hero-preview {
    min-height: 350px;
  }
}
@media (max-width: 480px) {
  .gipixel-hero--story .hero-preview {
    min-height: 300px;
  }
}
.gipixel-hero--story .hero-preview .geometric-system {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .gipixel-hero--story .hero-preview .geometric-system {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .gipixel-hero--story .hero-preview .geometric-system {
    max-width: 100%;
    padding: var(--spacer-sm);
  }
}
@media (max-width: 480px) {
  .gipixel-hero--story .hero-preview .geometric-system {
    max-width: 100%;
    padding: var(--spacer-xs);
  }
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(102, 126, 234, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(102, 126, 234, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  animation: gridDrift 20s linear infinite;
  opacity: 0.3;
  z-index: 2;
  pointer-events: none;
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-lines .line {
  stroke: var(--blue);
  stroke-width: 1.5;
  fill: none;
  filter: drop-shadow(0 0 2px var(--blue));
  opacity: 0.6;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: stroke-dashoffset 1.5s ease-out, opacity 0.3s ease;
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-lines .line.line-h {
  stroke: var(--blue);
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-lines .line.line-v {
  stroke: var(--blue);
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-lines .line.line-d {
  stroke: var(--orange);
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-lines .line.line-conn {
  stroke: var(--blue);
  opacity: 0.6;
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-lines .line.is-building {
  stroke-dashoffset: 0 !important;
  opacity: 0.6;
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .geometric-top-list {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--spacer-xs);
  padding: var(--spacer-sm);
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100px;
  min-width: 100px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.75);
  border: 1px solid var(--blue);
  border-radius: var(--border-radius-md);
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  box-shadow: none;
  box-sizing: border-box;
  opacity: 0;
  animation: geometricCardFloat 0.8s ease-out forwards;
  pointer-events: auto;
  transform: translate(-50%, -42%);
}
@keyframes geometricCardFloat {
  from {
    opacity: 0;
    transform: translate(-50%, -42%) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -42%) scale(1);
  }
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item:nth-child(1) {
  animation-delay: 1.5s;
  top: 29%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item:nth-child(2) {
  animation-delay: 1.7s;
  top: 69%;
  left: 30%;
  transform: translate(-50%, -50%);
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item:nth-child(3) {
  animation-delay: 1.9s;
  top: 69%;
  left: 70%;
  transform: translate(-50%, -50%);
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item:hover {
  background: rgba(0, 0, 0, 0.85);
  border-color: var(--orange);
  box-shadow: none;
  transform: translate(-50%, -42%) translateY(-3px) scale(1.03);
  z-index: 11;
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item.level-user {
  background: linear-gradient(135deg, rgba(10, 10, 10, 0.95) 0%, rgba(26, 15, 10, 0.95) 50%, rgba(15, 10, 10, 0.95) 100%);
  border: 1px solid rgba(253, 126, 20, 0.3);
  box-shadow: inset 0 0 20px rgba(253, 126, 20, 0.05), 0 0 30px rgba(253, 126, 20, 0.1);
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item.level-user:hover {
  border-color: rgba(253, 126, 20, 0.5);
  background: linear-gradient(135deg, rgba(10, 10, 10, 0.98) 0%, rgba(26, 15, 10, 0.98) 50%, rgba(15, 10, 10, 0.98) 100%);
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item.level-user .hero-top-rank {
  background: linear-gradient(135deg, #fd7e14, #ff9d3d);
  color: var(--white);
  font-weight: var(--text-xl-weight);
  box-shadow: 0 2px 8px rgba(253, 126, 20, 0.5);
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item.level-user .hero-top-level svg {
  color: #fd7e14;
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item.level-user .hero-top-avatar img {
  border-color: rgba(253, 126, 20, 0.5);
  box-shadow: 0 0 8px rgba(253, 126, 20, 0.3);
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item.level-award {
  background: linear-gradient(135deg, rgba(10, 10, 26, 0.95) 0%, rgba(26, 26, 42, 0.95) 50%, rgba(15, 15, 26, 0.95) 100%);
  border: 1px solid rgba(100, 150, 255, 0.3);
  box-shadow: inset 0 0 30px rgba(100, 150, 255, 0.1), 0 0 40px rgba(100, 150, 255, 0.15);
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item.level-award:hover {
  border-color: rgba(100, 150, 255, 0.5);
  background: linear-gradient(135deg, rgba(10, 10, 26, 0.98) 0%, rgba(26, 26, 42, 0.98) 50%, rgba(15, 15, 26, 0.98) 100%);
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item.level-award .hero-top-rank {
  background: linear-gradient(135deg, #9ca3af, #d1d5db);
  color: var(--white);
  font-weight: var(--text-xl-weight);
  box-shadow: 0 2px 8px rgba(156, 163, 175, 0.5);
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item.level-award .hero-top-level svg {
  color: #9ca3af;
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item.level-award .hero-top-avatar img {
  border-color: rgba(156, 163, 175, 0.5);
  box-shadow: 0 0 8px rgba(156, 163, 175, 0.3);
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item.level-trophy {
  background: linear-gradient(135deg, rgba(26, 15, 10, 0.95) 0%, rgba(42, 26, 10, 0.95) 50%, rgba(31, 21, 15, 0.95) 100%);
  border: 1px solid rgba(245, 158, 11, 0.3);
  box-shadow: none;
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item.level-trophy:hover {
  border-color: rgba(245, 158, 11, 0.5);
  background: linear-gradient(135deg, rgba(26, 15, 10, 0.98) 0%, rgba(42, 26, 10, 0.98) 50%, rgba(31, 21, 15, 0.98) 100%);
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item.level-trophy .hero-top-rank {
  background: linear-gradient(135deg, #f59e0b, #fbbf24);
  color: var(--white);
  font-weight: var(--text-xl-weight);
  box-shadow: 0 2px 8px rgba(245, 158, 11, 0.5);
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item.level-trophy .hero-top-level svg {
  color: #f59e0b;
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item.level-trophy .hero-top-avatar img {
  border-color: rgba(245, 158, 11, 0.5);
  box-shadow: 0 0 8px rgba(245, 158, 11, 0.3);
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item.level-crown {
  background: linear-gradient(135deg, rgba(26, 21, 10, 0.95) 0%, rgba(42, 32, 10, 0.95) 50%, rgba(31, 24, 15, 0.95) 100%);
  border: 1px solid rgba(251, 191, 36, 0.4);
  box-shadow: none;
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item.level-crown:hover {
  border-color: rgba(251, 191, 36, 0.6);
  background: linear-gradient(135deg, rgba(26, 21, 10, 0.98) 0%, rgba(42, 32, 10, 0.98) 50%, rgba(31, 24, 15, 0.98) 100%);
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item.level-crown .hero-top-rank {
  background: linear-gradient(135deg, #fbbf24, #fcd34d);
  color: var(--dark);
  font-weight: var(--text-xl-weight);
  box-shadow: 0 2px 8px rgba(251, 191, 36, 0.5);
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item.level-crown .hero-top-level svg {
  color: #fbbf24;
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item.level-crown .hero-top-avatar img {
  border-color: rgba(251, 191, 36, 0.5);
  box-shadow: 0 0 8px rgba(251, 191, 36, 0.3);
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item.level-legendary {
  background: linear-gradient(135deg, rgba(26, 10, 10, 0.95) 0%, rgba(42, 10, 10, 0.95) 50%, rgba(31, 10, 10, 0.95) 100%);
  border: 1px solid rgba(220, 38, 38, 0.5);
  box-shadow: none;
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item.level-legendary:hover {
  border-color: rgba(220, 38, 38, 0.7);
  background: linear-gradient(135deg, rgba(26, 10, 10, 0.98) 0%, rgba(42, 10, 10, 0.98) 50%, rgba(31, 10, 10, 0.98) 100%);
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item.level-legendary .hero-top-rank {
  background: linear-gradient(135deg, #dc2626, #ef4444);
  color: var(--white);
  font-weight: var(--text-xl-weight);
  box-shadow: 0 2px 8px rgba(220, 38, 38, 0.5);
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item.level-legendary .hero-top-level svg {
  color: #dc2626;
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item.level-legendary .hero-top-avatar img {
  border-color: rgba(220, 38, 38, 0.5);
  box-shadow: 0 0 8px rgba(220, 38, 38, 0.3);
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item .hero-top-avatar {
  position: relative;
  flex-shrink: 0;
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item .hero-top-avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1.5px solid var(--blue);
  box-shadow: 0 0 8px rgba(102, 126, 234, 0.3);
  transition: all 0.3s ease;
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item .hero-top-avatar .hero-top-rank {
  position: absolute;
  bottom: -6px;
  right: -6px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: var(--text-lg-weight);
  border: 2px solid var(--dark);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item .hero-top-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item .hero-top-info .hero-top-name {
  color: var(--white);
  font-size: var(--text-xs);
  font-weight: var(--text-md-weight);
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  width: 100%;
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item .hero-top-info .hero-top-level {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--text-secondary);
  font-size: 10px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item .hero-top-info .hero-top-level svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}
.gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item .hero-top-info .hero-top-level span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  flex: 1;
  min-width: 0;
}
@media (max-width: 767px) {
  .gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item {
    min-width: 100px;
    padding: var(--spacer-xs);
    position: relative;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    margin: var(--spacer-xs);
  }
  .gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item .hero-top-avatar img {
    width: 40px;
    height: 40px;
  }
  .gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item .hero-top-info .hero-top-name {
    font-size: 10px;
    max-width: 80px;
  }
  .gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item .hero-top-info .hero-top-level {
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  .gipixel-hero--story .hero-preview .geometric-system .geometric-top-developers .hero-top-item .geometric-top-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--spacer-xs);
    padding: var(--spacer-sm);
    justify-content: center;
    align-items: center;
  }
}
.gipixel-hero--story .hero-preview .geometric-system .node {
  position: absolute;
  width: calc(8px + 0.5vw);
  height: calc(8px + 0.5vw);
  min-width: 6px;
  min-height: 6px;
  max-width: 12px;
  max-height: 12px;
  border-radius: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  transition: opacity 1.5s ease, box-shadow 1.5s ease;
  pointer-events: none;
}
.gipixel-hero--story .hero-preview .geometric-system .node.node-primary {
  background: var(--blue);
  box-shadow: 0 0 4px var(--blue), 0 0 8px var(--blue);
  opacity: 0.5;
}
.gipixel-hero--story .hero-preview .geometric-system .node.node-secondary {
  background: var(--orange);
  box-shadow: 0 0 2px var(--orange), 0 0 4px var(--orange);
  opacity: 0.4;
}
.gipixel-hero--story .hero-preview .geometric-system .node.is-active.node-primary {
  opacity: 1;
  box-shadow: 0 0 8px var(--blue), 0 0 16px var(--blue), 0 0 24px var(--blue);
}
.gipixel-hero--story .hero-preview .geometric-system .node.is-active.node-secondary {
  opacity: 0.9;
  box-shadow: 0 0 6px var(--orange), 0 0 12px var(--orange), 0 0 18px var(--orange);
}
.gipixel-hero--story .hero-preview .geometric-system .central-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  z-index: 10;
  transform: translate(-50%, -50%);
  perspective: 1000px;
  perspective-origin: center center;
  cursor: grab;
  pointer-events: auto;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: none;
}
.gipixel-hero--story .hero-preview .geometric-system .central-shape:active {
  cursor: grabbing;
}
.gipixel-hero--story .hero-preview .geometric-system .central-shape .cube-3d {
  position: relative;
  width: 60px;
  height: 60px;
  aspect-ratio: 1/1;
  transform-style: preserve-3d;
  transform-origin: center center;
  margin: 30px auto;
  top: 0;
  left: 0;
  will-change: transform;
}
.gipixel-hero--story .hero-preview .geometric-system .central-shape .cube-3d .cube-face {
  position: absolute;
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  max-width: 60px;
  max-height: 60px;
  aspect-ratio: 1/1;
  border: 2px solid rgba(255, 140, 0, 0.3);
  background: rgba(255, 140, 0, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  backface-visibility: visible;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  transform-origin: center center;
  will-change: transform;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.gipixel-hero--story .hero-preview .geometric-system .central-shape .cube-3d .cube-face .cube-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  background-image: linear-gradient(rgba(255, 140, 0, 0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 140, 0, 0.2) 1px, transparent 1px);
  background-size: 15px 15px;
  opacity: 0.6;
}
.gipixel-hero--story .hero-preview .geometric-system .central-shape .cube-3d .cube-front {
  transform: translateZ(38px);
}
.gipixel-hero--story .hero-preview .geometric-system .central-shape .cube-3d .cube-back {
  transform: translateZ(-38px) rotateY(180deg);
}
.gipixel-hero--story .hero-preview .geometric-system .central-shape .cube-3d .cube-top {
  transform: rotateX(90deg) translateZ(38px);
}
.gipixel-hero--story .hero-preview .geometric-system .central-shape .cube-3d .cube-bottom {
  transform: rotateX(-90deg) translateZ(38px);
}
.gipixel-hero--story .hero-preview .geometric-system .central-shape .cube-3d .cube-left {
  transform: rotateY(-90deg) translateZ(38px);
}
.gipixel-hero--story .hero-preview .geometric-system .central-shape .cube-3d .cube-right {
  transform: rotateY(90deg) translateZ(38px);
}
.gipixel-hero--story .hero-preview .geometric-system:hover .cube-3d .cube-front {
  transform: translateZ(30px);
}
.gipixel-hero--story .hero-preview .geometric-system:hover .cube-3d .cube-back {
  transform: translateZ(-30px) rotateY(180deg);
}
.gipixel-hero--story .hero-preview .geometric-system:hover .cube-3d .cube-top {
  transform: rotateX(90deg) translateZ(30px);
}
.gipixel-hero--story .hero-preview .geometric-system:hover .cube-3d .cube-bottom {
  transform: rotateX(-90deg) translateZ(30px);
}
.gipixel-hero--story .hero-preview .geometric-system:hover .cube-3d .cube-left {
  transform: rotateY(-90deg) translateZ(30px);
}
.gipixel-hero--story .hero-preview .geometric-system:hover .cube-3d .cube-right {
  transform: rotateY(90deg) translateZ(30px);
}
.gipixel-hero--story .hero-scroll-indicator {
  position: absolute;
  bottom: var(--spacer-lg);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  color: var(--text-secondary);
  font-size: var(--text-lg);
  animation: bounceScroll 2s ease-in-out infinite;
  cursor: pointer;
  transition: color 0.3s ease;
  opacity: 0;
  animation: heroFadeIn 0.8s ease-out 0.6s forwards, bounceScroll 2s ease-in-out 1s infinite;
}
.gipixel-hero--story .hero-scroll-indicator:hover {
  color: var(--white);
}

@keyframes heroFadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes floatGlow {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(30px, -30px) scale(1.1);
  }
}
@keyframes bounceScroll {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-10px);
  }
}
@keyframes gridDrift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(40px, 40px);
  }
}
@keyframes lineShimmer {
  0%, 100% {
    opacity: 0.4;
    filter: drop-shadow(0 0 2px currentColor);
  }
  50% {
    opacity: 0.8;
    filter: drop-shadow(0 0 4px currentColor);
  }
}
.line.is-building {
  animation: lineShimmer 4s ease-in-out infinite;
}

@keyframes shapeBreathing {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
}
@keyframes shapeRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media (max-width: 1023px) {
  .gipixel-hero--story .hero-background .hero-glow-1,
  .gipixel-hero--story .hero-background .hero-glow-2 {
    width: 400px;
    height: 400px;
    filter: blur(80px);
  }
}
@media (max-width: 767px) {
  .gipixel-hero--story .hero-background .hero-glow-1,
  .gipixel-hero--story .hero-background .hero-glow-2 {
    width: 300px;
    height: 300px;
    filter: blur(60px);
  }
  .gipixel-hero--story .hero-background .hero-grid-overlay {
    background-size: 30px 30px;
  }
  .gipixel-hero--story .hero-preview .geometric-system .geometric-grid {
    background-size: 30px 30px;
  }
  .gipixel-hero--story .hero-preview .geometric-system .node {
    width: calc(6px + 0.3vw);
    height: calc(6px + 0.3vw);
    min-width: 4px;
    min-height: 4px;
    max-width: 8px;
    max-height: 8px;
  }
  .gipixel-hero--story .hero-preview .geometric-system .node:nth-child(n+25) {
    display: none;
  }
  .gipixel-hero--story .hero-preview .geometric-system .geometric-lines .line-conn {
    display: none;
  }
  .gipixel-hero--story .hero-preview .geometric-system .geometric-lines .line {
    stroke-width: 1;
  }
  .gipixel-hero--story .hero-preview .geometric-system .central-shape {
    width: 80px;
    height: 80px;
  }
  .gipixel-hero--story .hero-preview .geometric-system .central-shape .cube-3d {
    width: 50px;
    height: 50px;
    margin: 15px auto;
  }
  .gipixel-hero--story .hero-preview .geometric-system .central-shape .cube-3d .cube-face {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .gipixel-hero--story .hero-preview .geometric-system .central-shape .cube-3d .cube-front {
    transform: translateZ(32px);
  }
  .gipixel-hero--story .hero-preview .geometric-system .central-shape .cube-3d .cube-back {
    transform: translateZ(-32px) rotateY(180deg);
  }
  .gipixel-hero--story .hero-preview .geometric-system .central-shape .cube-3d .cube-top {
    transform: rotateX(90deg) translateZ(32px);
  }
  .gipixel-hero--story .hero-preview .geometric-system .central-shape .cube-3d .cube-bottom {
    transform: rotateX(-90deg) translateZ(32px);
  }
  .gipixel-hero--story .hero-preview .geometric-system .central-shape .cube-3d .cube-left {
    transform: rotateY(-90deg) translateZ(32px);
  }
  .gipixel-hero--story .hero-preview .geometric-system .central-shape .cube-3d .cube-right {
    transform: rotateY(90deg) translateZ(32px);
  }
  .gipixel-hero--story .hero-preview .geometric-system .central-shape:hover .cube-3d .cube-front {
    transform: translateZ(25px);
  }
  .gipixel-hero--story .hero-preview .geometric-system .central-shape:hover .cube-3d .cube-back {
    transform: translateZ(-25px) rotateY(180deg);
  }
  .gipixel-hero--story .hero-preview .geometric-system .central-shape:hover .cube-3d .cube-top {
    transform: rotateX(90deg) translateZ(25px);
  }
  .gipixel-hero--story .hero-preview .geometric-system .central-shape:hover .cube-3d .cube-bottom {
    transform: rotateX(-90deg) translateZ(25px);
  }
  .gipixel-hero--story .hero-preview .geometric-system .central-shape:hover .cube-3d .cube-left {
    transform: rotateY(-90deg) translateZ(25px);
  }
  .gipixel-hero--story .hero-preview .geometric-system .central-shape:hover .cube-3d .cube-right {
    transform: rotateY(90deg) translateZ(25px);
  }
}
@media (max-width: 480px) {
  .gipixel-hero--story .hero-background .hero-glow-1,
  .gipixel-hero--story .hero-background .hero-glow-2 {
    width: 250px;
    height: 250px;
    filter: blur(50px);
  }
  .gipixel-hero--story .hero-background .hero-grid-overlay {
    background-size: 25px 25px;
  }
  .gipixel-hero--story .hero-preview .geometric-system .geometric-grid {
    background-size: 25px 25px;
  }
  .gipixel-hero--story .hero-preview .geometric-system .node {
    width: 4px;
    height: 4px;
    min-width: 3px;
    min-height: 3px;
    max-width: 6px;
    max-height: 6px;
  }
  .gipixel-hero--story .hero-preview .geometric-system .node:nth-child(n+17) {
    display: none;
  }
  .gipixel-hero--story .hero-preview .geometric-system .central-shape {
    width: 60px;
    height: 60px;
  }
  .gipixel-hero--story .hero-preview .geometric-system .central-shape .cube-3d {
    width: 40px;
    height: 40px;
    margin: 10px auto;
  }
  .gipixel-hero--story .hero-preview .geometric-system .central-shape .cube-3d .cube-face {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    border-width: 1.5px;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .gipixel-hero--story .hero-preview .geometric-system .central-shape .cube-3d .cube-front {
    transform: translateZ(26px);
  }
  .gipixel-hero--story .hero-preview .geometric-system .central-shape .cube-3d .cube-back {
    transform: translateZ(-26px) rotateY(180deg);
  }
  .gipixel-hero--story .hero-preview .geometric-system .central-shape .cube-3d .cube-top {
    transform: rotateX(90deg) translateZ(26px);
  }
  .gipixel-hero--story .hero-preview .geometric-system .central-shape .cube-3d .cube-bottom {
    transform: rotateX(-90deg) translateZ(26px);
  }
  .gipixel-hero--story .hero-preview .geometric-system .central-shape .cube-3d .cube-left {
    transform: rotateY(-90deg) translateZ(26px);
  }
  .gipixel-hero--story .hero-preview .geometric-system .central-shape .cube-3d .cube-right {
    transform: rotateY(90deg) translateZ(26px);
  }
  .gipixel-hero--story .hero-preview .geometric-system .central-shape:hover .cube-3d .cube-front {
    transform: translateZ(20px);
  }
  .gipixel-hero--story .hero-preview .geometric-system .central-shape:hover .cube-3d .cube-back {
    transform: translateZ(-20px) rotateY(180deg);
  }
  .gipixel-hero--story .hero-preview .geometric-system .central-shape:hover .cube-3d .cube-top {
    transform: rotateX(90deg) translateZ(20px);
  }
  .gipixel-hero--story .hero-preview .geometric-system .central-shape:hover .cube-3d .cube-bottom {
    transform: rotateX(-90deg) translateZ(20px);
  }
  .gipixel-hero--story .hero-preview .geometric-system .central-shape:hover .cube-3d .cube-left {
    transform: rotateY(-90deg) translateZ(20px);
  }
  .gipixel-hero--story .hero-preview .geometric-system .central-shape:hover .cube-3d .cube-right {
    transform: rotateY(90deg) translateZ(20px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .gipixel-hero--story .hero-background .hero-glow-1,
  .gipixel-hero--story .hero-background .hero-glow-2 {
    animation: none;
  }
  .gipixel-hero--story .hero-content,
  .gipixel-hero--story .hero-preview,
  .gipixel-hero--story .hero-scroll-indicator {
    animation: none;
    opacity: 1;
    transform: none;
  }
  .gipixel-hero--story .hero-preview .geometric-system .geometric-grid {
    animation: none;
  }
  .gipixel-hero--story .hero-preview .geometric-system .geometric-lines .line {
    animation: none;
    opacity: 0.6;
  }
  .gipixel-hero--story .hero-preview .geometric-system .node {
    transition: none;
    opacity: 0.6 !important;
  }
  .gipixel-hero--story .hero-preview .geometric-system .node.is-active {
    opacity: 0.8 !important;
  }
  .gipixel-hero--story .hero-preview .geometric-system .central-shape {
    animation: none;
    transform: translate(-50%, -50%) scale(1);
  }
  .gipixel-hero--story .hero-preview .geometric-system .central-shape .cube-3d {
    animation: none;
    transform: rotateX(0deg) rotateY(0deg) !important;
  }
}
/*******************************
||        Cover Section        ||
*******************************/
.Gipixel-container-fw {
  padding-left: 0 !important;
}

.Gipixel-primary-cover {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacer-xl) var(--spacer-lg);
  overflow: hidden;
  text-align: left;
  box-sizing: border-box;
  width: 100%;
}
.Gipixel-primary-cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 300px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.1) 80%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}
.Gipixel-primary-cover::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 400px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.1) 80%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 1400px) {
  .Gipixel-primary-cover {
    padding: var(--spacer-xxl) var(--spacer-xl);
    min-height: 95vh;
  }
}
@media (max-width: 1399px) and (min-width: 1024px) {
  .Gipixel-primary-cover {
    padding: var(--spacer-xl) var(--spacer-lg);
    min-height: 90vh;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .Gipixel-primary-cover {
    padding: var(--spacer-lg) var(--spacer-md);
    min-height: auto;
    min-height: 85vh;
  }
}
@media (max-width: 767px) {
  .Gipixel-primary-cover {
    padding: var(--spacer-md) var(--spacer-sm);
    min-height: auto;
    min-height: 80vh;
  }
}
@media (max-width: 480px) {
  .Gipixel-primary-cover {
    padding: var(--spacer-sm) var(--spacer-xs);
    min-height: auto;
    min-height: 75vh;
  }
}
.Gipixel-primary-cover .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.Gipixel-primary-cover .hero-background .hero-gradient-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at top, rgba(102, 126, 234, 0.15) 0%, transparent 50%), radial-gradient(ellipse at bottom right, rgba(253, 126, 20, 0.08) 0%, transparent 50%);
}
.Gipixel-primary-cover .hero-background .hero-glow-1 {
  position: absolute;
  width: 600px;
  height: 600px;
  background: linear-gradient(135deg, var(--orange) 0%, var(--blue) 100%);
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.15;
  top: -20%;
  right: -10%;
  animation: floatGlow 20s ease-in-out infinite;
}
.Gipixel-primary-cover .hero-background .hero-glow-2 {
  position: absolute;
  width: 500px;
  height: 500px;
  background: linear-gradient(135deg, var(--blue) 0%, var(--purple) 100%);
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.25;
  bottom: -15%;
  left: -5%;
  animation: floatGlow 25s ease-in-out infinite reverse;
}
.Gipixel-primary-cover .hero-background .hero-grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.4;
}
.Gipixel-primary-cover .hero-background .hero-noise-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  pointer-events: none;
}
.Gipixel-primary-cover .hero-container {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacer-xl);
  align-items: center;
  padding: 0 var(--spacer-md);
  box-sizing: border-box;
}
@media (min-width: 1400px) {
  .Gipixel-primary-cover .hero-container {
    max-width: 1600px;
    padding: 0 var(--spacer-xl);
  }
}
@media (max-width: 1399px) and (min-width: 1024px) {
  .Gipixel-primary-cover .hero-container {
    max-width: 1200px;
    padding: 0 var(--spacer-lg);
    gap: var(--spacer-lg);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .Gipixel-primary-cover .hero-container {
    grid-template-columns: 1fr;
    gap: var(--spacer-xl);
    padding: 0 var(--spacer-md);
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .Gipixel-primary-cover .hero-container {
    grid-template-columns: 1fr;
    gap: var(--spacer-lg);
    padding: 0 var(--spacer-sm);
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .Gipixel-primary-cover .hero-container {
    padding: 0 var(--spacer-xs);
    gap: var(--spacer-md);
  }
}
.Gipixel-primary-cover .hero-content {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-lg);
  opacity: 0;
  transform: translateY(30px);
  animation: heroFadeIn 0.8s ease-out 0.2s forwards;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 1400px) {
  .Gipixel-primary-cover .hero-content {
    gap: var(--spacer-xl);
  }
}
@media (max-width: 767px) {
  .Gipixel-primary-cover .hero-content {
    gap: var(--spacer-md);
    text-align: center;
  }
}
.Gipixel-primary-cover .hero-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  opacity: 0;
  transform: translateY(30px);
  animation: heroFadeIn 0.8s ease-out 0.4s forwards;
}
.Gipixel-primary-cover .Gipixel-primary-cover-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: var(--gap-md);
  position: relative;
  z-index: 1;
  width: 100%;
}
.Gipixel-primary-cover .Gipixel-primary-cover-content .badge {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: start;
  gap: var(--gap-xs);
  border-radius: 100px;
  padding: var(--padding-xs) var(--padding-sm);
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.2s;
}
.Gipixel-primary-cover .Gipixel-primary-cover-content .badge i {
  font-size: var(--text-xs);
  font-size: 12px;
  background: linear-gradient(135deg, var(--primary), var(--orange), var(--blue), var(--primary));
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-shift 3s ease infinite;
  display: inline-block;
}
.Gipixel-primary-cover .Gipixel-primary-cover-content .badge p {
  font-size: 12px;
  font-weight: var(--font-weight-bold);
  color: var(--text-primary);
}
.Gipixel-primary-cover .Gipixel-primary-cover-content .btn-plus {
  border-radius: 100px !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.8s;
  background: transparent !important;
  border: none !important;
}
.Gipixel-primary-cover .Gipixel-primary-cover-content .btn-plus a {
  background-color: transparent;
  width: auto;
  height: auto;
  border-radius: 0;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0;
  font-weight: var(--font-weight-bold);
  font-size: var(--text-sm);
  transition: all 0.3s ease;
  text-decoration: none;
  border: none;
}
.Gipixel-primary-cover .Gipixel-primary-cover-content .btn-plus a i {
  font-size: 14px;
  transition: transform 0.3s ease;
}
.Gipixel-primary-cover .Gipixel-primary-cover-content .btn-plus a:hover i {
  transform: translateX(4px);
}
.Gipixel-primary-cover .Gipixel-primary-cover-content h1 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--text-primary);
  font-size: var(--text-xxl);
  width: 100%;
  text-align: start;
  letter-spacing: 0.5px;
  line-height: 1.2;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.4s;
}
.Gipixel-primary-cover .Gipixel-primary-cover-content p {
  width: 100%;
  margin: 0;
  margin-left: 0;
  padding-left: 0;
  text-align: start;
  font-size: var(--text-md);
  color: var(--text-secondary);
  line-height: 1.7;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.6s;
}
.Gipixel-primary-cover .text-primary-color-gipixel {
  background: linear-gradient(135deg, var(--primary), var(--orange), var(--blue), var(--primary));
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-shift 3s ease infinite;
  display: inline-block;
}
@keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes heroFadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes floatGlow {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(30px, -30px) scale(1.1);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes circleAppear {
  0% {
    opacity: 0;
    transform: scale(0) rotate(-180deg);
  }
  50% {
    transform: scale(1.2) rotate(10deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}
.Gipixel-primary-cover .cover-button-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  gap: var(--gap-md);
  flex-wrap: wrap;
}
.Gipixel-primary-cover .cover-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap-md);
}
.Gipixel-primary-cover .cover-button a {
  padding: var(--padding-sm) var(--padding-lg);
  font-weight: bold;
  border-radius: var(--border-radius-sm);
  transition: all 0.3s ease;
}
.Gipixel-primary-cover .cover-button a:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}
.Gipixel-primary-cover .developers-circles-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.Gipixel-primary-cover .developers-circles-container .developers-circles-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  gap: 0px;
  max-width: 600px;
  overflow: hidden;
  padding-left: 12px;
}
.Gipixel-primary-cover .developers-circles-container .developers-circles-wrapper .developer-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(253, 126, 20, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  flex-shrink: 0;
  margin-left: -8px;
  background: var(--dark);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: scale(0);
  animation: circleAppear 0.4s ease forwards;
}
.Gipixel-primary-cover .developers-circles-container .developers-circles-wrapper .developer-circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.Gipixel-primary-cover .developers-circles-container .developers-circles-wrapper .developer-circle:hover {
  border-color: var(--primary);
  transform: translateY(-4px) scale(1.15);
  z-index: 10;
  box-shadow: none;
}
.Gipixel-primary-cover .developers-circles-container .developers-circles-wrapper .developer-circle:hover img {
  transform: scale(1.1);
}
.Gipixel-primary-cover .rings-container-top {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  perspective: 1200px;
  gap: var(--spacer-md);
}
.Gipixel-primary-cover .rings-container-top .Gipixel-radial-developers {
  width: 500px;
  height: 500px;
  min-height: 500px;
  max-width: 500px;
  max-height: 500px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  position: relative;
  transform-style: preserve-3d;
}
.Gipixel-primary-cover .rings-container-top .Gipixel-radial-developers .rings-container {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  background: transparent;
  pointer-events: auto;
  cursor: grab;
}
.Gipixel-primary-cover .rings-container-top .Gipixel-radial-developers .rings-container:active {
  cursor: grabbing;
}
.Gipixel-primary-cover .rings-container-top .Gipixel-radial-developers .grid-3d-container {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transform-origin: 50% 50%;
  cursor: grab;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: none;
  aspect-ratio: 1/1;
}
.Gipixel-primary-cover .rings-container-top .Gipixel-radial-developers .grid-3d-container.dragging {
  cursor: grabbing;
  transition: none;
}
.Gipixel-primary-cover .rings-container-top .Gipixel-radial-developers .grid-3d-container.dragging .grid-developer-item {
  pointer-events: none;
}
.Gipixel-primary-cover .rings-container-top .Gipixel-radial-developers .grid-3d-container:not(.dragging) {
  transition: transform 0.1s ease-out;
}
.Gipixel-primary-cover .rings-container-top .Gipixel-radial-developers .cube-face {
  position: absolute;
  width: 400px;
  height: 400px;
  aspect-ratio: 1/1;
  border: 2px solid rgba(253, 126, 20, 0.3);
  background: rgba(26, 26, 26, 0.1);
  transform-style: preserve-3d;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  margin-left: -200px;
  margin-top: -200px;
  transform-origin: center center;
  background-image: repeating-linear-gradient(90deg, transparent 0, transparent calc(12.5% - 1px), rgba(253, 126, 20, 0.2) calc(12.5% - 1px), rgba(253, 126, 20, 0.2) 12.5%, transparent 12.5%, transparent calc(25% - 1px), rgba(33, 150, 243, 0.2) calc(25% - 1px), rgba(33, 150, 243, 0.2) 25%, transparent 25%, transparent calc(37.5% - 1px), rgba(253, 126, 20, 0.2) calc(37.5% - 1px), rgba(253, 126, 20, 0.2) 37.5%, transparent 37.5%, transparent calc(50% - 1px), rgba(33, 150, 243, 0.2) calc(50% - 1px), rgba(33, 150, 243, 0.2) 50%, transparent 50%, transparent calc(62.5% - 1px), rgba(253, 126, 20, 0.2) calc(62.5% - 1px), rgba(253, 126, 20, 0.2) 62.5%, transparent 62.5%, transparent calc(75% - 1px), rgba(33, 150, 243, 0.2) calc(75% - 1px), rgba(33, 150, 243, 0.2) 75%, transparent 75%, transparent calc(87.5% - 1px), rgba(253, 126, 20, 0.2) calc(87.5% - 1px), rgba(253, 126, 20, 0.2) 87.5%, transparent 87.5%, transparent calc(100% - 1px), rgba(33, 150, 243, 0.2) calc(100% - 1px), rgba(33, 150, 243, 0.2) 100%), repeating-linear-gradient(0deg, transparent 0, transparent calc(12.5% - 1px), rgba(253, 126, 20, 0.2) calc(12.5% - 1px), rgba(253, 126, 20, 0.2) 12.5%, transparent 12.5%, transparent calc(25% - 1px), rgba(33, 150, 243, 0.2) calc(25% - 1px), rgba(33, 150, 243, 0.2) 25%, transparent 25%, transparent calc(37.5% - 1px), rgba(253, 126, 20, 0.2) calc(37.5% - 1px), rgba(253, 126, 20, 0.2) 37.5%, transparent 37.5%, transparent calc(50% - 1px), rgba(33, 150, 243, 0.2) calc(50% - 1px), rgba(33, 150, 243, 0.2) 50%, transparent 50%, transparent calc(62.5% - 1px), rgba(253, 126, 20, 0.2) calc(62.5% - 1px), rgba(253, 126, 20, 0.2) 62.5%, transparent 62.5%, transparent calc(75% - 1px), rgba(33, 150, 243, 0.2) calc(75% - 1px), rgba(33, 150, 243, 0.2) 75%, transparent 75%, transparent calc(87.5% - 1px), rgba(253, 126, 20, 0.2) calc(87.5% - 1px), rgba(253, 126, 20, 0.2) 87.5%, transparent 87.5%, transparent calc(100% - 1px), rgba(33, 150, 243, 0.2) calc(100% - 1px), rgba(33, 150, 243, 0.2) 100%);
}
.Gipixel-primary-cover .rings-container-top .Gipixel-radial-developers .cube-face.front {
  transform: translateZ(200px);
}
.Gipixel-primary-cover .rings-container-top .Gipixel-radial-developers .cube-face.back {
  transform: rotateY(180deg) translateZ(200px);
}
.Gipixel-primary-cover .rings-container-top .Gipixel-radial-developers .cube-face.right {
  transform: rotateY(90deg) translateZ(200px);
}
.Gipixel-primary-cover .rings-container-top .Gipixel-radial-developers .cube-face.left {
  transform: rotateY(-90deg) translateZ(200px);
}
.Gipixel-primary-cover .rings-container-top .Gipixel-radial-developers .cube-face.top {
  transform: rotateX(90deg) translateZ(200px);
}
.Gipixel-primary-cover .rings-container-top .Gipixel-radial-developers .cube-face.bottom {
  transform: rotateX(-90deg) translateZ(200px);
}
.Gipixel-primary-cover .rings-container-top .Gipixel-radial-developers .grid-developer-item {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  opacity: 0;
  animation: fadeInScale 0.6s ease forwards, pulseDot 2s ease-in-out infinite;
  display: block;
  visibility: visible;
  transform-origin: center center;
  transform-style: preserve-3d;
  z-index: 1;
  transition: all 0.3s ease;
  margin: 0;
  padding: 0;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 70%, transparent 100%);
  box-shadow: inset -1px -1px 2px rgba(255, 255, 255, 0.8), inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset 2px 2px 3px rgba(0, 0, 0, 0.3), 0 0 4px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.4);
}
.Gipixel-primary-cover .rings-container-top .Gipixel-radial-developers .grid-developer-item.active {
  background: radial-gradient(circle at 30% 30%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.2) 70%, transparent 100%);
  box-shadow: inset -1px -1px 3px rgb(255, 255, 255), inset 1px 1px 2px rgba(255, 255, 255, 0.8), inset 2px 2px 4px rgba(0, 0, 0, 0.4), 0 0 8px rgb(255, 255, 255), 0 0 16px rgba(255, 255, 255, 0.9), 0 0 24px rgba(255, 255, 255, 0.6), 0 2px 4px rgba(0, 0, 0, 0.5);
  animation: fadeInScale 0.6s ease forwards, pulseDotActive 1s ease-in-out infinite;
  transform: translate(-50%, -50%) scale(1.5);
}
.Gipixel-primary-cover .rings-container-top .Gipixel-radial-developers .grid-developer-item:hover {
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.7) 30%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.15) 70%, transparent 100%);
  box-shadow: inset -1px -1px 2px rgba(255, 255, 255, 0.9), inset 1px 1px 1px rgba(255, 255, 255, 0.7), inset 2px 2px 3px rgba(0, 0, 0, 0.35), 0 0 6px rgba(255, 255, 255, 0.8), 0 1px 3px rgba(0, 0, 0, 0.45);
  transform: translate(-50%, -50%);
}
@keyframes pulseDot {
  0%, 100% {
    opacity: 0.5;
    transform: translate(-50%, -50%);
    box-shadow: inset -1px -1px 2px rgba(255, 255, 255, 0.6), inset 1px 1px 1px rgba(255, 255, 255, 0.4), inset 2px 2px 3px rgba(0, 0, 0, 0.25), 0 0 4px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  }
  50% {
    opacity: 0.9;
    transform: translate(-50%, -50%);
    box-shadow: inset -1px -1px 2px rgba(255, 255, 255, 0.9), inset 1px 1px 1px rgba(255, 255, 255, 0.7), inset 2px 2px 3px rgba(0, 0, 0, 0.35), 0 0 8px rgba(255, 255, 255, 0.8), 0 1px 3px rgba(0, 0, 0, 0.4);
  }
}
@keyframes pulseDotActive {
  0%, 100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.5);
    box-shadow: inset -1px -1px 3px rgb(255, 255, 255), inset 1px 1px 2px rgba(255, 255, 255, 0.9), inset 2px 2px 4px rgba(0, 0, 0, 0.4), 0 0 8px rgb(255, 255, 255), 0 0 16px rgba(255, 255, 255, 0.9), 0 0 24px rgba(255, 255, 255, 0.7), 0 2px 4px rgba(0, 0, 0, 0.5);
  }
  50% {
    opacity: 0.95;
    transform: translate(-50%, -50%) scale(1.5);
    box-shadow: inset -1px -1px 4px rgb(255, 255, 255), inset 1px 1px 3px rgb(255, 255, 255), inset 2px 2px 5px rgba(0, 0, 0, 0.5), 0 0 12px rgb(255, 255, 255), 0 0 20px rgb(255, 255, 255), 0 0 30px rgba(255, 255, 255, 0.9), 0 3px 6px rgba(0, 0, 0, 0.6);
  }
}
.Gipixel-primary-cover .Gipixel-radial-tooltip {
  position: fixed;
  pointer-events: none;
  z-index: 1000;
  opacity: 0;
  transform: translate(-50%, -100%) scale(0.8);
  transition: opacity 0.3s ease, transform 0.3s ease;
  margin-bottom: 10px;
  isolation: isolate;
}
.Gipixel-primary-cover .Gipixel-radial-tooltip.visible {
  opacity: 1;
  transform: translate(-50%, -100%) scale(1);
}
.Gipixel-primary-cover .Gipixel-radial-tooltip .tooltip-content {
  background: rgba(26, 26, 26, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: var(--border-radius-md);
  padding: 10px 12px;
  box-shadow: none;
  min-width: auto;
  max-width: 300px;
  text-align: center;
  pointer-events: none;
  position: relative;
  z-index: 1;
}
.Gipixel-primary-cover .Gipixel-radial-tooltip .tooltip-content .tooltip-name {
  font-size: var(--text-sm);
  font-weight: var(--font-weight-bold);
  color: var(--text-primary);
  margin: 0;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.Gipixel-primary-cover .Gipixel-radial-tooltip .tooltip-content .tooltip-name .tooltip-level-inline {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: var(--text-xs);
  color: var(--primary);
  font-weight: var(--font-weight-bold);
  margin-left: 4px;
}
.Gipixel-primary-cover .Gipixel-radial-tooltip .tooltip-content .tooltip-name .tooltip-level-inline svg {
  width: 12px;
  height: 12px;
}
.Gipixel-primary-cover .Gipixel-radial-tooltip .tooltip-content .tooltip-level {
  display: none;
}
.Gipixel-primary-cover .Gipixel-radial-tooltip .tooltip-content .tooltip-bio {
  display: none;
}
.Gipixel-primary-cover .Gipixel-radial-tooltip::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(26, 26, 26, 0.95);
  z-index: -1;
}
@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) translateZ(-50px) scale(0);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) translateZ(0px) scale(1);
  }
}
@keyframes gridPulse {
  0%, 100% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.2;
  }
}

/*******************************
||        Slider Tags Section  ||
*******************************/
.Gipixel-slider-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-content: start;
  gap: var(--gap-md);
  padding: var(--padding-lg) 0;
  position: relative;
  overflow: hidden;
}
.Gipixel-slider-tag::before, .Gipixel-slider-tag::after {
  content: "";
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.Gipixel-slider-tag::before {
  left: 0;
  background: linear-gradient(to right, var(--bg-body-color), rgba(255, 255, 255, 0));
}
.Gipixel-slider-tag::after {
  right: 0;
  background: linear-gradient(to left, var(--bg-body-color), rgba(255, 255, 255, 0));
}
.Gipixel-slider-tag .Gipixel-container-slider {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.Gipixel-slider-tag .Gipixel-container-slider .Gipixel-slider {
  display: inline-block;
  width: 100%;
  position: relative;
}
.Gipixel-slider-tag .Gipixel-container-slider .Gipixel-slider:hover .Gipixel-slider-track {
  animation-play-state: paused;
}
.Gipixel-slider-tag .Gipixel-container-slider .Gipixel-slider .Gipixel-slider-track {
  display: inline-flex;
  animation: scroll-left 200s linear infinite;
  will-change: transform;
}
.Gipixel-slider-tag .Gipixel-container-slider .Gipixel-slider.dir-reverse .Gipixel-slider-track {
  animation: scroll-right 200s linear infinite;
}
.Gipixel-slider-tag .Gipixel-container-slider .Gipixel-slider .slide {
  border-radius: var(--border-radius-sm);
  margin: 0 var(--margin-sm);
  overflow: hidden;
  background-color: var(--dark);
}
.Gipixel-slider-tag .Gipixel-container-slider .Gipixel-slider .slide a {
  height: 100%;
  width: 100%;
  padding: var(--padding-sm) var(--padding-md);
  color: var(--text-secondary);
  min-width: 100%;
  font-size: var(--text-sm);
  white-space: nowrap;
  padding: var(--padding-sm) var(--padding-md);
}
.Gipixel-slider-tag .Gipixel-container-slider .Gipixel-slider .slide a:hover {
  cursor: pointer;
}
.Gipixel-slider-tag .Gipixel-container-slider .Gipixel-slider .slide .new-tag {
  color: var(--link-color);
}
.Gipixel-slider-tag .Gipixel-container-slider .dir-reverse:hover .Gipixel-slider-track {
  animation-play-state: paused;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}

/*******************************
||     View Components Button   ||
*******************************/
.Gipixel-btn-viewComponents {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/*******************************
||      Accreditation Section   ||
*******************************/
.container-accreditation {
  width: 100%;
  padding: var(--padding-xl) 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  gap: var(--gap-md);
  margin: 0 !important;
}
.container-accreditation > * {
  padding-left: 15px;
  padding-right: 15px;
  flex: 1 0 calc(100% / 12 - 15px);
}
.container-accreditation::before {
  z-index: 0;
  content: "";
  border-bottom: 1px solid;
  background: radial-gradient(50% 100% at 50% 100%, rgba(255, 196, 137, 0.1019607843) 0%, rgba(20, 14, 1, 0) 100%);
  border-image-source: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, rgba(255, 158, 120, 0.5019607843) 50%, rgba(0, 0, 0, 0));
  border-image-slice: 1;
  width: 500px;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 250px);
}
.container-accreditation .item-accreditation {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: var(--gap-sm);
  min-width: 150px;
  margin: 0 !important;
  animation: fadeInUp 0.6s ease-out forwards;
  opacity: 0;
}
.container-accreditation .item-accreditation:nth-child(1) {
  animation-delay: 0.2s;
}
.container-accreditation .item-accreditation:nth-child(2) {
  animation-delay: 0.3s;
}
.container-accreditation .item-accreditation:nth-child(3) {
  animation-delay: 0.4s;
}
.container-accreditation .item-accreditation:nth-child(4) {
  animation-delay: 0.5s;
}
.container-accreditation .item-accreditation .fi {
  font-size: var(--text-xl);
  color: var(--text-secondary);
}
.container-accreditation .item-accreditation h4 {
  font-size: var(--text-sm);
  letter-spacing: 1.5px;
  text-align: center;
  max-width: 200px;
  color: var(--text-secondary);
}
.container-accreditation .item-accreditation h1 {
  font-size: var(--text-lg);
  letter-spacing: 1.5px;
}

/*******************************
||         FAQ Section         ||
*******************************/
section.Gipixel-container:has(.Gipixel-FAQ) {
  position: relative;
  overflow: visible;
}
section.Gipixel-container:has(.Gipixel-FAQ)::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 1200px;
  height: 400px;
  background: radial-gradient(ellipse 100% 80% at 50% 0%, rgba(102, 126, 234, 0.3) 0%, rgba(118, 75, 162, 0.25) 15%, rgba(102, 126, 234, 0.2) 30%, rgba(253, 126, 20, 0.15) 50%, transparent 75%);
  filter: blur(80px);
  opacity: 0.35;
  z-index: 0;
  pointer-events: none;
  will-change: opacity;
}
section.Gipixel-container:has(.Gipixel-FAQ)::after {
  z-index: 0;
  content: "";
  border-top: 1px solid;
  background: radial-gradient(43.9% 100% at 50% 0, rgba(102, 126, 234, 0.15) 0%, transparent 100%);
  border-image-source: linear-gradient(90deg, transparent 0, rgba(102, 126, 234, 0.5) 50%, transparent);
  border-image-slice: 1;
  width: 800px;
  height: 60px;
  position: absolute;
  top: 0;
  left: calc(50% - 400px);
}

.Gipixel-FAQ {
  position: relative;
  z-index: 1;
  max-width: 1600px;
  margin: 0 auto;
  padding: var(--padding-md) var(--padding-sm);
}
.Gipixel-FAQ .Gipixel-FAQ-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: var(--margin-md);
}
.Gipixel-FAQ .Gipixel-FAQ-title .badge {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  gap: var(--gap-xs);
  border-radius: 100px;
  padding: var(--padding-xs) var(--padding-sm);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto var(--spacer-md) auto;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.1s;
}
.Gipixel-FAQ .Gipixel-FAQ-title .badge i {
  font-size: var(--text-xs);
  font-size: 12px;
  background: linear-gradient(135deg, var(--primary), var(--orange), var(--blue), var(--primary));
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-shift 3s ease infinite;
  display: inline-block;
}
.Gipixel-FAQ .Gipixel-FAQ-title .badge p {
  font-size: 12px;
  font-weight: var(--font-weight-bold);
  color: var(--text-primary);
  margin: 0;
}
.Gipixel-FAQ .Gipixel-FAQ-title h1 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: var(--text-xxl);
  color: var(--text-primary);
  letter-spacing: 0.5px;
  margin-bottom: var(--spacer-sm);
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease-out 0.3s forwards;
  line-height: 1.2;
}
.Gipixel-FAQ .Gipixel-FAQ-title h1 span {
  background: linear-gradient(90deg, var(--primary) 0%, var(--blue) 25%, var(--purple) 50%, var(--pink) 75%, var(--primary) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientWave 3s ease infinite;
  display: inline-block;
}
.Gipixel-FAQ .Gipixel-FAQ-title p {
  font-size: var(--text-sm);
  color: var(--text-secondary);
  font-weight: var(--text-sm-weight);
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease-out 0.4s forwards;
}
.Gipixel-FAQ .accordion {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: var(--spacer-sm);
}
.Gipixel-FAQ .accordion .accordion-item {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: var(--border);
  border-radius: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.Gipixel-FAQ .accordion .accordion-item:hover {
  border-bottom-color: var(--text-primary);
}
.Gipixel-FAQ .accordion .accordion-item:last-child {
  border-bottom: none;
}
.Gipixel-FAQ .accordion .accordion-item:has(.accordion-collapse.show) {
  border-bottom: none;
  background: var(--bg-body-color);
  border-radius: var(--border-radius-sm);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: var(--spacer-sm);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.Gipixel-FAQ .accordion .accordion-item .accordion-header {
  margin: 0;
}
.Gipixel-FAQ .accordion .accordion-item .accordion-header .accordion-button {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
  padding: var(--padding-sm) var(--padding-md);
  font-size: var(--text-sm);
  font-weight: var(--text-sm-weight);
  color: var(--text-primary);
  cursor: pointer;
  background: transparent;
  border: none;
  box-shadow: none;
  transition: all 0.3s ease;
  position: relative;
}
.Gipixel-FAQ .accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
}
.Gipixel-FAQ .accordion .accordion-item .accordion-header .accordion-button:hover {
  background: rgba(255, 255, 255, 0.02);
}
.Gipixel-FAQ .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: transparent;
  border-bottom: none;
  margin-bottom: 0;
}
.Gipixel-FAQ .accordion .accordion-item .accordion-header .accordion-button .question-text {
  flex: 1;
  text-align: left;
  padding-right: var(--spacer-sm);
}
.Gipixel-FAQ .accordion .accordion-item .accordion-header .accordion-button .icon-toggle {
  font-size: var(--text-md);
  color: var(--text-primary);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s ease;
  flex-shrink: 0;
  transform-origin: center;
}
.Gipixel-FAQ .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .icon-toggle {
  transform: rotate(45deg);
  color: #fff;
}
.Gipixel-FAQ .accordion .accordion-item .accordion-collapse {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}
.Gipixel-FAQ .accordion .accordion-item .accordion-collapse.show {
  max-height: 1000px;
  opacity: 1;
}
.Gipixel-FAQ .accordion .accordion-item .accordion-collapse:not(.show) {
  opacity: 0;
}
.Gipixel-FAQ .accordion .accordion-item .accordion-collapse .accordion-body {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, padding 0.4s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s ease;
  color: var(--text-secondary);
  font-size: var(--text-xs);
  font-weight: var(--text-xs-weight);
  line-height: 1.6;
  padding: 0 var(--padding-md);
  background: transparent;
}
.Gipixel-FAQ .accordion .accordion-item .accordion-collapse .accordion-body p {
  font-size: var(--text-xs);
  font-weight: var(--text-xs-weight);
  margin-bottom: var(--margin-sm);
  line-height: 1.6;
}
.Gipixel-FAQ .accordion .accordion-item .accordion-collapse .accordion-body p:last-child {
  margin-bottom: 0;
}
.Gipixel-FAQ .accordion .accordion-item .accordion-collapse .accordion-body ul {
  margin: var(--padding-sm) 0;
  padding-left: 1.2rem;
  list-style: disc;
}
.Gipixel-FAQ .accordion .accordion-item .accordion-collapse .accordion-body ul li {
  font-size: var(--text-xs);
  font-weight: var(--text-xs-weight);
  margin-bottom: var(--spacer-xs);
  line-height: 1.6;
}
.Gipixel-FAQ .accordion .accordion-item .accordion-collapse .accordion-body code {
  background: rgba(102, 126, 234, 0.1);
  color: var(--blue);
  padding: 3px 8px;
  border-radius: var(--border-radius-sm);
  font-family: monospace;
  font-size: 0.9em;
  border: 1px solid rgba(102, 126, 234, 0.2);
}
.Gipixel-FAQ .accordion .accordion-item .accordion-collapse .accordion-body a {
  color: var(--blue);
  text-decoration: none;
  transition: color 0.3s ease;
}
.Gipixel-FAQ .accordion .accordion-item .accordion-collapse .accordion-body a:hover {
  color: var(--primary);
  text-decoration: underline;
}
.Gipixel-FAQ .accordion .accordion-item .accordion-collapse.show .accordion-body {
  opacity: 1;
  transform: translateY(0);
  background: rgba(255, 255, 255, 0.02);
  padding: var(--padding-md);
}
.Gipixel-FAQ .accordion .accordion-item .accordion-collapse.show {
  max-height: 600px;
}

/*════════════════════════════════════════
||        Primary Cover Responsive        ||
════════════════════════════════════════*/
@media (max-width: 969px) {
  .Gipixel-primary-cover {
    width: 100%;
  }
  .Gipixel-primary-cover h1 {
    max-width: 50%;
    width: 100%;
    font-size: var(--text-lg);
  }
  .Gipixel-primary-cover p {
    max-width: 50%;
    width: 100%;
    font-size: var(--text-sm);
  }
  .Gipixel-primary-cover .Gipixel-radial-developers .radial-developer-item {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 768px) {
  .Gipixel-primary-cover {
    padding: var(--spacer-lg) var(--spacer-sm);
  }
  .Gipixel-primary-cover h1 {
    max-width: 50%;
    width: 100%;
    font-size: var(--text-lg);
    letter-spacing: 1.5px;
    line-height: 1.2;
  }
  .Gipixel-primary-cover p {
    max-width: 50%;
    width: 100%;
    font-size: var(--text-xs);
  }
  .Gipixel-primary-cover .cover-button {
    flex-direction: column;
    gap: var(--gap-sm);
  }
  .Gipixel-primary-cover .cover-button a {
    width: 100%;
    text-align: center;
  }
  .Gipixel-primary-cover .Gipixel-radial-developers {
    display: none;
  }
}
@media (max-width: 480px) {
  .Gipixel-primary-cover .Gipixel-radial-developers {
    display: none;
  }
}
/*═══════════════════════════════════════════════
||           Gipixel Back To Top Button         ||
═════════════════════════════════════════════════*/
#backToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #333;
  color: #fff;
  border: none;
  padding: 12px 16px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  z-index: 9999;
  transition: opacity 0.3s ease;
  opacity: 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  padding: 0;
  width: 50px;
  height: 50px;
}
#backToTopBtn .fi {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#backToTopBtn:hover {
  background: #555;
}

/*═══════════════════════════════════════════════
||                Gipixel Ads                   ||
═════════════════════════════════════════════════*/
/* 🌟 Popup Ad */
.ads-popup-container {
  background-color: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 280px;
  position: fixed;
  right: var(--spacer-md);
  bottom: var(--spacer-md);
  border-radius: var(--border-radius-md);
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 9999;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}
.ads-popup-container.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.ads-popup-container .ad-box {
  position: relative;
  padding: var(--padding-sm);
}
.ads-popup-container img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius-sm);
  margin-bottom: var(--margin-xs);
}
.ads-popup-container span {
  background-color: rgba(253, 126, 20, 0.15);
  color: var(--white);
  font-size: 8px;
  font-weight: var(--text-md-weight);
  padding: 2px 6px;
  position: absolute;
  left: var(--spacer-sm);
  top: var(--spacer-sm);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.ads-popup-container span .fi {
  font-size: 8px;
}
.ads-popup-container h1 {
  font-size: var(--text-xs);
  font-weight: var(--text-md-weight);
  max-width: 85%;
  margin: var(--margin-xs) 0;
  margin-top: var(--margin-sm);
  color: var(--text-primary) !important;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ads-popup-container p {
  font-size: var(--text-xxs);
  margin: var(--margin-xs) 0 var(--margin-sm);
  color: var(--text-secondary);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ads-popup-container .ad-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.ads-popup-container .close-btn {
  position: absolute;
  right: var(--spacer-xs);
  top: var(--spacer-xs);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  color: var(--white);
  cursor: default;
  z-index: 3;
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
  transition: none;
}

/* ====== Responsive: Phones & Small Screens ====== */
@media (max-width: 768px) {
  .ads-popup-container {
    max-width: 240px !important;
    right: var(--spacer-sm);
    bottom: var(--spacer-sm);
    transform: translateY(15px);
  }
  .ads-popup-container img {
    height: 100px;
  }
  .ads-popup-container h1 {
    font-size: 11px;
    margin-top: var(--margin-xs);
  }
  .ads-popup-container p {
    font-size: 9px;
    margin-bottom: var(--margin-xs);
  }
  .ads-popup-container span {
    font-size: 7px;
    padding: 2px 5px;
  }
  .ads-popup-container .close-btn {
    width: 18px;
    height: 18px;
    font-size: 12px;
  }
}
/* Smaller screens */
@media (max-width: 400px) {
  .ads-popup-container {
    max-width: min(85vw, 220px);
    right: calc(env(safe-area-inset-right, 0px) + 8px);
    bottom: calc(env(safe-area-inset-bottom, 0px) + 8px);
  }
  .ads-popup-container img {
    height: 90px;
  }
  .ads-popup-container h1 {
    font-size: 10px;
  }
  .ads-popup-container p {
    font-size: 8px;
  }
  .ads-popup-container span {
    font-size: 6.5px;
  }
}
/* Smooth motion for those who prefer less motion */
@media (prefers-reduced-motion: reduce) {
  .ads-popup-container {
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
}
/* 🌟 Banner Ad */
.Gipixel-banner-wrapper {
  background-color: #1a1a1a;
  width: 100%;
  z-index: 1001;
  overflow: hidden;
  display: none;
}
.Gipixel-banner-wrapper.visible {
  display: block;
}
.Gipixel-banner-wrapper .banner-ad-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacer-sm);
  padding: var(--padding-sm) var(--padding-md);
  position: relative;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  max-width: 100%;
  overflow: hidden;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
}
.Gipixel-banner-wrapper .banner-ad-content .ad-link {
  display: flex;
  align-items: center;
  gap: var(--spacer-sm);
  text-decoration: none;
  color: inherit;
  min-width: 0;
  justify-content: center;
  margin: 0 auto;
  flex-wrap: wrap;
}
.Gipixel-banner-wrapper .banner-ad-content img {
  height: 24px;
  width: 24px;
  min-width: 24px;
  border-radius: var(--border-radius-sm);
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  filter: brightness(1.1);
}
.Gipixel-banner-wrapper .banner-ad-content .ad-content-wrapper {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-start;
}
.Gipixel-banner-wrapper .banner-ad-content h3 {
  font-size: 12px;
  font-weight: var(--text-md-weight);
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.Gipixel-banner-wrapper .banner-ad-content .banner-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 14px;
  background-color: var(--dark);
  color: var(--white);
  text-decoration: none;
  border-radius: var(--border-radius-md);
  font-size: 11px;
  font-weight: var(--text-md-weight);
  transition: all 0.2s ease;
  flex-shrink: 0;
  white-space: nowrap;
  position: relative;
  overflow: visible;
  border: none;
  pointer-events: none;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: auto;
  isolation: isolate;
}
.Gipixel-banner-wrapper .banner-ad-content .banner-cta-button::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: var(--border-radius-md);
  background: linear-gradient(135deg, var(--orange) 0%, var(--blue) 70%);
  z-index: -1;
}
.Gipixel-banner-wrapper .banner-ad-content .banner-cta-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: calc(var(--border-radius-md) - 1px);
  background-color: var(--dark);
  z-index: -1;
}
.Gipixel-banner-wrapper .banner-ad-content .banner-cta-button span,
.Gipixel-banner-wrapper .banner-ad-content .banner-cta-button i {
  position: relative;
  z-index: 1;
}
.ad-link:hover .Gipixel-banner-wrapper .banner-ad-content .banner-cta-button::after {
  background-color: rgba(0, 0, 0, 0.8);
}
.ad-link:hover .Gipixel-banner-wrapper .banner-ad-content .banner-cta-button i {
  transform: translateX(2px);
}
.Gipixel-banner-wrapper .banner-ad-content .banner-cta-button i {
  font-size: 10px;
  transition: transform 0.2s ease;
}
.Gipixel-banner-wrapper .banner-ad-content .close-btn {
  width: auto;
  height: auto;
  min-width: auto;
  display: inline-block;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  cursor: default;
  font-size: 18px;
  line-height: 1;
  flex-shrink: 0;
  margin-left: var(--spacer-xs);
  padding: 0;
  transition: none;
}
@media (max-width: 768px) {
  .Gipixel-banner-wrapper .banner-ad-content {
    padding: var(--padding-xs) var(--padding-sm);
    gap: var(--spacer-xs);
  }
  .Gipixel-banner-wrapper .banner-ad-content img {
    height: 20px;
    width: 20px;
    min-width: 20px;
  }
  .Gipixel-banner-wrapper .banner-ad-content h3 {
    font-size: 10px;
  }
  .Gipixel-banner-wrapper .banner-ad-content .close-btn {
    font-size: 16px;
  }
  .Gipixel-banner-wrapper .banner-ad-content .banner-cta-button {
    padding: 5px 12px;
    font-size: 10px;
    gap: 4px;
  }
  .Gipixel-banner-wrapper .banner-ad-content .banner-cta-button i {
    font-size: 9px;
  }
}

@keyframes gradientShift {
  0%, 100% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.8;
  }
}
/* 🌟 Sidebar Ad */
.Gipixel-sidebar-ads {
  padding: 0;
  max-height: -moz-fit-content;
  max-height: fit-content;
  overflow: hidden;
  border-radius: var(--border-radius-sm);
}
.Gipixel-sidebar-ads .sidebar-ad-content {
  background-color: var(--black);
  width: 100%;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
  pointer-events: none;
}
.Gipixel-sidebar-ads .sidebar-ad-content.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.Gipixel-sidebar-ads .sidebar-ad-content img {
  min-width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
.Gipixel-sidebar-ads .sidebar-ad-content div {
  padding: var(--spacer-sm);
}
.Gipixel-sidebar-ads .sidebar-ad-content div h3 {
  font-size: var(--text-xs);
  max-width: 90%;
  margin-bottom: var(--spacer-xs);
}
.Gipixel-sidebar-ads .sidebar-ad-content div p {
  font-size: var(--text-xxs);
}
.Gipixel-sidebar-ads .sidebar-ad-content .close-btn {
  color: var(--white);
  position: absolute;
  top: var(--spacer-xs);
  right: var(--spacer-xs);
  z-index: 10;
  cursor: pointer;
}

/* 🌟 Inline Ad - Matching Component Cards Style */
.square-preview.ad-card.Gipixel-main-content {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  height: 355px !important;
  width: 100%;
  border-radius: var(--border-radius-md);
  animation: fadeInUp 0.6s ease-out forwards;
  opacity: 0;
  background-color: #1a1a1a;
}
.square-preview.ad-card.Gipixel-main-content span {
  font-size: var(--text-xxs);
  background: linear-gradient(135deg, var(--primary), var(--orange), var(--blue), var(--primary));
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-shift 3s ease infinite;
  display: inline-block;
}
.square-preview.ad-card.Gipixel-main-content .inline-ad-content {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
}
.square-preview.ad-card.Gipixel-main-content .inline-ad-content img {
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  -o-object-fit: cover;
     object-fit: cover;
  transition: border-color 0.3s ease;
  display: block;
}
.square-preview.ad-card.Gipixel-main-content .inline-ad-content .inline-ad-link {
  width: 100%;
  flex-shrink: 0;
  display: block;
}
.square-preview.ad-card.Gipixel-main-content .inline-ad-content .inline-ad-link img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--border-radius-md) var(--border-radius-md) 0 0;
  height: 220px !important;
}
.square-preview.ad-card.Gipixel-main-content .inline-ad-content .ad-title {
  padding: var(--spacer-xs);
  color: var(--text-primary);
  font-size: var(--text-xs);
  font-weight: var(--text-md-weight);
  font-family: "Rubik", sans-serif;
  margin: var(--spacer-xs) 0 0 0;
  flex-shrink: 0;
}
.square-preview.ad-card.Gipixel-main-content .inline-ad-content .ad-content {
  padding: 0 var(--spacer-xs);
  color: var(--text-secondary);
  font-size: calc(var(--text-xxs) * 0.95);
  font-family: "Rubik", sans-serif;
  margin: 0;
  text-shadow: none;
  display: block;
  overflow: visible;
  flex: 1;
  border-radius: 0 0 var(--border-radius-md) var(--border-radius-md);
}
.square-preview.ad-card.Gipixel-main-content .inline-ad-content .get-code {
  position: absolute;
  bottom: 14%;
  right: 4%;
  z-index: 1000;
  min-width: 100px;
  z-index: -1;
  opacity: 0;
  transform: translateY(10px);
  transition: var(--transition-medium);
}
.square-preview.ad-card.Gipixel-main-content .inline-ad-content .get-code button {
  background-color: var(--dark);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.square-preview.ad-card.Gipixel-main-content .inline-ad-content .get-code button .fi {
  line-height: 0px;
  margin: 0px;
  padding: 0px;
}
.square-preview.ad-card.Gipixel-main-content .inline-ad-content:hover .get-code {
  opacity: 1;
  transform: translateY(0);
  z-index: 1000;
}
.square-preview.ad-card.Gipixel-main-content .inline-ad-content .ad-link,
.square-preview.ad-card.Gipixel-main-content .inline-ad-content .inline-ad-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.square-preview.ad-card.Gipixel-main-content .inline-ad-content .close-btn {
  position: absolute;
  top: var(--spacer-xs);
  right: var(--spacer-xs);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  color: var(--white);
  border: none;
  cursor: pointer;
  z-index: 10;
  font-size: 18px;
  line-height: 1;
}

/*═══════════════════════════════════════════════
||            Gipixel Empty State               ||
═════════════════════════════════════════════════*/
.Gipixel-empty-state {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: var(--padding-xxl);
  border: var(--border);
  border-radius: var(--border-radius-lg);
  background: var(--bg-body-color);
  color: var(--text-secondary);
  gap: var(--spacer-md);
  min-height: 400px;
  width: 100%;
}
.Gipixel-empty-state .Gipixel-empty-icon {
  font-size: var(--text-xxl);
  color: var(--primary);
  opacity: 0.7;
}
.Gipixel-empty-state .Gipixel-empty-title {
  font-size: var(--text-lg);
  font-weight: var(--text-lg-weight);
  color: var(--text-primary);
}
.Gipixel-empty-state .Gipixel-empty-text {
  font-size: var(--text-sm);
  max-width: 400px;
  line-height: 1.6;
}
.Gipixel-empty-state .Gipixel-btn {
  margin-top: var(--margin-sm);
}

@media (max-width: 768px) {
  .Gipixel-empty-state {
    padding: var(--spacer-lg);
  }
  .Gipixel-empty-state .Gipixel-empty-text {
    font-size: var(--text-xs);
  }
}
.gipixel-tooltip-box {
  position: absolute;
  background: var(--black);
  color: #fff;
  font-size: 11px;
  padding: 8px 6px;
  border-radius: 6px;
  border: 2px solid var(--border-color);
  max-width: 120px;
  line-height: 1.3;
  opacity: 0;
  transform: translateY(-5px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
  z-index: 10001;
  isolation: isolate;
}
.gipixel-tooltip-box > * {
  position: relative;
  z-index: 2;
}

.gipixel-tooltip-box.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.Gipixel-container-doce {
  display: flex;
  width: 100%;
}
.Gipixel-container-doce .Gipixel-sidebar-top-titel {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: var(--margin-lg);
  gap: var(--gap-md);
  text-decoration: none;
}
.Gipixel-container-doce .Gipixel-sidebar-top-titel img {
  width: auto;
  height: auto;
  max-height: 32px;
  display: block;
}
.Gipixel-container-doce .Gipixel-sidebar-top-titel .Gc-titel {
  font-size: var(--text-md);
  color: var(--text-primary);
}
.Gipixel-container-doce .Gipixel-sidebar {
  min-width: 300px;
  height: 98vh;
  overflow-y: auto;
  padding: var(--padding-md) var(--padding-sm);
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: rgba(196, 196, 196, 0.592) transparent;
}
.Gipixel-container-doce .Gipixel-sidebar ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.Gipixel-container-doce .Gipixel-sidebar ::-webkit-scrollbar-track {
  background: transparent;
}
.Gipixel-container-doce .Gipixel-sidebar ::-webkit-scrollbar-thumb {
  background: rgba(179, 175, 175, 0.2);
  border-radius: 3px;
}
.Gipixel-container-doce .Gipixel-sidebar ::-webkit-scrollbar-thumb:hover {
  background: rgba(223, 223, 223, 0.3);
}
.Gipixel-container-doce .Gipixel-sidebar .Gipixel-search {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  margin-bottom: var(--margin-md);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: var(--padding-sm) var(--padding-md);
  width: 100%;
  border-radius: var(--border-radius-md);
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  min-height: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.Gipixel-container-doce .Gipixel-sidebar .Gipixel-search:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0.5);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.Gipixel-container-doce .Gipixel-sidebar .Gipixel-search h1 {
  font-size: var(--text-xs);
  color: var(--text-secondary);
  margin: 0;
  font-weight: 400;
  transition: color 0.3s ease;
}
.Gipixel-container-doce .Gipixel-sidebar .Gipixel-search span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap-sm);
}
.Gipixel-container-doce .Gipixel-sidebar .Gipixel-search span i {
  color: var(--text-secondary);
  font-size: var(--text-sm);
  transition: color 0.3s ease;
}
.Gipixel-container-doce .Gipixel-sidebar .Gipixel-search:hover h1, .Gipixel-container-doce .Gipixel-sidebar .Gipixel-search:hover span i {
  color: var(--white);
}
.Gipixel-container-doce .Gipixel-sidebar ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.Gipixel-container-doce .Gipixel-sidebar ul li.sidebar-heading {
  margin-top: var(--margin-md);
  margin-bottom: var(--margin-xs);
  font-weight: var(--text-lg-weight);
  font-size: var(--text-xs);
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: var(--padding-xs) var(--padding-sm);
}
.Gipixel-container-doce .Gipixel-sidebar ul li.has-submenu {
  position: relative;
}
.Gipixel-container-doce .Gipixel-sidebar ul li.has-submenu > a.submenu-toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  border-left: 2px solid transparent;
  font-weight: 500;
  padding: var(--padding-sm) var(--padding-md);
  margin: 2px 0;
}
.Gipixel-container-doce .Gipixel-sidebar ul li.has-submenu > a.submenu-toggle:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.Gipixel-container-doce .Gipixel-sidebar ul li.has-submenu > a.submenu-toggle i {
  transition: transform 0.1s ease;
  font-size: 8px;
}
.Gipixel-container-doce .Gipixel-sidebar ul li.has-submenu > a.submenu-toggle.open i {
  transform: rotate(90deg);
}
.Gipixel-container-doce .Gipixel-sidebar ul li.has-submenu > ul {
  padding-left: 0px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.1s ease;
}
.Gipixel-container-doce .Gipixel-sidebar ul li.has-submenu > ul li a {
  border-left: 2px solid transparent;
  padding: var(--padding-sm) var(--padding-md);
  padding-left: var(--padding-md);
  margin: 2px 0;
  color: var(--white);
}
.Gipixel-container-doce .Gipixel-sidebar ul li.has-submenu > ul li a.active:not(.submenu-toggle) {
  color: var(--white);
  border-left-color: var(--white) !important;
  background-color: rgba(255, 255, 255, 0.08);
}
.Gipixel-container-doce .Gipixel-sidebar ul li.has-submenu > ul li a:hover {
  color: var(--white);
  border-left-color: var(--white);
  background-color: rgba(255, 255, 255, 0.05);
}
.Gipixel-container-doce .Gipixel-sidebar ul li.has-submenu.open > ul {
  max-height: 500px;
}
.Gipixel-container-doce .Gipixel-sidebar ul li ul {
  padding-left: var(--padding-xs);
}
.Gipixel-container-doce .Gipixel-sidebar ul a {
  color: var(--white);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: var(--gap-sm);
  padding: var(--padding-sm) var(--padding-md);
  font-size: var(--text-xs);
  transition: all 0.2s ease;
  background-color: transparent;
  border: none;
  border-left: 2px solid transparent;
  width: 100%;
  box-sizing: border-box;
  margin: 2px 0;
}
.Gipixel-container-doce .Gipixel-sidebar ul a:hover {
  color: var(--white);
  border-left-color: var(--white);
  background-color: rgba(255, 255, 255, 0.05);
}
.Gipixel-container-doce .Gipixel-sidebar ul a.active:not(.submenu-toggle) {
  color: var(--white);
  border-left-color: var(--white);
  background-color: rgba(255, 255, 255, 0.08);
}
.Gipixel-container-doce .content {
  padding: var(--padding-lg) 160px;
  width: 100%;
  position: relative;
}
.Gipixel-container-doce .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
  z-index: 0;
  pointer-events: none;
}
.Gipixel-container-doce .content::after {
  content: "";
  position: absolute;
  top: 0%;
  right: 0%;
  width: 50%;
  height: 100%;
  background: linear-gradient(20deg, var(--orange), var(--blue));
  filter: blur(100px);
  opacity: 0.1;
  z-index: -1;
}
.Gipixel-container-doce .content > * {
  position: relative;
  z-index: 1;
}
.Gipixel-container-doce .content .header-Docs {
  border-bottom: var(--border);
  padding-bottom: var(--padding-sm);
}
.Gipixel-container-doce .content .header-Docs h6 {
  color: var(--primary);
  font-size: var(--text-sm);
}
.Gipixel-container-doce .content .header-Docs h3 {
  font-size: var(--text-lg);
}
.Gipixel-container-doce .content .title-content h3 {
  font-size: var(--text-lg);
}
.Gipixel-container-doce .content .title-content h3 small {
  font-size: var(--text-sm);
  color: var(--primary);
  border-bottom: var(--border);
  border-color: var(--primary);
  cursor: pointer;
  position: relative;
}
.Gipixel-container-doce .content .title-content h3 small::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 480px;
  height: 320px;
  background: url("/img/pass.png") no-repeat center/contain;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 100;
}
.Gipixel-container-doce .content .title-content h3 small:hover::after {
  opacity: 1;
}
.Gipixel-container-doce .content .title-content h3 .Email::after {
  background: url("/img/gmail.png") no-repeat center/contain;
}
.Gipixel-container-doce .content .title-content h3 .Delete::after {
  background: url("/img/delete.png") no-repeat center/contain;
}
.Gipixel-container-doce .content .title-content h4 a .fi {
  color: var(--text-primary);
}
.Gipixel-container-doce .content .title-content span {
  background-color: var(--primary);
  border-radius: var(--border-radius-sm);
  padding: var(--padding-xs);
}
.Gipixel-container-doce .content .title-content p {
  margin-top: var(--margin-sm);
}
.Gipixel-container-doce .content .img-docs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 400px;
  background-color: var(--black);
  border-radius: var(--border-radius-md);
  background: #000000;
  --gap: 1em;
  --line: 1px;
  --color: rgba(255, 255, 255, 0.2);
  background-image: linear-gradient(-90deg, transparent calc(var(--gap) - var(--line)), var(--color) calc(var(--gap) - var(--line) + 1px), var(--color) var(--gap)), linear-gradient(0deg, transparent calc(var(--gap) - var(--line)), var(--color) calc(var(--gap) - var(--line) + 1px), var(--color) var(--gap));
  background-size: var(--gap) var(--gap);
}
.Gipixel-container-doce .content .img-docs img {
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: var(--border-radius-md);
}
.Gipixel-container-doce .content .content-docs ol {
  list-style: decimal;
  padding: var(--padding-md);
}
.Gipixel-container-doce .content .content-docs ol li {
  line-height: var(--spacer-lg);
  padding-left: var(--padding-md);
  color: var(--text-primary);
}
.Gipixel-container-doce .content .content-docs ol li h1 {
  font-size: var(--text-md);
}
.Gipixel-container-doce .content .content-docs ul {
  border-left: var(--border);
}
.Gipixel-container-doce .content .content-docs ul li {
  margin-left: -18px;
  margin-bottom: var(--margin-md);
}
.Gipixel-container-doce .content .content-docs ul li p {
  padding-left: var(--padding-xl);
}
.Gipixel-container-doce .content .content-docs ul li h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  gap: var(--gap-sm);
  font-size: var(--text-md);
}
.Gipixel-container-doce .content .content-docs ul li h1 span {
  width: 36px;
  height: 36px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #672e00;
  font-size: var(--text-sm);
  color: var(--primary);
}
.Gipixel-container-doce .content .content-docs h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  gap: var(--gap-md);
}
.Gipixel-container-doce .content .content-docs h4 .Step {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background-color: var(--black);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--text-md);
}
.Gipixel-container-doce .content .alert-success-docs {
  width: -moz-fit-content;
  width: fit-content;
  padding: var(--padding-md);
  border: var(--border);
  border-color: rgba(16, 185, 129, 0.459);
  color: var(--text-secondary);
  border-radius: var(--border-radius-sm);
}
.Gipixel-container-doce .content .alert-success-docs h4 {
  line-height: 1.6em;
  color: rgb(167, 243, 208);
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  gap: var(--gap-sm);
  font-size: var(--text-xs);
}
.Gipixel-container-doce .content .alert-success-docs h4 .fi {
  color: #059669;
  font-size: var(--text-md);
  display: flex;
}
.Gipixel-container-doce .content .alert-success-docs h3 {
  font-size: var(--text-lg);
}
.Gipixel-container-doce .content .alert-warning-docs {
  width: -moz-fit-content;
  width: fit-content;
  padding: var(--padding-md);
  border: var(--border);
  border-color: rgba(245, 158, 11, 0.1);
  color: var(--text-secondary);
  border-radius: var(--border-radius-sm);
}
.Gipixel-container-doce .content .alert-warning-docs h4 {
  line-height: 1.6em;
  color: #fce589;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  gap: var(--gap-sm);
  font-size: var(--text-xs);
}
.Gipixel-container-doce .content .alert-warning-docs h4 .fi {
  color: rgba(252, 211, 77, 0.8);
  font-size: var(--text-md);
  display: flex;
}
.Gipixel-container-doce .content .alert-warning-docs h3 {
  font-size: var(--text-lg);
}
.Gipixel-container-doce .content .card-docs {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  gap: var(--gap-md);
}
.Gipixel-container-doce .content .card-docs > * {
  padding-left: 15px;
  padding-right: 15px;
  flex: 1 0 calc(100% / 12 - 15px);
}
.Gipixel-container-doce .content .card-docs .card-docs-item {
  border: var(--border);
  border-radius: var(--border-radius-md);
  padding: var(--padding-md);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-sm);
  min-width: 49%;
}
.Gipixel-container-doce .content .card-docs .card-docs-item h4 {
  font-size: var(--text-sm);
}
.Gipixel-container-doce .content .card-docs .card-docs-item .fi {
  color: var(--text-primary);
  font-size: var(--text-lg);
}
.Gipixel-container-doce .content .card-docs .card-docs-item:hover {
  border-color: var(--primary);
}
.Gipixel-container-doce .content .card-docs-mini a {
  min-width: 23%;
  max-width: 23%;
  padding: 0;
}
.Gipixel-container-doce .content .card-docs-mini a .card-docs-item {
  min-width: 100%;
  align-items: center;
  justify-content: center;
}
.Gipixel-container-doce .content .full-card-docs {
  border: var(--border);
  width: 100%;
  border-radius: var(--border-radius-md);
  padding: var(--padding-lg);
}
.Gipixel-container-doce .content .full-card-docs:hover {
  border-color: var(--primary);
}
.Gipixel-container-doce .content .full-card-docs h3 {
  color: var(--primary);
  margin-bottom: var(--margin-md);
}
.Gipixel-container-doce .content .full-card-docs p {
  line-height: 1.8rem;
  margin-bottom: var(--margin-sm);
}
.Gipixel-container-doce .content > section {
  display: none;
}
.Gipixel-container-doce .content > section.active {
  display: block;
}
.Gipixel-container-doce .has-submenu ul {
  display: none;
}
.Gipixel-container-doce .has-submenu.open ul {
  display: block;
}
.Gipixel-container-doce .has-submenu.open > .submenu-toggle i {
  transform: rotate(90deg);
}

@media (max-width: 1199px) {
  .Gipixel-sidebar {
    display: none;
  }
}
/*═══════════════════════════════════════════════
||        Components - Media Queries            ||
═══════════════════════════════════════════════*/
@media (min-width: 1400px) {
  .pagination .page-item a {
    min-width: 120px;
    width: 120px;
    font-size: var(--text-sm);
    padding: var(--padding-xs) var(--padding-md);
  }
}
@media (max-width: 1399px) and (min-width: 992px) {
  .pagination .page-item a {
    min-width: 120px;
    width: 120px;
    font-size: var(--text-sm);
    padding: var(--padding-xs) var(--padding-sm);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .pagination {
    justify-content: center;
    gap: var(--spacer-sm);
  }
  .pagination .page-item a {
    min-width: 100px;
    width: 100px;
    font-size: var(--text-xs);
    padding: var(--padding-xs) var(--padding-sm);
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .pagination {
    flex-wrap: wrap;
    gap: var(--spacer-sm);
  }
  .pagination .page-item a {
    min-width: 90px;
    width: 90px;
    font-size: var(--text-xs);
    padding: var(--padding-xs) var(--padding-sm);
  }
}
@media (max-width: 575px) {
  .pagination {
    flex-direction: row;
    gap: var(--spacer-xs);
  }
  .pagination .page-item a {
    min-width: 80px;
    width: 80px;
    font-size: var(--text-xs);
    padding: var(--padding-xs) var(--padding-sm);
  }
}
@media (min-width: 1200px) {
  .Components-cards .section-preview .preview-items,
  .saved-components .section-preview .preview-items {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 0px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .Components-cards .section-preview .preview-items,
  .saved-components .section-preview .preview-items {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 10px;
  }
}
@media (max-width: 767px) and (min-width: 481px) {
  .Components-cards .section-preview .preview-items,
  .saved-components .section-preview .preview-items {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 8px;
  }
  .Components-cards .section-preview .preview-items .square-preview,
  .Components-cards .section-preview .preview-items .rectangular-preview,
  .Components-cards .section-preview .preview-items .rectangle-preview,
  .saved-components .section-preview .preview-items .square-preview,
  .saved-components .section-preview .preview-items .rectangular-preview,
  .saved-components .section-preview .preview-items .rectangle-preview {
    height: 350px;
  }
  .Components-cards .section-preview .preview-items .square-preview iframe,
  .Components-cards .section-preview .preview-items .rectangular-preview iframe,
  .Components-cards .section-preview .preview-items .rectangle-preview iframe,
  .saved-components .section-preview .preview-items .square-preview iframe,
  .saved-components .section-preview .preview-items .rectangular-preview iframe,
  .saved-components .section-preview .preview-items .rectangle-preview iframe {
    height: 300px;
  }
  .Components-cards .section-preview .preview-items .rectangular-preview,
  .Components-cards .section-preview .preview-items .rectangle-preview,
  .saved-components .section-preview .preview-items .rectangular-preview,
  .saved-components .section-preview .preview-items .rectangle-preview {
    grid-column: span 1;
  }
}
@media (max-width: 480px) {
  .Components-cards .section-preview .preview-items,
  .saved-components .section-preview .preview-items {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .Components-cards .section-preview .preview-items .square-preview,
  .Components-cards .section-preview .preview-items .rectangular-preview,
  .Components-cards .section-preview .preview-items .rectangle-preview,
  .saved-components .section-preview .preview-items .square-preview,
  .saved-components .section-preview .preview-items .rectangular-preview,
  .saved-components .section-preview .preview-items .rectangle-preview {
    height: 320px;
  }
  .Components-cards .section-preview .preview-items .square-preview iframe,
  .Components-cards .section-preview .preview-items .rectangular-preview iframe,
  .Components-cards .section-preview .preview-items .rectangle-preview iframe,
  .saved-components .section-preview .preview-items .square-preview iframe,
  .saved-components .section-preview .preview-items .rectangular-preview iframe,
  .saved-components .section-preview .preview-items .rectangle-preview iframe {
    height: 270px;
  }
  .Components-cards .section-preview .preview-items .rectangular-preview,
  .Components-cards .section-preview .preview-items .rectangle-preview,
  .saved-components .section-preview .preview-items .rectangular-preview,
  .saved-components .section-preview .preview-items .rectangle-preview {
    grid-column: span 1;
  }
}
@media (max-width: 1024px) {
  .sidebar-container {
    display: none;
  }
}
@media (max-width: 1024px) {
  .search-container {
    position: relative;
    width: 100%;
  }
  .sidebar-list {
    min-width: 100%;
    left: auto !important;
  }
}
@media (max-width: 1318px) {
  .device-buttons {
    flex-direction: column !important;
  }
}
@media (max-width: 1024px) {
  .Components-View {
    flex-direction: column !important;
  }
  .container-section-code {
    min-width: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 1024px) {
  .Components-information .components-comment-description-profile {
    flex-direction: column-reverse;
    gap: var(--spacer-lg);
  }
  .Components-information .components-comment-description-profile .components-comment {
    width: 100%;
  }
  .Components-information .components-comment-description-profile .components-description-profile {
    width: 100%;
  }
}
/*═══════════════════════════════════════════════
||        Layout - Media Queries            ||
═══════════════════════════════════════════════*/
@media (max-width: 768px) {
  .Gipixel-footer .Gipixel-container-footer .Gipixel-container-footer-right {
    min-width: 100% !important;
  }
  .Gipixel-footer .Gipixel-container-footer .Gipixel-container-footer-right .swp {
    width: 80%;
  }
  .Gipixel-footer .Gipixel-container-footer .Gipixel-container-footer-left {
    min-width: 100% !important;
    justify-content: flex-start !important;
  }
  .Gipixel-footer .Gipixel-container-signshr {
    padding: var(--spacer-md);
  }
}
@media (max-width: 1024px) {
  .navbar {
    background: #000000 !important;
    width: 100%;
    border-bottom: none !important;
  }
  .navbar .dropdown-menu {
    background: transparent !important;
    border: none !important;
    width: 100%;
  }
  .navbar .btn-nav-item {
    justify-content: flex-start !important;
  }
  .navbar .dropdown-tool {
    min-width: 100% !important;
    max-width: 100% !important;
    justify-content: space-between !important;
  }
  .navbar .dropdown-tool .Alerts-icon {
    position: absolute;
    right: 12px;
    top: 12px;
  }
  .navbar .dropdown-tool:hover {
    background: var(--black) !important;
  }
  .navbar .Gipixel-Gipixel-Alerts {
    min-width: 100% !important;
    max-width: 100% !important;
    justify-content: space-between !important;
  }
  .navbar .Gipixel-Gipixel-Alerts .Alerts-icon {
    position: absolute;
    right: 12px;
    top: 12px;
  }
  .navbar .Gipixel-Gipixel-Alerts:hover {
    background: transparent !important;
    background-color: transparent !important;
  }
  .navbar .Gipixel-Gipixel-Alerts {
    justify-content: flex-start !important;
  }
  .navbar .btn-plus-Create {
    gap: var(--spacer-lg) !important;
    display: none !important;
  }
}
/*═══════════════════════════════════════════════
||        Profile - Media Queries            ||
═══════════════════════════════════════════════*/
@media (max-width: 768px) {
  .Gipixel-container-profile .Gipixel-sidebar-profile {
    top: -20px;
    position: absolute;
    z-index: 9999;
    min-width: 100%;
  }
}
@media (max-width: 768px) {
  .Gipixel-container-profile {
    display: flex;
    position: relative;
  }
  .Gipixel-container-profile .Gipixel-sidebar-profile {
    top: 0;
    position: absolute;
    z-index: 9999;
  }
}
/*═══════════════════════════════════════════════
|||        Home Hero - Mobile Styles (767px)    |||
═════════════════════════════════════════════════*/
@media (max-width: 767px) {
  .Gipixel-primary-cover {
    padding: var(--spacer-sm) var(--spacer-xs) !important;
    min-height: auto !important;
  }
  .Gipixel-primary-cover .hero-container {
    gap: var(--spacer-md) !important;
    padding: 0 var(--spacer-xs) !important;
    display: flex !important;
    flex-direction: column !important;
  }
  .Gipixel-primary-cover .hero-content {
    gap: var(--spacer-sm) !important;
    order: 1 !important;
  }
  .Gipixel-primary-cover .hero-preview {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    order: 2 !important;
    width: 100% !important;
    max-width: 100vw !important;
    margin-top: var(--spacer-md) !important;
    padding: var(--spacer-sm) var(--spacer-xs) !important;
    min-height: auto !important;
    overflow: visible !important;
  }
  .Gipixel-primary-cover .hero-preview .rings-container-top {
    width: 100% !important;
    max-width: 100% !important;
    perspective: 600px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .Gipixel-primary-cover .hero-preview .rings-container-top .Gipixel-radial-developers {
    width: 100% !important;
    max-width: 280px !important;
    height: auto !important;
    min-height: 250px !important;
    max-height: 280px !important;
    aspect-ratio: 1/1 !important;
    margin: 0 auto !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .Gipixel-primary-cover .hero-preview .rings-container-top .Gipixel-radial-developers .rings-container {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    visibility: visible !important;
    cursor: grab !important;
    touch-action: none !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
         user-select: none !important;
  }
  .Gipixel-primary-cover .hero-preview .rings-container-top .Gipixel-radial-developers .rings-container:active {
    cursor: grabbing !important;
  }
  .Gipixel-primary-cover .hero-preview .rings-container-top .Gipixel-radial-developers .grid-3d-container {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    cursor: grab !important;
    touch-action: none !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
         user-select: none !important;
    -webkit-tap-highlight-color: transparent !important;
  }
  .Gipixel-primary-cover .hero-preview .rings-container-top .Gipixel-radial-developers .grid-3d-container.dragging {
    cursor: grabbing !important;
  }
  .Gipixel-primary-cover .hero-preview .rings-container-top .Gipixel-radial-developers .grid-3d-container .cube-face {
    width: 220px !important;
    height: 220px !important;
    max-width: 220px !important;
    max-height: 220px !important;
    margin-left: -110px !important;
    margin-top: -110px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    touch-action: none !important;
    pointer-events: none !important;
  }
  .Gipixel-primary-cover .Gipixel-primary-cover-content {
    gap: var(--gap-sm) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .Gipixel-primary-cover .Gipixel-primary-cover-content .badge {
    width: -moz-fit-content !important;
    width: fit-content !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
    margin: 0 !important;
    margin-bottom: var(--spacer-xs) !important;
    display: flex !important;
    align-items: center !important;
    gap: var(--gap-xs) !important;
  }
  .Gipixel-primary-cover .Gipixel-primary-cover-content .badge i {
    display: inline-flex !important;
    align-items: center !important;
    vertical-align: middle !important;
    line-height: 1 !important;
    margin: 0 !important;
    font-size: 12px !important;
  }
  .Gipixel-primary-cover .Gipixel-primary-cover-content .badge p {
    white-space: nowrap !important;
    overflow: visible !important;
    margin: 0 !important;
    line-height: 1.2 !important;
    display: inline-flex !important;
    align-items: center !important;
  }
  .Gipixel-primary-cover .Gipixel-primary-cover-content h1 {
    font-size: clamp(2rem, 8vw, 3rem) !important;
    line-height: 1.15 !important;
    margin: 0 !important;
    margin-bottom: var(--spacer-xs) !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .Gipixel-primary-cover .Gipixel-primary-cover-content p {
    font-size: clamp(0.9rem, 2.2vw, 1.1rem) !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-height: 5.1em !important;
    margin: 0 !important;
    margin-bottom: var(--spacer-xs) !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .Gipixel-primary-cover .cover-button-wrapper {
    gap: var(--gap-xs) !important;
    margin-top: var(--spacer-xs) !important;
    margin-bottom: 0 !important;
  }
  .Gipixel-primary-cover .btn-plus {
    padding: 0 !important;
    margin: 0 !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }
  .Gipixel-primary-cover .btn-plus a {
    padding: 0 !important;
    margin: 0 !important;
    justify-content: flex-start !important;
    text-align: left !important;
    width: auto !important;
  }
  .Gipixel-primary-cover .developers-circles-container {
    justify-content: flex-start !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
  .Gipixel-primary-cover .developers-circles-container .developers-circles-wrapper {
    max-width: 100% !important;
    padding-left: 8px !important;
    gap: -6px !important;
  }
  .Gipixel-primary-cover .developers-circles-container .developers-circles-wrapper .developer-circle {
    width: 28px !important;
    height: 28px !important;
    margin-left: -6px !important;
  }
  .Gipixel-container-fw:has(.scanner-container) {
    overflow-x: hidden !important;
    overflow-y: visible !important;
    width: 100% !important;
    max-width: 100vw !important;
    position: relative !important;
    contain: layout style paint !important;
  }
  .scanner-container {
    min-height: 400px !important;
    height: auto !important;
    overflow-x: hidden !important;
    overflow-y: visible !important;
    position: relative !important;
    width: 100% !important;
    max-width: 100vw !important;
    contain: layout style paint !important;
  }
  .scanner-container .scanner-card-stream {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 10 !important;
    overflow-x: hidden !important;
    overflow-y: visible !important;
    height: 180px !important;
    width: 100% !important;
    max-width: 100vw !important;
    left: 0 !important;
    right: 0 !important;
  }
  .scanner-container .scanner-card-line {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    white-space: nowrap !important;
  }
  .scanner-container .scanner-card-line.css-animated {
    animation: scrollScannerCardsMobile 20s linear infinite !important;
  }
  .scanner-container .scanner-card-wrapper {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 240px !important;
    max-width: calc(100vw - 32px) !important;
    min-width: 240px !important;
    height: 150px !important;
    flex-shrink: 0 !important;
    box-sizing: border-box !important;
  }
  .scanner-container .scanner-card-normal,
  .scanner-container .scanner-card-iframe,
  .scanner-container .scanner-card-placeholder {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .scanner-container #scannerParticleCanvas,
  .scanner-container #scannerScannerCanvas {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: none !important;
    max-width: 100vw !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
  }
  @keyframes scrollScannerCardsMobile {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(calc(-50% + 50vw));
    }
    100% {
      transform: translateX(0);
    }
  }
  body,
  html {
    overflow-x: hidden !important;
    max-width: 100vw !important;
    width: 100% !important;
  }
  .Gipixel-container-fw,
  .Gipixel-container {
    overflow-x: hidden !important;
    max-width: 100vw !important;
    width: 100% !important;
  }
}
/*═══════════════════════════════════════════════
|||        Index Page - Mobile Typography       |||
═════════════════════════════════════════════════*/
@media (max-width: 767px) {
  .Gipixel-partner-text h1 {
    font-size: clamp(2rem, 7vw, 2.8rem) !important;
    line-height: 1.2 !important;
    margin-bottom: var(--spacer-sm) !important;
  }
  .Gipixel-partner-text p {
    font-size: clamp(1rem, 2.5vw, 1.15rem) !important;
    line-height: 1.6 !important;
    margin-bottom: var(--spacer-xs) !important;
  }
  .Gipixel-partner-text .Gipixel-partner-description {
    font-size: clamp(0.95rem, 2.3vw, 1.1rem) !important;
    line-height: 1.6 !important;
  }
  .animated-cards-header h1 {
    font-size: clamp(2rem, 7vw, 2.8rem) !important;
    line-height: 1.2 !important;
    margin-bottom: var(--spacer-sm) !important;
  }
  .animated-cards-header p {
    font-size: clamp(1rem, 2.5vw, 1.15rem) !important;
    line-height: 1.6 !important;
    margin-bottom: var(--spacer-xs) !important;
  }
  .Gipixel-FAQ-title h1 {
    font-size: clamp(2rem, 7vw, 2.8rem) !important;
    line-height: 1.2 !important;
    margin-bottom: var(--spacer-sm) !important;
  }
  .Gipixel-FAQ-title h1 span {
    font-size: inherit !important;
  }
  .Gipixel-FAQ-title p {
    font-size: clamp(1rem, 2.5vw, 1.15rem) !important;
    line-height: 1.6 !important;
    margin-bottom: var(--spacer-xs) !important;
  }
  .Gipixel-titel {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .Gipixel-titel h1 {
    font-size: clamp(2rem, 7vw, 2.8rem) !important;
    line-height: 1.2 !important;
    margin-bottom: var(--spacer-sm) !important;
    margin-top: 0 !important;
  }
  .Gipixel-titel h1 .gradient-text-primary {
    font-size: inherit !important;
  }
  .Gipixel-titel p {
    font-size: clamp(1rem, 2.5vw, 1.15rem) !important;
    line-height: 1.6 !important;
    margin-bottom: var(--spacer-xs) !important;
    margin-top: 0 !important;
  }
  .Gipixel-titel .badge,
  .Gipixel-titel .developer-badge {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .badge {
    font-size: clamp(11px, 2vw, 12px) !important;
    padding: var(--padding-xs) var(--padding-sm) !important;
  }
  .badge p {
    font-size: clamp(11px, 2vw, 12px) !important;
  }
  .badge i {
    font-size: clamp(11px, 2vw, 12px) !important;
  }
  .card h3 {
    font-size: clamp(1.2rem, 3.5vw, 1.4rem) !important;
    line-height: 1.3 !important;
    margin-bottom: var(--spacer-xs) !important;
  }
  .card p {
    font-size: clamp(0.95rem, 2.3vw, 1.1rem) !important;
    line-height: 1.6 !important;
  }
  .card .Gipixel-feature-list li {
    font-size: clamp(0.95rem, 2.3vw, 1.1rem) !important;
    line-height: 1.6 !important;
  }
  .accordion .accordion-item .accordion-header button {
    font-size: clamp(1rem, 2.5vw, 1.15rem) !important;
    line-height: 1.4 !important;
  }
  .accordion .accordion-item .accordion-body {
    font-size: clamp(0.95rem, 2.3vw, 1.1rem) !important;
    line-height: 1.6 !important;
  }
  .accordion .accordion-item .accordion-collapse {
    max-height: none !important;
    overflow: visible !important;
  }
  .accordion .accordion-item .accordion-collapse.show {
    max-height: none !important;
    overflow: visible !important;
  }
  section.Gipixel-container:has(.Gipixel-FAQ) {
    overflow: visible !important;
    overflow-y: visible !important;
    overflow-x: hidden !important;
    max-height: none !important;
    min-height: auto !important;
    height: auto !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }
  section.Gipixel-container:has(.Gipixel-FAQ)::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }
  section.Gipixel-container {
    overflow-y: visible !important;
    overflow-x: hidden !important;
    max-height: none !important;
    height: auto !important;
  }
  section.Gipixel-container:has(.Gipixel-FAQ) {
    overflow: visible !important;
    overflow-y: visible !important;
    overflow-x: hidden !important;
    max-height: none !important;
    min-height: auto !important;
    height: auto !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .Gipixel-FAQ {
    overflow: visible !important;
    overflow-y: visible !important;
    overflow-x: hidden !important;
    max-height: none !important;
    min-height: auto !important;
    height: auto !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .Gipixel-FAQ .container {
    overflow: visible !important;
    overflow-y: visible !important;
    overflow-x: hidden !important;
    max-height: none !important;
    min-height: auto !important;
    height: auto !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .Gipixel-FAQ .Gipixel-FAQ-title {
    overflow: visible !important;
    overflow-y: visible !important;
    max-height: none !important;
    height: auto !important;
  }
  .Gipixel-FAQ .accordion {
    overflow: visible !important;
    overflow-y: visible !important;
    overflow-x: hidden !important;
    max-height: none !important;
    min-height: auto !important;
    height: auto !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .Gipixel-FAQ .accordion .accordion-item {
    overflow: visible !important;
    overflow-y: visible !important;
    overflow-x: hidden !important;
    max-height: none !important;
    min-height: auto !important;
    height: auto !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .Gipixel-FAQ .accordion .accordion-item .accordion-header {
    overflow: visible !important;
    overflow-y: visible !important;
  }
  .Gipixel-FAQ .accordion .accordion-item .accordion-collapse {
    overflow: visible !important;
    overflow-y: visible !important;
    overflow-x: hidden !important;
    max-height: none !important;
    min-height: auto !important;
    height: auto !important;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .Gipixel-FAQ .accordion .accordion-item .accordion-collapse:not(.show) {
    max-height: 0 !important;
    overflow: hidden !important;
    overflow-y: hidden !important;
  }
  .Gipixel-FAQ .accordion .accordion-item .accordion-collapse.show {
    max-height: none !important;
    min-height: auto !important;
    overflow: visible !important;
    overflow-y: visible !important;
    overflow-x: hidden !important;
    height: auto !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .Gipixel-FAQ .accordion .accordion-item .accordion-collapse .accordion-body {
    overflow: visible !important;
    overflow-y: visible !important;
    overflow-x: hidden !important;
    max-height: none !important;
    min-height: auto !important;
    height: auto !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    padding: var(--padding-md) !important;
  }
  .Gipixel-container-fw:has(.Gipixel-FAQ),
  .Gipixel-container:has(.Gipixel-FAQ) {
    overflow: visible !important;
    overflow-y: visible !important;
    overflow-x: hidden !important;
    max-height: none !important;
    min-height: auto !important;
    height: auto !important;
  }
  section.Gipixel-container:has(.Gipixel-FAQ),
  section.Gipixel-container:has(.Gipixel-FAQ) *,
  .Gipixel-FAQ,
  .Gipixel-FAQ *,
  .Gipixel-FAQ *::before,
  .Gipixel-FAQ *::after {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }
  section.Gipixel-container:has(.Gipixel-FAQ)::-webkit-scrollbar,
  section.Gipixel-container:has(.Gipixel-FAQ) *::-webkit-scrollbar,
  .Gipixel-FAQ::-webkit-scrollbar,
  .Gipixel-FAQ *::-webkit-scrollbar,
  .Gipixel-FAQ *::before::-webkit-scrollbar,
  .Gipixel-FAQ *::after::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }
  section.Gipixel-container:has(.Gipixel-FAQ),
  section.Gipixel-container[data-cursor-element-id]:has(.Gipixel-FAQ),
  .Gipixel-container:has(.Gipixel-FAQ),
  .Gipixel-FAQ,
  .Gipixel-FAQ .container,
  .Gipixel-FAQ .container-fluid,
  .Gipixel-FAQ .Gipixel-FAQ-title,
  .Gipixel-FAQ .accordion,
  .Gipixel-FAQ .accordion-item,
  .Gipixel-FAQ .accordion-header,
  .Gipixel-FAQ .accordion-collapse,
  .Gipixel-FAQ .accordion-body {
    height: auto !important;
    max-height: none !important;
    min-height: auto !important;
    overflow-y: visible !important;
    overflow-x: hidden !important;
  }
  section.Gipixel-container[data-cursor-element-id] {
    overflow-y: visible !important;
    overflow-x: hidden !important;
    max-height: none !important;
    height: auto !important;
  }
  section.Gipixel-container[data-cursor-element-id]:has(.Gipixel-FAQ) {
    overflow: visible !important;
    overflow-y: visible !important;
    overflow-x: hidden !important;
    max-height: none !important;
    height: auto !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  p {
    font-size: clamp(1rem, 2.5vw, 1.15rem) !important;
    line-height: 1.6 !important;
  }
  .Gipixel-partner-text,
  .animated-cards-header,
  .Gipixel-FAQ-title,
  .Gipixel-titel {
    padding: 0 !important;
    margin-bottom: var(--spacer-md) !important;
  }
  .Gipixel-animated-cards .cards .card.active::before, .Gipixel-animated-cards .cards .card::before {
    opacity: 1 !important;
  }
  .Gipixel-partners-slider-wrapper {
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    max-width: 100vw !important;
  }
  .Gipixel-partners-slider-wrapper .Gipixel-partners-swiper {
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-wrapper {
    overflow: visible !important;
    overflow-x: visible !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }
  .Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-slide {
    width: 100% !important;
    max-width: 100% !important;
    flex-shrink: 0 !important;
    overflow: visible !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-slide .Gipixel-partner-slide-link {
    width: 100% !important;
    max-width: 100% !important;
    padding: var(--spacer-md) var(--spacer-sm) !important;
  }
  .Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-slide .Gipixel-partner-logo {
    max-width: 140px !important;
    max-height: 100px !important;
  }
  .Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-slide .Gipixel-partner-title {
    font-size: clamp(1rem, 2.5vw, 1.15rem) !important;
  }
  .Gipixel-partners-slider-wrapper .Gipixel-partners-swiper .swiper-slide .Gipixel-partner-description {
    font-size: clamp(0.9rem, 2.2vw, 1rem) !important;
    line-height: 1.5 !important;
  }
}
/*═══════════════════════════════════════════════
|||          User Profile Dropdown Menu          ||
═════════════════════════════════════════════════*/
.Gipixel-header .navbar .Gipixel-btn-profile {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  gap: var(--gap-xs);
  color: var(--text-primary);
  background-color: transparent;
  border: var(--border);
  border-right: none;
  border-radius: var(--border-radius-sm) var(--border-radius-lg) var(--border-radius-lg) var(--border-radius-sm);
  padding: var(--padding-xs) var(--padding-sm) var(--padding-xs) var(--padding-sm);
}
.Gipixel-header .navbar .Gipixel-btn-profile img {
  height: 36px;
  width: 36px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius-sm);
}
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end {
  display: block !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: #1a1a1a !important;
  border: var(--border) !important;
  border-radius: 12px !important;
  box-shadow: var(--box-shadow-md) !important;
  grid-template-columns: none !important;
  grid-template-rows: none !important;
  display: block !important;
  right: 0 !important;
  left: auto !important;
  transform: translateX(-10px) !important;
  overflow: hidden !important;
}
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end.show, .Gipixel-header .navbar .dropdown-profile .dropdown-menu-end:hover {
  display: block !important;
  grid-template-columns: none !important;
  transform: translateX(-10px) !important;
}
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li {
  width: 100% !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important;
  min-height: auto !important;
}
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li.span-profile {
  padding: var(--padding-xs) var(--padding-sm) !important;
  margin: 0 !important;
  border-bottom: var(--border) !important;
  height: auto !important;
  min-height: auto !important;
  background-color: transparent !important;
  display: block !important;
}
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li.span-profile span {
  color: var(--text-secondary) !important;
  font-size: var(--text-xs) !important;
  font-weight: var(--text-sm-weight) !important;
  display: block !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  cursor: default !important;
  height: auto !important;
  line-height: 1.5 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > .dropdown-item,
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > a.dropdown-item,
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > button.dropdown-item {
  width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: var(--gap-sm) !important;
  padding: var(--padding-sm) var(--padding-md) !important;
  margin: 0 !important;
  color: var(--dropdown-link) !important;
  background-color: transparent !important;
  border: none !important;
  border-left: 2px solid transparent !important;
  border-radius: 0 !important;
  font-size: var(--text-xs) !important;
  font-weight: var(--text-sm-weight) !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: all var(--transition-medium) !important;
  box-sizing: border-box !important;
  height: auto !important;
  min-height: auto !important;
  line-height: 1.5 !important;
}
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > .dropdown-item i,
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > a.dropdown-item i,
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > button.dropdown-item i {
  font-size: var(--text-sm) !important;
  width: 18px !important;
  height: 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  line-height: 1 !important;
  margin: 0 !important;
}
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > .dropdown-item > *:not(i),
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > a.dropdown-item > *:not(i),
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > button.dropdown-item > *:not(i) {
  flex: 1;
}
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > .dropdown-item:hover, .Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > .dropdown-item:active, .Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > .dropdown-item:focus, .Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > .dropdown-item:focus-visible,
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > a.dropdown-item:hover,
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > a.dropdown-item:active,
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > a.dropdown-item:focus,
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > a.dropdown-item:focus-visible,
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > button.dropdown-item:hover,
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > button.dropdown-item:active,
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > button.dropdown-item:focus,
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > button.dropdown-item:focus-visible {
  background-color: transparent !important;
  border-left-color: var(--text-primary) !important;
  color: var(--text-primary) !important;
}
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > .dropdown-item.logout-btn,
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > button.dropdown-item.logout-btn {
  margin-top: 0 !important;
  border-top: var(--border) !important;
  border-left: 2px solid transparent !important;
  background-color: var(--black) !important;
  height: auto !important;
  min-height: auto !important;
}
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > .dropdown-item.logout-btn:hover, .Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > .dropdown-item.logout-btn:active, .Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > .dropdown-item.logout-btn:focus, .Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > .dropdown-item.logout-btn:focus-visible,
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > button.dropdown-item.logout-btn:hover,
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > button.dropdown-item.logout-btn:active,
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > button.dropdown-item.logout-btn:focus,
.Gipixel-header .navbar .dropdown-profile .dropdown-menu-end > li > button.dropdown-item.logout-btn:focus-visible {
  background-color: var(--black) !important;
  border-left-color: transparent !important;
  color: var(--text-danger) !important;
}

/*═══════════════════════════════════════════════
|||     User Profile Dropdown - Responsive       ||
═════════════════════════════════════════════════*/
@media (max-width: 1024px) {
  .Gipixel-header .navbar .Gipixel-btn-profile {
    justify-content: flex-end;
    flex-direction: row-reverse;
  }
  .Gipixel-header .navbar .dropdown-profile .dropdown-menu-end {
    display: block !important;
    position: static !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
}
#google-signin-container {
  width: 100%;
  display: block;
}
#google-signin-container .S9gUrf-YoZ4jf {
  width: 100% !important;
  min-width: 100%;
  position: relative;
  display: block;
}
#google-signin-container iframe {
  width: 100% !important;
  min-width: 100%;
  height: 44px !important;
  border: none !important;
  display: block;
}

.haAclf {
  display: block !important;
  width: 100% !important;
  min-width: 100% !important;
}/*# sourceMappingURL=style.css.map */