
body {
    background: linear-gradient(135deg,#020617,#0f172a);
    color:#e2e8f0;
    font-family: Inter, sans-serif;
}
input, button {
    border-radius:10px;
    padding:10px;
}
button {
    background:#22c55e;
    color:white;
}
nav a {
    color:#38bdf8;
}


/* Hide unwanted header links */
a[href*="store"], a[href*="login"], a[href*="connexion"] {
    display:none !important;
}

/* Footer styling */
.footer-links a {
    margin: 0 10px;
    color:#38bdf8;
    text-decoration:none;
}
/* ===== BACKGROUND GLOBAL ===== */
body.results-page {
  background: linear-gradient(135deg,#020617,#0f172a) !important;
  color: #e2e8f0;
}

/* ===== HEADER ===== */
.results-header {
  background: transparent !important;
  border-bottom: 1px solid #1e293b;
}

/* ===== SEARCH BAR ===== */
.results-search-wrap {
  background: #020617 !important;
  border-radius: 12px;
  border: 1px solid #1e293b;
}

.results-search-input {
  background: transparent !important;
  color: white;
}

/* ===== FILTERS ===== */
.filters-bar {
  background: transparent !important;
}

.filter-tab {
  color: #94a3b8;
}

.filter-tab.active {
  color: #38bdf8;
  border-bottom: 2px solid #38bdf8;
}

/* ===== RESULT ITEMS ===== */
.result-item {
  background: #0f172a !important;
  border-radius: 16px;
  padding: 15px;
  margin-bottom: 15px;
  transition: 0.2s;
}

.result-item:hover {
  background: #1e293b;
}

/* ===== TITLES ===== */
.result-title a {
  color: #38bdf8;
  text-decoration: none;
}

/* ===== SNIPPET ===== */
.result-snippet {
  color: #cbd5f5;
}

/* ===== AI BLOCK ===== */
.ai-summary {
  background: #0f172a !important;
  border-radius: 16px;
  border: 1px solid #1e293b;
}

/* ===== SIDEBAR ===== */
.knowledge-card {
  background: #0f172a !important;
  border-radius: 16px;
}

/* ===== BUTTONS ===== */
.btn-sign,
.results-search-btn {
  background: #22c55e !important;
  color: white;
  border-radius: 10px;
}

/* ===== FOOTER ===== */
.footer {
  color: #64748b;
}

.footer a {
  color: #38bdf8;
  text-decoration: none;
}
