/* ================= Tahoe-Apps im macOS-26-Look (seit v48) =================
 *
 * Safari, Mail, Photos, Calendar, Music und Notes bekommen unter
 * body.theme-tahoe ein modernes Erscheinungsbild (Vorlage: Nicklas'
 * Screenshots seines Macs). Die Funktionsweise bleibt in js/apps.js.
 *
 * Bausteine:
 *  .t-only / .sl-only   Markup, das nur in Tahoe bzw. nur in Snow Leopard sichtbar ist
 *  .t-app               die sechs Fenster (Rundung, Schrift, Titelleiste ohne Linie)
 *  .t-overlay           Titelleiste liegt transparent über dem Inhalt (Photos,
 *                       Calendar, Music, Notes): Seitenleiste läuft bis oben durch
 *  .tg / .tg-btn        weiße Glas-Pillen mit runden Knöpfen (Toolbar-Gruppen)
 *  .seg                 Segment-Schalter (Day · Week · Month)
 *  .ts / .ts-item       moderne Seitenleiste mit Symbolen
 *  .gi + --i            Symbole als CSS-Maske aus Data-URI-SVGs (am Dateiende,
 *                       generiert mit tools/tahoe-icons.mjs)
 */

body:not(.theme-tahoe) .t-only { display: none !important; }
body.theme-tahoe .sl-only { display: none !important; }

body.theme-tahoe .t-app {
  --tg-shadow: 0 1px 3px rgba(0, 0, 0, 0.10), 0 0 0 0.5px rgba(0, 0, 0, 0.07);
  --t-line: #ececee;
  --t-side: #f3f3f5;
  --t-text: #1d1d1f;
  --t-muted: #86868b;
  --t-blue: #2668d9;
  border-radius: 16px;
  background: #fff;
  font-family: -apple-system, "SF Pro Text", "Helvetica Neue", sans-serif;
  color: var(--t-text);
}
body.theme-tahoe .t-app .titlebar,
body.theme-tahoe .t-app:not(.active) .titlebar {
  background: transparent;
  border-bottom: none;
}
body.theme-tahoe .t-app .titlebar-title { display: none; }
body.theme-tahoe .t-app .traffic-lights { top: 18px; left: 16px; gap: 8px; }

/* Transparente Titelleiste über dem Inhalt: Ziehfläche bleibt die oberen 48px */
body.theme-tahoe .t-overlay .titlebar {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 48px;
  z-index: 5;
}

/* ---------- Glas-Pillen, Knöpfe, Segmente ---------- */
.tg {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 3px;
  border-radius: 999px;
  background: #fff;
  box-shadow: var(--tg-shadow);
  flex-shrink: 0;
}
.tg-btn {
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #3a3a3c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font: 600 13px/1 -apple-system, "SF Pro Text", "Helvetica Neue", sans-serif;
  cursor: default;
}
.tg-btn:hover { background: rgba(0, 0, 0, 0.06); }
.tg-btn.dim { color: #b0b0b5; }
.tg-btn.dim:hover { background: transparent; }
.tg-txt { padding: 0 8px; font-size: 13px; color: #3a3a3c; }
.tg-sep { width: 1px; height: 16px; background: #e2e2e6; margin: 0 3px; }

.gi {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: currentColor;
  -webkit-mask: var(--i) center / contain no-repeat;
  mask: var(--i) center / contain no-repeat;
  flex-shrink: 0;
}
.gi-s { width: 12px; height: 12px; }

.seg {
  display: inline-flex;
  padding: 2px;
  border-radius: 999px;
  background: #ececee;
  flex-shrink: 0;
}
.seg span {
  padding: 4px 13px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 500;
  color: #1d1d1f;
  cursor: default;
}
.seg span.on { background: #fff; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12); }

/* ---------- Moderne Seitenleiste ---------- */
.ts {
  width: 200px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  padding: 54px 10px 10px;
  background: var(--t-side, #f3f3f5);
  border-right: 1px solid var(--t-line, #ececee);
  overflow-y: auto;
}
.ts-group {
  padding: 12px 10px 4px;
  font-size: 11px;
  font-weight: 600;
  color: #86868b;
}
.ts-group:first-child { padding-top: 0; }
.ts-item {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 5px 10px;
  border-radius: 7px;
  font-size: 13px;
  color: #1d1d1f;
  cursor: default;
  white-space: nowrap;
}
.ts-item .gi { width: 17px; height: 17px; color: #2668d9; }
.ts-item:hover { background: rgba(0, 0, 0, 0.045); }
.ts-item.selected { background: #2668d9; color: #fff; }
.ts-item.selected .gi { color: #fff; }
.ts-item .ts-count { margin-left: auto; font-size: 12px; color: #86868b; }
.ts-item.selected .ts-count { color: rgba(255, 255, 255, 0.8); }

.ts-search {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 28px;
  margin: 0 0 8px;
  padding: 0 9px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.06);
  font-size: 12.5px;
  color: #86868b;
}
.ts-search .gi { width: 13px; height: 13px; color: #86868b; }

.ts-user {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 8px 2px;
  font-size: 13px;
  font-weight: 600;
  color: #1d1d1f;
}
.ts-avatar {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #b8c4e0, #7d8fb8);
  color: #fff;
  font-size: 10.5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ================= Safari ================= */
body.theme-tahoe .window-safari { min-width: 920px; height: 600px; background: #ececee; }
body.theme-tahoe .window-safari .titlebar { height: 52px; }
body.theme-tahoe .window-safari .traffic-lights {
  top: 10px; left: 10px;
  height: 32px;
  padding: 0 12px;
  align-items: center;
  border-radius: 999px;
  background: #fff;
  box-shadow: var(--tg-shadow);
}

.t-toolbar {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 52px;
  padding: 0 12px 0 96px;
}
.sf-url {
  flex: 1;
  max-width: 660px;
  margin: 0 auto;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 999px;
  background: #fff;
  box-shadow: var(--tg-shadow);
  font-size: 13px;
  color: #6e6e73;
}
.sf-url .gi { width: 13px; height: 13px; color: #8e8e93; }
.sf-url b { font-weight: 500; color: #1d1d1f; }

body.theme-tahoe .safari-content {
  background: #ececee;
  border-top: none;
  padding: 22px 34px 34px;
}
body.theme-tahoe .sf-heading {
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  color: #6e6e73;
  margin-bottom: 14px;
}
body.theme-tahoe .sf-card {
  border: none;
  border-radius: 18px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0.5px rgba(0, 0, 0, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
body.theme-tahoe a.sf-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12), 0 0 0 0.5px rgba(0, 0, 0, 0.04);
}
body.theme-tahoe .sf-meta { padding: 13px 18px; }
body.theme-tahoe .sf-meta h3 { font-size: 15px; font-weight: 600; }
body.theme-tahoe .sf-meta p { color: #86868b; }
body.theme-tahoe .sf-tag { border: none; background: #f2f2f4; color: #3a3a3c; }

/* ================= Mail ================= */
body.theme-tahoe .window-mail { min-width: 780px; height: 540px; }
body.theme-tahoe .window-mail .titlebar { height: 56px; }
body.theme-tahoe .window-mail .traffic-lights { top: 22px; left: 16px; }
.mail-t-toolbar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 70px;
}
.mail-send-t {
  position: absolute;
  right: 16px;
  top: 12px;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: #2668d9;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
  cursor: default;
}
.mail-send-t:hover { background: #1f5ac2; }
.mail-send-t .gi { width: 15px; height: 15px; }

body.theme-tahoe .mail-fields {
  background: #fff;
  border: none;
  padding: 0 18px;
}
body.theme-tahoe .mail-field {
  gap: 10px;
  padding: 7px 0;
  border-bottom: 1px solid var(--t-line);
}
body.theme-tahoe .mail-field:last-child { border-bottom: 1px solid var(--t-line); }
body.theme-tahoe .mail-field span {
  width: 62px;
  text-align: left;
  font-size: 13px;
  color: #86868b;
}
body.theme-tahoe .mail-field input { font-size: 13px; color: #1d1d1f; }
body.theme-tahoe .mail-field input::placeholder { color: #c7c7cc; }
body.theme-tahoe .mail-field-split input + input { border-left: 1px solid var(--t-line); padding-left: 10px; }

.mail-format {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 18px;
  border-bottom: 1px solid #ececee;
  font-size: 12px;
  color: #1d1d1f;
}
.mf-sel {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 22px;
  padding: 0 7px 0 9px;
  border-radius: 6px;
  background: #f0f0f2;
  color: #1d1d1f;
}
.mf-sel .gi { width: 9px; height: 9px; color: #6e6e73; }
.mf-color { width: 20px; height: 20px; border-radius: 6px; background: #000; }
.mf-group {
  display: inline-flex;
  height: 22px;
  border: 1px solid #e0e0e4;
  border-radius: 6px;
  overflow: hidden;
}
.mf-group span {
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #e0e0e4;
  font-size: 12px;
  color: #3a3a3c;
}
.mf-group span:last-child { border-right: none; }
.mf-group span.on { background: #2668d9; color: #fff; }
.mf-group .gi { width: 13px; height: 13px; }

body.theme-tahoe .mail-body {
  padding: 14px 18px;
  font-size: 13px;
  line-height: 1.5;
}
body.theme-tahoe .mail-body::placeholder { color: #c7c7cc; }
body.theme-tahoe .mail-footer {
  justify-content: flex-start;
  padding: 4px 18px 12px;
  background: #fff;
  border-top: none;
}
body.theme-tahoe .mail-footer .aqua-button { display: none; }
body.theme-tahoe .mail-alt { font-size: 12px; color: #86868b; }

/* ================= Photos ================= */
body.theme-tahoe .window-photos { min-width: 900px; height: 600px; }
body.theme-tahoe .photos-content { border-top: none; }
body.theme-tahoe .photos-main { background: #fff; }
.ph-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px 10px;
}
.ph-header h2 { font-size: 22px; font-weight: 700; color: #1d1d1f; }
.ph-header h2 small { display: block; font-size: 12px; font-weight: 400; color: #86868b; margin-top: 1px; }
body.theme-tahoe .photos-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 3px;
  padding: 0 18px 12px;
  flex: none;
}
body.theme-tahoe .photo-tile {
  aspect-ratio: 1;
  border: none;
  border-radius: 3px;
  background-color: #ececee;
  background-image: none;
  box-shadow: none;
}
body.theme-tahoe .photo-tile.loaded { background-image: var(--photo); }
body.theme-tahoe .photo-tile::after {
  content: "";
  width: 24px;
  height: 24px;
  margin: auto;
  background: #cfcfd3;
  -webkit-mask: var(--i-photo) center / contain no-repeat;
  mask: var(--i-photo) center / contain no-repeat;
}
body.theme-tahoe .photos-hint {
  background: transparent;
  border: none;
  color: #a1a1a6;
  padding: 2px 18px 14px;
}
.photos-main.has-photos .photos-hint { display: none; }

/* ================= Calendar ================= */
.cal-wrap { flex: 1; display: flex; min-height: 0; }
.cal-main { flex: 1; display: flex; flex-direction: column; min-height: 0; min-width: 0; }

body.theme-tahoe .window-calendar { min-width: 900px; height: 600px; }
.cal-sidebar { padding-bottom: 12px; }
.cal-cal {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 4px 10px;
  font-size: 13px;
  color: #1d1d1f;
}
.cal-chk {
  width: 15px; height: 15px;
  border-radius: 50%;
  background: var(--c, #2668d9);
  position: relative;
  flex-shrink: 0;
}
.cal-chk::after {
  content: "";
  position: absolute;
  left: 5px; top: 2.5px;
  width: 3.5px; height: 7px;
  border: solid #fff;
  border-width: 0 1.8px 1.8px 0;
  transform: rotate(42deg);
}
.cal-mini {
  margin-top: auto;
  padding: 12px 4px 0;
  border-top: 1px solid #e3e3e6;
  font-size: 11px;
  color: #1d1d1f;
}
.cal-mini-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4px 8px;
  font-size: 12px;
  font-weight: 600;
}
.cal-mini-head .gi { width: 10px; height: 10px; color: #86868b; }
.cal-mini-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px 0;
  text-align: center;
}
.cal-mini-grid .dow { font-size: 10px; font-weight: 600; color: #86868b; padding-bottom: 3px; }
.cal-mini-grid .d {
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  color: #1d1d1f;
}
.cal-mini-grid .d.out { color: #c7c7cc; }
.cal-mini-grid .d.free { font-weight: 700; }
.cal-mini-grid .d.today { background: #ff3b30; color: #fff; font-weight: 700; }

.cal-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px 10px;
}
.cal-toolbar h2 { font-size: 26px; font-weight: 700; letter-spacing: -0.01em; color: #1d1d1f; }
.cal-tools { display: flex; align-items: center; gap: 10px; }

body.theme-tahoe .cal-head {
  background: #fff;
  border-top: none;
  border-bottom: 1px solid var(--t-line);
  font-size: 13px;
  font-weight: 400;
  color: #1d1d1f;
}
body.theme-tahoe .cal-head > div { padding: 6px 4px 8px; }
.cal-dow { color: #86868b; }
body.theme-tahoe .cal-dn {
  display: inline-block;
  min-width: 22px;
  font-weight: 600;
  padding: 1px 3px;
}
body.theme-tahoe .cal-mon { display: none; }

body.theme-tahoe .cal-time {
  font-size: 11px;
  color: #86868b;
  border-top: none;
  height: 30px;
  padding: 0 8px 0 0;
  line-height: 0;
}
body.theme-tahoe .cal-slot {
  height: 30px;
  border-top: 1px solid #f1f1f3;
  border-left: 1px solid #f1f1f3;
}
body.theme-tahoe .cal-slot.hour { border-top-color: #e4e4e8; }
body.theme-tahoe .cal-slot:hover { background: #eef4fe; }
body.theme-tahoe .cal-slot.taken,
body.theme-tahoe .cal-slot.selected {
  background: #ececee;
  border-top: none;
  border-left: none;
  margin: 2px 3px 0;
  height: 26px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 0 7px;
  font-size: 10.5px;
  color: #86868b;
}
body.theme-tahoe .cal-slot.taken::after { content: "Busy"; }
body.theme-tahoe .cal-slot.selected { background: #2668d9; color: #fff; font-weight: 600; }
body.theme-tahoe .cal-slot.selected::after { content: "Call with you"; }

body.theme-tahoe .cal-footer {
  background: #fff;
  border-top: 1px solid var(--t-line);
  padding: 12px 18px;
  font-size: 13px;
  color: #1d1d1f;
}
body.theme-tahoe .cal-footer .aqua-button {
  border-radius: 999px;
  padding: 6px 16px;
  font-weight: 500;
}
body.theme-tahoe .cal-footer .aqua-button:disabled { opacity: 0.45; }

/* ================= Music ================= */
body.theme-tahoe .window-itunes { min-width: 900px; height: 600px; }
body.theme-tahoe .itunes-content { flex: 1; }
body.theme-tahoe .itunes-main { padding-bottom: 76px; }

body.theme-tahoe .it-album {
  padding: 56px 28px 18px;
  gap: 22px;
  align-items: flex-end;
  border-bottom: none;
}
body.theme-tahoe .it-cover {
  width: 190px; height: 190px;
  border-radius: 8px;
  font-size: 72px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}
body.theme-tahoe .it-album-info h3 { font-size: 26px; font-weight: 700; letter-spacing: -0.01em; }
body.theme-tahoe .it-album-info p { font-size: 13px; margin: 4px 0 14px; }
.it-artist { display: block; font-size: 15px; color: #fa2d48; }
.it-hint { display: block; font-size: 12px; color: #86868b; margin-top: 3px; }
body:not(.theme-tahoe) .it-artist,
body:not(.theme-tahoe) .it-hint { display: inline; font-size: inherit; color: inherit; margin: 0; }
body:not(.theme-tahoe) .it-hint::before { content: " · "; }
.it-actions { display: flex; gap: 8px; }
body.theme-tahoe .it-actions .aqua-button,
.it-actions .mu-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 30px;
  padding: 0 18px;
  border: none;
  border-radius: 999px;
  background: #f2f2f4;
  color: #fa2d48;
  font: 600 13px/1 -apple-system, "SF Pro Text", "Helvetica Neue", sans-serif;
  box-shadow: none;
  cursor: default;
}
body.theme-tahoe .it-actions .aqua-button:hover,
.it-actions .mu-pill:hover { background: #e8e8ec; }
.it-actions .gi { width: 12px; height: 12px; }

body.theme-tahoe .it-tracks { font-size: 13px; }
body.theme-tahoe .it-tracks tr:nth-child(even) { background: transparent; }
body.theme-tahoe .it-tracks tr:hover { background: #f5f5f7; }
body.theme-tahoe .it-tracks tr.playing { background: #f5f5f7; color: #fa2d48; }
body.theme-tahoe .it-tracks td { padding: 8px 14px; border-top: 1px solid #f1f1f3; }
body.theme-tahoe .it-tracks td:first-child { padding-left: 28px; }
body.theme-tahoe .it-tracks td:last-child { padding-right: 28px; }
body.theme-tahoe .it-tracks tr.playing .it-num { color: #fa2d48; }
body.theme-tahoe .it-num { color: #86868b; }
body.theme-tahoe .it-art { color: #86868b; }
body.theme-tahoe .it-tracks tr.playing .it-art,
body.theme-tahoe .it-tracks tr.playing .it-time { color: #fa2d48; opacity: 0.8; }
body.theme-tahoe .it-time { color: #86868b; }

/* Player: schwebende Leiste unten über dem Inhalt */
body.theme-tahoe .itunes-player {
  position: absolute;
  left: 212px;
  right: 12px;
  bottom: 12px;
  z-index: 4;
  padding: 8px 16px;
  gap: 16px;
  border: none;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  -webkit-backdrop-filter: blur(20px) saturate(1.5);
  backdrop-filter: blur(20px) saturate(1.5);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.14), 0 0 0 0.5px rgba(0, 0, 0, 0.06);
}
body.theme-tahoe .it-controls { gap: 4px; }
body.theme-tahoe .it-btn {
  position: relative;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: transparent;
  font-size: 0;
  color: #1d1d1f;
}
body.theme-tahoe .it-btn:hover { background: rgba(0, 0, 0, 0.06); }
body.theme-tahoe .it-btn:active { background: rgba(0, 0, 0, 0.1); }
body.theme-tahoe .it-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  background: currentColor;
  -webkit-mask: var(--i) center / contain no-repeat;
  mask: var(--i) center / contain no-repeat;
}
body.theme-tahoe .it-play { width: 38px; height: 38px; }
body.theme-tahoe .it-play::before { width: 20px; height: 20px; }
body.theme-tahoe #it-prev { --i: var(--i-prev); }
body.theme-tahoe #it-next { --i: var(--i-next); }
body.theme-tahoe #it-play { --i: var(--i-play); }
body.theme-tahoe #it-play.is-playing { --i: var(--i-pause); }
body.theme-tahoe #it-shuffle { --i: var(--i-shuffle); color: #86868b; }
body.theme-tahoe #it-repeat { --i: var(--i-repeat); color: #86868b; }
body.theme-tahoe #it-shuffle::before,
body.theme-tahoe #it-repeat::before { width: 15px; height: 15px; }

body.theme-tahoe .it-lcd {
  padding: 0 10px;
  border: none;
  background: transparent;
  box-shadow: none;
}
body.theme-tahoe .it-lcd-title { font-size: 13px; color: #1d1d1f; }
body.theme-tahoe .it-lcd-bar { height: 3px; margin-top: 6px; background: #e5e5ea; }
body.theme-tahoe .it-lcd-bar span { background: #8e8e93; }

.mu-right { display: flex; align-items: center; gap: 2px; }
.mu-right .tg-btn { color: #3a3a3c; }
.mu-right .tg-btn:hover { background: rgba(0, 0, 0, 0.06); }

/* ================= Notes ================= */
body.theme-tahoe .window-notes { min-width: 760px; height: 560px; }
body.theme-tahoe .nm-sidebar {
  width: 200px;
  padding: 54px 10px 10px;
  background: var(--t-side);
  border-right: 1px solid var(--t-line);
}
body.theme-tahoe .nm-item {
  justify-content: flex-start;
  gap: 8px;
  padding: 5px 10px;
  font-weight: 400;
}
body.theme-tahoe .nm-item::before {
  content: "";
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background: #f5a623;
  -webkit-mask: var(--i-folder) center / contain no-repeat;
  mask: var(--i-folder) center / contain no-repeat;
}
body.theme-tahoe .nm-item span { margin-left: auto; }
body.theme-tahoe .nm-item.selected { background: #e2e2e6; }
body.theme-tahoe .nm-main { padding: 54px 34px 34px; }
.nm-date { text-align: center; font-size: 11px; color: #86868b; margin-bottom: 14px; }
.nm-title { font-size: 24px; font-weight: 700; letter-spacing: -0.01em; color: #1d1d1f; margin-bottom: 16px; }
body.theme-tahoe .nm-list h3 { font-size: 15px; }
body.theme-tahoe .nm-check { font-size: 13.5px; }

/* ================= Symbole (CSS-Masken) =================
   Generiert mit tools/tahoe-icons.mjs; nicht von Hand editieren. */
body.theme-tahoe .t-app {
  --i-sidebar: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='3'/%3E%3Cpath d='M9 5v14'/%3E%3C/svg%3E");
  --i-down: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  --i-updown: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 9.5l5-5 5 5M7 14.5l5 5 5-5'/%3E%3C/svg%3E");
  --i-left: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 5l-7 7 7 7'/%3E%3C/svg%3E");
  --i-right: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 5l7 7-7 7'/%3E%3C/svg%3E");
  --i-search: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='6.5'/%3E%3Cpath d='M16 16l4.5 4.5'/%3E%3C/svg%3E");
  --i-share: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v12M8 7l4-4 4 4'/%3E%3Cpath d='M5 11v8a2 2 0 002 2h10a2 2 0 002-2v-8'/%3E%3C/svg%3E");
  --i-plus: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E");
  --i-tabs: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='7' width='14' height='14' rx='2.5'/%3E%3Cpath d='M8 7V5a2 2 0 012-2h9a2 2 0 012 2v9a2 2 0 01-2 2h-2'/%3E%3C/svg%3E");
  --i-shield: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v5c0 5-3.5 8.5-7 10-3.5-1.5-7-5-7-10V6z'/%3E%3C/svg%3E");
  --i-puzzle: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 4a2 2 0 014 0v1h4v4h1a2 2 0 010 4h-1v4h-4v-1a2 2 0 00-4 0v1H6v-4H5a2 2 0 010-4h1V5h4z'/%3E%3C/svg%3E");
  --i-reply: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 7L4 12l5 5'/%3E%3Cpath d='M4 12h9a7 7 0 017 7'/%3E%3C/svg%3E");
  --i-emoji: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8.5'/%3E%3Cpath d='M8.5 14a4 4 0 007 0'/%3E%3Ccircle cx='9.5' cy='10' r='0.9' fill='black' stroke='none'/%3E%3Ccircle cx='14.5' cy='10' r='0.9' fill='black' stroke='none'/%3E%3C/svg%3E");
  --i-markup: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 20l4-1L19 8l-3-3L5 16z'/%3E%3Cpath d='M13.5 7.5l3 3'/%3E%3C/svg%3E");
  --i-list: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6h12M9 12h12M9 18h12'/%3E%3Ccircle cx='4.5' cy='6' r='1' fill='black' stroke='none'/%3E%3Ccircle cx='4.5' cy='12' r='1' fill='black' stroke='none'/%3E%3Ccircle cx='4.5' cy='18' r='1' fill='black' stroke='none'/%3E%3C/svg%3E");
  --i-attach: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.5l-8.5 8.5a5.5 5.5 0 01-7.8-7.8l9-9a3.5 3.5 0 015 5l-9 9a1.5 1.5 0 01-2.1-2.1l8-8'/%3E%3C/svg%3E");
  --i-cloud: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 18a4 4 0 01-.5-8 6 6 0 0111.5 1.5A3.5 3.5 0 0117 18H7z'/%3E%3Cpath d='M12 16v-5M9.5 13.5L12 11l2.5 2.5'/%3E%3C/svg%3E");
  --i-send: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 19V5M5 12l7-7 7 7'/%3E%3C/svg%3E");
  --i-alignl: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6h16M4 10h10M4 14h16M4 18h10'/%3E%3C/svg%3E");
  --i-alignc: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6h16M7 10h10M4 14h16M7 18h10'/%3E%3C/svg%3E");
  --i-alignr: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6h16M10 10h10M4 14h16M10 18h10'/%3E%3C/svg%3E");
  --i-indent: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6h16M10 10h10M10 14h10M4 18h16M4 10l3 2-3 2'/%3E%3C/svg%3E");
  --i-outdent: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6h16M10 10h10M10 14h10M4 18h16M7 10l-3 2 3 2'/%3E%3C/svg%3E");
  --i-home: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11l9-8 9 8v9a1 1 0 01-1 1h-5v-6H9v6H4a1 1 0 01-1-1z'/%3E%3C/svg%3E");
  --i-radio: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3Cpath d='M8.5 8.5a5 5 0 000 7M15.5 8.5a5 5 0 010 7M5.5 5.5a9 9 0 000 13M18.5 5.5a9 9 0 010 13'/%3E%3C/svg%3E");
  --i-clock: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8.5'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E");
  --i-mic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='9' y='3' width='6' height='11' rx='3'/%3E%3Cpath d='M5 11a7 7 0 0014 0M12 18v3'/%3E%3C/svg%3E");
  --i-album: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='7' width='16' height='13' rx='2'/%3E%3Cpath d='M7 7V5a1 1 0 011-1h8a1 1 0 011 1v2'/%3E%3C/svg%3E");
  --i-note: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18V6l10-2v12'/%3E%3Ccircle cx='6.5' cy='18' r='2.5'/%3E%3Ccircle cx='16.5' cy='16' r='2.5'/%3E%3C/svg%3E");
  --i-bag: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 8h14l-1 12H6z'/%3E%3Cpath d='M9 8V6a3 3 0 016 0v2'/%3E%3C/svg%3E");
  --i-grid: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='4' width='6' height='6' rx='1'/%3E%3Crect x='14' y='4' width='6' height='6' rx='1'/%3E%3Crect x='4' y='14' width='6' height='6' rx='1'/%3E%3Crect x='14' y='14' width='6' height='6' rx='1'/%3E%3C/svg%3E");
  --i-photo: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Ccircle cx='8.5' cy='10' r='1.5'/%3E%3Cpath d='M21 16l-5-5-8 8'/%3E%3C/svg%3E");
  --i-heart: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20s-7-4.5-7-10a4 4 0 017-2.5A4 4 0 0119 10c0 5.5-7 10-7 10z'/%3E%3C/svg%3E");
  --i-folder: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 7a2 2 0 012-2h4l2 2h8a2 2 0 012 2v9a2 2 0 01-2 2H5a2 2 0 01-2-2z'/%3E%3C/svg%3E");
  --i-calendar: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M3 10h18M8 3v4M16 3v4'/%3E%3C/svg%3E");
  --i-inbox: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 13h5l2 3h4l2-3h5'/%3E%3Cpath d='M5 5h14l2 8v6H3v-6z'/%3E%3C/svg%3E");
  --i-lyrics: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 5h16v10H9l-5 4z'/%3E%3Cpath d='M8 9h8M8 12h5'/%3E%3C/svg%3E");
  --i-airplay: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 17H4a2 2 0 01-2-2V5a2 2 0 012-2h16a2 2 0 012 2v10a2 2 0 01-2 2h-1'/%3E%3Cpath d='M12 14l5 7H7z'/%3E%3C/svg%3E");
  --i-speaker: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 9v6h4l5 4V5L8 9z'/%3E%3Cpath d='M16 9a4 4 0 010 6M18.5 6.5a8 8 0 010 11'/%3E%3C/svg%3E");
  --i-shuffle: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 7h4l10 10h4M17 14l4 3-4 3M3 17h4l3-3M14 7h7M17 4l4 3-4 3'/%3E%3C/svg%3E");
  --i-repeat: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 2l4 4-4 4'/%3E%3Cpath d='M3 11V9a4 4 0 014-4h14'/%3E%3Cpath d='M7 22l-4-4 4-4'/%3E%3Cpath d='M21 13v2a4 4 0 01-4 4H3'/%3E%3C/svg%3E");
  --i-prev: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M20 5v14L9 12zM4 5h2.5v14H4z'/%3E%3C/svg%3E");
  --i-next: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M4 5v14l11-7zM17.5 5H20v14h-2.5z'/%3E%3C/svg%3E");
  --i-play: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M7 4l13 8-13 8z'/%3E%3C/svg%3E");
  --i-pause: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M6 4h4.5v16H6zM13.5 4H18v16h-4.5z'/%3E%3C/svg%3E");
  --i-play_s: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M6 3l15 9-15 9z'/%3E%3C/svg%3E");
}
.gi-sidebar { --i: var(--i-sidebar); }
.gi-down { --i: var(--i-down); }
.gi-updown { --i: var(--i-updown); }
.gi-left { --i: var(--i-left); }
.gi-right { --i: var(--i-right); }
.gi-search { --i: var(--i-search); }
.gi-share { --i: var(--i-share); }
.gi-plus { --i: var(--i-plus); }
.gi-tabs { --i: var(--i-tabs); }
.gi-shield { --i: var(--i-shield); }
.gi-puzzle { --i: var(--i-puzzle); }
.gi-reply { --i: var(--i-reply); }
.gi-emoji { --i: var(--i-emoji); }
.gi-markup { --i: var(--i-markup); }
.gi-list { --i: var(--i-list); }
.gi-attach { --i: var(--i-attach); }
.gi-cloud { --i: var(--i-cloud); }
.gi-send { --i: var(--i-send); }
.gi-alignl { --i: var(--i-alignl); }
.gi-alignc { --i: var(--i-alignc); }
.gi-alignr { --i: var(--i-alignr); }
.gi-indent { --i: var(--i-indent); }
.gi-outdent { --i: var(--i-outdent); }
.gi-home { --i: var(--i-home); }
.gi-radio { --i: var(--i-radio); }
.gi-clock { --i: var(--i-clock); }
.gi-mic { --i: var(--i-mic); }
.gi-album { --i: var(--i-album); }
.gi-note { --i: var(--i-note); }
.gi-bag { --i: var(--i-bag); }
.gi-grid { --i: var(--i-grid); }
.gi-photo { --i: var(--i-photo); }
.gi-heart { --i: var(--i-heart); }
.gi-folder { --i: var(--i-folder); }
.gi-calendar { --i: var(--i-calendar); }
.gi-inbox { --i: var(--i-inbox); }
.gi-lyrics { --i: var(--i-lyrics); }
.gi-airplay { --i: var(--i-airplay); }
.gi-speaker { --i: var(--i-speaker); }
.gi-shuffle { --i: var(--i-shuffle); }
.gi-repeat { --i: var(--i-repeat); }
.gi-prev { --i: var(--i-prev); }
.gi-next { --i: var(--i-next); }
.gi-play { --i: var(--i-play); }
.gi-pause { --i: var(--i-pause); }
.gi-play_s { --i: var(--i-play_s); }
