/* ═══════════════════════════════════════════════════════════════════════════
   glossgo fund hub — hub-ui.css (TEK KAYNAK tasarim sistemi)
   Uc yuzey de bunu yukler: Fon Takip sayfalari, investor-db Worker sayfalari
   (body.idb), /deck/ arsivi (body.deck). Token/kabuk degisikligi YALNIZ burada.

   THESIS: Fon toplamanin tek komuta paneli; uc ayri aracin dikili gorunumunu
   reddeder, tek sakin studio-soft sistem.
   OWN-WORLD: mint kanvas uzerinde yuzen beyaz kartlar, tek yumusak golge,
   koyu orman yuzen sidebar + amber sinyaller, zumrut birincil, hap kontroller,
   Bricolage display rakam/basliklar + Geist govde.
   STORY: Bilal girer, pipeline durumunu saniyede okur, arac degistirirken
   cerceve hic degismez.
   FIRST VIEWPORT: solda sidebar; ustte hap topbar (marka+aksiyonlar);
   inverse hero bandinda basvuru sayaci; altinda KPI seridi ve is yuzeyi.
   FORM: Operate; admin "studio soft" kullanici tarafindan sabitlendi
   (zumrut ceviri). Ifade asla gorevi golgeleyemez.
   ═══════════════════════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,500..800&family=Geist:wght@400..700&family=JetBrains+Mono:wght@400;600&display=swap');

/* ─── 1. Tokens ───
   KURAL: notrler NOTRDUR. Yesil yalnizca vurgudur (birincil aksiyon, aktif
   durum, odak, marka capasi). Kanvas/kart/kenarlik/metin renksizdir; boylece
   tek vurgu gercekten one cikar. Renk yalnizca GERCEK uyari tasir. */
:root {
  color-scheme: light dark;

  /* Yuzeyler — notr (yesil dokunmaz) */
  --bg:          light-dark(#f3f4f6, #0e0f11);
  --bg-elev-1:   light-dark(#eceef0, #131518);
  --bg-elev-2:   light-dark(#e6e8eb, #17191c);
  --bg-elev-3:   light-dark(#dee1e5, #1d1f23);
  --surface:     light-dark(#ffffff, #17191c);
  --surface-2:   light-dark(#f8f9fa, #1d1f23);
  --surface-3:   light-dark(#f1f3f5, #24272b);
  --border:      light-dark(#e2e5e9, #26292e);
  --border-2:    light-dark(#d2d6dc, #31353b);
  --border-3:    light-dark(#b6bcc4, #414650);

  /* Metin — notr */
  --text:        light-dark(#15181c, #e9ebee);
  --text-2:      light-dark(#545a62, #a3a9b1);
  --text-3:      light-dark(#6d747d, #7d848d);
  --muted:       light-dark(#949aa2, #5c636b);

  /* Tek vurgu: zumrut */
  --accent:      light-dark(#0d9268, #34d399);
  --accent-2:    light-dark(#0a7d59, #6ee7b7);
  --accent-soft: light-dark(rgba(13,146,104,0.10), rgba(52,211,153,0.12));
  --accent-glow: light-dark(rgba(13,146,104,0.18), rgba(52,211,153,0.22));
  --accent-ink:  light-dark(#ffffff, #04241a);

  /* Tek sinyal: amber (bugun / seri / rozet). Kategori renklendirmesi YOK. */
  --gold:        light-dark(#a4620a, #fbbf24);
  --gold-surface:light-dark(#fbbf24, #fbbf24);
  --gold-ink:    #3a2a06;

  /* Marka capasi: derin orman (yalniz sidebar + hero bandi) */
  --inverse:     #0f2419;
  --inverse-fg:  #e9f2ec;
  --inverse-fg-2:rgba(233,242,236,0.68);
  --sidebar:         #0f2419;
  --sidebar-fg:      #c8d8ce;
  --sidebar-accent:  #1b4130;
  --sidebar-border:  #21503a;
  --sidebar-primary: #fbbf24;

  /* Semantik — YALNIZ uc basamak: tehlike, uyari, olumlu. Gerisi notr. */
  --critical: light-dark(#c62828, #f87171);
  --high:     light-dark(#a4620a, #fbbf24);
  --medium:   var(--text-2);
  --low:      var(--muted);
  --info:     var(--text-2);
  --success:  var(--accent);

  --s-1: 4px; --s-2: 8px; --s-3: 12px; --s-4: 16px;
  --s-5: 20px; --s-6: 24px; --s-8: 32px; --s-10: 40px;

  --r-sm: 10px; --r-md: 12px; --r-lg: 14px; --r-xl: 16px; --r-2xl: 20px; --r-3xl: 24px;

  --shadow-soft: 0 1px 2px light-dark(rgba(16,20,26,0.05), rgba(0,0,0,0.4)),
                 0 12px 32px -16px light-dark(rgba(16,20,26,0.14), rgba(0,0,0,0.55));
  --shadow-lift: 0 1px 2px light-dark(rgba(16,20,26,0.05), rgba(0,0,0,0.4)),
                 0 20px 44px -18px light-dark(rgba(16,20,26,0.20), rgba(0,0,0,0.6));

  --font-sans: 'Geist', system-ui, -apple-system, sans-serif;
  --font-display: 'Bricolage Grotesque', 'Geist', system-ui, sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, monospace;

  --hub-sb-w: 236px;
}
:root[data-theme="light"] { color-scheme: light; }
:root[data-theme="dark"]  { color-scheme: dark; }

/* Eski token adlari icin gecis koprusu (styles.css bilesenleri bunlari okur) */
:root {
  --shadow-sm: 0 1px 2px light-dark(rgba(18,42,28,0.06), rgba(0,0,0,0.35));
  --shadow-md: var(--shadow-soft);
  --shadow-lg: var(--shadow-lift);
  --shadow-xl: var(--shadow-lift);
}

/* ─── 2. Base ─── */
* { box-sizing: border-box; }
html, body { margin: 0; }
body {
  font-family: var(--font-sans);
  background: var(--bg);
  color: var(--text);
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  letter-spacing: -0.006em;
}
h1 { font-family: var(--font-display); letter-spacing: -0.02em; }
::selection { background: var(--accent-soft); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 4px; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: var(--border-2); border-radius: 6px; }
::-webkit-scrollbar-thumb:hover { background: var(--border-3); }

/* ─── 3. Kabuk: sidebar ─── */
.hub-sidebar {
  position: fixed; left: 12px; top: 12px; bottom: 12px; width: var(--hub-sb-w); z-index: 60;
  display: none; flex-direction: column;
  background: var(--sidebar); color: var(--sidebar-fg);
  border: 1px solid var(--sidebar-border); border-radius: var(--r-2xl);
  box-shadow: var(--shadow-soft);
  padding: 14px 10px 10px; overflow-y: auto; scrollbar-width: thin;
  /* Kisa/yakinlastirilmis pencerede menu sigmayinca ikinci sutuna sarmasin (2026-09-07 hata): dikey kaydirsin. */
  flex-wrap: nowrap;
}
.hub-sidebar > * { flex-shrink: 0; }
.hub-sb-brand {
  display: flex; align-items: center; gap: 9px; padding: 2px 8px 12px;
  font-family: var(--font-display); font-weight: 700; font-size: 15px; color: #fff;
}
.hub-sb-brand .hub-sb-mark { color: var(--accent); width: 20px; height: 20px; }
.hub-sb-brand em { font-style: normal; color: var(--sidebar-primary); }
.hub-sb-label {
  font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(207,227,214,0.5); padding: 12px 10px 5px;
}
.hub-sb-item {
  display: flex; align-items: center; gap: 9px; height: 32px; padding: 0 10px;
  border-radius: 10px; font-size: 13px; font-weight: 500;
  color: var(--sidebar-fg); text-decoration: none; white-space: nowrap;
  overflow: hidden; text-overflow: ellipsis; transition: background 0.15s ease;
}
.hub-sb-item:hover { background: var(--sidebar-accent); color: #fff; }
.hub-sb-item.hub-active, .hub-sb-item.hub-sb-active { background: var(--sidebar-accent); color: #fff; font-weight: 600; }
.hub-sb-item .ico, .hub-theme-btn .ico { opacity: .85; }
.hub-sb-item.hub-active .ico, .hub-sb-item:hover .ico { opacity: 1; }
.hub-sb-count {
  margin-left: auto; min-width: 20px; padding: 1px 7px; border-radius: 999px;
  background: var(--sidebar-primary); color: var(--gold-ink);
  font-size: 10.5px; font-weight: 700; text-align: center;
}
.hub-sb-foot { margin-top: auto; padding-top: 10px; border-top: 1px solid var(--sidebar-border); }
.hub-theme-btn {
  display: flex; align-items: center; gap: 9px; width: 100%; height: 32px; padding: 0 10px;
  border-radius: 10px; font-size: 12.5px; font-weight: 500;
  color: var(--sidebar-fg); background: transparent; border: 0; cursor: pointer; font-family: inherit;
}
.hub-theme-btn:hover { background: var(--sidebar-accent); color: #fff; }


/* ─── 4. Kabuk: hap topbar (tracker .topnav + idb header ayni dil) ─── */
.topnav {
  position: sticky; top: 10px; z-index: 50;
  margin: 10px 16px 6px;
  background: light-dark(rgba(255,255,255,0.86), rgba(21,31,24,0.86));
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border: 1px solid var(--border);
  border-radius: 999px;
  box-shadow: var(--shadow-soft);
  padding: 10px 18px;
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
}
.brand { font-size: 15px; font-weight: 700; letter-spacing: -0.02em; display: flex; align-items: center; gap: 8px; font-family: var(--font-display); }
.brand-emoji { font-size: 18px; }
.brand-text { color: var(--accent); }
.nav-tabs { display: flex; flex-wrap: wrap; gap: 2px; padding: 4px; background: var(--bg-elev-1); border: 1px solid var(--border); border-radius: var(--r-2xl); }
/* 2026-09-07: sekme sayisi 13'e cikinca dar pencerede yatay tasiyordu; sarmali. */
.nav-link {
  font-size: 13px; font-weight: 500; padding: 6px 14px; border-radius: 999px;
  color: var(--text-2); text-decoration: none;
  display: inline-flex; align-items: center; gap: 6px; transition: all 0.15s ease;
}
.nav-link:hover { color: var(--text); background: var(--surface); }
.nav-link.active { color: var(--accent-ink); background: var(--accent); font-weight: 600; }
.nav-link.active .chip-count { background: light-dark(rgba(255,255,255,0.30), rgba(6,40,27,0.30)); color: var(--accent-ink); }

/* Urun degistirici (mobil; masaustunde sidebar var) */
.hub-switch { display: inline-flex; align-items: center; gap: 2px; padding: 3px; background: var(--bg-elev-1); border: 1px solid var(--border); border-radius: 999px; }
.hub-switch a { font-size: 11.5px; font-weight: 600; padding: 4px 11px; border-radius: 999px; color: var(--text-2); text-decoration: none; white-space: nowrap; display: inline-flex; align-items: center; gap: 5px; }
.hub-switch a:hover { color: var(--text); background: var(--surface); }
.hub-switch a.hub-active { background: var(--gold-surface); color: var(--gold-ink); }
@media (max-width: 900px) { .hub-switch a span.hub-label { display: none; } }

/* ─── 5. Kabuk: inverse hero bandi ─── */
.apply-banner {
  display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap;
  padding: 16px 22px; margin: 6px 16px 2px;
  background: var(--inverse); color: var(--inverse-fg);
  border: 1px solid light-dark(rgba(255,255,255,0.07), rgba(255,255,255,0.05));
  border-radius: var(--r-3xl);
  box-shadow: var(--shadow-soft);
}
.apply-banner-icon { font-size: 20px; }
.apply-banner-total {
  font-size: 28px; font-weight: 700; letter-spacing: -0.02em; line-height: 1;
  font-family: var(--font-display); color: var(--gold-surface);
}
.apply-banner-label { font-size: 13px; font-weight: 500; color: var(--inverse-fg-2); }
.apply-banner-today {
  margin-left: auto; font-size: 13px; font-weight: 700; color: var(--gold-ink);
  padding: 4px 12px; border-radius: 999px; background: var(--gold-surface);
}
.apply-banner-today-empty { color: var(--inverse-fg-2); font-weight: 500; background: transparent; }
@media (max-width: 640px) { .apply-banner { padding: 12px 16px; } .apply-banner-today { margin-left: 0; } }

/* ─── 6. Yerlesim ─── */
@media (min-width: 1180px) {
  body.hub-sb-on { padding-left: calc(var(--hub-sb-w) + 20px); }
  body.hub-sb-on .hub-sidebar { display: flex; }
  body.hub-sb-on .topnav .nav-tabs { display: none; }
  body.hub-sb-on .hub-switch { display: none; }
}

/* ─── 7. Primitifler (tracker adlari) ─── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  padding: 8px 14px; border-radius: 999px;
  font-size: 12.5px; font-weight: 600; letter-spacing: -0.01em;
  border: 1px solid var(--border-2);
  background: var(--surface); color: var(--text);
  cursor: pointer; transition: all 0.15s ease; font-family: inherit; line-height: 1; white-space: nowrap;
}
.btn:hover { background: var(--surface-2); border-color: var(--border-3); }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--accent); border-color: var(--accent); color: var(--accent-ink); box-shadow: 0 4px 12px var(--accent-glow); }
.btn-primary:hover { background: var(--accent-2); border-color: var(--accent-2); }
.btn-ghost { background: transparent; border-color: transparent; color: var(--text-2); }
.btn-ghost:hover { background: var(--bg-elev-1); color: var(--text); border-color: transparent; }
.btn-danger { background: light-dark(rgba(220,38,38,0.08), rgba(248,113,113,0.10)); color: var(--critical); border-color: light-dark(rgba(220,38,38,0.25), rgba(248,113,113,0.25)); }
.btn-danger:hover { background: light-dark(rgba(220,38,38,0.14), rgba(248,113,113,0.18)); }
.btn-success { background: var(--accent-soft); color: var(--success); border-color: light-dark(rgba(5,150,105,0.3), rgba(52,211,153,0.25)); }
.btn-success:hover { background: var(--accent-glow); }
.btn-icon { padding: 6px 8px; min-width: 32px; font-size: 13px; }
.btn-sm { font-size: 11.5px; padding: 6px 10px; }
.btn-lg { font-size: 14px; padding: 10px 18px; }

.input, .select, .textarea {
  width: 100%;
  background: var(--surface); border: 1px solid var(--border); color: var(--text);
  padding: 9px 14px; border-radius: 999px; font-size: 13px; font-family: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease; line-height: 1.4;
}
.input:focus, .select:focus, .textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.input::placeholder { color: var(--muted); }
.textarea { border-radius: var(--r-lg); resize: vertical; min-height: 80px; }

/* ─── 8.0 Eski token adlari icin takma ad katmani ───
   investor-db sablonlarindaki inline style'lar (index.ts kart gridi, reports.ts
   sayfa-kapsamli blok) --fg/--line/--surface-alt/--muted/--shadow okuyor.
   Bunlari .idb kapsaminda hub token'larina baglariz; global anlamlari bozulmaz. */
.idb {
  --fg: var(--text);
  --line: var(--border);
  --surface-alt: var(--surface-2);
  --muted: var(--text-2);
  --hover: var(--bg-elev-1);
  --row-hover: var(--surface-2);
  --badge-bg: var(--bg-elev-1);
  --badge-fg: var(--text-2);
  --shadow: var(--shadow-soft);
}
.deck {
  --panel: var(--surface);
  --line: var(--border);
  --ink: var(--text);
  --muted: var(--text-2);
  --shadow: var(--shadow-soft);
}

/* ══════════════════════ 8. investor-db katmani (body.idb) ══════════════════ */
.idb header { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-2xl); box-shadow: var(--shadow-soft); margin: 10px 16px 4px; padding: 14px 20px; position: sticky; top: 10px; z-index: 10; }
.idb .brand-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.idb .brand { display: flex; align-items: baseline; gap: 12px; }
.idb .brand a { color: var(--text); text-decoration: none; font-weight: 700; font-size: 15px; font-family: var(--font-display); }
.idb .brand small { color: var(--text-3); font-size: 12px; font-family: var(--font-sans); font-weight: 400; }
.idb .brand-actions { display: flex; align-items: center; gap: 8px; }
.idb .brand-link { padding: 6px 12px; border: 1px solid var(--border); color: var(--text); border-radius: 999px; text-decoration: none; font-size: 13px; font-weight: 500; }
.idb .brand-link:hover { background: var(--bg-elev-1); }
.idb .brand-link-active { background: var(--accent-soft); border-color: var(--accent); color: var(--accent); }
.idb .theme-toggle { background: transparent; border: 1px solid var(--border); color: var(--text); border-radius: 999px; padding: 6px 10px; cursor: pointer; font-size: 13px; line-height: 1; }
.idb .theme-toggle:hover { background: var(--bg-elev-1); }
.idb .search-form { display: flex; gap: 8px; margin-top: 10px; }
.idb .search-form input[type=search] { flex: 1; padding: 8px 14px; border: 1px solid var(--border); background: var(--surface); color: var(--text); border-radius: 999px; font-size: 14px; }
.idb .search-form input[type=search]:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.idb .search-form button { padding: 8px 16px; background: var(--accent); color: var(--accent-ink); border: 0; border-radius: 999px; cursor: pointer; font-size: 14px; font-weight: 600; }
/* Sayfanin kendi sekme nav'i; ortak sidebar da <nav> oldugu icin disarida tutulur
   (2026-09-07: bu kural sidebar'i sardirip menuyu iki sutuna boluyordu). */
.idb nav:not(.hub-sidebar) { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 12px; }
.idb main { max-width: 1400px; margin: 0 auto; padding: 24px 24px 48px; }
.idb h1 { font-size: 24px; margin: 0 0 6px; }
.idb .summary { color: var(--text-2); font-size: 13px; margin-bottom: 18px; }

.idb .toolbar { display: flex; flex-wrap: wrap; gap: 12px; align-items: flex-end; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-xl); padding: 14px 16px; margin-bottom: 14px; box-shadow: var(--shadow-soft); }
.idb .toolbar-field { display: flex; flex-direction: column; gap: 4px; min-width: 180px; flex: 1 1 180px; max-width: 280px; }
.idb .toolbar-field label { font-size: 10px; text-transform: uppercase; letter-spacing: 0.6px; color: var(--text-3); font-weight: 600; }
.idb .toolbar-field select, .idb .toolbar-field input {
  padding: 8px 12px; border: 1px solid var(--border); background: var(--surface); color: var(--text);
  border-radius: 999px; font-size: 13px; min-height: 36px; cursor: pointer;
  appearance: none; -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--text-3) 50%), linear-gradient(135deg, var(--text-3) 50%, transparent 50%);
  background-position: calc(100% - 16px) 50%, calc(100% - 11px) 50%;
  background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; padding-right: 30px;
}
.idb .toolbar-field select:hover { border-color: var(--accent); }
.idb .toolbar-field select:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.idb .toolbar-reset { margin-left: auto; align-self: flex-end; padding: 8px 14px; background: transparent; color: var(--accent); border: 1px solid var(--accent); border-radius: 999px; text-decoration: none; font-size: 13px; font-weight: 500; }
.idb .toolbar-reset:hover { background: var(--accent-soft); }
.idb .toolbar-apply { padding: 8px 14px; background: var(--accent); color: var(--accent-ink); border: 0; border-radius: 999px; cursor: pointer; font-size: 13px; }
.idb .active-filters { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.idb .active-filter { background: var(--accent-soft); color: var(--accent); padding: 5px 12px; border-radius: 999px; font-size: 12px; text-decoration: none; font-weight: 500; }
.idb .active-filter:hover { opacity: 0.85; }

.idb table { width: 100%; border-collapse: collapse; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow-soft); }
.idb thead { background: var(--surface-2); }
.idb th { text-align: left; padding: 10px 12px; font-size: 11px; text-transform: uppercase; letter-spacing: 0.04em; color: var(--text-3); font-weight: 600; border-bottom: 1px solid var(--border); white-space: nowrap; }
.idb th a.sort-link { color: var(--text-3); text-decoration: none; display: inline-flex; align-items: center; gap: 4px; user-select: none; }
.idb th a.sort-link:hover { color: var(--text); }
.idb th a.sort-link-active { color: var(--accent); }
.idb th .sort-indicator { color: var(--accent); font-size: 11px; }
.idb th .sort-indicator-inactive { color: var(--text-3); opacity: 0.4; font-size: 11px; }
.idb th a.sort-link:hover .sort-indicator-inactive { opacity: 0.9; }
.idb td { padding: 10px 12px; border-bottom: 1px solid var(--border); font-size: 14px; vertical-align: top; }
.idb tr:last-child td { border-bottom: 0; }
.idb tr:hover td { background: var(--surface-2); }
.idb td.num { text-align: right; font-variant-numeric: tabular-nums; }
.idb .logo { width: 24px; height: 24px; border-radius: 6px; vertical-align: middle; margin-right: 8px; object-fit: cover; }
.idb .row-name { font-weight: 500; }
.idb .row-name a, .idb a.row-name-link { color: var(--text); text-decoration: none; }
.idb .row-name a:hover, .idb a.row-name-link:hover { color: var(--accent); text-decoration: underline; }
.idb .verified { color: var(--info); margin-left: 4px; font-size: 12px; }
.idb .badge { display: inline-block; padding: 2px 8px; border-radius: 999px; background: var(--bg-elev-1); color: var(--text-2); font-size: 11px; margin-right: 4px; }
.idb .badge-alive { background: light-dark(#ecfdf5, #0a2e20); color: light-dark(#047857, #34d399); }
.idb .badge-dead { background: light-dark(#fef2f2, #3a1214); color: light-dark(#b91c1c, #fca5a5); }
.idb .badge-acq { background: light-dark(#eff6ff, #12294a); color: light-dark(#1d4ed8, #93c5fd); }
.idb .ext { color: var(--text-3); font-size: 12px; }
.idb .ext a { color: var(--text-3); text-decoration: none; margin-right: 6px; }
.idb .ext a:hover { color: var(--accent); }
.idb .pager { display: flex; justify-content: space-between; align-items: center; margin-top: 18px; font-size: 13px; gap: 8px; flex-wrap: wrap; }
.idb .pager a, .idb .pager span { padding: 6px 12px; border: 1px solid var(--border); border-radius: 999px; text-decoration: none; color: var(--text); background: var(--surface); }
.idb .pager a:hover { background: var(--bg-elev-1); }
.idb .pager .disabled { color: var(--muted); background: var(--surface-2); }
.idb .empty { padding: 60px 20px; text-align: center; color: var(--text-2); background: var(--surface); border: 1px dashed var(--border-2); border-radius: var(--r-xl); }
.idb details { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 12px; margin-bottom: 18px; }
.idb details summary { font-size: 13px; cursor: pointer; font-weight: 500; }
.idb pre { background: var(--surface-2); padding: 8px; border-radius: 8px; overflow-x: auto; font-size: 11px; font-family: var(--font-mono); }
.idb code { background: var(--surface-2); padding: 1px 5px; border-radius: 4px; font-size: 12px; font-family: var(--font-mono); }

.idb .report-section { margin-bottom: 28px; }
.idb .report-section h2 { font-size: 16px; margin: 0 0 6px; color: var(--text); }
.idb .report-section .summary { margin-bottom: 12px; }
.idb .report-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 12px; }
.idb .report-card { display: block; padding: 16px 18px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-xl); text-decoration: none; color: var(--text); box-shadow: var(--shadow-soft); transition: border-color 0.15s, transform 0.15s; }
.idb .report-card:hover { border-color: var(--accent); transform: translateY(-1px); }
.idb .report-card-title { font-weight: 600; font-size: 15px; margin-bottom: 4px; }
.idb .report-card-one { font-size: 13px; color: var(--text); opacity: 0.85; margin-bottom: 8px; }
.idb .report-card-why { font-size: 12px; color: var(--text-2); line-height: 1.4; }
.idb .report-meta { font-size: 12px; color: var(--text-2); margin-bottom: 12px; }
.idb .report-meta a { color: var(--accent); text-decoration: none; }
.idb .report-meta a:hover { text-decoration: underline; }
.idb .report-table td.rank { width: 36px; color: var(--text-3); font-variant-numeric: tabular-nums; text-align: right; padding-right: 16px; font-size: 12px; }
.idb .report-table td.muted { color: var(--text-2); }
.idb .bar { width: 100%; height: 8px; background: var(--bg-elev-1); border-radius: 4px; overflow: hidden; min-width: 80px; }
.idb .bar span { display: block; height: 100%; background: var(--accent); border-radius: 4px; }
.idb .bar-dollars span { background: var(--success); }

.idb .stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 10px; margin-bottom: 20px; }
.idb .stat-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-xl); padding: 14px 16px; box-shadow: var(--shadow-soft); }
.idb .stat-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.5px; color: var(--text-3); font-weight: 600; margin-bottom: 6px; }
.idb .stat-value { font-size: 24px; font-weight: 600; color: var(--text); font-variant-numeric: tabular-nums; line-height: 1.2; font-family: var(--font-display); }
.idb .stat-hint { font-size: 11px; color: var(--text-3); margin-top: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.idb .stat-trend { font-size: 14px; vertical-align: 1px; }
.idb .stat-up { color: var(--success); }
.idb .stat-down { color: var(--critical); }

.idb .chart-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)); gap: 14px; margin-bottom: 18px; }
.idb .chart-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-xl); padding: 16px; box-shadow: var(--shadow-soft); display: flex; flex-direction: column; min-width: 0; }
.idb .chart-card header { all: unset; display: flex; flex-direction: column; gap: 2px; margin-bottom: 10px; }
.idb .chart-card h3 { font-size: 14px; margin: 0; color: var(--text); }
.idb .chart-card .chart-sub { font-size: 11px; color: var(--text-3); }
.idb .chart-card-wide { grid-column: span 2; }
@media (max-width: 800px) { .idb .chart-card-wide { grid-column: span 1; } }
.idb .chart-svg { width: 100%; height: auto; color: var(--text); display: block; }
.idb svg.chart-svg text { font-family: inherit; }
.idb .donut-wrap { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; }
.idb .donut { flex: 0 0 auto; }
.idb .donut-legend { flex: 1 1 180px; min-width: 160px; display: flex; flex-direction: column; gap: 6px; }
.idb .donut-legend-row { display: flex; align-items: center; gap: 8px; font-size: 12px; }
.idb .donut-swatch { display: inline-block; width: 10px; height: 10px; border-radius: 3px; flex: 0 0 auto; }
.idb .donut-legend-label { flex: 1 1 auto; color: var(--text); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.idb .donut-legend-value { color: var(--text-2); font-variant-numeric: tabular-nums; }
.idb .donut-legend-pct { font-size: 10px; }
.idb .hbar-list { display: flex; flex-direction: column; gap: 6px; }
.idb .hbar-row { display: grid; grid-template-columns: minmax(120px, 30%) 1fr 60px; align-items: center; gap: 10px; font-size: 13px; }
.idb .hbar-label { color: var(--text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.idb a.hbar-label { color: var(--accent); text-decoration: none; }
.idb a.hbar-label:hover { text-decoration: underline; }
.idb .hbar-track { height: 14px; background: var(--bg-elev-1); border-radius: 4px; overflow: hidden; }
.idb .hbar-fill { display: block; height: 100%; background: var(--accent); border-radius: 4px; }
.idb .hbar-value { text-align: right; color: var(--text-2); font-variant-numeric: tabular-nums; font-size: 12px; }
.idb .sparkline { width: 120px; height: 28px; vertical-align: middle; }

.idb .fr-funnel { display: grid; grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)); gap: 6px; margin-bottom: 22px; }
.idb .fr-funnel-step { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 10px 12px; text-align: center; box-shadow: var(--shadow-soft); }
.idb .fr-funnel-label { font-size: 10px; text-transform: uppercase; letter-spacing: 0.5px; color: var(--text-3); font-weight: 600; margin-bottom: 4px; line-height: 1.2; min-height: 24px; display: flex; align-items: center; justify-content: center; }
.idb .fr-funnel-value { font-size: 22px; font-weight: 600; color: var(--text); font-variant-numeric: tabular-nums; font-family: var(--font-display); }
.idb .fr-funnel-value-zero { color: var(--muted); }
.idb .tier-1 { background: light-dark(#fef3c7, #422c06); color: light-dark(#92400e, #fbbf24); }
.idb .tier-2 { background: light-dark(#dbeafe, #16294f); color: light-dark(#1e3a8a, #93c5fd); }
.idb .tier-3 { background: var(--bg-elev-1); color: var(--text-2); }
.idb .status { display: inline-block; padding: 2px 8px; border-radius: 999px; font-size: 11px; font-weight: 500; }
.idb .status-targeted { background: var(--bg-elev-1); color: var(--text-2); }
.idb .status-intro_requested { background: light-dark(#fef3c7, #422c06); color: light-dark(#92400e, #fbbf24); }
.idb .status-intro_made { background: light-dark(#fed7aa, #431a07); color: light-dark(#9a3412, #fb923c); }
.idb .status-meeting_scheduled { background: light-dark(#ddd6fe, #2b1a55); color: light-dark(#5b21b6, #c4b5fd); }
.idb .status-meeting_done { background: light-dark(#c7d2fe, #1f1d51); color: light-dark(#3730a3, #a5b4fc); }
.idb .status-diligence { background: light-dark(#bae6fd, #0c3a54); color: light-dark(#075985, #7dd3fc); }
.idb .status-committed { background: light-dark(#bbf7d0, #0a3320); color: light-dark(#166534, #86efac); }
.idb .status-passed { background: light-dark(#fef2f2, #3a1214); color: light-dark(#b91c1c, #fca5a5); }
.idb .status-ghosted { background: var(--bg-elev-1); color: var(--muted); }
.idb .strength-hot { display: inline-block; padding: 2px 8px; border-radius: 999px; font-size: 11px; font-weight: 600; background: light-dark(#fee2e2, #450c0c); color: light-dark(#991b1b, #fca5a5); }
.idb .strength-medium { display: inline-block; padding: 2px 8px; border-radius: 999px; font-size: 11px; font-weight: 500; background: var(--bg-elev-1); color: var(--text-2); }
.idb .fr-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-xl); padding: 14px 16px; box-shadow: var(--shadow-soft); margin-bottom: 14px; }
.idb .fr-card h2 { font-size: 12px; margin: 0 0 10px; color: var(--text-3); text-transform: uppercase; letter-spacing: 0.5px; }
.idb .fr-card-title { font-weight: 600; font-size: 15px; margin: 0 0 6px; }
.idb .fr-actions { display: flex; gap: 8px; margin-bottom: 14px; flex-wrap: wrap; }
.idb .fr-btn { padding: 8px 14px; background: var(--accent); color: var(--accent-ink); border: 0; border-radius: 999px; cursor: pointer; font-size: 13px; font-weight: 500; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
.idb .fr-btn:hover { opacity: 0.9; }
.idb .fr-btn-secondary { background: transparent; color: var(--accent); border: 1px solid var(--accent); }
.idb .fr-btn-secondary:hover { background: var(--accent-soft); }
.idb .fr-btn-danger { background: light-dark(#fef2f2, #3a1214); color: light-dark(#b91c1c, #fca5a5); border: 1px solid light-dark(#b91c1c, #fca5a5); }
.idb .fr-btn-danger:hover { opacity: 0.85; }
.idb .fr-kanban { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; margin-bottom: 18px; }
.idb .fr-kanban-col { background: var(--bg-elev-1); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 10px; min-height: 80px; }
.idb .fr-kanban-col h3 { font-size: 11px; text-transform: uppercase; letter-spacing: 0.5px; color: var(--text-3); margin: 0 0 8px; padding-bottom: 6px; border-bottom: 1px solid var(--border); }
.idb .fr-kanban-item { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-sm); padding: 8px 10px; margin-bottom: 6px; font-size: 13px; box-shadow: var(--shadow-sm); }
.idb .fr-kanban-item a { color: var(--text); text-decoration: none; font-weight: 500; }
.idb .fr-kanban-item a:hover { color: var(--accent); }
.idb .fr-kanban-meta { font-size: 11px; color: var(--text-3); margin-top: 4px; }
.idb .fr-path { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: 13px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-sm); padding: 8px 12px; margin-bottom: 6px; }
.idb .fr-path-node { color: var(--text); font-weight: 500; }
.idb .fr-path-arrow { color: var(--text-3); font-size: 12px; }
.idb .fr-path-meta { margin-left: auto; font-size: 11px; color: var(--text-3); }
.idb .fr-activity { display: flex; flex-direction: column; gap: 6px; }
.idb .fr-activity-row { display: flex; gap: 8px; align-items: baseline; padding: 6px 0; border-bottom: 1px solid var(--border); font-size: 13px; }
.idb .fr-activity-row:last-child { border-bottom: 0; }
.idb .fr-activity-time { color: var(--text-3); font-size: 11px; min-width: 80px; font-family: var(--font-mono); }
.idb .fr-activity-text { color: var(--text); }
.idb .fr-note-form { display: flex; gap: 8px; margin-top: 8px; }
.idb .fr-note-form input { flex: 1; padding: 8px 14px; border: 1px solid var(--border); background: var(--surface); color: var(--text); border-radius: 999px; font-size: 13px; }
.idb .fr-form { display: flex; gap: 8px; flex-wrap: wrap; align-items: flex-end; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-xl); padding: 14px 16px; margin-bottom: 14px; box-shadow: var(--shadow-soft); }
.idb .fr-form input, .idb .fr-form select { padding: 8px 12px; border: 1px solid var(--border); background: var(--surface); color: var(--text); border-radius: 999px; font-size: 13px; min-height: 36px; }
.idb .fr-form button { padding: 8px 14px; background: var(--accent); color: var(--accent-ink); border: 0; border-radius: 999px; cursor: pointer; font-size: 13px; }
.idb .fit-badge { display: inline-block; padding: 2px 8px; border-radius: 999px; font-size: 11px; font-weight: 600; letter-spacing: 0.02em; background: var(--bg-elev-1); color: var(--text-2); vertical-align: middle; }
.idb .fit-badge.fit-HIGH { background: light-dark(rgba(22,163,74,0.14), rgba(74,222,128,0.14)); color: light-dark(#15803d, #86efac); }
.idb .fit-badge.fit-MEDIUM { background: light-dark(rgba(217,119,6,0.14), rgba(251,191,36,0.14)); color: light-dark(#b45309, #fcd34d); }
.idb .fit-badge.fit-LOW { background: var(--bg-elev-1); color: var(--text-2); }
.idb .fr-tpl-grid { display: flex; flex-direction: column; gap: 12px; margin-top: 6px; }
.idb .fr-tpl { border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; background: var(--surface); }
.idb .fr-tpl-head { display: flex; align-items: center; justify-content: space-between; padding: 8px 12px; background: var(--surface-2); border-bottom: 1px solid var(--border); }
.idb .fr-tpl-label { font-size: 12px; font-weight: 600; color: var(--text); text-transform: uppercase; letter-spacing: 0.03em; }
.idb .fr-copy { padding: 4px 12px; background: var(--accent); color: var(--accent-ink); border: 0; border-radius: 999px; cursor: pointer; font-size: 12px; }
.idb .fr-copy:hover { opacity: 0.9; }
.idb .fr-copy.ok { background: var(--success); }
.idb .fr-tpl-body { margin: 0; padding: 12px; white-space: pre-wrap; word-wrap: break-word; font-family: inherit; font-size: 13px; line-height: 1.55; color: var(--text); background: var(--surface); }


/* Logo monogrami: kaynak veri setindeki goreli logo yollari bizim host'ta yok;
   kirik <img> yerine notr harf plakasi cizilir (bkz. entities.ts logoMark). */
.idb .logo-mono {
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 6px; background: var(--bg-elev-2); color: var(--text-3);
  font-weight: 700; vertical-align: middle; margin-right: 8px; flex: 0 0 auto;
  font-family: var(--font-sans); line-height: 1;
}

/* ══════════════════════ 9. deck katmani (body.deck) ═══════════════════════ */
.deck { font-size: 15px; }
.deck header { position: sticky; top: 10px; z-index: 20; background: light-dark(rgba(255,255,255,0.86), rgba(21,31,24,0.86)); backdrop-filter: blur(16px) saturate(140%); border: 1px solid var(--border); border-radius: 999px; box-shadow: var(--shadow-soft); padding: 12px 20px; margin: 10px 16px 4px; }
.deck .bar { display: flex; gap: 14px; align-items: baseline; flex-wrap: wrap; max-width: 1500px; margin: 0 auto; }
.deck h1 { font-size: 17px; margin: 0; font-weight: 700; }
.deck .count { color: var(--text-2); font-size: 13px; font-variant-numeric: tabular-nums; }
.deck .controls { display: flex; gap: 8px; margin-left: auto; flex-wrap: wrap; }
.deck input, .deck select { font: inherit; font-size: 14px; padding: 7px 14px; border: 1px solid var(--border); border-radius: 999px; background: var(--surface); color: var(--text); }
.deck input { min-width: 230px; }
.deck input:focus, .deck select:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.deck main { max-width: 1500px; margin: 0 auto; padding: 24px; display: grid; gap: 18px; grid-template-columns: repeat(auto-fill, minmax(268px, 1fr)); }
.deck .card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-xl); overflow: hidden; cursor: pointer; box-shadow: var(--shadow-soft); transition: transform 0.12s ease, border-color 0.12s ease; }
.deck .card:hover { transform: translateY(-2px); border-color: var(--accent); box-shadow: var(--shadow-lift); }
.deck .thumb { aspect-ratio: 16/9; background: #0d150f; display: block; }
.deck .thumb img { width: 100%; height: 100%; object-fit: contain; display: block; }
.deck .meta { padding: 11px 13px 13px; }
/* Iki satir clamp: bozuk kayit karti cirkinlesir, sayfayi bozamaz */
.deck .name { font-weight: 600; letter-spacing: -0.01em; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.deck .sub { color: var(--text-2); font-size: 12.5px; margin-top: 3px; font-variant-numeric: tabular-nums; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.deck .empty { grid-column: 1/-1; text-align: center; color: var(--text-2); padding: 80px 0; }
.deck dialog { border: none; padding: 0; background: transparent; width: 100vw; height: 100vh; max-width: 100vw; max-height: 100vh; }
.deck dialog::backdrop { background: #091009; }
/* Viewer kendi opak zeminini boyar; ::backdrop tek basina griddi gosteriyordu */
.deck .viewer { display: grid; grid-template-rows: auto 1fr auto; height: 100vh; width: 100vw; background: #091009; color: #e7f0ea; }
.deck .vhead { display: flex; gap: 12px; align-items: baseline; padding: 14px 20px; }
.deck .vhead .name { font-size: 16px; }
.deck .vhead .sub { color: #9fb6a8; }
.deck .vhead a { color: #6ee7b7; font-size: 12.5px; text-decoration: none; }
.deck .vhead a:hover { text-decoration: underline; }
.deck .close { margin-left: auto; background: none; border: 1px solid #3c5a49; color: #e7f0ea; border-radius: 999px; padding: 6px 14px; cursor: pointer; font: inherit; font-size: 13px; }
.deck .stage-area { position: relative; display: grid; place-items: center; overflow: hidden; padding: 0 20px; }
/* Drive sayfalari ~800px; contain oranla buyutur */
.deck .stage-area img { width: 100%; height: 100%; object-fit: contain; }
.deck .nav { position: absolute; top: 0; bottom: 0; width: 22%; border: none; cursor: pointer; background: none; color: #fff; font-size: 30px; opacity: 0; transition: opacity 0.15s; }
.deck .nav:hover { opacity: 0.75; }
.deck .nav.prev { left: 0; } .deck .nav.next { right: 0; }
.deck .vfoot { display: flex; gap: 8px; align-items: center; justify-content: center; padding: 12px; color: #9fb6a8; font-size: 13px; font-variant-numeric: tabular-nums; }
.deck .film { display: flex; gap: 6px; overflow-x: auto; padding: 0 20px 14px; }
.deck .film img { height: 52px; border-radius: 6px; opacity: 0.45; cursor: pointer; border: 2px solid transparent; }
.deck .film img.on { opacity: 1; border-color: var(--accent); }


/* ══════════════════════ 10. Ikon sistemi ═════════════════════════════════
   lucide cizgi ikonlari, CSS mask ile: tek renk, currentColor'i alir, temayla
   birlikte doner. Emoji KULLANILMAZ (platforma gore degisir + notr paleti
   gokkusagina cevirir). Kullanim: <span class="ico ico-grid"></span> */
.ico {
  display: inline-block; width: 16px; height: 16px; flex: 0 0 auto;
  background-color: currentColor; vertical-align: -3px;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center; mask-position: center;
  -webkit-mask-size: contain; mask-size: contain;
}
.ico-sm { width: 13px; height: 13px; vertical-align: -2px; }
.ico-lg { width: 20px; height: 20px; vertical-align: -4px; }

.ico-grid { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect width='7' height='7' x='3' y='3' rx='1'/><rect width='7' height='7' x='14' y='3' rx='1'/><rect width='7' height='7' x='14' y='14' rx='1'/><rect width='7' height='7' x='3' y='14' rx='1'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect width='7' height='7' x='3' y='3' rx='1'/><rect width='7' height='7' x='14' y='3' rx='1'/><rect width='7' height='7' x='14' y='14' rx='1'/><rect width='7' height='7' x='3' y='14' rx='1'/></svg>"); }
.ico-target { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><circle cx='12' cy='12' r='6'/><circle cx='12' cy='12' r='2'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><circle cx='12' cy='12' r='6'/><circle cx='12' cy='12' r='2'/></svg>"); }
.ico-ticket { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z'/><path d='M13 5v2'/><path d='M13 11v2'/><path d='M13 17v2'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z'/><path d='M13 5v2'/><path d='M13 11v2'/><path d='M13 17v2'/></svg>"); }
.ico-wrench { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z'/></svg>"); }
.ico-star { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/></svg>"); }
.ico-map { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='m3 6 6-3 6 3 6-3v15l-6 3-6-3-6 3z'/><path d='M9 3v15'/><path d='M15 6v15'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='m3 6 6-3 6 3 6-3v15l-6 3-6-3-6 3z'/><path d='M9 3v15'/><path d='M15 6v15'/></svg>"); }
.ico-clipboard { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect width='8' height='4' x='8' y='2' rx='1'/><path d='M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2'/><path d='M12 11h4'/><path d='M12 16h4'/><path d='M8 11h.01'/><path d='M8 16h.01'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect width='8' height='4' x='8' y='2' rx='1'/><path d='M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2'/><path d='M12 11h4'/><path d='M12 16h4'/><path d='M8 11h.01'/><path d='M8 16h.01'/></svg>"); }
.ico-briefcase { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M16 20V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16'/><rect width='20' height='14' x='2' y='6' rx='2'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M16 20V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16'/><rect width='20' height='14' x='2' y='6' rx='2'/></svg>"); }
.ico-calendar { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M8 2v4'/><path d='M16 2v4'/><rect width='18' height='18' x='3' y='4' rx='2'/><path d='M3 10h18'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M8 2v4'/><path d='M16 2v4'/><rect width='18' height='18' x='3' y='4' rx='2'/><path d='M3 10h18'/></svg>"); }
.ico-inbox { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='22 12 16 12 14 15 10 15 8 12 2 12'/><path d='M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='22 12 16 12 14 15 10 15 8 12 2 12'/><path d='M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z'/></svg>"); }
.ico-database { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><ellipse cx='12' cy='5' rx='9' ry='3'/><path d='M3 5v14a9 3 0 0 0 18 0V5'/><path d='M3 12a9 3 0 0 0 18 0'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><ellipse cx='12' cy='5' rx='9' ry='3'/><path d='M3 5v14a9 3 0 0 0 18 0V5'/><path d='M3 12a9 3 0 0 0 18 0'/></svg>"); }
.ico-rocket { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91 0z'/><path d='m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z'/><path d='M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0'/><path d='M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91 0z'/><path d='m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z'/><path d='M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0'/><path d='M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5'/></svg>"); }
.ico-mail { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect width='20' height='16' x='2' y='4' rx='2'/><path d='m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect width='20' height='16' x='2' y='4' rx='2'/><path d='m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7'/></svg>"); }
.ico-chart { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M3 3v18h18'/><path d='M18 17V9'/><path d='M13 17V5'/><path d='M8 17v-3'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M3 3v18h18'/><path d='M18 17V9'/><path d='M13 17V5'/><path d='M8 17v-3'/></svg>"); }
.ico-images { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M18 22H4a2 2 0 0 1-2-2V6'/><path d='m22 13-1.3-1.3a2.4 2.4 0 0 0-3.4 0L11 18'/><circle cx='12' cy='8' r='2'/><rect width='16' height='16' x='6' y='2' rx='2'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M18 22H4a2 2 0 0 1-2-2V6'/><path d='m22 13-1.3-1.3a2.4 2.4 0 0 0-3.4 0L11 18'/><circle cx='12' cy='8' r='2'/><rect width='16' height='16' x='6' y='2' rx='2'/></svg>"); }
.ico-sun { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='4'/><path d='M12 2v2'/><path d='M12 20v2'/><path d='m4.93 4.93 1.41 1.41'/><path d='m17.66 17.66 1.41 1.41'/><path d='M2 12h2'/><path d='M20 12h2'/><path d='m6.34 17.66-1.41 1.41'/><path d='m19.07 4.93-1.41 1.41'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='4'/><path d='M12 2v2'/><path d='M12 20v2'/><path d='m4.93 4.93 1.41 1.41'/><path d='m17.66 17.66 1.41 1.41'/><path d='M2 12h2'/><path d='M20 12h2'/><path d='m6.34 17.66-1.41 1.41'/><path d='m19.07 4.93-1.41 1.41'/></svg>"); }
.ico-moon { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z'/></svg>"); }
.ico-gem { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M6 3h12l4 6-10 13L2 9Z'/><path d='M11 3 8 9l4 13 4-13-3-6'/><path d='M2 9h20'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M6 3h12l4 6-10 13L2 9Z'/><path d='M11 3 8 9l4 13 4-13-3-6'/><path d='M2 9h20'/></svg>"); }
.ico-flame { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5z'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5z'/></svg>"); }
.ico-clock { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><polyline points='12 6 12 12 16 14'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><polyline points='12 6 12 12 16 14'/></svg>"); }
.ico-check { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M21.801 10A10 10 0 1 1 17 3.335'/><path d='m9 11 3 3L22 4'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M21.801 10A10 10 0 1 1 17 3.335'/><path d='m9 11 3 3L22 4'/></svg>"); }
.ico-ban { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><path d='m4.9 4.9 14.2 14.2'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><path d='m4.9 4.9 14.2 14.2'/></svg>"); }
.ico-hourglass { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M5 22h14'/><path d='M5 2h14'/><path d='M17 22v-4.172a2 2 0 0 0-.586-1.414L12 12l-4.414 4.414A2 2 0 0 0 7 17.828V22'/><path d='M7 2v4.172a2 2 0 0 0 .586 1.414L12 12l4.414-4.414A2 2 0 0 0 17 6.172V2'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M5 22h14'/><path d='M5 2h14'/><path d='M17 22v-4.172a2 2 0 0 0-.586-1.414L12 12l-4.414 4.414A2 2 0 0 0 7 17.828V22'/><path d='M7 2v4.172a2 2 0 0 0 .586 1.414L12 12l4.414-4.414A2 2 0 0 0 17 6.172V2'/></svg>"); }
.ico-circledot { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><circle cx='12' cy='12' r='3'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><circle cx='12' cy='12' r='3'/></svg>"); }
.ico-building { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect width='16' height='20' x='4' y='2' rx='2'/><path d='M9 22v-4h6v4'/><path d='M8 6h.01'/><path d='M16 6h.01'/><path d='M12 6h.01'/><path d='M12 10h.01'/><path d='M12 14h.01'/><path d='M16 10h.01'/><path d='M16 14h.01'/><path d='M8 10h.01'/><path d='M8 14h.01'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect width='16' height='20' x='4' y='2' rx='2'/><path d='M9 22v-4h6v4'/><path d='M8 6h.01'/><path d='M16 6h.01'/><path d='M12 6h.01'/><path d='M12 10h.01'/><path d='M12 14h.01'/><path d='M16 10h.01'/><path d='M16 14h.01'/><path d='M8 10h.01'/><path d='M8 14h.01'/></svg>"); }
.ico-users { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/><circle cx='9' cy='7' r='4'/><path d='M22 21v-2a4 4 0 0 0-3-3.87'/><path d='M16 3.13a4 4 0 0 1 0 7.75'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/><circle cx='9' cy='7' r='4'/><path d='M22 21v-2a4 4 0 0 0-3-3.87'/><path d='M16 3.13a4 4 0 0 1 0 7.75'/></svg>"); }
.ico-trophy { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9H4.5a2.5 2.5 0 0 1 0-5H6'/><path d='M18 9h1.5a2.5 2.5 0 0 0 0-5H18'/><path d='M4 22h16'/><path d='M10 14.66V17c0 .55-.47.98-.97 1.21C7.85 18.75 7 20.24 7 22'/><path d='M14 14.66V17c0 .55.47.98.97 1.21C16.15 18.75 17 20.24 17 22'/><path d='M18 2H6v7a6 6 0 0 0 12 0V2Z'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9H4.5a2.5 2.5 0 0 1 0-5H6'/><path d='M18 9h1.5a2.5 2.5 0 0 0 0-5H18'/><path d='M4 22h16'/><path d='M10 14.66V17c0 .55-.47.98-.97 1.21C7.85 18.75 7 20.24 7 22'/><path d='M14 14.66V17c0 .55.47.98.97 1.21C16.15 18.75 17 20.24 17 22'/><path d='M18 2H6v7a6 6 0 0 0 12 0V2Z'/></svg>"); }
.ico-award { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='m15.477 12.89 1.515 8.526a.5.5 0 0 1-.81.47l-3.58-2.687a1 1 0 0 0-1.197 0l-3.586 2.686a.5.5 0 0 1-.81-.469l1.514-8.526'/><circle cx='12' cy='8' r='6'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='m15.477 12.89 1.515 8.526a.5.5 0 0 1-.81.47l-3.58-2.687a1 1 0 0 0-1.197 0l-3.586 2.686a.5.5 0 0 1-.81-.469l1.514-8.526'/><circle cx='12' cy='8' r='6'/></svg>"); }
.ico-file { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z'/><path d='M14 2v4a2 2 0 0 0 2 2h4'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z'/><path d='M14 2v4a2 2 0 0 0 2 2h4'/></svg>"); }
.ico-compass { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='m16.24 7.76-1.804 5.411a2 2 0 0 1-1.265 1.265L7.76 16.24l1.804-5.411a2 2 0 0 1 1.265-1.265z'/><circle cx='12' cy='12' r='10'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='m16.24 7.76-1.804 5.411a2 2 0 0 1-1.265 1.265L7.76 16.24l1.804-5.411a2 2 0 0 1 1.265-1.265z'/><circle cx='12' cy='12' r='10'/></svg>"); }
.ico-globe { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><path d='M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20'/><path d='M2 12h20'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><path d='M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20'/><path d='M2 12h20'/></svg>"); }
.ico-sparkles { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z'/></svg>"); }
.ico-download { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/><polyline points='7 10 12 15 17 10'/><line x1='12' x2='12' y1='15' y2='3'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/><polyline points='7 10 12 15 17 10'/><line x1='12' x2='12' y1='15' y2='3'/></svg>"); }
.ico-upload { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/><polyline points='17 8 12 3 7 8'/><line x1='12' x2='12' y1='3' y2='15'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/><polyline points='17 8 12 3 7 8'/><line x1='12' x2='12' y1='3' y2='15'/></svg>"); }
.ico-refresh { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8'/><path d='M21 3v5h-5'/><path d='M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16'/><path d='M8 16H3v5'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8'/><path d='M21 3v5h-5'/><path d='M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16'/><path d='M8 16H3v5'/></svg>"); }
.ico-plus { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12h14'/><path d='M12 5v14'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12h14'/><path d='M12 5v14'/></svg>"); }
.ico-braces { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M8 3H7a2 2 0 0 0-2 2v5a2 2 0 0 1-2 2 2 2 0 0 1 2 2v5c0 1.1.9 2 2 2h1'/><path d='M16 21h1a2 2 0 0 0 2-2v-5c0-1.1.9-2 2-2a2 2 0 0 1-2-2V5a2 2 0 0 0-2-2h-1'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M8 3H7a2 2 0 0 0-2 2v5a2 2 0 0 1-2 2 2 2 0 0 1 2 2v5c0 1.1.9 2 2 2h1'/><path d='M16 21h1a2 2 0 0 0 2-2v-5c0-1.1.9-2 2-2a2 2 0 0 1-2-2V5a2 2 0 0 0-2-2h-1'/></svg>"); }
.ico-folder { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z'/></svg>"); }
.ico-eyeoff { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49'/><path d='M14.084 14.158a3 3 0 0 1-4.242-4.242'/><path d='M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143'/><path d='m2 2 20 20'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49'/><path d='M14.084 14.158a3 3 0 0 1-4.242-4.242'/><path d='M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143'/><path d='m2 2 20 20'/></svg>"); }
.ico-circleminus { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><path d='M8 12h8'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><path d='M8 12h8'/></svg>"); }
.ico-zap { -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z'/></svg>"); mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z'/></svg>"); }
