.glcc-banner {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: min(390px, calc(100vw - 24px));
  background: #101318;
  color: #f4f7fb;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
  padding: 14px;
  z-index: 99999;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  line-height: 1.35;
}

.glcc-banner,
.glcc-banner * {
  box-sizing: border-box;
}

.glcc-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
}

.glcc-text {
  font-size: 12px;
  margin: 0 0 8px;
  opacity: 0.92;
}

.glcc-legal {
  font-size: 11px;
  margin-bottom: 6px;
  opacity: 0.9;
}

.glcc-note {
  font-size: 11px;
  margin-bottom: 8px;
  color: #b8f9cf;
}

.glcc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.glcc-banner .glcc-btn {
  -webkit-appearance: none !important;
  appearance: none !important;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  color: #f4f7fb !important;
  padding: 7px 9px;
  border-radius: 8px;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: none !important;
  text-shadow: none !important;
  filter: none !important;
  opacity: 1 !important;
  outline: none;
  border-color: rgba(255, 255, 255, 0.3) !important;
  background-color: transparent !important;
}

.glcc-banner .glcc-btn:hover,
.glcc-banner .glcc-btn:focus {
  background: rgba(255, 255, 255, 0.1);
  color: #f4f7fb !important;
  text-decoration: none;
  border-color: rgba(255, 255, 255, 0.45) !important;
  background-image: none !important;
}

.glcc-banner .glcc-btn:active,
.glcc-banner .glcc-btn:visited {
  color: #f4f7fb !important;
  background-color: rgba(255, 255, 255, 0.16) !important;
  border-color: rgba(255, 255, 255, 0.55) !important;
}

.glcc-banner .glcc-btn-primary {
  background: #f4f7fb !important;
  background-color: #f4f7fb !important;
  color: #101318 !important;
  border-color: #f4f7fb !important;
}

.glcc-banner .glcc-btn-primary:hover,
.glcc-banner .glcc-btn-primary:focus,
.glcc-banner .glcc-btn-primary:active,
.glcc-banner .glcc-btn-primary:visited {
  color: #101318 !important;
  background: #ffffff !important;
  border-color: #ffffff !important;
}

.glcc-panel {
  margin-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 10px;
}

.glcc-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  margin-bottom: 8px;
}

.glcc-banner .glcc-row input[type="checkbox"] {
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 14px;
  height: 14px;
  margin: 0;
  border: 1px solid rgba(244, 247, 251, 0.6) !important;
  border-radius: 4px;
  background: #0f141c !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  filter: none !important;
  cursor: pointer;
}

.glcc-banner .glcc-row input[type="checkbox"]::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #f4f7fb;
  transform: scale(0);
  transition: transform 0.1s ease;
}

.glcc-banner .glcc-row input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.glcc-banner .glcc-row input[type="checkbox"]:focus {
  outline: 1px solid rgba(244, 247, 251, 0.55);
  outline-offset: 1px;
}

.glcc-banner .glcc-row input[type="checkbox"]:disabled {
  cursor: not-allowed;
  border-color: rgba(201, 212, 229, 0.6) !important;
  background: #1a2433 !important;
}

.glcc-banner .glcc-row input[type="checkbox"]:disabled::before {
  background: #c9d4e5;
}

.glcc-row em {
  opacity: 0.8;
  font-style: normal;
}

.glcc-save {
  margin-top: 2px;
}

.glcc-launcher {
  -webkit-appearance: none !important;
  appearance: none !important;
  position: fixed;
  left: 12px;
  bottom: 12px;
  z-index: 99998;
  border: 1px solid rgba(16, 19, 24, 0.2);
  background: rgba(255, 255, 255, 0.92);
  color: #101318;
  border-radius: 999px;
  font-size: 11px;
  padding: 6px 10px;
  cursor: pointer;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: rgba(16, 19, 24, 0.2) !important;
  background-color: rgba(255, 255, 255, 0.92) !important;
}

.glcc-launcher:hover,
.glcc-launcher:focus {
  background: #ffffff;
  color: #101318 !important;
  text-decoration: none;
}

.glcc-launcher,
.glcc-launcher:active,
.glcc-launcher:visited {
  color: #101318 !important;
}

@media (max-width: 640px) {
  .glcc-banner {
    right: 10px;
    left: 10px;
    bottom: 44px;
    width: auto;
  }

  .glcc-launcher {
    left: 10px;
    bottom: 8px;
  }
}
