/* style_f9b.css — obfuscated selectors, kept original styling intent */

:root{
  --fg: #e6eef8;
  --muted: #9aa6b8;
  --panel: rgba(10,10,10,0.88);
  --accent: #6ad3ff;
  --radius: 8px;
  --shadow: 0 6px 18px rgba(0,0,0,0.45);
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial;
}

/* reset basics */
* { box-sizing: border-box; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; scrollbar-width:none; }

/* place the whole widget small in the top-right corner */
.xzq_1 {
  width: 260px;
  z-index: 9999;
  font-size: 13px;
}

/* compact button */
.btn_hk3 {
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 10px;
  border-radius: var(--radius);
  background: transparent;
  border: 1px solid rgba(235, 232, 232, 0.04);
  color: var(--fg);
  cursor: pointer;
  transition: transform .12s ease, border-color .12s ease;
}

/* subtle hover */
.btn_hk3:hover { transform: translateY(-1px); border-color: rgba(57, 60, 61, 0.12); }

/* small icon + text */
.bc_v12 { display:flex; align-items:center; gap:8px; overflow:hidden; }
.btxt_m07 { white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:170px; color:var(--fg); font-weight:600; }

/* arrow */
.arr_y88 { color:var(--muted); height: 1em; width: 1em; transition: transform .18s ease; }
.btn_hk3.active .arr_y88 { transform: rotate(180deg); }

/* compact dropdown menu */
.menu_pz5 { 
    position: absolute;
  margin-top: 8px;
  width: 265px;
  background: var(--color-settings-panel-bg);
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.03);
  max-height: 320px;
  overflow: hidden;
  opacity: 0;
  transform-origin: top right;
  transform: translateY(-6px) scale(.995);
  transition: opacity .16s ease, transform .16s ease;
  pointer-events: none;
}

/* show */
.menu_pz5.active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

/* search area (small) */
.scont_33 { padding: 8px; border-bottom: 1px solid rgba(255,255,255,0.03); }
.swrp_l2 {
  display:flex; align-items:center; gap:8px;
  background: rgba(255,255,255,0.02);
  padding:6px; border-radius:8px;
}
.sinp_r7 {
  background: transparent; border: none; outline: none;
  color: var(--fg); font-size:13px; width:100%;
}
.sinp_r7::placeholder { color: var(--muted); }

.clr_k99 {
  height: 0.8em;
  width: 0.8em;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* dropdown list */
.dlist_0a { padding: 8px; max-height: 220px; overflow:auto; display:flex; flex-direction:column; gap:6px; }

/* section title (very small) */
.sec_t15 { font-size:11px; color:var(--muted); padding:4px 6px; text-transform:uppercase; letter-spacing:0.6px; display:flex; align-items:center; gap:8px; }
.sec_tn03 { font-weight:600; }
.sec_tl04 { flex:1; height:1px; background:var(--muted-line-color, rgba(255,255,255,0.04)); display:inline-block; margin-left:8px; }

/* item minimal (obfuscated) */
.it_b8 {
  padding:8px 10px; border-radius:8px; cursor:pointer;
  color:var(--fg); background:transparent; transition: background .12s ease, transform .09s ease;
  display:flex; align-items:center; gap:8px;
  margin-left: 0.7em;
}
.it_b8:hover { background: rgba(255,255,255,0.02); transform: translateY(1px); }

/* selected and keyboard focus */
.sel_01 { border:1px solid rgba(106,211,255,0.08); background: rgba(106,211,255,0.03); }
.kf_02 { outline: 2px solid rgba(106,211,255,0.12); outline-offset: -2px; }

/* highlight (search match) */
.hl_77 {
  background: rgba(106,211,255,0.08);
  /* padding: 0 0.3em; */
}

/* no results */
.nr_00 { padding:14px; text-align:center; color:var(--muted); font-size:13px; }

/* footer small */
.dftr_5m { padding:8px 10px; border-top: 1px solid rgba(255,255,255,0.03); color:var(--muted); font-size:12px; }

/* tiny toast (keeps it minimal) */
.st_toast {
  position: fixed;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(12,12,12,0.9);
  color: var(--fg);
  padding: 8px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.03);
  font-size:13px;
  z-index: 20000;
}

button{ all: unset; }

/* loading skeleton */
.lskel_4f { display:flex; flex-direction:column; gap:6px; padding:6px; }
.skit_b2 { height:10px; border-radius:6px; background: rgba(255,255,255,0.02); }

/* small helpers */
.it_txt9 { white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:200px; }

/* dynamic JS keyboard styles (mirrors what's added in JS) */
.it_b8.kf_02 {
  background: rgba(255,255,255,0.02);
  outline: 2px solid rgba(106,211,255,0.12);
  outline-offset: -2px;
}











/* WEBSEARCH */



/* ── Header ── */
      .search-header {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 18px;
      }

      .search-globe {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        /* background: #333; */
        /* border: 1px solid #e0e0e0; */
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
      }

      .search-globe.rotate {
        animation: spin 2s linear infinite;
      }

      @keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

      .search-globe svg {
        width: 20px;
        height: 20px;
        /* color: #5f6368; */
      }

      .search-label {
        /* background: #333; */
        /* border: 1px solid #888; */
        border-radius: 20px;
        padding: 1em 0;
        font-size: 14px;
        color: #fff;
        font-weight: 500;
      }

      /* ── News cards row ── */
      .news-row-wrap {
        margin-bottom: 20px;
      }

      .news-row {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: none;
      }
      .news-row::-webkit-scrollbar { display: none; }

      .news-card {
        flex: 0 0 172px;
        background: #333;
        border: 1px solid #333;
        border-radius: 12px;
        padding: 12px 12px 10px;
        cursor: pointer;
        transition: box-shadow 0.15s;
        text-decoration: none;
        color: inherit;
        display: flex;
        flex-direction: column;
        gap: 6px;
      }
      .news-card:hover {
        box-shadow: 0 2px 10px rgba(0,0,0,0.12);
      }

      .news-card-source {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 11px;
        color: #fff;
      }

      .news-card-source img {
        width: 14px;
        height: 14px;
        border-radius: 2px;
        object-fit: contain;
      }

      .news-card-source .ext-icon {
        font-size: 10px;
        color: #fff;
        margin-left: 1px;
      }

      .news-card-title {
        font-size: 13px;
        font-weight: 500;
        line-height: 1.35;
        color: #fff;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
      }

      /* Show all card */
      .news-card-showall {
        flex: 0 0 100px;
        background: #333;
        border: 1px solid #333;
        border-radius: 12px;
        padding: 12px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        text-decoration: none;
      }

      .showall-icons {
        display: flex;
        flex-wrap: wrap;
        gap: 3px;
        width: 44px;
      }

      .showall-icons img {
        width: 18px;
        height: 18px;
        border-radius: 3px;
        object-fit: contain;
      }

      .showall-label {
        font-size: 12px;
        color: #fff;
        font-weight: 500;
      }

      /* ── Divider ── */
      .divider {
        border: none;
        border-top: 1px solid #e8eaed;
        margin: 4px 0 20px;
      }

      /* ── Query results list ── */
      .results-list {
        display: flex;
        flex-direction: column;
        gap: 24px;
      }

      .result-item {
        display: flex;
        flex-direction: column;
        gap: 3px;
      }

      .result-source-row {
        display: flex;
        align-items: center;
        gap: 6px;
        margin-bottom: 2px;
      }

      .result-favicon {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        object-fit: contain;
        background: #333;
      }

      .result-domain {
        font-size: 13px;
        color: #fff;
        line-height: 1;
      }

      .result-title {
        font-size: 18px;
        color: #1a0dab;
        font-weight: 400;
        line-height: 1.3;
        text-decoration: none;
        cursor: pointer;
      }
      .result-title:hover {
        text-decoration: underline;
      }

      .result-abstract {
        font-size: 14px;
        color: #fff;
        line-height: 1.55;
        margin: 0;
      }

      /* Responsive tweak: allow news items to wrap when expanded */
      .news-row.expanded {
        overflow-x: visible;
        flex-wrap: wrap;
      }


      



      