.mt-6.h-10.w-full.bg-cover:has(img[alt="Logo Drop AI Agent"]) {
  display: none !important;
}

.bg-surface-submit {
  background-color: #00adee !important;
}

.hover\:bg-surface-submit-hover:hover {
  background-color: #0095cc !important;
}

a[href="/register"] {
  color: #00adee !important;
}

a[href="/register"]:hover,
a[href="/register"]:focus {
  color: #0095cc !important;
  text-decoration-color: #0095cc !important;
}

input:focus,
textarea:focus {
  border-color: #00adee !important;
}

input:focus ~ label,
textarea:focus ~ label {
  color: #00adee !important;
}

a[href="/login"] {
  color: #00adee !important;
}

a[href="/login"]:hover,
a[href="/login"]:focus {
  color: #0095cc !important;
}

div[role="contentinfo"] {
  display: none !important;
}

button[aria-label="Czat tymczasowy"] {
  display: none !important;
}

button[data-testid="nav-agents-marketplace-button"],
div[data-testid="nav-agents-marketplace-button"] {
  display: none !important;
}

button[aria-label="Wybierz model"] {
  display: none !important;
}

/* Ukryj logo ollama na ekranie powitalnym */
img[alt="ollama Icon"] {
  display: none !important;
}

.relative.size-10:has(img[alt="ollama Icon"]) {
  display: none !important;
}

/* Ukryj przełącznik Kod/Podgląd */
div[role="radiogroup"] {
  display: none !important;
}

/* Ukryj przycisk Change Version */
button[aria-label="Change Version"] {
  display: none !important;
}

/* Ukryj przycisk Kopiuj kod */
button[aria-label="Kopiuj kod"] {
  display: none !important;
}

/* Ukryj przycisk Pobierz artefakt */
button[aria-label="Pobierz artefakt"] {
  display: none !important;
}

.truncate.text-text-secondary {
  font-size: 0 !important;
}

.truncate.text-text-secondary::after {
  content: "Kliknij, aby otworzyć";
  font-size: 0.875rem;
}

.group.relative.my-4.rounded-xl {
  margin-top: 15px !important;
}

/* Ukryj Moje pliki */
#\:r4\: {
  display: none !important;
}

/* Ukryj Pomoc i FAQ */
#\:r7\: {
  display: none !important;
}

/* Ukryj Ustawienia */
#\:ra\: {
  display: none !important;
}