/* ============================================================
   Postline · Help Scout Docs theme
   ------------------------------------------------------------
   Custom CSS for the Help Scout Docs (knowledge base) site.
   Mirrors Postline's public/marketing look: the warm light
   palette (coral #ff5757 on a burgundy-tinted sand), Bricolage
   Grotesque type, soft radial glows, and hairline cards.

   Help Scout Docs ships a Bootstrap-2 markup base, so the
   selectors below override that theme (.navbar, .btn,
   .search-query, #fullArticle, #sidebar, .category-list, …).

   Paste into Help Scout: Manage > Docs site > Customize > Custom CSS.
   ============================================================ */

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

/* ---- design tokens (Postline light / .mkt palette) ---- */
:root {
  --bg: #f6ebe4;
  --surface: #fdf6f2;
  --surface-2: #ffffff;
  --surface-3: #f6e7df;

  --border: rgba(50, 17, 17, 0.11);
  --border-strong: rgba(50, 17, 17, 0.22);

  --text: #2b1413;
  --text-muted: #6e4a44;
  --text-subtle: #9c7a73;

  --accent: #ff5757;
  --accent-hover: #ef4848;
  --accent-press: #d83c3c;
  --accent-soft: rgba(255, 87, 87, 0.12);
  --accent-line: rgba(255, 87, 87, 0.40);
  --on-accent: #fff5f3;

  --success: #4f8a5b;
  --warn: #b9772c;
  --danger: #d8443a;

  --logo-ink: #321111;

  --radius-btn: 4px;
  --radius-card: 8px;
  --radius-modal: 12px;

  --shadow-sm: 0 1px 2px rgba(70, 30, 25, 0.08);
  --shadow-md: 0 10px 28px -10px rgba(70, 30, 25, 0.18);
  --shadow-lg: 0 24px 60px -16px rgba(70, 30, 25, 0.22);

  --font-sans: "Bricolage Grotesque", ui-sans-serif, system-ui, -apple-system,
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* ---- canvas ---- */
body {
  background-color: var(--bg) !important;
  color: var(--text);
  font-family: var(--font-sans);
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  /* warm depth: coral glow top-right, ember glow bottom-left */
  background-image:
    radial-gradient(120% 90% at 88% -8%, rgba(255, 87, 87, 0.12), transparent 52%),
    radial-gradient(90% 75% at -8% 112%, rgba(224, 120, 90, 0.10), transparent 60%);
  background-attachment: fixed;
}

::selection {
  background: var(--accent);
  color: var(--on-accent);
}

a {
  color: var(--accent);
  text-decoration: none;
  transition: color 0.15s ease;
}
a:hover {
  color: var(--accent-hover);
  text-decoration: underline;
}

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-radius: 3px;
}

/* ============================================================
   Header / navbar
   ============================================================ */
.navbar .navbar-inner {
  background: color-mix(in oklab, var(--surface) 78%, transparent);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 0;
  border-bottom: 1px solid var(--border);
  box-shadow: none;
}

a.brand > img {
  max-height: 32px;
  width: auto;
}

.navbar .nav li a {
  color: var(--text-muted);
  font-weight: 500;
  transition: color 0.15s ease;
}
.navbar .nav li a:hover,
.navbar .nav .active a {
  color: var(--accent);
  background: transparent;
}

/* ============================================================
   Search hero
   ============================================================ */
#docsSearch {
  background: var(--surface-3);
  background-image:
    radial-gradient(120% 120% at 85% -20%, rgba(255, 87, 87, 0.14), transparent 55%),
    radial-gradient(90% 90% at -5% 120%, rgba(224, 120, 90, 0.10), transparent 60%);
  border-bottom: 1px solid var(--border);
}

#docsSearch h1 {
  color: var(--text);
  font-weight: 700;
  letter-spacing: -0.03em;
}

/* waving hand above the hero heading */
#docsSearch h1::before {
  content: "";
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto 0.75rem;
  background: url("data:image/svg+xml,%3Csvg%20width=%22100%25%22%20height=%22100%25%22%20viewBox=%220%200%2032%2032%22%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20xml:space=%22preserve%22%20xmlns:serif=%22http://www.serif.com/%22%20style=%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;%22%3E%20%3Cmetadata%3E%20%3Crdf:RDF%20xmlns:cc=%22http://web.resource.org/cc/%22%20xmlns:rdf=%22http://www.w3.org/1999/02/22-rdf-syntax-ns%23%22%20xmlns:dc%20=%20%22http://purl.org/dc/elements/1.1/%22%20%3E%20%3Crdf:Description%20rdf:about=%22%22%3E%20%3Cdc:title%3EMutant%20Standard%20emoji%202024.06%3C/dc:title%3E%20%3C/rdf:Description%3E%20%3Ccc:work%20rdf:about=%22%22%3E%20%3Ccc:license%20rdf:resource=%22http://creativecommons.org/licenses/by-nc-sa/4.0/%22/%3E%20%3Ccc:attributionName%3ECaius%20Nocturne%3C/cc:attributionName%3E%20%3Ccc:attributionURL%3Ehttp://mutant.tech/%3C/cc:attributionURL%3E%20%3C/cc:work%3E%20%3C/rdf:RDF%3E%20%3C/metadata%3E%20%3Crect%20id=%22wave--hmn-%22%20serif:id=%22wave%20%5Bhmn%5D%22%20x=%220%22%20y=%220%22%20width=%2232%22%20height=%2232%22%20style=%22fill:none;%22/%3E%20%3Cg%20id=%22outline%22%3E%20%3Cpath%20d=%22M17.788,2.366c0.095,-0.129%200.202,-0.249%200.318,-0.359c0.225,-0.215%200.488,-0.391%200.772,-0.518c0.328,-0.147%200.681,-0.224%201.04,-0.238c0.047,-0.001%200.094,-0.001%200.14,0c0.501,0.014%200.99,0.157%201.414,0.426c0.158,0.1%200.304,0.217%200.439,0.346c0.706,0.693%201.417,1.382%202.098,2.1c0.265,0.287%200.47,0.623%200.595,0.994c0.115,0.339%200.163,0.7%200.14,1.058c-0.006,0.097%20-0.017,0.195%20-0.034,0.291l3.753,11.257c0.07,0.219%200.135,0.439%200.188,0.663c0.139,0.581%200.211,1.176%200.215,1.773c0.006,0.679%20-0.077,1.358%20-0.244,2.016c-0.212,0.835%20-0.562,1.636%20-1.031,2.359c-0.488,0.753%20-1.106,1.407%20-1.798,1.974c-1.357,1.112%20-2.996,1.863%20-4.723,2.164c-1.161,0.203%20-2.356,0.203%20-3.516,0c-1.149,-0.2%20-2.261,-0.599%20-3.276,-1.172c-0.183,-0.104%20-0.361,-0.212%20-0.537,-0.327c-0.03,0.444%20-0.167,0.88%20-0.405,1.262c-0.139,0.224%20-0.31,0.428%20-0.508,0.604c-0.213,0.19%20-0.456,0.346%20-0.718,0.462c-0.302,0.133%20-0.627,0.211%20-0.956,0.229c-0.315,0.018%20-0.632,-0.019%20-0.934,-0.108c-0.097,0.133%20-0.205,0.257%20-0.326,0.371c-0.225,0.215%20-0.488,0.391%20-0.772,0.518c-0.313,0.139%20-0.651,0.22%20-0.994,0.236c-0.357,0.017%20-0.718,-0.037%20-1.055,-0.158c-0.369,-0.132%20-0.701,-0.343%20-0.984,-0.612c-0.706,-0.693%20-1.417,-1.382%20-2.098,-2.1c-0.244,-0.264%20-0.437,-0.569%20-0.564,-0.906c-0.288,-0.764%20-0.218,-1.635%200.189,-2.343c0.133,-0.229%200.298,-0.439%200.49,-0.621c0.082,-0.078%200.169,-0.151%200.26,-0.218c-0.065,-0.217%20-0.103,-0.442%20-0.113,-0.668c-0.012,-0.264%200.015,-0.529%200.078,-0.785c0.193,-0.774%200.726,-1.439%201.439,-1.796c0.24,-0.12%200.494,-0.201%200.755,-0.247c-0.386,-0.39%20-0.771,-0.782%20-1.154,-1.175c-0.312,-0.337%20-0.556,-0.723%20-0.708,-1.157c-0.12,-0.343%20-0.181,-0.705%20-0.181,-1.068c0,-0.363%200.061,-0.725%200.181,-1.067c0.176,-0.504%200.48,-0.957%200.87,-1.316c-0.117,-0.191%20-0.215,-0.394%20-0.29,-0.609c-0.12,-0.343%20-0.181,-0.705%20-0.181,-1.068c0,-0.31%200.045,-0.62%200.133,-0.917c0.247,-0.836%200.838,-1.549%201.609,-1.95c-0.005,-0.485%200.099,-0.97%200.308,-1.413c0.09,-0.19%200.198,-0.372%200.324,-0.541c0.076,-0.104%200.16,-0.199%200.246,-0.294c0.005,-0.004%200.014,-0.014%200.011,-0.011l-0.011,0.011c-0.001,0.002%20-0.002,0.003%20-0.002,0.001c0.005,-0.007%200.011,-0.013%200.017,-0.019c0.036,-0.036%200.073,-0.072%200.11,-0.107c0.095,-0.092%200.197,-0.177%200.303,-0.256c0.382,-0.282%200.824,-0.478%201.29,-0.571c0.156,-0.032%200.314,-0.049%200.473,-0.059c0.064,-0.002%200.129,-0.003%200.194,-0.003c0.327,-0.627%200.859,-1.142%201.505,-1.441c0.285,-0.132%200.588,-0.222%200.898,-0.267c0.136,-0.019%200.172,-0.019%200.308,-0.029c0.154,-0.004%200.154,-0.004%200.309,0c0.207,0.015%200.41,0.039%200.613,0.088c0.192,0.047%200.381,0.112%200.561,0.194c-0.004,-0.049%20-0.007,-0.099%20-0.009,-0.149c-0.03,-0.827%200.324,-1.64%200.95,-2.181c0.202,-0.174%200.43,-0.319%200.673,-0.429c0.333,-0.149%200.69,-0.226%201.054,-0.239c0.057,-0.001%200.057,-0.001%200.114,-0.001c0.191,0.005%200.38,0.026%200.567,0.068c0.06,0.014%200.12,0.03%200.178,0.048Z%22/%3E%20%3C/g%3E%20%3Cg%20id=%22emoji%22%3E%20%3Cpath%20d=%22M21.05,13.409c-0.306,-0.921%20-0.235,-1.927%200.2,-2.796c0.435,-0.87%201.197,-1.531%202.12,-1.838c0.001,-0.001%200.001,-0.001%200.001,-0.001c0,0%201.903,5.707%203.191,9.573c0.71,2.13%200.156,4.478%20-1.432,6.066c0,0.001%20-0.001,0.001%20-0.002,0.002c-1.542,1.543%20-3.635,2.409%20-5.816,2.409c-2.182,0%20-4.274,-0.866%20-5.817,-2.409l-6.652,-6.652c-0.48,-0.481%20-0.48,-1.259%200,-1.74c0,0%200,0%200,0c0.481,-0.48%201.259,-0.48%201.74,0l4.349,4.35l0.58,-0.58l-6.089,-6.09c-0.48,-0.48%20-0.48,-1.259%200,-1.739c0,0%200,0%200,-0.001c0.481,-0.48%201.259,-0.48%201.74,0l5.509,5.51l0.58,-0.58l-6.089,-6.089c-0.231,-0.231%20-0.361,-0.544%20-0.361,-0.87c0,-0.326%200.13,-0.639%200.361,-0.87c0,0%200,0%200,0c0.231,-0.231%200.544,-0.361%200.87,-0.361c0.326,0%200.639,0.13%200.869,0.361l5.51,5.509l0.58,-0.58l-4.93,-4.929c-0.48,-0.481%20-0.48,-1.259%200,-1.74c0,0%200.001,0%200.001,0c0.48,-0.48%201.259,-0.48%201.739,0l5.458,5.458l1.421,2.218l0.951,0.153l-0.582,-1.744Z%22%20style=%22fill:%23FFC20B;%22/%3E%20%3Cpath%20d=%22M19.26,12.782l2.372,2.371l0.652,1.957c-0.289,0.082%20-0.59,0.161%20-0.881,0.252c-0.058,0.02%20-0.114,0.041%20-0.171,0.064c-0.221,0.095%20-0.429,0.218%20-0.614,0.373c-0.512,0.43%20-0.824,1.07%20-0.847,1.739c-0.009,0.263%200.028,0.522%200.102,0.775c0.228,0.717%200.475,1.428%200.713,2.142c0.033,0.112%200.048,0.224%200.031,0.341c-0.043,0.31%20-0.282,0.566%20-0.589,0.63c-0.075,0.016%20-0.152,0.02%20-0.228,0.013c-0.076,-0.008%20-0.151,-0.027%20-0.222,-0.058c-0.123,-0.053%20-0.231,-0.139%20-0.31,-0.248c-0.035,-0.047%20-0.06,-0.097%20-0.085,-0.15c-0.265,-0.704%20-0.478,-1.428%20-0.716,-2.142c-0.12,-0.377%20-0.191,-0.764%20-0.197,-1.159c-0.017,-1.024%200.383,-2.032%201.097,-2.766c0.298,-0.306%200.643,-0.553%201.021,-0.751l-1.128,-3.383Z%22%20style=%22fill:%23CE8D15;%22/%3E%20%3Cpath%20d=%22M6.03,25.251c0.182,0.01%200.348,0.079%200.483,0.202c0.695,0.672%201.401,1.336%202.051,2.052c0.068,0.081%200.121,0.172%200.153,0.274c0.028,0.093%200.039,0.191%200.03,0.288c-0.008,0.088%20-0.032,0.176%20-0.07,0.256c-0.032,0.066%20-0.073,0.127%20-0.122,0.181c-0.193,0.213%20-0.501,0.298%20-0.776,0.213c-0.11,-0.034%20-0.207,-0.093%20-0.292,-0.17c-0.695,-0.672%20-1.401,-1.336%20-2.051,-2.052c-0.068,-0.081%20-0.121,-0.172%20-0.153,-0.274c-0.021,-0.069%20-0.032,-0.142%20-0.033,-0.215c-0.002,-0.28%200.157,-0.543%200.405,-0.672c0.102,-0.053%200.213,-0.079%200.327,-0.084c0.024,0%200.024,0%200.048,0.001Zm1.011,-3c0.175,0.014%200.331,0.079%200.464,0.194c1.379,1.313%202.729,2.658%204.048,4.033c0.083,0.095%200.145,0.204%200.175,0.328c0.084,0.341%20-0.088,0.704%20-0.405,0.855c-0.082,0.04%20-0.171,0.064%20-0.262,0.071c-0.091,0.008%20-0.183,-0.002%20-0.27,-0.027c-0.111,-0.032%20-0.209,-0.09%20-0.296,-0.165c-1.379,-1.314%20-2.729,-2.659%20-4.048,-4.033c-0.076,-0.087%20-0.134,-0.184%20-0.166,-0.295c-0.096,-0.325%200.044,-0.683%200.335,-0.856c0.09,-0.054%200.187,-0.085%200.289,-0.1c0.046,-0.005%200.09,-0.006%200.136,-0.005Zm9.981,-18.001c0.184,0.009%200.349,0.077%200.487,0.199c1.034,0.994%202.048,2.008%203.042,3.042c0.08,0.09%200.14,0.194%200.172,0.31c0.072,0.263%20-0.007,0.551%20-0.203,0.74c-0.058,0.055%20-0.124,0.101%20-0.196,0.135c-0.08,0.039%20-0.168,0.063%20-0.257,0.071c-0.099,0.009%20-0.2,-0.002%20-0.294,-0.032c-0.106,-0.034%20-0.199,-0.091%20-0.282,-0.164c-1.034,-0.994%20-2.048,-2.008%20-3.042,-3.042c-0.073,-0.083%20-0.13,-0.176%20-0.164,-0.282c-0.105,-0.33%200.038,-0.701%200.338,-0.875c0.104,-0.061%200.22,-0.093%200.34,-0.101c0.03,-0.001%200.029,-0.001%200.059,-0.001Zm3.008,-0.999c0.182,0.01%200.348,0.079%200.483,0.202c0.695,0.672%201.401,1.336%202.051,2.052c0.073,0.087%200.129,0.186%200.159,0.297c0.02,0.07%200.029,0.143%200.027,0.216c-0.007,0.288%20-0.185,0.553%20-0.449,0.669c-0.082,0.036%20-0.17,0.057%20-0.259,0.062c-0.097,0.005%20-0.195,-0.008%20-0.286,-0.04c-0.101,-0.035%20-0.19,-0.091%20-0.269,-0.162c-0.695,-0.672%20-1.401,-1.336%20-2.051,-2.052c-0.068,-0.081%20-0.121,-0.172%20-0.153,-0.274c-0.082,-0.267%20-0.006,-0.565%200.195,-0.76c0.053,-0.051%200.112,-0.094%200.177,-0.127c0.102,-0.053%200.213,-0.079%200.327,-0.084c0.024,0%200.024,0%200.048,0.001Z%22%20style=%22fill:%23565656;%22/%3E%20%3C/g%3E%20%3C/svg%3E") center / contain no-repeat;
}

#searchBar .search-query,
input.search-query {
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-btn);
  color: var(--text);
  box-shadow: none;
  transition: border-color 0.15s, box-shadow 0.15s;
}
#searchBar .search-query::placeholder,
input.search-query::placeholder {
  color: var(--text-subtle);
}
#searchBar .search-query:focus,
input.search-query:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-soft);
}

#searchBar button {
  background: var(--accent);
  border: 0;
  border-radius: var(--radius-btn);
  color: var(--on-accent);
  font-weight: 600;
  text-shadow: none;
  transition: background 0.15s ease;
}
#searchBar button:hover {
  background: var(--accent-hover);
}

/* ============================================================
   Category cards (home + collections)
   ============================================================ */
.category-list .category,
.twoCol .collection,
.threeCol .collection {
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-sm);
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.category-list .category:hover,
.twoCol .collection:hover,
.threeCol .collection:hover {
  border-color: var(--accent-line);
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.category-list h3 {
  color: var(--text);
  font-weight: 650;
  letter-spacing: -0.015em;
}
.category-list .category p {
  color: var(--text-muted);
}

/* ---- per-category icons ----------------------------------------------------
   Help Scout gives each category its own id (#category-XXXXX). We render an icon
   as a ::before on the category's <h3> using an inline SVG data-URI (no external
   hosting). The icon sits ABOVE the title, centered and large. Duplicate the
   block per category and swap the numeric id + the SVG. Find the id in the
   category page source or its URL. */
.category-list .category h3::before {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  margin: 0 auto 0.6rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.category-list .category h3 {
  text-align: center;
}
/* --- the live per-category rules (Mutant Standard emoji, embedded SVG) ---
   To swap an icon: pick an .svg from the Mutant Standard set, run it through a
   data-URI encoder, and replace the url(...) below. The id is #category-<n>. */

/* Primeiros Passos */
#category-5 h3::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width=%22100%25%22%20height=%22100%25%22%20viewBox=%220%200%2032%2032%22%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20xml:space=%22preserve%22%20xmlns:serif=%22http://www.serif.com/%22%20style=%22fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:3;%22%3E%20%3Cmetadata%3E%20%3Crdf:RDF%20xmlns:cc=%22http://web.resource.org/cc/%22%20xmlns:rdf=%22http://www.w3.org/1999/02/22-rdf-syntax-ns%23%22%20xmlns:dc%20=%20%22http://purl.org/dc/elements/1.1/%22%20%3E%20%3Crdf:Description%20rdf:about=%22%22%3E%20%3Cdc:title%3EMutant%20Standard%20emoji%202024.06%3C/dc:title%3E%20%3C/rdf:Description%3E%20%3Ccc:work%20rdf:about=%22%22%3E%20%3Ccc:license%20rdf:resource=%22http://creativecommons.org/licenses/by-nc-sa/4.0/%22/%3E%20%3Ccc:attributionName%3ECaius%20Nocturne%3C/cc:attributionName%3E%20%3Ccc:attributionURL%3Ehttp://mutant.tech/%3C/cc:attributionURL%3E%20%3C/cc:work%3E%20%3C/rdf:RDF%3E%20%3C/metadata%3E%20%3Crect%20id=%22rocket%22%20x=%220%22%20y=%220%22%20width=%2232%22%20height=%2232%22%20style=%22fill:none;%22/%3E%3CclipPath%20id=%22_clip1%22%3E%3Crect%20x=%220%22%20y=%220%22%20width=%2232%22%20height=%2232%22/%3E%3C/clipPath%3E%3Cg%20clip-path=%22url(%23_clip1)%22%3E%3Cg%20id=%22outline%22%3E%3Cpath%20d=%22M9,18l-2,-2c0,0%206.017,-5.265%207.614,-6.663c0.256,-0.223%200.547,-0.401%200.862,-0.527c1.121,-0.449%203.877,-1.551%204.427,-1.771c0.065,-0.026%200.126,-0.058%200.184,-0.097c0.662,-0.442%204.927,-3.285%205.769,-3.846c0.095,-0.063%200.201,-0.11%200.312,-0.138c0.759,-0.19%203.832,-0.958%203.832,-0.958c0,0%20-0.768,3.073%20-0.958,3.832c-0.028,0.111%20-0.075,0.217%20-0.138,0.312c-0.547,0.82%20-3.261,4.892%20-3.808,5.712c-0.063,0.095%20-0.11,0.201%20-0.138,0.312c-0.131,0.526%20-0.54,2.161%20-0.779,3.117c-0.118,0.47%20-0.347,0.904%20-0.668,1.266c-1.739,1.955%20-7.511,8.449%20-7.511,8.449l-2,-2l0,0.969c0,3.331%20-2.7,6.031%20-6.031,6.031c-1.132,0%20-1.969,0%20-1.969,0l2,-3l-4,1l1,-4l-3,2c0,0%200,-0.837%200,-1.969c0,-3.331%202.7,-6.031%206.031,-6.031l0.969,0Z%22%20style=%22fill:none;stroke:%23000;stroke-width:4px;%22/%3E%3C/g%3E%3Cg%20id=%22emoji%22%3E%3Cg%3E%3Cpath%20d=%22M14,18c0,0%20-2.979,0%20-5.969,0c-3.331,0%20-6.031,2.7%20-6.031,6.031c0,1.132%200,1.969%200,1.969l3,-2l-1,4l4,-1l-2,3c0,0%200.837,0%201.969,0c3.331,0%206.031,-2.7%206.031,-6.031c0,-2.99%200,-5.969%200,-5.969Z%22%20style=%22fill:%23f05400;%22/%3E%3Cpath%20d=%22M13,19c0,0%20-1.416,0%20-3.056,0c-2.875,0%20-5.35,2.029%20-5.914,4.848c-0.019,0.098%20-0.03,0.152%20-0.03,0.152l3,-2l-1,4l4,-1l-2,3c0,0%200.054,-0.011%200.152,-0.03c2.819,-0.564%204.848,-3.039%204.848,-5.914c0,-1.64%200,-3.056%200,-3.056Z%22%20style=%22fill:%23f08c00;%22/%3E%3Cpath%20d=%22M8,24c0,0%200.352,-1.408%200.638,-2.554c0.223,-0.89%200.918,-1.585%201.808,-1.808c1.146,-0.286%202.554,-0.638%202.554,-0.638c0,0%20-0.352,1.408%20-0.638,2.554c-0.223,0.89%20-0.918,1.585%20-1.808,1.808c-1.146,0.286%20-2.554,0.638%20-2.554,0.638Z%22%20style=%22fill:%23ffbf36;%22/%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath%20d=%22M10.2,13.2l1.014,-0.2l7.344,7.44l0.266,1.384l-2.824,3.176l-9,-9l3.2,-2.8Zm6.229,-4.771l0.865,0.009l6.491,6.522l0.149,0.974c-0.115,0.222%20-0.257,0.429%20-0.423,0.617l-2.335,2.625l-1.282,-0.228l-6.894,-6.948l-0.133,-1.133l1.747,-1.53c0.256,-0.223%200.547,-0.401%200.862,-0.527l0.953,-0.381Zm9.937,1.522l-1.132,1.698l-0.699,-0.097l-4.172,-4.115l-0.012,-0.671l1.698,-1.132l0.866,0.2l3.206,3.202l0.245,0.915Z%22%20style=%22fill:%23414141;%22/%3E%3Cg%3E%3Cpath%20d=%22M15.381,13.381l5.795,5.795l-2.352,2.648l-2.824,-2.824l-2.5,2.5l-3,-3l2.5,-2.5l-0.238,-0.238l-0.039,-0.762l1.807,-1.646l0.851,0.027Zm7.412,-4.174l2.441,2.442l-0.138,0.207c-0.063,0.095%20-0.11,0.201%20-0.138,0.312c-0.131,0.526%20-0.54,2.161%20-0.779,3.117c-0.057,0.226%20-0.139,0.444%20-0.245,0.649l-2.434,-2.434l-2.5,2.5l-3,-3l1.708,-1.708l1.052,-0.867l2.692,-1.139l1.341,-0.079Zm7.207,-7.207l-0.958,3.832c-0.028,0.111%20-0.075,0.217%20-0.138,0.312l-2.538,3.807l-2.159,-2.158l-0.016,-0.97l4.509,-4.299l1.3,-0.524Z%22%20style=%22fill:%23e6e6e6;%22/%3E%3Cpath%20d=%22M15.381,13.381l-2.619,2.381l-2.562,-2.562l2.667,-2.333l2.514,2.514Zm7.412,-4.174l-0.205,0.205c-0.385,0.385%20-0.867,0.658%20-1.394,0.79c-0.72,0.18%20-1.766,0.441%20-2.462,0.615c-0.369,0.092%20-0.717,0.254%20-1.024,0.475l0.792,-0.792l-2.071,-2.071l3.474,-1.39c0.065,-0.026%200.126,-0.058%200.184,-0.097l0.264,-0.176l2.442,2.441Zm7.207,-7.207l-5.793,5.793l-2.158,-2.159l3.807,-2.538c0.095,-0.063%200.201,-0.11%200.312,-0.138c0.759,-0.19%203.832,-0.958%203.832,-0.958Z%22%20style=%22fill:%23fff;%22/%3E%3C/g%3E%3C/g%3E%3Cpath%20d=%22M26.5,4.5c-0.276,-0.276%20-0.724,-0.276%20-1,0c0,0%200,0%200,0c-0.276,0.276%20-0.276,0.724%200,1c0.305,0.305%200.695,0.695%201,1c0.276,0.276%200.724,0.276%201,0c0,0%200,0%200,0c0.276,-0.276%200.276,-0.724%200,-1c-0.305,-0.305%20-0.695,-0.695%20-1,-1Z%22%20style=%22fill:%23414141;%22/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
/* Clientes e Perfil de Voz */
#category-11 h3::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width=%22100%25%22%20height=%22100%25%22%20viewBox=%220%200%2032%2032%22%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20xml:space=%22preserve%22%20xmlns:serif=%22http://www.serif.com/%22%20style=%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%20%3Cmetadata%3E%20%3Crdf:RDF%20xmlns:cc=%22http://web.resource.org/cc/%22%20xmlns:rdf=%22http://www.w3.org/1999/02/22-rdf-syntax-ns%23%22%20xmlns:dc%20=%20%22http://purl.org/dc/elements/1.1/%22%20%3E%20%3Crdf:Description%20rdf:about=%22%22%3E%20%3Cdc:title%3EMutant%20Standard%20emoji%202024.06%3C/dc:title%3E%20%3C/rdf:Description%3E%20%3Ccc:work%20rdf:about=%22%22%3E%20%3Ccc:license%20rdf:resource=%22http://creativecommons.org/licenses/by-nc-sa/4.0/%22/%3E%20%3Ccc:attributionName%3ECaius%20Nocturne%3C/cc:attributionName%3E%20%3Ccc:attributionURL%3Ehttp://mutant.tech/%3C/cc:attributionURL%3E%20%3C/cc:work%3E%20%3C/rdf:RDF%3E%20%3C/metadata%3E%20%3Cpath%20id=%22speech_bubble%22%20d=%22M0,0l0,32l32,0l0,-32l-32,0Z%22%20style=%22fill:none;%22/%3E%3CclipPath%20id=%22_clip1%22%3E%3Cpath%20d=%22M0,0l0,32l32,0l0,-32l-32,0Z%22/%3E%3C/clipPath%3E%3Cg%20clip-path=%22url(%23_clip1)%22%3E%3Cg%20id=%22outline%22%3E%3Cpath%20d=%22M7,22l-2,0c-1.657,0%20-3,-1.343%20-3,-3c0,-3.329%200,-8.671%200,-12c0,-1.657%201.343,-3%203,-3c5.382,0%2016.618,0%2022,0c1.657,0%203,1.343%203,3c0,3.329%200,8.671%200,12c0,1.657%20-1.343,3%20-3,3l-13,0l-7,7l0,-7Z%22%20style=%22fill:none;stroke:%23000;stroke-width:4px;%22/%3E%3C/g%3E%3Cg%20id=%22emoji%22%3E%3Cpath%20d=%22M7,22l-2,0c-1.657,0%20-3,-1.343%20-3,-3c0,-1.5%200,-3%200,-3l28,0c0,0%200,1.5%200,3c0,1.657%20-1.343,3%20-3,3l-13,0l-7,7l0,-7Z%22%20style=%22fill:%23747474;fill-rule:nonzero;%22/%3E%3Cpath%20d=%22M7,20l-2,0c-1.657,0%20-3,-1.343%20-3,-3c0,-2.859%200,-7.141%200,-10c0,-1.657%201.343,-3%203,-3c5.382,0%2016.618,0%2022,0c1.657,0%203,1.343%203,3c0,2.859%200,7.141%200,10c0,1.657%20-1.343,3%20-3,3l-14,0l-6,6l0,-6Z%22%20style=%22fill:%23fff;%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
/* Ligar Redes Sociais */
#category-22 h3::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width=%22100%25%22%20height=%22100%25%22%20viewBox=%220%200%2032%2032%22%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20xml:space=%22preserve%22%20xmlns:serif=%22http://www.serif.com/%22%20style=%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;%22%3E%20%3Cmetadata%3E%20%3Crdf:RDF%20xmlns:cc=%22http://web.resource.org/cc/%22%20xmlns:rdf=%22http://www.w3.org/1999/02/22-rdf-syntax-ns%23%22%20xmlns:dc%20=%20%22http://purl.org/dc/elements/1.1/%22%20%3E%20%3Crdf:Description%20rdf:about=%22%22%3E%20%3Cdc:title%3EMutant%20Standard%20emoji%202024.06%3C/dc:title%3E%20%3C/rdf:Description%3E%20%3Ccc:work%20rdf:about=%22%22%3E%20%3Ccc:license%20rdf:resource=%22http://creativecommons.org/licenses/by-nc-sa/4.0/%22/%3E%20%3Ccc:attributionName%3ECaius%20Nocturne%3C/cc:attributionName%3E%20%3Ccc:attributionURL%3Ehttp://mutant.tech/%3C/cc:attributionURL%3E%20%3C/cc:work%3E%20%3C/rdf:RDF%3E%20%3C/metadata%3E%20%3Crect%20id=%22globe%22%20x=%220%22%20y=%220%22%20width=%2232%22%20height=%2232%22%20style=%22fill:none;%22/%3E%20%3Cg%20id=%22outline%22%3E%20%3Ccircle%20cx=%2216%22%20cy=%2216%22%20r=%2216%22/%3E%20%3C/g%3E%20%3Cg%20id=%22emoji%22%3E%20%3Ccircle%20cx=%2216%22%20cy=%2216%22%20r=%2214%22%20style=%22fill:%23c0f1fc;%22/%3E%20%3Ccircle%20cx=%2216%22%20cy=%2216%22%20r=%2212%22%20style=%22fill:%2323c2e6;%22/%3E%20%3Crect%20x=%223%22%20y=%2215%22%20width=%2226%22%20height=%222%22%20style=%22fill:%23c0f1fc;%22/%3E%20%3Crect%20x=%224%22%20y=%2221%22%20width=%2224%22%20height=%222%22%20style=%22fill:%23c0f1fc;%22/%3E%20%3Crect%20x=%224%22%20y=%229%22%20width=%2224%22%20height=%222%22%20style=%22fill:%23c0f1fc;%22/%3E%20%3Cpath%20d=%22M16.09,2.001c0.241,0.009%200.479,0.037%200.713,0.09c1.145,0.262%202.094,1.048%202.826,1.937c0.122,0.149%200.24,0.303%200.353,0.46c0.142,0.196%200.277,0.398%200.404,0.604c0.157,0.253%200.304,0.512%200.443,0.776c0.188,0.359%200.36,0.726%200.518,1.1c0.446,1.055%200.782,2.156%201.034,3.273c0.309,1.364%200.493,2.756%200.573,4.152c0.107,1.869%200.032,3.752%20-0.244,5.603c-0.215,1.443%20-0.551,2.872%20-1.051,4.243c-0.161,0.439%20-0.338,0.872%20-0.535,1.296c-0.149,0.319%20-0.308,0.632%20-0.481,0.939c-0.143,0.253%20-0.294,0.501%20-0.456,0.743c-0.131,0.197%20-0.27,0.389%20-0.415,0.576c-0.116,0.149%20-0.237,0.294%20-0.362,0.435c-0.715,0.799%20-1.625,1.482%20-2.695,1.7c-0.205,0.041%20-0.415,0.066%20-0.625,0.071c-0.21,0.005%20-0.42,-0.008%20-0.628,-0.04c-0.149,-0.022%20-0.296,-0.054%20-0.44,-0.095c-1.145,-0.321%20-2.077,-1.151%20-2.794,-2.071c-0.145,-0.187%20-0.284,-0.379%20-0.415,-0.576c-0.162,-0.242%20-0.313,-0.49%20-0.456,-0.743c-0.195,-0.346%20-0.373,-0.701%20-0.538,-1.063c-0.194,-0.428%20-0.369,-0.866%20-0.527,-1.309c-0.491,-1.382%20-0.82,-2.82%20-1.026,-4.271c-0.256,-1.798%20-0.324,-3.625%20-0.22,-5.438c0.08,-1.396%200.264,-2.788%200.573,-4.152c0.252,-1.117%200.588,-2.218%201.034,-3.273c0.158,-0.374%200.33,-0.741%200.518,-1.1c0.139,-0.264%200.286,-0.523%200.443,-0.776c0.127,-0.206%200.262,-0.408%200.404,-0.604c0.113,-0.157%200.231,-0.311%200.353,-0.46c0.713,-0.866%201.631,-1.634%202.738,-1.915c0.233,-0.06%200.47,-0.093%200.71,-0.108c0.091,-0.004%200.181,-0.005%200.271,-0.004Zm-0.13,2c-0.093,0.003%20-0.185,0.013%20-0.277,0.031c-0.512,0.105%20-0.959,0.433%20-1.328,0.789c-0.406,0.391%20-0.746,0.848%20-1.042,1.326c-0.404,0.65%20-0.73,1.347%20-1.003,2.061c-0.379,0.987%20-0.657,2.011%20-0.862,3.048c-0.254,1.287%20-0.393,2.597%20-0.435,3.909c-0.046,1.464%200.027,2.934%200.233,4.384c0.169,1.19%200.427,2.369%200.803,3.511c0.276,0.839%200.616,1.661%201.05,2.432c0.307,0.544%200.662,1.067%201.092,1.522c0.087,0.092%200.177,0.18%200.271,0.265c0.412,0.373%200.926,0.706%201.498,0.72c0.603,0.016%201.147,-0.33%201.578,-0.72c0.074,-0.067%200.146,-0.137%200.216,-0.208c0.455,-0.467%200.827,-1.013%201.147,-1.579c0.456,-0.81%200.808,-1.676%201.091,-2.559c0.369,-1.151%200.621,-2.34%200.783,-3.537c0.198,-1.455%200.262,-2.929%200.206,-4.396c-0.048,-1.257%20-0.186,-2.511%20-0.429,-3.744c-0.205,-1.037%20-0.483,-2.061%20-0.862,-3.048c-0.273,-0.714%20-0.599,-1.411%20-1.003,-2.061c-0.283,-0.456%20-0.606,-0.893%20-0.987,-1.273c-0.429,-0.425%20-0.962,-0.814%20-1.581,-0.869c-0.053,-0.004%20-0.106,-0.005%20-0.159,-0.004Z%22%20style=%22fill:%23c0f1fc;fill-rule:nonzero;%22/%3E%20%3C/g%3E%20%3C/svg%3E");
}
/* Para Agências */
#category-34 h3::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width=%22100%25%22%20height=%22100%25%22%20viewBox=%220%200%2032%2032%22%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20xml:space=%22preserve%22%20xmlns:serif=%22http://www.serif.com/%22%20style=%22fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;%22%3E%20%3Cmetadata%3E%20%3Crdf:RDF%20xmlns:cc=%22http://web.resource.org/cc/%22%20xmlns:rdf=%22http://www.w3.org/1999/02/22-rdf-syntax-ns%23%22%20xmlns:dc%20=%20%22http://purl.org/dc/elements/1.1/%22%20%3E%20%3Crdf:Description%20rdf:about=%22%22%3E%20%3Cdc:title%3EMutant%20Standard%20emoji%202024.06%3C/dc:title%3E%20%3C/rdf:Description%3E%20%3Ccc:work%20rdf:about=%22%22%3E%20%3Ccc:license%20rdf:resource=%22http://creativecommons.org/licenses/by-nc-sa/4.0/%22/%3E%20%3Ccc:attributionName%3ECaius%20Nocturne%3C/cc:attributionName%3E%20%3Ccc:attributionURL%3Ehttp://mutant.tech/%3C/cc:attributionURL%3E%20%3C/cc:work%3E%20%3C/rdf:RDF%3E%20%3C/metadata%3E%20%3Crect%20id=%22briefcase%22%20x=%220%22%20y=%220%22%20width=%2232%22%20height=%2232%22%20style=%22fill:none;%22/%3E%20%3CclipPath%20id=%22_clip1%22%3E%20%3Crect%20x=%220%22%20y=%220%22%20width=%2232%22%20height=%2232%22/%3E%20%3C/clipPath%3E%20%3Cg%20clip-path=%22url(%23_clip1)%22%3E%20%3Cg%20id=%22outline%22%3E%20%3Cpath%20d=%22M9,8l0,-2c0,-1.657%201.343,-3%203,-3c2.362,0%205.638,0%208,0c1.657,0%203,1.343%203,3l0,2l5,0c0.53,0%201.039,0.211%201.414,0.586c0.375,0.375%200.586,0.884%200.586,1.414c0,3.832%200,12.168%200,16c0,0.53%20-0.211,1.039%20-0.586,1.414c-0.375,0.375%20-0.884,0.586%20-1.414,0.586c-5.154,0%20-18.846,0%20-24,0c-0.53,0%20-1.039,-0.211%20-1.414,-0.586c-0.375,-0.375%20-0.586,-0.884%20-0.586,-1.414c0,-3.832%200,-12.168%200,-16c0,-0.53%200.211,-1.039%200.586,-1.414c0.375,-0.375%200.884,-0.586%201.414,-0.586l5,0Zm11,0l0,-1c0,-0.552%20-0.448,-1%20-1,-1c-1.537,0%20-4.463,0%20-6,0c-0.552,0%20-1,0.448%20-1,1l0,1l8,0Z%22%20style=%22fill:none;stroke:%23000;stroke-width:4px;%22/%3E%20%3C/g%3E%20%3Cg%20id=%22emoji%22%3E%20%3Cpath%20d=%22M30,10c0,-1.105%20-0.895,-2%20-2,-2c-5.154,0%20-18.846,0%20-24,0c-1.105,0%20-2,0.895%20-2,2c0,1.745%200,4%200,4l28,0l0,-4Z%22%20style=%22fill:%235a5a5a;%22/%3E%20%3Cpath%20d=%22M30,14c0,-1.105%20-0.895,-2%20-2,-2c-5.154,0%20-18.846,0%20-24,0c-1.105,0%20-2,0.895%20-2,2c0,3.074%200,8.926%200,12c0,1.105%200.895,2%202,2c5.154,0%2018.846,0%2024,0c1.105,0%202,-0.895%202,-2c0,-3.074%200,-8.926%200,-12Z%22%20style=%22fill:%23404040;%22/%3E%20%3Cpath%20d=%22M9,10l0,-4c0,-1.657%201.343,-3%203,-3c2.362,0%205.638,0%208,0c1.657,0%203,1.343%203,3c0,1.9%200,4%200,4l-3,0l0,-3c0,-0.552%20-0.448,-1%20-1,-1c-1.537,0%20-4.463,0%20-6,0c-0.552,0%20-1,0.448%20-1,1c0,1.185%200,3%200,3l-3,0Z%22%20style=%22fill:%23404040;%22/%3E%20%3Cpath%20d=%22M7,9.5c0,-0.133%20-0.053,-0.26%20-0.146,-0.354c-0.094,-0.093%20-0.221,-0.146%20-0.354,-0.146c-0.555,0%20-1.445,0%20-2,0c-0.133,0%20-0.26,0.053%20-0.354,0.146c-0.093,0.094%20-0.146,0.221%20-0.146,0.354c0,0.305%200,0.695%200,1c0,0.133%200.053,0.26%200.146,0.354c0.094,0.093%200.221,0.146%200.354,0.146c0.555,0%201.445,0%202,0c0.133,0%200.26,-0.053%200.354,-0.146c0.093,-0.094%200.146,-0.221%200.146,-0.354c0,-0.305%200,-0.695%200,-1Z%22%20style=%22fill:%23d2a53d;%22/%3E%20%3Cpath%20d=%22M28,9.5c0,-0.133%20-0.053,-0.26%20-0.146,-0.354c-0.094,-0.093%20-0.221,-0.146%20-0.354,-0.146c-0.555,0%20-1.445,0%20-2,0c-0.133,0%20-0.26,0.053%20-0.354,0.146c-0.093,0.094%20-0.146,0.221%20-0.146,0.354c0,0.305%200,0.695%200,1c0,0.133%200.053,0.26%200.146,0.354c0.094,0.093%200.221,0.146%200.354,0.146c0.555,0%201.445,0%202,0c0.133,0%200.26,-0.053%200.354,-0.146c0.093,-0.094%200.146,-0.221%200.146,-0.354c0,-0.305%200,-0.695%200,-1Z%22%20style=%22fill:%23d2a53d;%22/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
}
/* Relatórios e Métricas */
#category-26 h3::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width=%22100%25%22%20height=%22100%25%22%20viewBox=%220%200%2032%2032%22%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20xml:space=%22preserve%22%20xmlns:serif=%22http://www.serif.com/%22%20style=%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;%22%3E%20%3Cmetadata%3E%20%3Crdf:RDF%20xmlns:cc=%22http://web.resource.org/cc/%22%20xmlns:rdf=%22http://www.w3.org/1999/02/22-rdf-syntax-ns%23%22%20xmlns:dc%20=%20%22http://purl.org/dc/elements/1.1/%22%20%3E%20%3Crdf:Description%20rdf:about=%22%22%3E%20%3Cdc:title%3EMutant%20Standard%20emoji%202024.06%3C/dc:title%3E%20%3C/rdf:Description%3E%20%3Ccc:work%20rdf:about=%22%22%3E%20%3Ccc:license%20rdf:resource=%22http://creativecommons.org/licenses/by-nc-sa/4.0/%22/%3E%20%3Ccc:attributionName%3ECaius%20Nocturne%3C/cc:attributionName%3E%20%3Ccc:attributionURL%3Ehttp://mutant.tech/%3C/cc:attributionURL%3E%20%3C/cc:work%3E%20%3C/rdf:RDF%3E%20%3C/metadata%3E%20%3Crect%20id=%22bar_chart%22%20x=%220%22%20y=%220%22%20width=%2232%22%20height=%2232%22%20style=%22fill:none;%22/%3E%20%3CclipPath%20id=%22_clip1%22%3E%20%3Crect%20x=%220%22%20y=%220%22%20width=%2232%22%20height=%2232%22/%3E%20%3C/clipPath%3E%20%3Cg%20clip-path=%22url(%23_clip1)%22%3E%20%3Cg%20id=%22outline%22%3E%20%3Cpath%20d=%22M30,0c0.53,0%201.039,0.211%201.414,0.586c0.375,0.375%200.586,0.884%200.586,1.414l0,28c0,0.53%20-0.211,1.039%20-0.586,1.414c-0.375,0.375%20-0.884,0.586%20-1.414,0.586l-28,0c-0.53,0%20-1.039,-0.211%20-1.414,-0.586c-0.375,-0.375%20-0.586,-0.884%20-0.586,-1.414l0,-28c0,-0.53%200.211,-1.039%200.586,-1.414c0.375,-0.375%200.884,-0.586%201.414,-0.586l28,0Z%22%20style=%22fill-rule:nonzero;%22/%3E%20%3C/g%3E%20%3Cg%20id=%22emoji%22%3E%20%3Crect%20x=%222%22%20y=%222%22%20width=%2228%22%20height=%2228%22%20style=%22fill:%23fff;%22/%3E%20%3Cg%3E%20%3Crect%20x=%228%22%20y=%224%22%20width=%221%22%20height=%2224%22%20style=%22fill:%23e6e6e6;%22/%3E%20%3Crect%20x=%2212%22%20y=%224%22%20width=%221%22%20height=%2224%22%20style=%22fill:%23e6e6e6;%22/%3E%20%3Crect%20x=%2216%22%20y=%224%22%20width=%221%22%20height=%2224%22%20style=%22fill:%23e6e6e6;%22/%3E%20%3Crect%20x=%2220%22%20y=%224%22%20width=%221%22%20height=%2224%22%20style=%22fill:%23e6e6e6;%22/%3E%20%3Crect%20x=%2224%22%20y=%224%22%20width=%221%22%20height=%2224%22%20style=%22fill:%23e6e6e6;%22/%3E%20%3Cpath%20d=%22M28,8l0,-1l-24,0l0,1l24,0Z%22%20style=%22fill:%23e6e6e6;%22/%3E%20%3Cpath%20d=%22M28,12l0,-1l-24,0l0,1l24,0Z%22%20style=%22fill:%23e6e6e6;%22/%3E%20%3Cpath%20d=%22M28,16l0,-1l-24,0l0,1l24,0Z%22%20style=%22fill:%23e6e6e6;%22/%3E%20%3Cpath%20d=%22M28,20l0,-1l-24,0l0,1l24,0Z%22%20style=%22fill:%23e6e6e6;%22/%3E%20%3Cpath%20d=%22M28,24l0,-1l-24,0l0,1l24,0Z%22%20style=%22fill:%23e6e6e6;%22/%3E%20%3C/g%3E%20%3Cg%3E%20%3Crect%20x=%224%22%20y=%224%22%20width=%221%22%20height=%2224%22%20style=%22fill:%23b3b3b3;%22/%3E%20%3Cpath%20d=%22M28,28l0,-1l-24,0l0,1l24,0Z%22%20style=%22fill:%23b3b3b3;%22/%3E%20%3C/g%3E%20%3Crect%20x=%225%22%20y=%2216%22%20width=%225%22%20height=%2211%22%20style=%22fill:%23199d4e;%22/%3E%20%3Crect%20x=%2211%22%20y=%228%22%20width=%225%22%20height=%2219%22%20style=%22fill:%23e82731;%22/%3E%20%3Crect%20x=%2217%22%20y=%2216%22%20width=%225%22%20height=%2211%22%20style=%22fill:%23334cec;%22/%3E%20%3Crect%20x=%2223%22%20y=%2220%22%20width=%225%22%20height=%227%22%20style=%22fill:%23ef9b00;%22/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
}
/* Conta e Faturação */
#category-30 h3::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width=%22100%25%22%20height=%22100%25%22%20viewBox=%220%200%2032%2032%22%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20xml:space=%22preserve%22%20xmlns:serif=%22http://www.serif.com/%22%20style=%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;%22%3E%20%3Cmetadata%3E%20%3Crdf:RDF%20xmlns:cc=%22http://web.resource.org/cc/%22%20xmlns:rdf=%22http://www.w3.org/1999/02/22-rdf-syntax-ns%23%22%20xmlns:dc%20=%20%22http://purl.org/dc/elements/1.1/%22%20%3E%20%3Crdf:Description%20rdf:about=%22%22%3E%20%3Cdc:title%3EMutant%20Standard%20emoji%202024.06%3C/dc:title%3E%20%3C/rdf:Description%3E%20%3Ccc:work%20rdf:about=%22%22%3E%20%3Ccc:license%20rdf:resource=%22http://creativecommons.org/licenses/by-nc-sa/4.0/%22/%3E%20%3Ccc:attributionName%3ECaius%20Nocturne%3C/cc:attributionName%3E%20%3Ccc:attributionURL%3Ehttp://mutant.tech/%3C/cc:attributionURL%3E%20%3C/cc:work%3E%20%3C/rdf:RDF%3E%20%3C/metadata%3E%20%3Crect%20id=%22credit_card%22%20x=%220%22%20y=%220%22%20width=%2232%22%20height=%2232%22%20style=%22fill:none;%22/%3E%20%3CclipPath%20id=%22_clip1%22%3E%20%3Crect%20x=%220%22%20y=%220%22%20width=%2232%22%20height=%2232%22/%3E%20%3C/clipPath%3E%20%3Cg%20clip-path=%22url(%23_clip1)%22%3E%20%3Cg%20id=%22outline%22%3E%20%3Cpath%20d=%22M28.099,4.001l0.099,0.004l0.099,0.006l0.098,0.008l0.098,0.011l0.098,0.014l0.097,0.015l0.096,0.018l0.096,0.021l0.095,0.023l0.095,0.024l0.093,0.028l0.094,0.029l0.092,0.032l0.091,0.034l0.091,0.036l0.089,0.039l0.089,0.04l0.088,0.043l0.087,0.045l0.085,0.047l0.085,0.049l0.083,0.052l0.082,0.053l0.081,0.055l0.08,0.058l0.078,0.059l0.077,0.062l0.076,0.063l0.074,0.066l0.073,0.067l0.071,0.07l0.069,0.071l0.067,0.072l0.066,0.074l0.063,0.076l0.062,0.077l0.059,0.078l0.058,0.08l0.055,0.081l0.053,0.082l0.052,0.083l0.049,0.085l0.047,0.086l0.045,0.086l0.043,0.088l0.04,0.089l0.039,0.089l0.036,0.091l0.034,0.091l0.032,0.092l0.029,0.094l0.028,0.094l0.024,0.094l0.023,0.095l0.021,0.096l0.018,0.096l0.015,0.097l0.014,0.098l0.011,0.097l0.008,0.099l0.006,0.099l0.004,0.098l0.001,0.088l0,16.024l-0.001,0.088l-0.004,0.098l-0.006,0.099l-0.008,0.099l-0.011,0.097l-0.014,0.098l-0.015,0.097l-0.018,0.096l-0.021,0.096l-0.023,0.095l-0.024,0.094l-0.028,0.094l-0.029,0.094l-0.032,0.092l-0.034,0.091l-0.036,0.091l-0.039,0.089l-0.04,0.089l-0.043,0.088l-0.045,0.086l-0.047,0.086l-0.049,0.085l-0.052,0.083l-0.053,0.082l-0.055,0.081l-0.058,0.08l-0.059,0.078l-0.062,0.077l-0.063,0.076l-0.066,0.074l-0.067,0.072l-0.069,0.071l-0.072,0.07l-0.072,0.067l-0.074,0.066l-0.076,0.063l-0.077,0.062l-0.078,0.059l-0.08,0.058l-0.081,0.055l-0.082,0.053l-0.083,0.052l-0.085,0.049l-0.086,0.047l-0.086,0.045l-0.088,0.043l-0.089,0.04l-0.089,0.039l-0.091,0.036l-0.091,0.034l-0.092,0.032l-0.094,0.029l-0.093,0.028l-0.095,0.024l-0.095,0.023l-0.096,0.021l-0.096,0.018l-0.097,0.015l-0.098,0.014l-0.098,0.011l-0.098,0.008l-0.099,0.006l-0.099,0.004l-0.086,0.001l-24.026,0l-0.086,-0.001l-0.099,-0.004l-0.099,-0.006l-0.098,-0.008l-0.098,-0.011l-0.098,-0.014l-0.097,-0.015l-0.096,-0.018l-0.096,-0.021l-0.095,-0.023l-0.095,-0.024l-0.093,-0.028l-0.094,-0.029l-0.092,-0.032l-0.091,-0.034l-0.091,-0.036l-0.089,-0.039l-0.089,-0.04l-0.088,-0.043l-0.086,-0.045l-0.086,-0.047l-0.085,-0.049l-0.083,-0.052l-0.082,-0.053l-0.081,-0.055l-0.08,-0.058l-0.078,-0.059l-0.077,-0.062l-0.076,-0.063l-0.074,-0.066l-0.072,-0.067l-0.071,-0.069l-0.07,-0.072l-0.067,-0.072l-0.066,-0.074l-0.063,-0.076l-0.062,-0.077l-0.059,-0.078l-0.058,-0.08l-0.055,-0.081l-0.053,-0.082l-0.052,-0.083l-0.049,-0.085l-0.047,-0.086l-0.045,-0.086l-0.043,-0.088l-0.04,-0.088l-0.039,-0.09l-0.036,-0.091l-0.034,-0.091l-0.032,-0.093l-0.029,-0.092l-0.027,-0.094l-0.025,-0.095l-0.023,-0.095l-0.021,-0.096l-0.018,-0.096l-0.015,-0.097l-0.014,-0.098l-0.011,-0.098l-0.008,-0.098l-0.006,-0.099l-0.004,-0.099l-0.001,-0.087l0,-16.024l0.001,-0.087l0.004,-0.099l0.006,-0.099l0.008,-0.098l0.011,-0.098l0.014,-0.098l0.015,-0.097l0.018,-0.096l0.021,-0.096l0.023,-0.095l0.025,-0.095l0.027,-0.094l0.029,-0.092l0.032,-0.093l0.034,-0.091l0.036,-0.091l0.039,-0.09l0.04,-0.088l0.043,-0.088l0.045,-0.086l0.047,-0.086l0.049,-0.085l0.052,-0.083l0.053,-0.082l0.055,-0.081l0.058,-0.08l0.059,-0.078l0.062,-0.077l0.063,-0.076l0.066,-0.074l0.067,-0.072l0.07,-0.072l0.071,-0.069l0.072,-0.067l0.074,-0.066l0.076,-0.063l0.077,-0.062l0.078,-0.059l0.08,-0.058l0.081,-0.055l0.082,-0.053l0.083,-0.052l0.085,-0.049l0.085,-0.047l0.087,-0.045l0.088,-0.043l0.089,-0.04l0.089,-0.039l0.091,-0.036l0.091,-0.034l0.093,-0.032l0.093,-0.029l0.093,-0.028l0.095,-0.024l0.095,-0.023l0.096,-0.021l0.096,-0.018l0.097,-0.015l0.098,-0.014l0.098,-0.011l0.098,-0.008l0.099,-0.006l0.099,-0.004l0.087,-0.001l24.024,0l0.087,0.001Zm-24.087,3.999l-0.012,0l0,0.012l0,15.976l0,0.012l0.013,0l23.974,0l0.013,0l0,0l0,-0.012l0,-15.976l0,-0.012l0,0l-0.012,0l-23.976,0Z%22/%3E%20%3C/g%3E%20%3Cg%20id=%22emoji%22%3E%20%3Cpath%20d=%22M30,8c0,-0.53%20-0.211,-1.039%20-0.586,-1.414c-0.375,-0.375%20-0.884,-0.586%20-1.414,-0.586c-5.154,0%20-18.846,0%20-24,0c-0.53,0%20-1.039,0.211%20-1.414,0.586c-0.375,0.375%20-0.586,0.884%20-0.586,1.414c0,3.832%200,12.168%200,16c0,0.53%200.211,1.039%200.586,1.414c0.375,0.375%200.884,0.586%201.414,0.586c5.154,0%2018.846,0%2024,0c0.53,0%201.039,-0.211%201.414,-0.586c0.375,-0.375%200.586,-0.884%200.586,-1.414c0,-3.832%200,-12.168%200,-16Z%22%20style=%22fill:%23e82731;%22/%3E%20%3Cpath%20d=%22M9,14c0,-0.552%20-0.448,-1%20-1,-1c-0.871,0%20-2.129,0%20-3,0c-0.552,0%20-1,0.448%20-1,1c0,0.611%200,1.389%200,2c0,0.552%200.448,1%201,1c0.871,0%202.129,0%203,0c0.552,0%201,-0.448%201,-1c0,-0.611%200,-1.389%200,-2Z%22%20style=%22fill:%23e48a1b;%22/%3E%20%3Cpath%20d=%22M6,18.5c0,-0.133%20-0.053,-0.26%20-0.146,-0.354c-0.094,-0.093%20-0.221,-0.146%20-0.354,-0.146c-0.305,0%20-0.695,0%20-1,0c-0.133,0%20-0.26,0.053%20-0.354,0.146c-0.093,0.094%20-0.146,0.221%20-0.146,0.354c0,0.555%200,1.445%200,2c0,0.133%200.053,0.26%200.146,0.354c0.094,0.093%200.221,0.146%200.354,0.146c0.305,0%200.695,0%201,0c0.133,0%200.26,-0.053%200.354,-0.146c0.093,-0.094%200.146,-0.221%200.146,-0.354c0,-0.555%200,-1.445%200,-2Z%22%20style=%22fill:%23f49b9f;%22/%3E%20%3Cpath%20d=%22M14,22.5c0,-0.133%20-0.053,-0.26%20-0.146,-0.354c-0.094,-0.093%20-0.221,-0.146%20-0.354,-0.146c-1.707,0%20-7.293,0%20-9,0c-0.133,0%20-0.26,0.053%20-0.354,0.146c-0.093,0.094%20-0.146,0.221%20-0.146,0.354c0,0.133%200.053,0.26%200.146,0.354c0.094,0.093%200.221,0.146%200.354,0.146c1.707,0%207.293,0%209,0c0.133,0%200.26,-0.053%200.354,-0.146c0.093,-0.094%200.146,-0.221%200.146,-0.354c0,0%200,0%200,0Z%22%20style=%22fill:%23f49b9f;%22/%3E%20%3Cpath%20d=%22M18,18.5c0,-0.133%20-0.053,-0.26%20-0.146,-0.354c-0.094,-0.093%20-0.221,-0.146%20-0.354,-0.146c-0.305,0%20-0.695,0%20-1,0c-0.133,0%20-0.26,0.053%20-0.354,0.146c-0.093,0.094%20-0.146,0.221%20-0.146,0.354c0,0.555%200,1.445%200,2c0,0.133%200.053,0.26%200.146,0.354c0.094,0.093%200.221,0.146%200.354,0.146c0.305,0%200.695,0%201,0c0.133,0%200.26,-0.053%200.354,-0.146c0.093,-0.094%200.146,-0.221%200.146,-0.354c0,-0.555%200,-1.445%200,-2Z%22%20style=%22fill:%23f49b9f;%22/%3E%20%3Cpath%20d=%22M12,18.5c0,-0.133%20-0.053,-0.26%20-0.146,-0.354c-0.094,-0.093%20-0.221,-0.146%20-0.354,-0.146c-0.305,0%20-0.695,0%20-1,0c-0.133,0%20-0.26,0.053%20-0.354,0.146c-0.093,0.094%20-0.146,0.221%20-0.146,0.354c0,0.555%200,1.445%200,2c0,0.133%200.053,0.26%200.146,0.354c0.094,0.093%200.221,0.146%200.354,0.146c0.305,0%200.695,0%201,0c0.133,0%200.26,-0.053%200.354,-0.146c0.093,-0.094%200.146,-0.221%200.146,-0.354c0,-0.555%200,-1.445%200,-2Z%22%20style=%22fill:%23f49b9f;%22/%3E%20%3Cpath%20d=%22M24,18.5c0,-0.133%20-0.053,-0.26%20-0.146,-0.354c-0.094,-0.093%20-0.221,-0.146%20-0.354,-0.146c-0.305,0%20-0.695,0%20-1,0c-0.133,0%20-0.26,0.053%20-0.354,0.146c-0.093,0.094%20-0.146,0.221%20-0.146,0.354c0,0.555%200,1.445%200,2c0,0.133%200.053,0.26%200.146,0.354c0.094,0.093%200.221,0.146%200.354,0.146c0.305,0%200.695,0%201,0c0.133,0%200.26,-0.053%200.354,-0.146c0.093,-0.094%200.146,-0.221%200.146,-0.354c0,-0.555%200,-1.445%200,-2Z%22%20style=%22fill:%23f49b9f;%22/%3E%20%3Cpath%20d=%22M9,18.5c0,-0.133%20-0.053,-0.26%20-0.146,-0.354c-0.094,-0.093%20-0.221,-0.146%20-0.354,-0.146c-0.305,0%20-0.695,0%20-1,0c-0.133,0%20-0.26,0.053%20-0.354,0.146c-0.093,0.094%20-0.146,0.221%20-0.146,0.354c0,0.555%200,1.445%200,2c0,0.133%200.053,0.26%200.146,0.354c0.094,0.093%200.221,0.146%200.354,0.146c0.305,0%200.695,0%201,0c0.133,0%200.26,-0.053%200.354,-0.146c0.093,-0.094%200.146,-0.221%200.146,-0.354c0,-0.555%200,-1.445%200,-2Z%22%20style=%22fill:%23f49b9f;%22/%3E%20%3Cpath%20d=%22M21,18.5c0,-0.133%20-0.053,-0.26%20-0.146,-0.354c-0.094,-0.093%20-0.221,-0.146%20-0.354,-0.146c-0.305,0%20-0.695,0%20-1,0c-0.133,0%20-0.26,0.053%20-0.354,0.146c-0.093,0.094%20-0.146,0.221%20-0.146,0.354c0,0.555%200,1.445%200,2c0,0.133%200.053,0.26%200.146,0.354c0.094,0.093%200.221,0.146%200.354,0.146c0.305,0%200.695,0%201,0c0.133,0%200.26,-0.053%200.354,-0.146c0.093,-0.094%200.146,-0.221%200.146,-0.354c0,-0.555%200,-1.445%200,-2Z%22%20style=%22fill:%23f49b9f;%22/%3E%20%3Cpath%20d=%22M15,18.5c0,-0.133%20-0.053,-0.26%20-0.146,-0.354c-0.094,-0.093%20-0.221,-0.146%20-0.354,-0.146c-0.305,0%20-0.695,0%20-1,0c-0.133,0%20-0.26,0.053%20-0.354,0.146c-0.093,0.094%20-0.146,0.221%20-0.146,0.354c0,0.555%200,1.445%200,2c0,0.133%200.053,0.26%200.146,0.354c0.094,0.093%200.221,0.146%200.354,0.146c0.305,0%200.695,0%201,0c0.133,0%200.26,-0.053%200.354,-0.146c0.093,-0.094%200.146,-0.221%200.146,-0.354c0,-0.555%200,-1.445%200,-2Z%22%20style=%22fill:%23f49b9f;%22/%3E%20%3Cpath%20d=%22M27,18.5c0,-0.133%20-0.053,-0.26%20-0.146,-0.354c-0.094,-0.093%20-0.221,-0.146%20-0.354,-0.146c-0.305,0%20-0.695,0%20-1,0c-0.133,0%20-0.26,0.053%20-0.354,0.146c-0.093,0.094%20-0.146,0.221%20-0.146,0.354c0,0.555%200,1.445%200,2c0,0.133%200.053,0.26%200.146,0.354c0.094,0.093%200.221,0.146%200.354,0.146c0.305,0%200.695,0%201,0c0.133,0%200.26,-0.053%200.354,-0.146c0.093,-0.094%200.146,-0.221%200.146,-0.354c0,-0.555%200,-1.445%200,-2Z%22%20style=%22fill:%23f49b9f;%22/%3E%20%3Crect%20x=%2218%22%20y=%228%22%20width=%229%22%20height=%227%22%20style=%22fill:none;%22/%3E%20%3CclipPath%20id=%22_clip2%22%3E%20%3Crect%20x=%2218%22%20y=%228%22%20width=%229%22%20height=%227%22/%3E%20%3C/clipPath%3E%20%3Cg%20clip-path=%22url(%23_clip2)%22%3E%20%3Cpath%20d=%22M27,11l-9,0l0,-1l9,0l0,1Z%22%20style=%22fill:%238c0f15;%22/%3E%20%3Cpath%20d=%22M27,13l-9,0l0,-1l9,0l0,1Z%22%20style=%22fill:%238c0f15;%22/%3E%20%3Cpath%20d=%22M26,15l-1,0l0,-4.882l-2.316,4.632l-0.368,0l-2.316,-4.632l0,4.882l-1,0l0,-7.653l0.655,-0.154l2.845,5.689l2.845,-5.689l0.655,0.154l0,7.653Z%22%20style=%22fill:%238c0f15;%22/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
}
/* Conteúdos e Publicações */
#category-16 h3::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width=%22100%25%22%20height=%22100%25%22%20viewBox=%220%200%2032%2032%22%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20xml:space=%22preserve%22%20xmlns:serif=%22http://www.serif.com/%22%20style=%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.5;%22%3E%20%3Cmetadata%3E%20%3Crdf:RDF%20xmlns:cc=%22http://web.resource.org/cc/%22%20xmlns:rdf=%22http://www.w3.org/1999/02/22-rdf-syntax-ns%23%22%20xmlns:dc%20=%20%22http://purl.org/dc/elements/1.1/%22%20%3E%20%3Crdf:Description%20rdf:about=%22%22%3E%20%3Cdc:title%3EMutant%20Standard%20emoji%202024.06%3C/dc:title%3E%20%3C/rdf:Description%3E%20%3Ccc:work%20rdf:about=%22%22%3E%20%3Ccc:license%20rdf:resource=%22http://creativecommons.org/licenses/by-nc-sa/4.0/%22/%3E%20%3Ccc:attributionName%3ECaius%20Nocturne%3C/cc:attributionName%3E%20%3Ccc:attributionURL%3Ehttp://mutant.tech/%3C/cc:attributionURL%3E%20%3C/cc:work%3E%20%3C/rdf:RDF%3E%20%3C/metadata%3E%20%3Crect%20id=%22camera%22%20x=%220%22%20y=%220%22%20width=%2232%22%20height=%2232%22%20style=%22fill:none;%22/%3E%20%3CclipPath%20id=%22_clip1%22%3E%20%3Crect%20x=%220%22%20y=%220%22%20width=%2232%22%20height=%2232%22/%3E%20%3C/clipPath%3E%20%3Cg%20clip-path=%22url(%23_clip1)%22%3E%20%3Cg%20id=%22outline%22%3E%20%3Cpath%20d=%22M10,8l0.146,0c1.136,0%202.175,-0.642%202.683,-1.658c0.209,-0.417%200.427,-0.854%200.618,-1.236c0.339,-0.678%201.032,-1.106%201.789,-1.106c1.503,0%204.025,0%205.528,0c0.757,0%201.45,0.428%201.789,1.106c0.191,0.382%200.409,0.819%200.618,1.236c0.508,1.016%201.547,1.658%202.683,1.658c0.048,0%200.097,0%200.146,0c1.061,0%202.078,0.421%202.828,1.172c0.751,0.75%201.172,1.767%201.172,2.828c0,4.323%200,11.113%200,15c0,1.657%20-1.343,3%20-3,3l-22,0c0,0%200,0%200,0c-0.329,0%20-0.671,0%20-1,0c-0.53,0%20-1.039,-0.211%20-1.414,-0.586c-0.375,-0.375%20-0.586,-0.884%20-0.586,-1.414c0,-3.61%200,-11.277%200,-16c0,-2.209%201.791,-4%204,-4l0,0l0,-2l4,0l0,2Z%22%20style=%22fill:none;stroke:%23000;stroke-width:4px;%22/%3E%20%3C/g%3E%20%3Cg%20id=%22emoji%22%3E%20%3Crect%20x=%226%22%20y=%226%22%20width=%224%22%20height=%223%22%20style=%22fill:%232f2f2f;%22/%3E%20%3Cpath%20d=%22M5,30l22,0c1.657,0%203,-1.343%203,-3c0,-3.887%200,-10.677%200,-15c0,-1.061%20-0.421,-2.078%20-1.172,-2.828c-0.75,-0.751%20-1.767,-1.172%20-2.828,-1.172c-0.049,0%20-0.098,0%20-0.146,0c-1.136,0%20-2.175,-0.642%20-2.683,-1.658c-0.209,-0.417%20-0.427,-0.854%20-0.618,-1.236c-0.339,-0.678%20-1.032,-1.106%20-1.789,-1.106c-1.503,0%20-4.025,0%20-5.528,0c-0.757,0%20-1.45,0.428%20-1.789,1.106c-0.191,0.382%20-0.409,0.819%20-0.618,1.236c-0.508,1.016%20-1.547,1.658%20-2.683,1.658c-1.763,0%20-4.146,0%20-4.146,0l-1,16l0,6Z%22%20style=%22fill:%23323232;%22/%3E%20%3Ccircle%20cx=%2218%22%20cy=%2220%22%20r=%2210%22%20style=%22fill:%231a1a1a;%22/%3E%20%3Ccircle%20cx=%2218%22%20cy=%2220%22%20r=%228%22%20style=%22fill:%23585858;%22/%3E%20%3CclipPath%20id=%22_clip2%22%3E%20%3Ccircle%20cx=%2218%22%20cy=%2220%22%20r=%228%22/%3E%20%3C/clipPath%3E%20%3Cg%20clip-path=%22url(%23_clip2)%22%3E%20%3Ccircle%20cx=%2218%22%20cy=%2220%22%20r=%226%22%20style=%22fill:%23618f77;%22/%3E%20%3Ccircle%20cx=%2218%22%20cy=%2220%22%20r=%224%22%20style=%22fill:%2325362d;%22/%3E%20%3C/g%3E%20%3Cellipse%20cx=%2218%22%20cy=%2217%22%20rx=%223.316%22%20ry=%222%22%20style=%22fill:%23eff4f1;fill-opacity:0.34;%22/%3E%20%3Cpath%20d=%22M2,12c0,-2.209%201.791,-4%204,-4c1.568,0%203,0%203,0l0,2.757c0,0.796%20-0.316,1.559%20-0.879,2.122c-0.08,0.08%20-0.162,0.162%20-0.242,0.242c-0.563,0.563%20-0.879,1.326%20-0.879,2.122c0,2.757%200,9.407%200,12.757c0,1.105%20-0.895,2%20-2,2c-0.329,0%20-0.671,0%20-1,0c-0.53,0%20-1.039,-0.211%20-1.414,-0.586c-0.375,-0.375%20-0.586,-0.884%20-0.586,-1.414c0,-3.61%200,-11.277%200,-16Z%22%20style=%22fill:%23595959;%22/%3E%20%3Crect%20x=%2215%22%20y=%225%22%20width=%226%22%20height=%221%22%20style=%22fill:%238b8b8b;%22/%3E%20%3Cpath%20d=%22M8,10.5c0,-0.398%20-0.158,-0.779%20-0.439,-1.061c-0.282,-0.281%20-0.663,-0.439%20-1.061,-0.439c-0.327,0%20-0.673,0%20-1,0c-0.398,0%20-0.779,0.158%20-1.061,0.439c-0.281,0.282%20-0.439,0.663%20-0.439,1.061c0,0.398%200.158,0.779%200.439,1.061c0.282,0.281%200.663,0.439%201.061,0.439c0.327,0%200.673,0%201,0c0.398,0%200.779,-0.158%201.061,-0.439c0.281,-0.282%200.439,-0.663%200.439,-1.061c0,0%200,0%200,0Z%22%20style=%22fill:%231d1d1d;%22/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
}


/* ============================================================
   Article list (category pages) — paper emoji bullet
   ============================================================ */
.articleList li a {
  color: var(--text-muted);
  transition: color 0.15s ease;
}
.articleList li a:hover {
  color: var(--accent);
  text-decoration: none;
}
.articleList i.icon-article-doc {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 0.5rem;
  vertical-align: -3px;
  background: url("data:image/svg+xml,%3Csvg%20width=%22100%25%22%20height=%22100%25%22%20viewBox=%220%200%2032%2032%22%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20xml:space=%22preserve%22%20xmlns:serif=%22http://www.serif.com/%22%20style=%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.5;%22%3E%20%3Cmetadata%3E%20%3Crdf:RDF%20xmlns:cc=%22http://web.resource.org/cc/%22%20xmlns:rdf=%22http://www.w3.org/1999/02/22-rdf-syntax-ns%23%22%20xmlns:dc%20=%20%22http://purl.org/dc/elements/1.1/%22%20%3E%20%3Crdf:Description%20rdf:about=%22%22%3E%20%3Cdc:title%3EMutant%20Standard%20emoji%202024.06%3C/dc:title%3E%20%3C/rdf:Description%3E%20%3Ccc:work%20rdf:about=%22%22%3E%20%3Ccc:license%20rdf:resource=%22http://creativecommons.org/licenses/by-nc-sa/4.0/%22/%3E%20%3Ccc:attributionName%3ECaius%20Nocturne%3C/cc:attributionName%3E%20%3Ccc:attributionURL%3Ehttp://mutant.tech/%3C/cc:attributionURL%3E%20%3C/cc:work%3E%20%3C/rdf:RDF%3E%20%3C/metadata%3E%20%3Crect%20id=%22page%22%20x=%220%22%20y=%220%22%20width=%2232%22%20height=%2232%22%20style=%22fill:none;%22/%3E%20%3CclipPath%20id=%22_clip1%22%3E%20%3Crect%20x=%220%22%20y=%220%22%20width=%2232%22%20height=%2232%22/%3E%20%3C/clipPath%3E%20%3Cg%20clip-path=%22url(%23_clip1)%22%3E%20%3Cg%20id=%22outline%22%3E%20%3Cpath%20d=%22M26,30l-20,0l0,-28l13,0l7,7l0,21Z%22%20style=%22fill:none;stroke:%23000;stroke-width:4px;%22/%3E%20%3C/g%3E%20%3Cg%20id=%22emoji%22%3E%20%3Cpath%20d=%22M26,30l-20,0l0,-28l13,0l1,2l4,4l2,1l0,21Z%22%20style=%22fill:%23fff;%22/%3E%20%3Crect%20x=%228%22%20y=%228%22%20width=%2216%22%20height=%222%22%20style=%22fill:%23b2b2b2;%22/%3E%20%3Crect%20x=%228%22%20y=%2211%22%20width=%2216%22%20height=%222%22%20style=%22fill:%23b2b2b2;%22/%3E%20%3Crect%20x=%228%22%20y=%2214%22%20width=%2216%22%20height=%222%22%20style=%22fill:%23b2b2b2;%22/%3E%20%3Crect%20x=%228%22%20y=%2217%22%20width=%2216%22%20height=%222%22%20style=%22fill:%23b2b2b2;%22/%3E%20%3Crect%20x=%228%22%20y=%2220%22%20width=%2216%22%20height=%222%22%20style=%22fill:%23b2b2b2;%22/%3E%20%3Crect%20x=%228%22%20y=%2223%22%20width=%2216%22%20height=%222%22%20style=%22fill:%23b2b2b2;%22/%3E%20%3Crect%20x=%228%22%20y=%2226%22%20width=%2216%22%20height=%222%22%20style=%22fill:%23b2b2b2;%22/%3E%20%3Cpath%20d=%22M19,9l0,-7l7,7l-7,0Z%22%20style=%22fill:%23666;%22/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E") center / contain no-repeat;
}
.articleList i.icon-article-doc::before {
  content: "" !important;
}

/* ============================================================
   Article body
   ============================================================ */
#fullArticle .title {
  color: var(--text);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.05;
}

#fullArticle h2,
#fullArticle h3,
#fullArticle h4 {
  color: var(--text);
  font-weight: 650;
  letter-spacing: -0.015em;
}

#fullArticle p,
#fullArticle li {
  color: var(--text-muted);
  line-height: 1.7;
}

#fullArticle strong {
  color: var(--text);
  font-weight: 650;
}

#fullArticle a {
  color: var(--accent);
}
#fullArticle a:hover {
  color: var(--accent-hover);
}

#fullArticle img {
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-sm);
}

#fullArticle blockquote {
  border-left: 3px solid var(--accent-line);
  background: var(--accent-soft);
  border-radius: 0 var(--radius-btn) var(--radius-btn) 0;
  color: var(--text-muted);
}

#fullArticle code {
  background: var(--surface-3);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 0.1em 0.4em;
  font-size: 0.9em;
  color: var(--text);
}
#fullArticle pre {
  background: var(--surface-3);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  color: var(--text);
}
#fullArticle pre code {
  background: transparent;
  border: 0;
  padding: 0;
}

#fullArticle table th,
#fullArticle table td {
  border-color: var(--border);
}
#fullArticle table th {
  background: var(--surface-3);
  color: var(--text);
}

/* ============================================================
   Sidebar navigation
   ============================================================ */
#sidebar h3 {
  color: var(--text-subtle);
  font-weight: 500;
  font-size: 0.6875rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
#sidebar .nav-list a {
  color: var(--text-muted);
  border-radius: var(--radius-btn);
  transition: color 0.15s, background 0.15s;
}
#sidebar .nav-list a:hover {
  color: var(--text);
  background: var(--surface-3);
}
#sidebar .nav-list .active a {
  color: var(--accent);
  background: var(--accent-soft);
  font-weight: 600;
}

/* ============================================================
   Buttons (Bootstrap-2 base)
   ============================================================ */
.btn {
  background: var(--surface-2);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-btn);
  color: var(--text);
  text-shadow: none;
  box-shadow: none;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}
.btn:hover {
  background: var(--surface-3);
  border-color: var(--accent-line);
  color: var(--text);
}
.btn-primary,
.btn.btn-primary {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--on-accent);
}
.btn-primary:hover,
.btn.btn-primary:hover {
  background: var(--accent-hover);
  border-color: var(--accent-hover);
  color: var(--on-accent);
}

/* ============================================================
   Article footer / metadata + page footer
   ============================================================ */
.articleFoot p,
.articleFoot time,
.articleFoot time.lu {
  color: var(--text-subtle);
}

footer p,
footer p a {
  color: var(--text-subtle);
}
footer p a:hover {
  color: var(--accent);
}

/* ---- respect reduced motion ---- */
@media (prefers-reduced-motion: reduce) {
  * {
    transition-duration: 0.001ms !important;
  }
}
