/* ==========================================================================
   Header & Navigation
   ========================================================================== */
#nav-main {
  background: #7c0404;
  background: linear-gradient(
    0deg,
    rgba(124, 4, 4, 1) 0%,
    rgba(210, 26, 26, 1) 30%,
    rgba(148, 2, 2, 1) 100%
  );
  border-top: none;
  padding-top: 4px !important;
  padding-bottom: 2px !important;
}
#nav-main a {
  font-size: 14px !important;
  text-shadow: 0px 1px 5px #000;
  font-weight: 500;
}
#nav-top a {
  font-size: 13px !important;
  text-shadow: 0px 1px 5px #000;
}
#nav-main li.current-menu-item > a,
#nav-main li.current_page_item > a {
  background: #076102;
  background: linear-gradient(
    0deg,
    rgba(7, 97, 2, 1) 0%,
    rgba(0, 179, 9, 1) 35%,
    rgba(3, 128, 3, 1) 100%
  );
}
#nav-main .nav-main a:hover {
  background: none;
  color: yellow;
}
#nav-main .sub-menu,
#nav-main .children {
  background: #a11f02;
  position: absolute;
  float: left;
  font-weight: normal;
  box-shadow: none;
  z-index: 990;
  display: none;
  border: none;
}
#menu-tops.nav-top a {
  padding: 2px 10px;
  font-weight: 500;
  color: #fff;
}
#menu-tops.nav-top a:hover {
  color: #59d600;
}
#nav-top,
#top-bar-info {
  padding-top: 4px;
}
#top-bar-info {
  color: #ffdda6; /* Menggunakan nilai dari aturan terakhir */
  padding: 2px 8px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-shadow: 0px 1px 5px #000;
  font-family: "Roboto Condensed", Sans-serif;
  margin-top: 5px;
}
#site-title a {
  color: #fff;
}
#nav-main,
#top-bar,
#header {
  border: 1px solid #ad0303;
}
.navbar-toggler {
  text-align: right !important;
  border: none;
}
#header-logo {
  width: 100%;
}
/* ==========================================================================
   General & Typography
   ========================================================================== */
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
.entry-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}

/* ==========================================================================
   Layout & Containers
   ========================================================================== */
#container {
  border: 0px solid #990000;
  box-shadow: none !important;
}
.blog-view,
.single-view,
.author-info,
.archive-info,
.form-404,
.frontier-widget {
  word-wrap: anywhere;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-shadow: 0 0 4px #e6ebed;
}
#comment-header,
#respond,
#no-comments,
.comment-body {
  border-radius: 4px;
  border: 1px solid #ccc;
  box-shadow: 0 0 4px #e6ebed;
}
#widgets-wrap-below-menu {
  background-color: #f5f5f5;
  width: 100%;
  text-align: center;
}
#widgets-wrap-footer {
  background-color: #fff;
}
.main-app {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  padding-bottom: 0px;
  margin-top: 10px;
}

/* ==========================================================================
   Widgets
   ========================================================================== */
.widget-header.frontier-widget.widget_text {
  margin: 0 auto;
  padding: 0;
}
.widget-title {
  border: 3px outset #fff;
  padding: 5px;
  padding-top: 7px;
  background-color: #ce0000 !important;
  color: #fff;
  margin: 0;
  font-size: 15px;
  text-shadow: none;
  font-weight: 500;
}
.costumme {
  border: 3px outset #fff;
  padding: 4px;
  background-color: #eee !important;
  color: #000;
  margin: 0;
  text-shadow: none;
  font-weight: 600;
}
.textwidget .fas,
.textwidget .far,
.textwidget .fab {
  color: #e42727;
  font-size: 16px;
}

/* ==========================================================================
   Custom Pagination
   ========================================================================== */
.custom-pagination {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.custom-pagination li {
  display: inline;
}
.custom-pagination a.page-link {
  padding: 6px 12px;
  border: 1px solid #e3f4fc;
  border-radius: 50%;
  text-decoration: none;
  color: #943300;
  background-color: #fff;
  transition: all 0.3s ease;
  margin: -8px;
  font-weight: 600;
}
.custom-pagination a.page-link:hover {
  background-color: #943300;
  color: white;
  border-color: #943300;
}
.custom-pagination a.page-link.active {
  background-color: #943300;
  color: white;
  border-color: #943300;
  pointer-events: none;
}
.custom-pagination .page-dots {
  padding: 6px 12px;
  color: #999;
}

/* ==========================================================================
   Forms & Inputs
   ========================================================================== */
#myInputs,
#myInput {
  border: 1px solid #e3f4fc !important;
  border-radius: 5px;
}
#meInput {
  border: 1px solid #c9c9c9 !important;
  border-radius: 5px;
}
.data-inputs {
  width: 100% !important;
  padding: 2px;
}
.tabinput {
  height: 30px !important;
  font-family: "Roboto Condensed", Sans-serif;
  font-size: 12px;
  width: 100% !important;
  padding: 4px;
}
.form-control {
  font-size: 12px;
}
.form-group-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  align-items: center;
}
.form-inline {
  display: flex;
  gap: 4px;
  align-items: center;
}
.form-inline input[type="text"],
.form-inline input[type="password"] {
  padding: 4px 6px;
  border: 1px solid #dedede;
  border-radius: 4px;
  max-width: 100px;
}
.form-inline input[type="search"] {
  padding: 4px 6px;
  border: 1px solid #dedede;
  border-radius: 4px;
  max-width: 100%;
}
.form-inline input[type="submit"],
.form-inline button {
  padding: 4px 6px;
  border: 1px solid #dedede;
  border-radius: 4px;
  background-color: gold;
  cursor: pointer;
  font-weight: normal;
}
.btn-daftar {
  padding: 4px 6px;
  display: block;
  border: none;
  border-radius: 4px;
  background-color: #ce0000;
  cursor: pointer;
  font-weight: normal;
  color: white;
}
.btn-daftar:hover {
  background-color: #218838;
  text-decoration: none;
  color: white;
}
.btn.btn-danger.dropdown-toggle.custom {
  font-size: 12px;
  letter-spacing: -1px;
}

/* ==========================================================================
   Tab Form
   ========================================================================== */
.tab-form {
  max-width: 400px;
  margin: 30px auto;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 20px;
  font-family: sans-serif;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.tab-form h3 {
  margin-bottom: 15px;
  text-align: center;
}
.tab-form .tab-buttons {
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
}
.tab-form .tab-buttons .tab-link {
  flex: 1;
  padding: 10px;
  background: #eee;
  border: none;
  cursor: pointer;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  transition: background 0.3s;
}
.tab-form .tab-buttons .tab-link.active {
  background: #a80000;
  color: #fff;
}
.tab-form .tab-content {
  display: none;
}
.tab-form .tab-content.active {
  display: block;
}
.tab-form input[type="text"],
.tab-form input[type="email"],
.tab-form input[type="password"] {
  width: 100%;
  padding: 8px 10px;
  margin-bottom: 12px;
  border: 1px solid #dedede;
  border-radius: 4px;
  box-sizing: border-box;
}
.tab-form input[type="submit"] {
  width: 100%;
  padding: 10px;
  background-color: #28a745;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}
.tab-form input[type="submit"]:hover {
  background-color: #218838;
}
.tab-form label {
  display: block;
  margin-bottom: 4px;
  font-weight: bold;
}
.login-benefits-box {
  background-color: #f7f7f7;
  border: 1px solid #dedede;
  padding: 16px;
  margin-top: 20px;
  border-radius: 4px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  font-size: 15px;
  text-align: left;
  margin-bottom: 20px;
}
.login-benefits-box h4 {
  margin-top: 0;
  color: #a80000;
  font-size: 18px;
  text-align: center;
}
.login-benefits-box ul {
  padding-left: 18px;
  margin-bottom: 12px;
}
.login-benefits-box ul li {
  margin-bottom: 6px;
}
.login-benefits-box p {
  text-align: left;
  margin: 0;
  font-weight: bold;
}

/* ==========================================================================
   Paito & Search Widget
   ========================================================================== */
.paito-search-widget {
  background-color: #f0f0f0;
  padding: 8px;
  border-radius: 4px;
}
form.linkx-menu-paito {
  padding: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-top: 10px;
}
form.linkx-menu-paito select {
  padding: 4.2px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}
.linkx-menu-paitos {
  border-radius: 5px;
  margin-bottom: 5px;
  display: flex;
  gap: 2px;
  flex-wrap: wrap;
  justify-content: center;
}
.overflow-auto {
  overflow-y: scroll;
  height: 262px; /* Menggunakan nilai dari aturan terakhir */
}
.overflow-autos {
  overflow-y: scroll;
  height: 340px;
}
.input-group.search {
  width: 100%;
  margin-bottom: 10px;
}

/* ==========================================================================
   Comments
   ========================================================================== */
.comment-nav {
  margin-top: 10px;
}
a.comment-reply-link,
.link-next a,
.link-prev a {
  color: black;
  box-shadow: none;
  border: 1px solid #dedede;
  border-radius: 2px;
  background: #ededed;
}
a.comment-reply-link:hover,
.link-next a:hover,
.link-prev a:hover {
  background: #f52727;
  color: white !important;
}
.cld-like-dislike-wrap .cld-common-wrap {
  margin-right: 10px;
  border: 1px solid #dedede;
  border-radius: 5px;
  text-align: center;
  background: #dedede;
}
a.cld-like-dislike-trigger {
  color: #6b6b6b;
}
a.cld-like-dislike-trigger:hover {
  color: #ff0000;
}
.cld-like-count-wrap.cld-count-wrap {
  color: #ff0000;
}
textarea#comment {
  border-radius: 4px;
  border: 1px solid #ccc;
  box-shadow: 0 0 4px #e6ebed;
}

/* ==========================================================================
   Togel Components
   ========================================================================== */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
@keyframes slideIn {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    transform: rotate(0deg) scale(0);
    opacity: 0;
  }
  to {
    transform: rotate(360deg) scale(1);
    opacity: 1;
  }
}

.running-container {
  width: 100%;
  overflow: hidden;
  padding: 0;
}
.running-track:hover {
  animation-play-state: paused;
}
.running-track {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  animation: marquee 1300s linear infinite, fadeIn 1s ease-out;
}
.result-box {
  display: inline-flex;
  align-items: center;
  background: #f0f0f0;
  padding: 4px 16px;
  border-radius: 8px;
  font-family: Arial, sans-serif;
  color: #616161;
  font-weight: bold;
  margin-right: 10px;
}
.status-label.status-new {
  background: red;
  color: #fff;
  padding: 4px 8px;
  border-radius: 5px;
  margin-right: 10px;
  font-weight: bold;
}
.status-label.status-old {
  background: gray;
  color: #fff;
  padding: 4px 8px;
  border-radius: 5px;
  margin-right: 10px;
  font-weight: bold;
}
.result-date {
  margin-right: 10px;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  color: #444;
}
.result-set {
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 25px;
}
.result-label {
  background: red;
  color: white;
  padding: 4px 10px;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.result-numbers-wrap {
  background: linear-gradient(to right, #e8cf7d, #fcf0c5);
  padding: 5px 10px;
  display: flex;
  align-items: center;
  gap: 2px;
}
.number-balll {
  width: 28px;
  height: 28px;
  background: radial-gradient(circle at 30% 30%, #fff4c4, #d4af37);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  color: #8c000d;
  box-shadow: inset -1px -2px 5px rgba(0, 0, 0, 0.4);
}

/* Togel Container */
.togel-container {
  margin: 20px 0;
  padding: 20px;
  border-radius: 10px;
  background-color: #f9f9f9;
  border: 1px solid #eee;
}
.togel-header {
  margin-bottom: 15px;
  text-align: center;
}
.togel-header h3 {
  margin: 0 0 5px;
  color: #333;
  font-weight: bold;
}
.togel-note {
  color: #666;
  font-style: italic;
}
.togel-result-wrapper {
  margin-bottom: 20px;
  transition: all 0.3s ease;
  padding: 15px;
  border-radius: 10px;
  background-color: #fafafa;
  border: 2px solid #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.togel-date {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  color: #333;
}
.togel-balls-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 15px;
}
.togel-ball {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 600;
  color: white;
  cursor: pointer;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: transform 0.2s ease;
}
.togel-ball:hover {
  transform: scale(1.3);
}
.togel-separator {
  font-size: 24px;
  font-weight: bold;
  color: #888;
  margin: 0 5px;
}
.togel-actions {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 15px;
}
.togel-actions button {
  background-color: #f0f0f0;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 6px 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #222;
}
.togel-actions button:hover {
  background-color: #e0e0e0;
}
.togel-live-draw-btn,
.togel-copy-btn,
.togel-share-btn,
.togel-toggle-btn {
  background-color: #e3e3e3;
  color: white;
  border: none;
  padding: 4px 10px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.3s;
  font-size: 12px;
}
.togel-toggle-btn {
  background-color: #f39c12;
  display: block;
  border: 1px solid #fff;
  margin: 14px auto 0;
  padding: 8px 12px;
  font-weight: bold;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}
.togel-live-draw-btn:hover,
.togel-copy-btn:hover,
.togel-share-btn:hover,
.togel-toggle-btn:hover {
  opacity: 0.8;
}
.togel-collapsible {
  overflow: hidden;
  transition: max-height 0.5s ease;
}

/* Togel Ball Sizes */
.togel-size-small .togel-ball {
  width: 35px;
  height: 35px;
  font-size: 16px;
}
.togel-size-medium .togel-ball {
  width: 42px;
  height: 42px;
  font-size: 20px;
}
.togel-size-large .togel-ball {
  width: 52px;
  height: 52px;
  font-size: 26px;
}

/* Togel Ball Styles */
.togel-balls .togel-ball {
  background: radial-gradient(
    circle at 65% 15%,
    white 1px,
    #f70004 3%,
    #b50205 60%,
    #7a0002 100%
  );
}
.togel-modern .togel-ball {
  background: radial-gradient(
    circle at 65% 15%,
    white 1px,
    #97b2f7 1%,
    #0437b8 60%,
    black 100%
  );
}
.togel-neon .togel-ball {
  background: #111;
  border: 2px solid #0ff;
  box-shadow: 0 0 8px #0ff, inset 0 0 10px rgba(0, 255, 255, 0.5);
  color: #0ff;
  text-shadow: 0 0 5px #0ff;
}
.togel-minimal .togel-ball {
  background: #333;
  color: #fff;
  box-shadow: none;
}

/* Togel Animations */
.togel-animation-none {
  animation: none;
}
.togel-animation-bounce {
  animation: bounce 0.6s ease-out;
}
.togel-animation-fade {
  animation: fadeIn 0.6s ease-out;
  opacity: 0;
  animation-fill-mode: forwards;
}
.togel-animation-slide {
  animation: slideIn 0.6s ease-out;
}
.togel-animation-zoom {
  animation: zoomIn 0.8s ease-out;
}
.togel-animation-rotate {
  animation: rotateIn 1s ease-in-out;
}

/* Togel Tooltip */
.togel-tooltip {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.togel-tooltip.show {
  opacity: 1;
}

/* ==========================================================================
   Vertical Menu
   ========================================================================== */
.vertical-menu a,
.main-vertical-menu a {
  font-family: "Roboto Condensed", Sans-serif;
  color: #000;
  display: block;
  padding-left: 5px;
  margin: 0;
  text-decoration: none;
  font-size: 14px;
  border: 0px solid;
  text-align: left;
  font-weight: 500;
  background-color: #fff;
  transition: transform 0.2s, box-shadow 0.2s;
}
.vertical-menu a:hover {
  background: -webkit-linear-gradient(top, #fcf2f2 0%, #fad9d9 100%);
}
.main-vertical-menu li,
.vertical-menu li {
  padding: 2px;
}
.main-vertical-menu a:hover {
  background: -webkit-linear-gradient(top, #c4c4c4 0%, #8f8f8f 100%);
  color: #fff;
}
.costummes {
  border: 3px outset #fff;
  padding: 5px 10px;
  background-color: #eee;
  color: #990000;
  text-shadow: none;
  font-weight: 600;
}
.costummes:hover {
  background-color: #d4d4d4;
  transition: background-color 0.3s ease;
}

/* ==========================================================================
   Flags & Images
   ========================================================================== */
#header-logo img {
  width: 100%;
}
img.default-flag {
  width: 80px;
  height: 80px;
}
.flag-below-title img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ccc;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.country-live {
  transition: transform 0.2s, box-shadow 0.2s;
  cursor: pointer;
}
.country-live:hover {
  transform: scale(1.3);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.8);
}
div.col.alert.alert-success.text-center {
  background: none;
  padding: 0px;
  border: none;
}

/* ==========================================================================
   Next Live
   ========================================================================== */
.next-live-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.recent-comments-box,
.next-live-box {
  flex: 1;
  min-width: 300px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  padding-bottom: 0px;
}
.next-resent-header,
.next-live-header {
  border: 4px outset #e6e6e6;
  padding: 4px;
  background-color: #d60000;
  color: #fff;
  text-shadow: none;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Roboto Condensed", Sans-serif;
}
div.smlnpasr {
  background: #d60000;
  color: #fff;
  padding: 6px 10px;
  font-weight: bold;
  border-radius: 3px;
  text-align: center;
  font-family: "Roboto Condensed", Sans-serif;
  margin-bottom: 10px;
}
.pasaran-table {
  width: 100%;
  border-collapse: collapse;
}
.pasaran-table td {
  border: 1px solid #ccc;
  font-family: "Roboto Condensed", Sans-serif;
}
td.content-live {
  padding: 6px;
  text-transform: capitalize;
  width: 70%;
  font-size: 14px;
}
.pasaran-live {
  text-decoration: none;
  font-weight: bold;
  padding: 5px;
  border: 1px solid #fff;
  display: block;
  text-align: left;
  box-shadow: 0 5px 7px -5px #878787;
}
.country-live {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 50%;
  border: 1px solid #ccc;
  box-shadow: 0 2px 5px 1px #ddd;
}
td.img-live {
  padding: 2px;
  padding-top: 4.5px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 0px;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (max-width: 768px) {
  .form-group-wrapper {
    flex-direction: column;
    align-items: stretch;
  }
  .form-inline {
    justify-content: center;
    flex-wrap: wrap;
  }
  .blog-view,
  .single-view,
  .author-info,
  .archive-info,
  .form-404 {
    border-style: hidden;
  }
  #main {
    margin: 0;
    padding: 0;
    border-style: hidden;
  }
  .togel-balls-container {
    gap: 5px;
  }
  .togel-size-small .togel-ball {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
  .togel-size-medium .togel-ball {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .togel-size-large .togel-ball {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}

@media (min-width: 200px) and (max-width: 767px) {
  form.linkx-menu-paito select,
  form.menus-paitos,
  div.menus-paitos {
    font-size: smaller;
    max-width: 100px;
    gap: 10px;
  }
  select.menus-paitos {
    font-size: smaller;
    max-width: 100px;
  }
}
/* ====== SMART PAITO AI — GLASS TECH EDITION ====== */
.spai-aibody {
  color: #e2e8f0;
  font-family: "Plus Jakarta Sans", sans-serif;
  background: radial-gradient(
    circle,
    rgba(224, 4, 4, 1) 0%,
    rgba(115, 3, 3, 1) 100%
  );
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(56, 189, 248, 0.08);
  position: relative;
}

/* Subtle grid pattern overlay */
.spai-aibody::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background-image: linear-gradient(
      rgba(56, 189, 248, 0.09) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(56, 189, 248, 0.1) 1px, transparent 1px);
  background-size: 10px 10px;
  pointer-events: none;
  z-index: 0;
}

/* Force all children above the grid pattern */
.spai-aibody > * {
  position: relative;
  z-index: 1;
}
/* HERO BUTTON */
.sp-ai-hero-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 20px;
  background: linear-gradient(135deg, #b8860b, #ffd369, #b8860b);
  background-size: 200% 200%;
  color: #0a0a0a;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 4px 15px rgba(255, 200, 60, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.sp-ai-hero-btn i {
  font-size: 16px;
  transition: transform 0.3s ease;
}
.sp-ai-hero-btn:hover {
  background-position: 100% 100%;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(255, 200, 60, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.sp-ai-hero-btn:hover i {
  transform: scale(1.2);
}
.sp-ai-hero-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transition: left 0.6s ease;
}
.sp-ai-hero-btn:hover::after {
  left: 150%;
}

/* GLOW OUTLINE */
.sp-ai-glow-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 18px;
  background: rgba(255, 200, 60, 0.06);
  color: #ffd369;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  border: 1.5px solid rgba(255, 200, 60, 0.35);
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.35s ease;
}
.sp-ai-glow-btn:hover {
  background: rgba(255, 200, 60, 0.12);
  border-color: rgba(255, 200, 60, 0.7);
  color: #ffe08a;
  box-shadow: 0 0 20px rgba(255, 200, 60, 0.2);
  transform: translateY(-1px);
}

/* PILL BADGE */
.sp-ai-pill-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 14px;
  background: linear-gradient(135deg, #1a1a1a, #111);
  color: #ccc;
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #2a2a2a;
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
}
.sp-ai-pill-btn .dot {
  width: 7px;
  height: 7px;
  background: #0fe300;
  border-radius: 50%;
  animation: sp-pulse-dot 2s ease-in-out infinite;
}
.sp-ai-pill-btn:hover {
  border-color: rgba(255, 200, 60, 0.4);
  color: #ffd369;
}
@keyframes sp-pulse-dot {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.8);
  }
}

/* CARD LINK */
.sp-ai-card-link {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 12px 14px;
  background: linear-gradient(145deg, #161616, #111);
  color: #bbb;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid rgba(56, 189, 248, 0.08);
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sp-ai-card-link .icon-box {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 200, 60, 0.1);
  border-radius: 8px;
  color: #ffd369;
  font-size: 14px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.sp-ai-card-link .link-text {
  flex: 1;
}
.sp-ai-card-link .link-text small {
  display: block;
  font-size: 10px;
  color: #666;
  margin-top: 2px;
  font-weight: 400;
}
.sp-ai-card-link .arrow {
  color: #444;
  font-size: 11px;
  transition: all 0.3s ease;
}
.sp-ai-card-link:hover {
  border-color: rgba(255, 200, 60, 0.3);
  transform: translateX(3px);
  color: #ffe08a;
}
.sp-ai-card-link:hover .icon-box {
  background: rgba(255, 200, 60, 0.18);
}
.sp-ai-card-link:hover .arrow {
  color: #ffd369;
  transform: translateX(3px);
}

/* MINI GRID */
.sp-ai-mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.sp-ai-mini-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 14px 8px;
  background: #161616;
  color: #999;
  font-family: inherit;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 1px solid #222;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sp-ai-mini-btn i {
  font-size: 18px;
  color: #666;
  transition: all 0.3s ease;
}
.sp-ai-mini-btn:hover {
  border-color: rgba(255, 200, 60, 0.3);
  color: #ddd;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.sp-ai-mini-btn:hover i {
  color: #ffd369;
  text-shadow: 0 0 10px rgba(255, 200, 60, 0.4);
}

/* LIVE BUTTON */
.sp-ai-live-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 11px 16px;
  background: #111;
  color: #ddd;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid rgba(255, 60, 60, 0.3);
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sp-ai-live-btn .live-dot {
  width: 8px;
  height: 8px;
  background: #ff4444;
  border-radius: 50%;
  position: relative;
}
.sp-ai-live-btn .live-dot::after {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 1.5px solid #ff4444;
  animation: sp-live-ring 1.5s ease-out infinite;
}
.sp-ai-live-btn:hover {
  background: rgba(255, 60, 60, 0.08);
  border-color: rgba(255, 60, 60, 0.5);
  box-shadow: 0 0 20px rgba(255, 60, 60, 0.15);
  transform: translateY(-1px);
  color: #ffe08a;
}
@keyframes sp-live-ring {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

/* UTILITIES */
.sp-ai-sep {
  height: 1px;
  background: linear-gradient(90deg, transparent, #2a2a2a, transparent);
  margin: 16px 0;
}
.sp-ai-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #c9c9c9;
  margin-bottom: 10px;
  font-weight: 600;
}
/* END */
span.smart-ai-titles {
  background: linear-gradient(90deg, #ffd369, #ffb300, #ffd369);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: goldGlow 4s ease-in-out infinite alternate;
  display: inline-block;
}
.smart-ai-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
}
@keyframes goldGlow {
  from {
    filter: drop-shadow(0 0 10px rgba(255, 200, 60, 0.4));
  }
  to {
    filter: drop-shadow(0 0 25px rgba(255, 200, 60, 0.9));
  }
}
.smart-ai-sub {
  text-align: center;
  color: #aaa;
  margin-bottom: 25px;
}
.smart-ai-card {
  background: linear-gradient(145deg, #111, #1a1a1a);
  border-radius: 14px;
  padding: 18px 20px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 200, 60, 0.2);
  transition: 0.3s;
}
.smart-ai-card:hover {
  border-color: rgba(255, 200, 60, 0.6);
  box-shadow: 0 0 20px rgba(255, 200, 60, 0.2);
  transform: translateY(-3px);
}
.smart-ai-card h3 {
  color: #ffd369;
  margin-bottom: 10px;
  font-size: 16px;
}
.smart-ai-card p,
.smart-ai-card li {
  color: #ddd;
  font-size: 14px;
}
.smart-ai-card ul {
  padding-left: 18px;
}
.smart-ai-highlight {
  color: #ffd369;
  font-weight: bold;
}
.smart-ai-wrap {
  background: radial-gradient(circle at top, #1b1b1b, #0a0a0a);
  border-radius: 20px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 200, 60, 0.25);
  box-shadow: 0 0 60px rgba(255, 180, 0, 0.06);
  color: #a1a1a1;
}
.smart-ai-wrap > * {
  position: relative;
  z-index: 1;
}
.smart-ai-wrap::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 22px;
  background: linear-gradient(
    120deg,
    transparent 0%,
    transparent 40%,
    rgba(255, 215, 0, 0.6) 50%,
    transparent 60%,
    transparent 100%
  );
  background-size: 250% 100%;
  animation: shimmer 3s ease-in-out infinite;
  z-index: 0;
  opacity: 0.5;
}
@keyframes shimmer {
  0% {
    background-position: 150% 0;
  }
  100% {
    background-position: -50% 0;
  }
}
@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 200%;
  }
}
.smart-ai-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 35px rgba(255, 200, 60, 0.9);
}
#header-logo {
  border: 5mm ridge #c40000;
}
div.col.alert.alert-success.text-center {
  background: none;
  padding: 0px;
  border: none;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.costummes {
  border: 3px outset #fff;
  padding: 5px 10px;
  background-color: #eee;
  color: #990000;
  text-shadow: none;
  font-weight: 600;
}
.costummes:hover {
  background-color: #d4d4d4;
  transition: background-color 0.3s ease;
}
#menu-tops li {
  border: 1px outset #750101;
  background-color: #a80000;
  color: #fff;
  margin-right: 2px;
}
#top-bar-info {
  border: 1px outset #750101;
  background-color: #a80000;
  color: #fff;
  padding-top: 3px;
  margin-top: 4px;
}
.bkc-wrapper {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #e8eaf0;
  -webkit-font-smoothing: antialiased;
}

/* --- Header Widget --- */
.bkc-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background: #141728;
  border: 1px solid #252a45;
  border-bottom: none;
  border-radius: 12px 12px 0 0;
}
.bkc-header-icon {
  color: #00e68a;
  font-size: 15px;
}
.bkc-header-text {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #e8eaf0;
}

/* --- Body Widget --- */
.bkc-body {
  background: #141728;
  border: 1px solid #252a45;
  border-top: none;
  border-radius: 0 0 12px 12px;
  padding: 6px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

/* --- Tombol Utama --- */
.bkc-link {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 14px;
  border-radius: 9px;
  text-decoration: none !important;
  color: #e8eaf0 !important;
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 1px solid transparent;
  cursor: pointer;
  box-shadow: none !important;
  background: transparent;
}
.bkc-link::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: inherit;
}
.bkc-link:hover {
  transform: translateX(4px);
}
.bkc-link:hover::before {
  opacity: 1;
}

/* ===== VARIAN WARNA ===== */

/* -- Hijau Neon -- */
.bkc-var-green {
  background: linear-gradient(
    135deg,
    rgba(0, 230, 138, 0.08),
    rgba(0, 180, 216, 0.06)
  );
  border-color: rgba(0, 230, 138, 0.15);
}
.bkc-var-green::before {
  background: linear-gradient(
    135deg,
    rgba(0, 230, 138, 0.15),
    rgba(0, 180, 216, 0.1)
  );
}
.bkc-var-green:hover {
  border-color: rgba(0, 230, 138, 0.5);
  box-shadow: 0 0 20px rgba(0, 230, 138, 0.12), 0 4px 12px rgba(0, 0, 0, 0.25),
    inset 0 0 16px rgba(0, 230, 138, 0.04) !important;
}
.bkc-var-green .bkc-icon-box {
  background: linear-gradient(135deg, #00e68a, #00b4d8);
  color: #0d0f1a;
  box-shadow: 0 2px 10px rgba(0, 230, 138, 0.3);
}
.bkc-var-green:hover .bkc-icon-box {
  box-shadow: 0 4px 16px rgba(0, 230, 138, 0.45);
}
.bkc-var-green .bkc-badge {
  background: linear-gradient(
    135deg,
    rgba(0, 230, 138, 0.2),
    rgba(0, 180, 216, 0.15)
  );
  color: #00e68a;
  border-color: rgba(0, 230, 138, 0.25);
}
.bkc-var-green .bkc-badge-dot {
  background: #00e68a;
  box-shadow: 0 0 4px #00e68a;
}
.bkc-var-green .bkc-arrow {
  color: #00e68a;
}

/* -- Oranye Api -- */
.bkc-var-orange {
  background: linear-gradient(
    135deg,
    rgba(255, 107, 53, 0.08),
    rgba(247, 37, 133, 0.05)
  );
  border-color: rgba(255, 107, 53, 0.15);
}
.bkc-var-orange::before {
  background: linear-gradient(
    135deg,
    rgba(255, 107, 53, 0.15),
    rgba(247, 37, 133, 0.1)
  );
}
.bkc-var-orange:hover {
  border-color: rgba(255, 107, 53, 0.5);
  box-shadow: 0 0 20px rgba(255, 107, 53, 0.12), 0 4px 12px rgba(0, 0, 0, 0.25),
    inset 0 0 16px rgba(255, 107, 53, 0.04) !important;
}
.bkc-var-orange .bkc-icon-box {
  background: linear-gradient(135deg, #ff6b35, #f72585);
  color: #fff;
  box-shadow: 0 2px 10px rgba(255, 107, 53, 0.3);
}
.bkc-var-orange:hover .bkc-icon-box {
  box-shadow: 0 4px 16px rgba(255, 107, 53, 0.45);
}
.bkc-var-orange .bkc-badge {
  background: linear-gradient(
    135deg,
    rgba(255, 107, 53, 0.2),
    rgba(247, 37, 133, 0.15)
  );
  color: #ff6b35;
  border-color: rgba(255, 107, 53, 0.25);
}
.bkc-var-orange .bkc-badge-dot {
  background: #ff6b35;
  box-shadow: 0 0 4px #ff6b35;
}
.bkc-var-orange .bkc-arrow {
  color: #ff6b35;
}

/* -- Emas Premium -- */
.bkc-var-gold {
  background: linear-gradient(
    135deg,
    rgba(255, 214, 10, 0.07),
    rgba(255, 170, 0, 0.04)
  );
  border-color: rgba(255, 214, 10, 0.15);
}
.bkc-var-gold::before {
  background: linear-gradient(
    135deg,
    rgba(255, 214, 10, 0.14),
    rgba(255, 170, 0, 0.08)
  );
}
.bkc-var-gold:hover {
  border-color: rgba(255, 214, 10, 0.45);
  box-shadow: 0 0 20px rgba(255, 214, 10, 0.1), 0 4px 12px rgba(0, 0, 0, 0.25),
    inset 0 0 16px rgba(255, 214, 10, 0.04) !important;
}
.bkc-var-gold .bkc-icon-box {
  background: linear-gradient(135deg, #ffd60a, #ffaa00);
  color: #1a1200;
  box-shadow: 0 2px 10px rgba(255, 214, 10, 0.25);
}
.bkc-var-gold:hover .bkc-icon-box {
  box-shadow: 0 4px 16px rgba(255, 214, 10, 0.4);
}
.bkc-var-gold .bkc-badge {
  background: linear-gradient(
    135deg,
    rgba(255, 214, 10, 0.2),
    rgba(255, 170, 0, 0.15)
  );
  color: #ffd60a;
  border-color: rgba(255, 214, 10, 0.25);
}
.bkc-var-gold .bkc-badge-dot {
  background: #ffd60a;
  box-shadow: 0 0 4px #ffd60a;
}
.bkc-var-gold .bkc-arrow {
  color: #ffd60a;
}

/* -- Biru Cyan -- */
.bkc-var-cyan {
  background: linear-gradient(
    135deg,
    rgba(0, 180, 216, 0.08),
    rgba(114, 9, 183, 0.05)
  );
  border-color: rgba(0, 180, 216, 0.15);
}
.bkc-var-cyan::before {
  background: linear-gradient(
    135deg,
    rgba(0, 180, 216, 0.14),
    rgba(114, 9, 183, 0.08)
  );
}
.bkc-var-cyan:hover {
  border-color: rgba(0, 180, 216, 0.5);
  box-shadow: 0 0 20px rgba(0, 180, 216, 0.12), 0 4px 12px rgba(0, 0, 0, 0.25),
    inset 0 0 16px rgba(0, 180, 216, 0.04) !important;
}
.bkc-var-cyan .bkc-icon-box {
  background: linear-gradient(135deg, #00b4d8, #7209b7);
  color: #fff;
  box-shadow: 0 2px 10px rgba(0, 180, 216, 0.3);
}
.bkc-var-cyan:hover .bkc-icon-box {
  box-shadow: 0 4px 16px rgba(0, 180, 216, 0.45);
}
.bkc-var-cyan .bkc-badge {
  background: linear-gradient(
    135deg,
    rgba(0, 180, 216, 0.2),
    rgba(114, 9, 183, 0.15)
  );
  color: #00b4d8;
  border-color: rgba(0, 180, 216, 0.25);
}
.bkc-var-cyan .bkc-badge-dot {
  background: #00b4d8;
  box-shadow: 0 0 4px #00b4d8;
}
.bkc-var-cyan .bkc-arrow {
  color: #00b4d8;
}

/* -- Minimal Netral -- */
.bkc-var-clean {
  background: rgba(255, 255, 255, 0.02);
  border-color: #252a45;
}
.bkc-var-clean::before {
  background: rgba(255, 255, 255, 0.04);
}
.bkc-var-clean:hover {
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05) !important;
}
.bkc-var-clean .bkc-icon-box {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid #252a45;
  color: #7a7f9a;
  box-shadow: none;
}
.bkc-var-clean:hover .bkc-icon-box {
  background: rgba(255, 255, 255, 0.1);
  color: #e8eaf0;
  border-color: rgba(255, 255, 255, 0.2);
}
.bkc-var-clean .bkc-badge {
  background: rgba(255, 255, 255, 0.08);
  color: #7a7f9a;
  border-color: #252a45;
}
.bkc-var-clean .bkc-badge-dot {
  background: #7a7f9a;
  box-shadow: 0 0 4px #7a7f9a;
}
.bkc-var-clean .bkc-arrow {
  color: #e8eaf0;
}

/* ===== KOMPONEN INTERNAL ===== */

/* Icon Box */
.bkc-icon-box {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  z-index: 1;
}
.bkc-link:hover .bkc-icon-box {
  transform: scale(1.1) rotate(-3deg);
}

/* Grup Teks */
.bkc-text-group {
  flex: 1;
  min-width: 0;
  position: relative;
  z-index: 1;
}

/* Label (judul tombol) */
.bkc-label {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  color: #e8eaf0;
}

/* Deskripsi */
.bkc-desc {
  font-size: 11px;
  color: #7a7f9a;
  margin-top: 2px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}

/* Badge NEW */
.bkc-badge {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 1px 6px;
  border-radius: 4px;
  border: 1px solid transparent;
  line-height: 1.6;
}
.bkc-badge-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  animation: bkc-pulse 2s ease-in-out infinite;
}
@keyframes bkc-pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.35;
    transform: scale(0.6);
  }
}

/* Arrow */
.bkc-arrow {
  font-size: 11px;
  opacity: 0;
  transform: translateX(-6px);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
.bkc-link:hover .bkc-arrow {
  opacity: 1;
  transform: translateX(0);
}

/* Shimmer (opsional, aktifkan di tombol pertama) */
.bkc-shimmer {
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 230, 138, 0.06),
    transparent
  );
  z-index: 0;
  pointer-events: none;
}
.bkc-var-green:hover .bkc-shimmer {
  animation: bkc-shimmer-move 1.2s ease forwards;
}
@keyframes bkc-shimmer-move {
  to {
    left: 150%;
  }
}

/* Separator */
.bkc-sep {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px 2px;
}
.bkc-sep-text {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #7a7f9a;
  white-space: nowrap;
}
.bkc-sep-line {
  flex: 1;
  height: 1px;
  background: #252a45;
}

/* ===== VARIAN 2: GRADIENT BORDER ===== */
.bkc-gb {
  display: flex;
  padding: 2px;
  border-radius: 10px;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #1a1e38;
}
.bkc-gb:hover {
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.3);
  transform: translateY(-1px);
}
.bkc-gb-inner {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 14px;
  width: 100%;
  border-radius: 9px;
  background: #141728;
  transition: background 0.3s ease;
}
.bkc-gb:hover .bkc-gb-inner {
  background: transparent;
}

.bkc-gb-green {
  background: linear-gradient(
    135deg,
    rgba(0, 230, 138, 0.5),
    rgba(0, 180, 216, 0.5)
  );
}
.bkc-gb-orange {
  background: linear-gradient(
    135deg,
    rgba(255, 107, 53, 0.5),
    rgba(247, 37, 133, 0.5)
  );
}
.bkc-gb-gold {
  background: linear-gradient(
    135deg,
    rgba(255, 214, 10, 0.5),
    rgba(255, 170, 0, 0.5)
  );
}

.bkc-gb .bkc-icon-box {
  width: 34px;
  height: 34px;
  border-radius: 7px;
  font-size: 13px;
}
.bkc-gb-green .bkc-icon-box {
  background: linear-gradient(135deg, #00e68a, #00b4d8);
  color: #0d0f1a;
}
.bkc-gb-orange .bkc-icon-box {
  background: linear-gradient(135deg, #ff6b35, #f72585);
  color: #fff;
}
.bkc-gb-gold .bkc-icon-box {
  background: linear-gradient(135deg, #ffd60a, #ffaa00);
  color: #1a1200;
}

.bkc-gb .bkc-badge {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.15);
}
.bkc-gb .bkc-badge-dot {
  background: #fff;
  box-shadow: 0 0 4px #fff;
}

/* Toast */
.bkc-toast {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%) translateY(70px);
  background: #141728;
  border: 1px solid #252a45;
  color: #e8eaf0;
  padding: 11px 22px;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
  z-index: 99999;
  display: flex;
  align-items: center;
  gap: 8px;
}
.bkc-toast-icon {
  color: #00e68a;
  font-size: 12px;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .bkc-badge-dot {
    animation: none !important;
  }
  .bkc-var-green:hover .bkc-shimmer {
    animation: none !important;
  }
  .bkc-link,
  .bkc-gb {
    transition: none !important;
  }
  .bkc-link:hover,
  .bkc-gb:hover {
    transform: none !important;
  }
}
