:root {
  --ice-100: #f5faff;
  --ice-200: #e4f1fb;
  --ice-300: #cfe3f3;
  --ink: #17283a;
  --muted: #647c92;
  --line: rgba(77, 125, 164, 0.25);
  --glass-border: rgba(198, 229, 255, 0.68);
  --glass-highlight: rgba(235, 249, 255, 0.72);
  --glass-shadow: rgba(0, 29, 62, 0.46);
  --glass-noise: url("assets/glass-noise.svg");
  --focus: #ffe58b;
  --shadow-window: 0 25px 64px rgba(0, 7, 20, 0.5), 0 4px 13px rgba(0, 19, 51, 0.4);
  --radius-window: 17px;
  --taskbar-height: 48px;
  --rail-width: 254px;
  --ease: 180ms cubic-bezier(.2, .75, .25, 1);
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: #02070c;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-width: 320px;
  height: 100%;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
}

body {
  background: #02070c;
}

button,
input,
select {
  font: inherit;
}

button {
  color: inherit;
}

button,
select {
  cursor: pointer;
}

button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 2px;
}

svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.desktop {
  --theme-h: 207;
  --theme-s: 64%;
  --accent-950: hsl(var(--theme-h) var(--theme-s) 13%);
  --accent-900: hsl(var(--theme-h) var(--theme-s) 20%);
  --accent-800: hsl(var(--theme-h) var(--theme-s) 29%);
  --accent-700: hsl(var(--theme-h) var(--theme-s) 38%);
  --accent-600: hsl(var(--theme-h) var(--theme-s) 48%);
  --accent-500: hsl(var(--theme-h) var(--theme-s) 57%);
  --accent-400: hsl(var(--theme-h) var(--theme-s) 66%);
  --accent-300: hsl(var(--theme-h) 66% 76%);
  --accent-200: hsl(var(--theme-h) 62% 86%);
  --accent-100: hsl(var(--theme-h) 55% 94%);
  --accent-wash: hsl(var(--theme-h) var(--theme-s) 52% / 0.14);
  --accent-selection: hsl(var(--theme-h) var(--theme-s) 55% / 0.25);
  --accent-border: hsl(var(--theme-h) 55% 62% / 0.58);
  --accent-glow: hsl(var(--theme-h) 80% 80% / 0.48);
  --chrome-light: hsl(var(--theme-h) 62% 70% / 0.72);
  --chrome-mid: hsl(var(--theme-h) var(--theme-s) 44% / 0.68);
  --chrome-deep: hsl(var(--theme-h) var(--theme-s) 25% / 0.72);
  --surface-light-1: hsl(var(--theme-h) 42% 98%);
  --surface-light-2: hsl(var(--theme-h) 36% 94%);
  --surface-light-3: hsl(var(--theme-h) 30% 89%);
  --surface-dark-1: hsl(var(--theme-h) 30% 9%);
  --surface-dark-2: hsl(var(--theme-h) 28% 13%);
  --surface-dark-3: hsl(var(--theme-h) 25% 18%);
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(120deg, rgba(1, 8, 15, 0.12), rgba(1, 10, 24, 0.44)),
    url("assets/longhorn-amber-wallpaper.png") center / cover no-repeat;
  transition: background-image 260ms ease, background-color 260ms ease;
}

.desktop[data-accent="blue"] { --theme-h: 207; --theme-s: 64%; }
.desktop[data-accent="green"] { --theme-h: 139; --theme-s: 36%; }
.desktop[data-accent="red"] { --theme-h: 0; --theme-s: 51%; }
.desktop[data-accent="orange"] { --theme-h: 28; --theme-s: 64%; }
.desktop[data-accent="pink"] { --theme-h: 332; --theme-s: 49%; }
.desktop[data-accent="purple"] { --theme-h: 257; --theme-s: 46%; }

.desktop[data-wallpaper="pearl"] {
  background:
    linear-gradient(120deg, rgba(235, 247, 252, 0.03), rgba(43, 93, 126, 0.12)),
    url("assets/aurora-pearl-wallpaper.png") center / cover no-repeat;
}

.desktop::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 44% 48%, transparent 0, transparent 38%, rgba(0, 4, 10, 0.18) 100%),
    linear-gradient(180deg, rgba(1, 7, 14, 0.12), rgba(1, 7, 14, 0.2));
  pointer-events: none;
}

.desktop[data-wallpaper="pearl"]::before {
  background:
    radial-gradient(circle at 44% 48%, transparent 0, transparent 39%, rgba(12, 49, 70, 0.1) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(2, 39, 63, 0.09));
}

.desktop::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background-image: var(--glass-noise);
  background-size: 128px 128px;
  mix-blend-mode: soft-light;
  opacity: 0.13;
  pointer-events: none;
}

.wallpaper-credit {
  position: absolute;
  right: calc(var(--rail-width) + 42px);
  bottom: 68px;
  color: rgba(216, 228, 237, 0.33);
  font: 600 9px/1 Arial, sans-serif;
  letter-spacing: 0.26em;
}

.desktop[data-wallpaper="pearl"] .wallpaper-credit {
  color: rgba(23, 68, 94, 0.5);
  text-shadow: 0 1px rgba(255, 255, 255, 0.55);
}

.desktop-shortcuts {
  position: absolute;
  top: 24px;
  left: 18px;
  display: grid;
  gap: 16px;
  z-index: 1;
}

.desktop-shortcut {
  display: grid;
  width: 78px;
  padding: 5px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: white;
  background: transparent;
  justify-items: center;
  gap: 5px;
  text-shadow: 0 1px 3px #000;
}

.desktop-shortcut:hover,
.desktop-shortcut:focus-visible {
  border-color: rgba(165, 214, 255, 0.55);
  background: rgba(76, 148, 216, 0.28);
}

.desktop-shortcut > span:last-child {
  font-size: 11px;
  line-height: 1.2;
}

.desktop-icon {
  display: grid;
  width: 43px;
  height: 43px;
  border: 1px solid rgba(220, 240, 255, 0.75);
  border-radius: 9px;
  color: white;
  background: linear-gradient(145deg, #72c5ff, #1e5ea3 62%, #102d60);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.75), 0 3px 5px rgba(0, 0, 0, 0.45);
  place-items: center;
}

.desktop-icon svg {
  width: 25px;
  height: 25px;
}

.desktop-icon--folder {
  color: #fff7bd;
  background: linear-gradient(145deg, #ffd96c, #cf8629 70%, #75431a);
}

.app-window {
  position: absolute;
  top: clamp(24px, 4vh, 56px);
  right: calc(var(--rail-width) + 34px);
  bottom: calc(var(--taskbar-height) + 24px);
  left: clamp(70px, 6vw, 110px);
  display: flex;
  min-width: 720px;
  min-height: 510px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(201, 233, 255, 0.88);
  border-radius: var(--radius-window);
  background: rgba(26, 90, 145, 0.12);
  box-shadow:
    var(--shadow-window),
    inset 0 0 0 1px rgba(255, 255, 255, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: inset var(--ease), opacity var(--ease), transform var(--ease);
  z-index: 5;
}

.app-window.is-maximized {
  inset: 6px 6px calc(var(--taskbar-height) + 6px) 6px;
  border-radius: 8px 8px 0 0;
}

.app-window.is-minimized,
.app-window.is-closed {
  opacity: 0;
  transform: translateY(35%) scale(0.72);
  pointer-events: none;
}

.appearance-window {
  position: absolute;
  top: clamp(110px, 17vh, 165px);
  left: 50%;
  display: flex;
  width: min(660px, calc(100vw - var(--rail-width) - 130px));
  min-width: 560px;
  height: min(610px, calc(100vh - var(--taskbar-height) - 32px));
  overflow: hidden;
  border: 1px solid rgba(204, 235, 255, 0.9);
  border-radius: 14px;
  color: var(--ink);
  background: rgba(226, 241, 251, 0.79);
  box-shadow:
    0 28px 70px rgba(0, 8, 23, 0.5),
    0 4px 15px rgba(0, 24, 52, 0.4),
    inset 0 0 0 1px rgba(255, 255, 255, 0.42);
  flex-direction: column;
  transform: translateX(-50%);
  transition: opacity var(--ease), transform var(--ease);
  -webkit-backdrop-filter: blur(26px) saturate(1.35);
  backdrop-filter: blur(26px) saturate(1.35);
  z-index: 15;
}

.appearance-window[hidden] {
  display: none;
}

.appearance-window.is-minimized {
  opacity: 0;
  transform: translate(-50%, 45%) scale(0.72);
  pointer-events: none;
}

.appearance-titlebar {
  position: relative;
  display: flex;
  height: 42px;
  flex: 0 0 auto;
  padding-left: 13px;
  border-bottom: 1px solid rgba(1, 43, 82, 0.48);
  color: white;
  background:
    var(--glass-noise),
    radial-gradient(ellipse 50% 100% at 18% 0, rgba(221, 246, 255, 0.37), transparent 68%),
    linear-gradient(180deg, rgba(125, 193, 238, 0.72), rgba(14, 79, 139, 0.72));
  background-size: 128px 128px, auto, auto;
  align-items: center;
  justify-content: space-between;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.76),
    inset 0 -1px rgba(0, 29, 61, 0.28);
}

.appearance-titlebar .window-actions {
  height: 100%;
}

.appearance-titlebar .window-actions button {
  height: 27px;
}

.settings-mark {
  display: grid;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(225, 244, 255, 0.75);
  border-radius: 6px;
  color: white;
  background:
    linear-gradient(180deg, rgba(225, 246, 255, 0.35), transparent 45%),
    linear-gradient(145deg, #65aee1, #1d5e9a);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.58), 0 2px 4px rgba(0, 33, 65, 0.36);
  place-items: center;
}

.settings-mark svg {
  width: 15px;
  height: 15px;
}

.appearance-content {
  display: flex;
  min-height: 0;
  flex: 1 1 auto;
  background: rgba(246, 251, 254, 0.89);
  overflow: hidden;
}

.settings-nav {
  width: 178px;
  flex: 0 0 178px;
  padding: 19px 12px;
  border-right: 1px solid rgba(87, 137, 176, 0.3);
  background:
    var(--glass-noise),
    radial-gradient(circle at 15% 0, rgba(255, 255, 255, 0.84), transparent 39%),
    linear-gradient(105deg, rgba(229, 244, 253, 0.9), rgba(194, 222, 241, 0.83));
  background-size: 128px 128px, auto, auto;
}

.settings-nav > p {
  margin: 0 8px 10px;
  color: #738b9d;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.settings-nav button {
  display: flex;
  width: 100%;
  min-height: 49px;
  padding: 7px 9px;
  border: 1px solid transparent;
  border-radius: 7px;
  color: #52738c;
  background: transparent;
  align-items: center;
  gap: 9px;
  text-align: left;
}

.settings-nav button:hover {
  background: rgba(92, 158, 207, 0.09);
}

.settings-nav button:disabled {
  cursor: default;
  opacity: 0.58;
}

.settings-nav button:disabled:hover {
  background: transparent;
}

.settings-nav button.is-active {
  border-color: rgba(94, 156, 201, 0.32);
  color: #245f8e;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.56), transparent),
    rgba(109, 178, 226, 0.18);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.7);
}

.settings-nav button > svg {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  color: #458fc6;
}

.settings-nav button > span {
  display: grid;
}

.settings-nav strong {
  font-size: 10px;
}

.settings-nav small {
  color: #8296a5;
  font-size: 8px;
}

.wallpaper-settings {
  min-width: 0;
  flex: 1 1 auto;
  padding: 25px 27px 20px;
  overflow: auto;
  background:
    radial-gradient(circle at 80% 0, rgba(255, 255, 255, 0.78), transparent 43%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(233, 244, 251, 0.58));
}

.wallpaper-settings h2 {
  margin: 0;
  color: #2d80c2;
  font-size: 23px;
  font-weight: 300;
  letter-spacing: -0.025em;
}

.settings-description {
  margin: 6px 0 17px;
  color: #748a9b;
  font-size: 10px;
}

.wallpaper-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.wallpaper-option {
  position: relative;
  display: grid;
  min-width: 0;
  padding: 7px 7px 9px;
  border: 1px solid rgba(112, 148, 176, 0.34);
  border-radius: 8px;
  color: #44657d;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(221, 236, 246, 0.78));
  box-shadow: 0 2px 5px rgba(31, 75, 108, 0.12), inset 0 1px rgba(255, 255, 255, 0.84);
  gap: 7px;
  text-align: left;
  transition: transform var(--ease), border-color var(--ease), box-shadow var(--ease);
}

.wallpaper-option:hover {
  border-color: rgba(65, 139, 195, 0.55);
  transform: translateY(-2px);
}

.wallpaper-option.is-selected {
  border-color: #4b9bd5;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(197, 226, 246, 0.85));
  box-shadow:
    0 0 0 2px rgba(88, 165, 218, 0.18),
    0 3px 7px rgba(31, 75, 108, 0.16),
    inset 0 1px rgba(255, 255, 255, 0.9);
}

.wallpaper-preview {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(36, 77, 107, 0.43);
  border-radius: 4px;
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 2px 5px rgba(24, 57, 80, 0.2);
}

.wallpaper-preview--field {
  background-image: url("assets/longhorn-amber-wallpaper.png");
}

.wallpaper-preview--pearl {
  background-image: url("assets/aurora-pearl-wallpaper.png");
}

.wallpaper-preview i {
  position: absolute;
  inset: 17% 17% 20%;
  border: 1px solid rgba(224, 245, 255, 0.72);
  border-radius: 3px;
  background: linear-gradient(180deg, rgba(61, 147, 211, 0.62) 0 28%, rgba(243, 249, 253, 0.82) 28%);
  box-shadow: 0 2px 5px rgba(0, 28, 54, 0.36);
}

.wallpaper-option > span:nth-child(2) {
  display: grid;
}

.wallpaper-option strong {
  font-size: 10px;
}

.wallpaper-option small {
  color: #8597a4;
  font-size: 8px;
}

.selection-check {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(216, 241, 255, 0.9);
  border-radius: 50%;
  color: white;
  background: linear-gradient(180deg, #69b6e7, #2778b7);
  box-shadow: 0 2px 5px rgba(0, 39, 74, 0.4), inset 0 1px rgba(255, 255, 255, 0.55);
  font-size: 11px;
  font-style: normal;
  opacity: 0;
  place-items: center;
  transform: scale(0.7);
  transition: var(--ease);
}

.wallpaper-option.is-selected .selection-check {
  opacity: 1;
  transform: scale(1);
}

.accent-settings {
  display: flex;
  margin-top: 17px;
  padding-top: 14px;
  border-top: 1px solid rgba(101, 146, 180, 0.24);
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.accent-settings h3 {
  margin: 2px 0 0;
  color: #456b86;
  font-size: 12px;
  font-weight: 600;
}

.accent-options {
  display: flex;
  padding: 4px;
  border: 1px solid rgba(92, 137, 171, 0.34);
  border-radius: 16px;
  background: rgba(180, 210, 231, 0.22);
  box-shadow: inset 0 1px 2px rgba(43, 80, 107, 0.1);
  align-items: center;
  gap: 3px;
}

.accent-options button,
.custom-accent {
  position: relative;
  display: grid;
  width: 27px;
  height: 27px;
  padding: 3px;
  border: 1px solid transparent;
  border-radius: 50%;
  background: transparent;
  place-items: center;
}

.accent-options button:hover,
.custom-accent:hover {
  background: rgba(255, 255, 255, 0.4);
}

.accent-options button.is-selected,
.custom-accent.is-selected {
  border-color: var(--accent-600);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 0 0 2px var(--accent-wash), 0 1px 3px rgba(24, 66, 96, 0.24);
}

.accent-options button > span {
  width: 17px;
  height: 17px;
  border: 1px solid rgba(24, 54, 76, 0.36);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 26%, rgba(255, 255, 255, 0.72), transparent 25%),
    var(--swatch);
  box-shadow: inset 0 -2px 3px rgba(0, 17, 32, 0.2);
}

.custom-accent {
  cursor: pointer;
}

.custom-accent input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.custom-accent > span {
  display: grid;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(39, 76, 101, 0.44);
  border-radius: 50%;
  color: white;
  background:
    conic-gradient(
      #e85d5d,
      #e3a43f,
      #65aa68,
      #4f9ed0,
      #8469c7,
      #d05b98,
      #e85d5d
    );
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.23);
  place-items: center;
}

.custom-accent svg {
  width: 10px;
  height: 10px;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.5));
}

.scheme-settings {
  display: flex;
  margin-top: 18px;
  padding-top: 15px;
  border-top: 1px solid rgba(101, 146, 180, 0.24);
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.scheme-settings h3 {
  margin: 2px 0 0;
  color: #456b86;
  font-size: 12px;
  font-weight: 600;
}

.scheme-options {
  display: flex;
  padding: 3px;
  border: 1px solid rgba(92, 137, 171, 0.34);
  border-radius: 7px;
  background: rgba(180, 210, 231, 0.26);
  box-shadow: inset 0 1px 2px rgba(43, 80, 107, 0.1);
}

.scheme-options button {
  display: grid;
  min-width: 58px;
  padding: 5px 6px 4px;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #607c91;
  background: transparent;
  justify-items: center;
  gap: 3px;
  font-size: 8px;
}

.scheme-options button:hover {
  color: #315f81;
  background: rgba(255, 255, 255, 0.32);
}

.scheme-options button.is-selected {
  border-color: rgba(74, 132, 175, 0.45);
  color: #245d88;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(218, 235, 246, 0.9));
  box-shadow: 0 1px 3px rgba(34, 76, 107, 0.2), inset 0 1px rgba(255, 255, 255, 0.86);
}

.scheme-swatch {
  position: relative;
  display: block;
  width: 33px;
  height: 20px;
  overflow: hidden;
  border: 1px solid rgba(42, 80, 109, 0.46);
  border-radius: 3px;
  background: #edf5fa;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

.scheme-swatch::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 6px;
  content: "";
  background: #4a96ce;
}

.scheme-swatch i {
  position: absolute;
  top: 8px;
  right: 3px;
  bottom: 3px;
  left: 9px;
  border-radius: 1px;
  background: #fff;
  box-shadow: -6px 0 #cfdfeb;
}

.scheme-swatch--dark {
  background: #152838;
}

.scheme-swatch--dark::before {
  background: #316f9f;
}

.scheme-swatch--dark i {
  background: #263f53;
  box-shadow: -6px 0 #0c1b27;
}

.scheme-swatch--system {
  background: linear-gradient(90deg, #edf5fa 0 50%, #152838 50%);
}

.scheme-swatch--system i {
  background: linear-gradient(90deg, #fff 0 50%, #263f53 50%);
  box-shadow: -6px 0 #9bacb8;
}

.material-note {
  display: flex;
  margin-top: 17px;
  padding: 10px;
  border: 1px solid rgba(117, 157, 185, 0.23);
  border-radius: 7px;
  color: #627e93;
  background: rgba(220, 237, 248, 0.45);
  align-items: center;
  gap: 10px;
}

.material-note-icon {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  border-radius: 50%;
  color: white;
  background: linear-gradient(145deg, #72bee9, #2d75ae);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.56);
  place-items: center;
}

.material-note-icon svg {
  width: 16px;
  height: 16px;
}

.material-note p {
  display: grid;
  margin: 0;
}

.material-note strong {
  color: #416c8b;
  font-size: 9px;
}

.material-note p span {
  font-size: 8px;
}

.appearance-footer {
  display: flex;
  height: 48px;
  flex: 0 0 auto;
  padding: 0 14px;
  border-top: 1px solid rgba(112, 154, 185, 0.36);
  color: #718898;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(205, 226, 240, 0.78));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.86);
  align-items: center;
  justify-content: space-between;
  font-size: 9px;
}

.appearance-footer button {
  min-width: 76px;
  height: 28px;
  border: 1px solid #477da7;
  border-radius: 5px;
  color: white;
  background:
    linear-gradient(180deg, rgba(230, 248, 255, 0.32), transparent 46%),
    linear-gradient(180deg, #66ade0, #2b77b1);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.65), 0 1px 2px rgba(18, 61, 93, 0.3);
  text-shadow: 0 1px #235f8d;
}

.window-header {
  position: relative;
  isolation: isolate;
  flex: 0 0 auto;
  overflow: hidden;
  color: white;
  background:
    linear-gradient(105deg, rgba(72, 157, 222, 0.68), rgba(14, 76, 137, 0.62)),
    rgba(22, 92, 153, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    inset 0 -1px 0 rgba(0, 31, 67, 0.55);
  -webkit-backdrop-filter: blur(24px) saturate(1.48) contrast(1.04);
  backdrop-filter: blur(24px) saturate(1.48) contrast(1.04);
}

.window-header::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    radial-gradient(ellipse 55% 62% at 18% -8%, rgba(230, 249, 255, 0.5), transparent 67%),
    linear-gradient(180deg, rgba(199, 233, 255, 0.38) 0, rgba(98, 170, 224, 0.13) 16%, transparent 38%),
    linear-gradient(100deg, rgba(255, 255, 255, 0.08), transparent 35%, rgba(3, 49, 96, 0.2));
  pointer-events: none;
}

.window-header::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background-image: var(--glass-noise);
  background-size: 128px 128px;
  mix-blend-mode: soft-light;
  opacity: 0.24;
  pointer-events: none;
}

.titlebar {
  display: flex;
  height: 34px;
  padding: 0 8px 0 13px;
  align-items: center;
  justify-content: space-between;
}

.window-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 2px #174b79;
}

.app-mark {
  display: grid;
  width: 18px;
  height: 18px;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  filter: drop-shadow(0 1px 1px rgba(0, 35, 68, 0.6));
  transform: perspective(20px) rotateY(-8deg);
}

.app-mark span,
.mini-app-mark i,
.start-gem i {
  border-radius: 1px;
}

.app-mark span:nth-child(1),
.mini-app-mark i:nth-child(1),
.start-gem i:nth-child(1) { background: linear-gradient(135deg, #ff934d, #d9461e); }
.app-mark span:nth-child(2),
.mini-app-mark i:nth-child(2),
.start-gem i:nth-child(2) { background: linear-gradient(135deg, #a7e65e, #3c9b32); }
.app-mark span:nth-child(3),
.mini-app-mark i:nth-child(3),
.start-gem i:nth-child(3) { background: linear-gradient(135deg, #6ac5ff, #2168c5); }
.app-mark span:nth-child(4),
.mini-app-mark i:nth-child(4),
.start-gem i:nth-child(4) { background: linear-gradient(135deg, #ffe461, #de9b16); }

.window-actions {
  display: flex;
  align-self: flex-start;
}

.window-actions button {
  position: relative;
  width: 31px;
  height: 24px;
  padding: 0;
  border: 0;
  border-left: 1px solid rgba(5, 45, 84, 0.36);
  color: white;
  background:
    linear-gradient(180deg, rgba(218, 242, 255, 0.38), transparent 48%),
    linear-gradient(180deg, rgba(89, 160, 216, 0.48), rgba(12, 65, 116, 0.4));
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.6),
    inset 0 -1px rgba(0, 35, 71, 0.34);
}

.window-actions button:first-child {
  border-radius: 0 0 0 5px;
}

.window-actions button:last-child {
  border-radius: 0 8px 0 0;
  background:
    linear-gradient(180deg, rgba(255, 229, 220, 0.36), transparent 45%),
    linear-gradient(180deg, rgba(224, 101, 87, 0.94), rgba(157, 30, 34, 0.95));
}

.window-actions button:hover {
  filter: brightness(1.18);
}

.minimize-mark,
.maximize-mark,
.close-mark {
  position: absolute;
  inset: 0;
}

.minimize-mark::before {
  position: absolute;
  right: 10px;
  bottom: 7px;
  left: 10px;
  height: 1px;
  content: "";
  background: white;
}

.maximize-mark::before {
  position: absolute;
  inset: 7px 9px;
  content: "";
  border: 1px solid white;
}

.close-mark::before,
.close-mark::after {
  position: absolute;
  top: 11px;
  left: 9px;
  width: 13px;
  height: 1px;
  content: "";
  background: white;
  transform: rotate(45deg);
}

.close-mark::after {
  transform: rotate(-45deg);
}

.places-bar {
  display: flex;
  min-height: 88px;
  padding: 8px 14px 6px;
  align-items: stretch;
  border-bottom: 1px solid rgba(9, 54, 97, 0.55);
  background:
    linear-gradient(180deg, rgba(137, 198, 239, 0.13), rgba(6, 55, 105, 0.1)),
    linear-gradient(90deg, rgba(177, 220, 248, 0.08), transparent 45%);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.16),
    inset 0 -1px rgba(0, 34, 69, 0.25);
  gap: 8px;
}

.history-controls {
  display: flex;
  min-width: 72px;
  align-items: center;
  gap: 4px;
}

.orb-button {
  display: grid;
  width: 39px;
  height: 39px;
  padding: 0;
  border: 1px solid rgba(206, 235, 255, 0.75);
  border-radius: 50%;
  color: white;
  background:
    radial-gradient(circle at 34% 22%, rgba(255, 255, 255, 0.94), transparent 16%),
    linear-gradient(180deg, rgba(209, 238, 255, 0.46), transparent 46%),
    linear-gradient(180deg, rgba(92, 174, 231, 0.88), rgba(18, 83, 143, 0.94));
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.72),
    inset 0 -4px 7px rgba(2, 41, 83, 0.48),
    0 3px 7px rgba(2, 31, 62, 0.44);
  place-items: center;
}

.orb-button svg {
  width: 20px;
  height: 20px;
}

.orb-button--small {
  width: 27px;
  height: 27px;
}

.orb-button--small svg {
  width: 14px;
  height: 14px;
}

.places {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  justify-content: space-evenly;
}

.place {
  position: relative;
  display: grid;
  min-width: 69px;
  padding: 0 8px 5px;
  border: 1px solid transparent;
  border-radius: 7px;
  color: #f3f9ff;
  background: transparent;
  justify-items: center;
  gap: 4px;
  text-shadow: 0 1px 2px #123e6b;
}

.place::after {
  position: absolute;
  right: 9px;
  bottom: -7px;
  left: 9px;
  height: 3px;
  border-radius: 3px;
  content: "";
  background: #c5e8ff;
  box-shadow: 0 0 6px #d7efff;
  opacity: 0;
  transform: scaleX(0.4);
  transition: var(--ease);
}

.place:hover {
  border-color: rgba(191, 227, 255, 0.27);
  background: rgba(220, 241, 255, 0.1);
}

.place.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.place-icon {
  display: grid;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(210, 235, 255, 0.18);
  border-radius: 50%;
  color: white;
  background:
    radial-gradient(circle at 34% 22%, rgba(255, 255, 255, 0.92), transparent 14%),
    linear-gradient(180deg, rgba(220, 243, 255, 0.34), transparent 47%),
    radial-gradient(circle at 50% 80%, rgba(7, 49, 91, 0.6), transparent 65%),
    linear-gradient(150deg, rgba(123, 194, 245, 0.75), rgba(12, 66, 117, 0.58));
  box-shadow:
    0 4px 8px rgba(2, 34, 65, 0.4),
    inset 0 1px rgba(255, 255, 255, 0.72),
    inset 0 -5px 9px rgba(0, 40, 81, 0.32);
  place-items: center;
  transition: transform var(--ease), filter var(--ease);
}

.place:hover .place-icon,
.place.is-active .place-icon {
  filter: brightness(1.15);
  transform: translateY(-2px);
}

.place-icon svg {
  width: 23px;
  height: 23px;
  filter: drop-shadow(0 1px 1px rgba(0, 38, 75, 0.65));
}

.place > span:last-child {
  font-size: 11px;
}

.global-search {
  position: relative;
  display: flex;
  width: clamp(170px, 19vw, 285px);
  align-self: center;
  align-items: center;
  color: #285f8f;
}

.global-search > svg {
  position: absolute;
  left: 11px;
  width: 16px;
  height: 16px;
  z-index: 1;
}

.global-search input {
  width: 100%;
  height: 34px;
  padding: 0 46px 0 34px;
  border: 1px solid #174f84;
  border-radius: 18px;
  color: #183954;
  background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(218,237,250,.9));
  box-shadow: inset 0 1px 3px rgba(4, 54, 99, 0.31), 0 1px rgba(255,255,255,.38);
}

.global-search input::placeholder {
  color: #678ba8;
}

.global-search:focus-within input {
  border-color: #ffe68b;
  box-shadow: 0 0 0 2px rgba(255, 226, 112, 0.35), inset 0 1px 3px rgba(4, 54, 99, 0.24);
}

.global-search kbd {
  position: absolute;
  right: 9px;
  padding: 2px 5px;
  border: 1px solid #9ebbd0;
  border-radius: 5px;
  color: #627e94;
  background: rgba(255,255,255,.7);
  font: 9px/1.2 inherit;
  box-shadow: 0 1px 1px rgba(16,55,86,.18);
}

.menu-bar {
  display: flex;
  height: 28px;
  padding: 0 12px;
  align-items: center;
  border-top: 1px solid rgba(196, 228, 253, 0.22);
  border-bottom: 1px solid rgba(1, 37, 72, 0.32);
  background:
    linear-gradient(180deg, rgba(180, 220, 247, 0.12), transparent 50%),
    rgba(5, 57, 108, 0.48);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.09);
}

.menu-bar > button {
  height: 22px;
  padding: 0 8px;
  border: 0;
  border-radius: 4px;
  color: #dceeff;
  background: transparent;
  font-size: 10px;
}

.menu-bar > button:hover {
  color: white;
  background: rgba(177, 218, 249, 0.18);
}

.menu-separator {
  width: 1px;
  height: 15px;
  margin: 0 8px;
  background: rgba(197, 226, 248, 0.24);
}

.breadcrumb {
  display: flex;
  min-width: 0;
  height: 20px;
  flex: 1 1 auto;
  padding: 0 9px;
  border: 1px solid rgba(3, 38, 74, 0.55);
  border-radius: 10px;
  align-items: center;
  gap: 5px;
  background: linear-gradient(180deg, rgba(3, 38, 76, 0.65), rgba(68, 136, 194, 0.34));
  box-shadow: inset 0 1px 2px rgba(0, 28, 56, 0.42), 0 1px rgba(192, 226, 251, 0.2);
  font-size: 9px;
}

.breadcrumb button {
  display: flex;
  padding: 0;
  border: 0;
  color: #cee9fe;
  background: transparent;
  align-items: center;
  gap: 4px;
}

.breadcrumb button:hover {
  color: white;
  text-decoration: underline;
}

.breadcrumb strong {
  overflow: hidden;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.command-bar {
  display: flex;
  height: 34px;
  padding: 3px 12px;
  align-items: center;
  border-top: 1px solid rgba(159, 207, 241, 0.28);
  background:
    linear-gradient(180deg, rgba(184, 224, 250, 0.18), transparent 43%),
    linear-gradient(90deg, rgba(34, 122, 190, 0.65), rgba(8, 69, 128, 0.57));
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.2),
    inset 0 -1px rgba(0, 37, 75, 0.28);
  gap: 3px;
}

.command-bar > button {
  display: flex;
  height: 26px;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #eff8ff;
  background: transparent;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  text-shadow: 0 1px #154f7c;
}

.command-bar > button:hover {
  border-color: rgba(188, 225, 250, 0.36);
  background: rgba(210, 234, 251, 0.13);
}

.command-bar > button svg {
  width: 16px;
  height: 16px;
}

.command-primary svg {
  color: #ffe779;
  fill: rgba(255, 216, 64, 0.5);
}

.command-spacer {
  flex: 1 1 auto;
}

.view-switcher {
  display: flex;
  padding: 2px;
  border: 1px solid rgba(5, 49, 90, 0.52);
  border-radius: 5px;
  background: rgba(6, 54, 98, 0.38);
}

.view-switcher button {
  display: grid;
  width: 28px;
  height: 23px;
  padding: 0;
  border: 0;
  border-radius: 3px;
  color: #c8e4f7;
  background: transparent;
  place-items: center;
}

.view-switcher button.is-active {
  color: #174e7c;
  background: linear-gradient(#fff, #d9ebf7);
  box-shadow: 0 1px 2px rgba(1, 30, 60, 0.35);
}

.window-content {
  display: flex;
  min-height: 0;
  flex: 1 1 auto;
  background: rgba(239, 248, 255, 0.18);
}

.task-pane {
  position: relative;
  width: 198px;
  flex: 0 0 198px;
  overflow: auto;
  padding: 12px 12px 24px;
  border-right: 1px solid rgba(105, 154, 191, 0.38);
  background:
    var(--glass-noise),
    radial-gradient(circle at 17% 3%, rgba(255, 255, 255, 0.83), transparent 34%),
    linear-gradient(105deg, rgba(239, 249, 255, 0.88), rgba(205, 228, 244, 0.8)),
    rgba(218, 236, 248, 0.76);
  background-size: 128px 128px, auto, auto, auto;
  box-shadow:
    inset -1px 0 rgba(255, 255, 255, 0.48),
    inset -9px 0 18px rgba(39, 91, 133, 0.06);
  -webkit-backdrop-filter: blur(15px) saturate(1.16);
  backdrop-filter: blur(15px) saturate(1.16);
}

.task-section {
  padding: 4px 0 11px;
  border-bottom: 1px solid rgba(101, 145, 178, 0.18);
}

.task-section:last-child {
  border-bottom: 0;
}

.task-heading {
  display: flex;
  width: 100%;
  min-height: 31px;
  padding: 3px 2px;
  border: 0;
  color: #2f82c7;
  background: transparent;
  align-items: center;
  justify-content: space-between;
}

.task-heading > span {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 15px;
  font-weight: 400;
}

.task-heading > span svg {
  width: 17px;
  height: 17px;
}

.task-heading .chevron {
  width: 15px;
  height: 15px;
  color: #6d8ea9;
  transition: transform var(--ease);
}

.task-section:not(.is-open) .chevron {
  transform: rotate(-90deg);
}

.task-section-body {
  display: grid;
  padding: 4px 4px 0 23px;
  gap: 3px;
}

.task-section:not(.is-open) .task-section-body {
  display: none;
}

.task-section-body > button {
  display: flex;
  min-height: 28px;
  padding: 3px 4px;
  border: 0;
  border-radius: 4px;
  color: #357cb5;
  background: transparent;
  align-items: center;
  gap: 8px;
  text-align: left;
  font-size: 10px;
}

.task-section-body > button:hover {
  color: #155e9a;
  background: rgba(74, 147, 205, 0.1);
}

.tiny-icon {
  display: grid;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  border-radius: 5px;
  color: white;
  place-items: center;
}

.tiny-icon svg {
  width: 13px;
  height: 13px;
}

.blue { background: linear-gradient(145deg, #68baf5, #2674bc); }
.violet { background: linear-gradient(145deg, #b998ef, #664aaf); }
.green { background: linear-gradient(145deg, #90d775, #3a8f3e); }
.amber { background: linear-gradient(145deg, #ffc96d, #c36a22); }

.task-label {
  padding: 7px 4px 2px;
  color: #7b8e9e;
  font-size: 9px;
}

.filter-list .filter-link {
  justify-content: space-between;
  min-height: 21px;
}

.filter-link span {
  padding: 1px 5px;
  border-radius: 8px;
  color: #6d8495;
  background: rgba(89, 133, 167, 0.1);
  font-size: 8px;
}

.filter-link.is-selected {
  color: #1b629c;
  background: rgba(79, 150, 207, 0.13);
  font-weight: 600;
}

.storage-meter {
  height: 7px;
  overflow: hidden;
  border: 1px solid #a7bdcd;
  border-radius: 5px;
  background: #d5e2eb;
  box-shadow: inset 0 1px 2px rgba(60, 92, 116, 0.25);
}

.storage-meter span {
  display: block;
  width: 32%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(180deg, #78c7f6, #2d8acb);
  box-shadow: inset 0 1px rgba(255,255,255,.6);
}

.storage-section p {
  margin: 3px 0 0;
  color: #768b9d;
  font-size: 8px;
}

.archive {
  min-width: 0;
  flex: 1 1 auto;
  overflow: auto;
  padding: 22px clamp(22px, 3vw, 42px) 45px;
  background:
    radial-gradient(circle at 20% 0, rgba(255,255,255,.98), transparent 45%),
    linear-gradient(180deg, rgba(251, 253, 255, 0.985), rgba(237, 245, 251, 0.97));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.88);
}

.archive-header {
  display: flex;
  min-height: 78px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.eyebrow {
  margin: 0 0 3px;
  color: #6c8ca5;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .18em;
}

.archive h1 {
  margin: 0;
  color: #2582cd;
  font-size: clamp(23px, 2.4vw, 32px);
  font-weight: 300;
  letter-spacing: -0.035em;
}

.archive-summary {
  margin: 5px 0 0;
  color: #71879a;
  font-size: 10px;
}

.archive-summary strong {
  color: #3d607b;
}

.archive-sort label {
  display: flex;
  color: #748a9b;
  align-items: center;
  gap: 7px;
  font-size: 9px;
  white-space: nowrap;
}

.archive-sort select {
  height: 27px;
  padding: 0 25px 0 9px;
  border: 1px solid #b6cad9;
  border-radius: 5px;
  color: #3f6480;
  background: linear-gradient(#fff, #edf4f9);
  font-size: 9px;
}

.content-group {
  margin-top: 22px;
}

.group-heading {
  display: flex;
  height: 35px;
  border-bottom: 1px solid var(--line);
  align-items: center;
  justify-content: space-between;
}

.group-heading > div {
  display: flex;
  align-items: center;
  gap: 7px;
}

.group-heading h2 {
  margin: 0;
  color: #2f83c9;
  font-size: 16px;
  font-weight: 400;
}

.group-heading .count {
  padding: 2px 6px;
  border-radius: 9px;
  color: #7891a4;
  background: #e4eef5;
  font-size: 8px;
}

.group-heading > button {
  padding: 4px 7px;
  border: 0;
  color: #508ab6;
  background: transparent;
  font-size: 9px;
}

.group-heading > button:hover {
  text-decoration: underline;
}

.group-orb {
  display: grid;
  width: 25px;
  height: 25px;
  border: 1px solid rgba(28, 100, 156, 0.28);
  border-radius: 50%;
  color: white;
  background: linear-gradient(145deg, #83c8f4, #2e80c0 65%, #1d5e94);
  box-shadow: inset 0 1px rgba(255,255,255,.75), 0 2px 3px rgba(20,75,115,.2);
  place-items: center;
}

.group-orb svg {
  width: 13px;
  height: 13px;
}

.group-orb--doc {
  background: linear-gradient(145deg, #8d9eed, #4b55aa 65%, #303477);
}

.group-orb--image {
  background: linear-gradient(145deg, #9bd579, #458e4f 65%, #2c6838);
}

.message-list {
  display: grid;
  padding-top: 5px;
}

.message-row {
  display: grid;
  width: 100%;
  min-height: 43px;
  padding: 4px 8px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #40586b;
  background: transparent;
  grid-template-columns: 31px minmax(105px, .75fr) minmax(150px, 2fr) auto;
  align-items: center;
  gap: 8px;
  text-align: left;
}

.message-row:hover {
  border-color: rgba(75, 141, 194, 0.18);
  background: rgba(84, 158, 216, 0.07);
}

.avatar {
  display: grid;
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 7px;
  color: white;
  background: #548ec2;
  box-shadow: 0 1px 3px rgba(21, 63, 95, 0.3);
  font-size: 8px;
  font-weight: 700;
  place-items: center;
}

.avatar--coral { background: linear-gradient(145deg, #f29a86, #b54f59); }
.avatar--blue { background: linear-gradient(145deg, #7bc6ef, #3568a6); }
.avatar--green { background: linear-gradient(145deg, #9bcf82, #477e51); }

.message-person,
.message-preview {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.message-person strong {
  overflow: hidden;
  color: #314f66;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.message-person small,
.message-preview,
.message-row time {
  overflow: hidden;
  color: #8293a0;
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.item-grid {
  display: grid;
  padding: 13px 0 2px;
  grid-template-columns: repeat(4, minmax(100px, 1fr));
  gap: clamp(9px, 1.4vw, 18px);
}

.archive-item {
  display: grid;
  min-width: 0;
  padding: 7px;
  border: 1px solid transparent;
  border-radius: 7px;
  background: transparent;
  justify-items: start;
  gap: 3px;
  text-align: left;
}

.archive-item:hover {
  border-color: rgba(56, 128, 185, 0.21);
  background: rgba(75, 149, 206, 0.07);
}

.selectable.is-selected {
  border-color: #74afe0;
  background: linear-gradient(180deg, rgba(182, 222, 250, .46), rgba(102, 174, 227, .24));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.62);
}

.document-preview,
.photo-preview {
  position: relative;
  display: block;
  width: 100%;
  height: clamp(70px, 8vw, 105px);
  margin-bottom: 4px;
  overflow: hidden;
  border: 1px solid #b8c8d4;
  border-radius: 3px;
  background: white;
  box-shadow: 0 3px 8px rgba(35, 64, 84, 0.19);
}

.document-preview {
  padding: 12px 11px;
}

.paper-kicker,
.paper-title,
.paper-rule,
.paper-line,
.notes-heading,
.sheet-title,
.deck-title,
.deck-subtitle {
  display: block;
}

.paper-kicker {
  color: #7092a5;
  font-size: 5px;
  letter-spacing: .14em;
}

.paper-title {
  margin-top: 4px;
  color: #214f70;
  font-size: clamp(9px, 1vw, 15px);
  font-weight: 300;
  letter-spacing: .12em;
}

.paper-rule {
  width: 46%;
  height: 2px;
  margin: 5px 0 6px;
  background: #e5a34a;
}

.paper-line {
  width: 66%;
  height: 2px;
  margin: 3px 0;
  background: #d2dce3;
}

.paper-line.short { width: 48%; }

.paper-circle {
  position: absolute;
  right: -12px;
  bottom: -17px;
  width: 65px;
  height: 65px;
  border: 8px solid rgba(68, 139, 187, 0.18);
  border-radius: 50%;
}

.document-preview--notes {
  background:
    linear-gradient(90deg, transparent 0 29%, rgba(118,154,178,.1) 29% 30%, transparent 30% 69%, rgba(118,154,178,.1) 69% 70%, transparent 70%),
    #fff;
}

.notes-heading {
  color: #566f83;
  font-size: 7px;
  font-weight: 700;
}

.notes-block {
  display: inline-block;
  width: 26%;
  height: 35px;
  margin: 8px 6% 0 0;
  background: repeating-linear-gradient(180deg, #a9bac6 0 1px, transparent 1px 5px);
}

.notes-chart {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: flex;
  height: 24px;
  align-items: end;
  gap: 3px;
}

.notes-chart i {
  width: 4px;
  background: #5b9fcb;
}

.notes-chart i:nth-child(1) { height: 42%; }
.notes-chart i:nth-child(2) { height: 72%; }
.notes-chart i:nth-child(3) { height: 56%; }
.notes-chart i:nth-child(4) { height: 90%; }

.sheet-title {
  padding: 3px 5px;
  color: white;
  background: #5b9d63;
  font-size: 6px;
  letter-spacing: .06em;
}

.sheet-grid {
  display: block;
  height: calc(100% - 16px);
  background:
    repeating-linear-gradient(0deg, transparent 0 7px, rgba(85,126,98,.2) 7px 8px),
    repeating-linear-gradient(90deg, transparent 0 25%, rgba(85,126,98,.2) 25% 26%);
}

.document-preview--deck {
  color: white;
  background: linear-gradient(145deg, #25334f, #3b5d7e 54%, #bc7951);
}

.deck-orbit {
  position: absolute;
  top: -35px;
  right: -20px;
  width: 100px;
  height: 100px;
  border: 12px solid rgba(143, 206, 232, .2);
  border-radius: 50%;
}

.deck-title {
  position: relative;
  margin-top: 31%;
  font-size: clamp(10px, 1.1vw, 16px);
  font-weight: 300;
  letter-spacing: .15em;
}

.deck-subtitle {
  position: relative;
  margin-top: 4px;
  color: #d7e6ed;
  font-size: 5px;
}

.item-name {
  width: 100%;
  overflow: hidden;
  color: #45667e;
  font-size: 9px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.item-meta {
  color: #8b9aa5;
  font-size: 7px;
}

.photo-preview {
  border-color: rgba(76, 105, 125, .4);
}

.photo-preview--amber {
  background:
    radial-gradient(ellipse at 55% 80%, #ec9d3b, transparent 26%),
    linear-gradient(148deg, transparent 0 30%, #75412b 31% 45%, transparent 46%),
    linear-gradient(30deg, #160f1a, #9d5125 55%, #f2b352);
}

.photo-preview--amber i {
  position: absolute;
  inset: 20% 18%;
  border: 1px solid rgba(255, 226, 160, .4);
  transform: skew(-20deg);
}

.photo-preview--blue {
  background:
    radial-gradient(circle at 64% 28%, #a1d2eb, transparent 5%),
    linear-gradient(170deg, transparent 46%, rgba(11,35,63,.7) 47%),
    linear-gradient(#507d9d, #162c4a);
}

.photo-preview--blue i {
  position: absolute;
  right: 10%;
  bottom: 14%;
  width: 1px;
  height: 42%;
  background: #111e2b;
  box-shadow: -18px 8px #111e2b, -31px 3px #111e2b;
}

.photo-preview--glass {
  background: radial-gradient(circle at 45% 15%, #e9eff3, #99afbd 45%, #344a5a);
}

.photo-preview--glass i,
.photo-preview--glass b {
  position: absolute;
  top: 18%;
  left: 24%;
  width: 35%;
  height: 67%;
  border: 1px solid rgba(255,255,255,.74);
  border-radius: 48% 52% 40% 60%;
  background: linear-gradient(120deg, rgba(255,255,255,.1), rgba(184,230,239,.52), rgba(255,255,255,.05));
  box-shadow: inset 4px 4px 8px rgba(255,255,255,.2), 0 7px 9px rgba(23,51,67,.28);
  transform: rotate(-16deg);
}

.photo-preview--glass b {
  top: 10%;
  left: 50%;
  height: 74%;
  transform: rotate(17deg);
}

.photo-preview--garden {
  background:
    radial-gradient(circle at 70% 20%, #f9d48d, transparent 6%),
    linear-gradient(180deg, #3f7188 0 53%, #203f38 54%);
}

.photo-preview--garden i {
  position: absolute;
  inset: 45% 0 0;
  background:
    repeating-linear-gradient(72deg, transparent 0 14px, rgba(71,112,61,.8) 15px 18px),
    repeating-linear-gradient(110deg, transparent 0 18px, rgba(30,83,58,.8) 19px 22px);
}

.archive.is-list-view .item-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 10px;
}

.archive.is-list-view .archive-item {
  grid-template-columns: 54px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 9px;
}

.archive.is-list-view .document-preview,
.archive.is-list-view .photo-preview {
  width: 50px;
  height: 42px;
  margin: 0;
  grid-row: 1 / span 2;
}

.archive.is-list-view .item-name,
.archive.is-list-view .item-meta {
  align-self: end;
}

.archive.is-list-view .item-meta {
  align-self: start;
}

.is-filtered-out {
  display: none !important;
}

.empty-state {
  padding: 70px 20px;
  color: #7c93a5;
  text-align: center;
}

.empty-state svg {
  width: 38px;
  height: 38px;
  margin: auto;
  color: #78a5c6;
}

.empty-state h2 {
  margin: 11px 0 3px;
  color: #4e7694;
  font-size: 17px;
  font-weight: 400;
}

.empty-state p {
  margin: 0;
  font-size: 10px;
}

.status-bar {
  display: flex;
  height: 24px;
  padding: 0 11px;
  flex: 0 0 auto;
  border-top: 1px solid #b4cadb;
  color: #6e8596;
  background: linear-gradient(#eaf4fb, #ccdfed);
  align-items: center;
  justify-content: space-between;
  font-size: 8px;
  box-shadow: inset 0 1px rgba(255,255,255,.9);
}

.status-bar > span:first-child {
  display: flex;
  align-items: center;
  gap: 6px;
}

.status-light {
  width: 7px;
  height: 7px;
  border: 1px solid #3d8f58;
  border-radius: 50%;
  background: #74d483;
  box-shadow: inset 0 1px rgba(255,255,255,.7), 0 0 3px rgba(61,157,85,.5);
}

.activity-rail {
  position: absolute;
  top: 0;
  right: 0;
  bottom: var(--taskbar-height);
  display: flex;
  width: var(--rail-width);
  overflow: hidden auto;
  flex-direction: column;
  border-left: 1px solid rgba(207, 237, 255, 0.72);
  color: #ecf7ff;
  background:
    var(--glass-noise),
    radial-gradient(ellipse 135% 48% at 100% 0, rgba(182, 224, 248, 0.22), transparent 62%),
    linear-gradient(90deg, rgba(0, 27, 57, 0.4), rgba(32, 102, 157, 0.25)),
    rgba(6, 53, 96, 0.22);
  background-size: 128px 128px, auto, auto, auto;
  background-blend-mode: soft-light, normal, normal, normal;
  box-shadow:
    -4px 0 18px rgba(0, 11, 27, 0.3),
    inset 1px 0 rgba(246, 253, 255, 0.52),
    inset 5px 0 14px rgba(2, 29, 57, 0.1);
  -webkit-backdrop-filter: blur(34px) saturate(1.58) brightness(0.86) contrast(1.06);
  backdrop-filter: blur(34px) saturate(1.58) brightness(0.86) contrast(1.06);
  transition: transform var(--ease);
  z-index: 8;
}

.activity-rail::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 170px;
  content: "";
  background:
    radial-gradient(ellipse 90% 66% at 68% -8%, rgba(237, 250, 255, 0.28), transparent 65%),
    linear-gradient(180deg, rgba(158, 209, 239, 0.13), transparent);
  pointer-events: none;
}

.activity-rail::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8),
    rgba(167, 219, 249, 0.35) 42%,
    rgba(255, 255, 255, 0.58)
  );
  box-shadow: 1px 0 5px rgba(147, 211, 249, 0.2);
  pointer-events: none;
}

.profile-card {
  display: flex;
  min-height: 68px;
  padding: 10px 14px;
  align-items: center;
  gap: 9px;
  text-shadow: 0 1px 2px rgba(0, 27, 54, 0.82);
}

.profile-avatar {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border: 2px solid rgba(228, 245, 255, .8);
  border-radius: 7px;
  color: white;
  background:
    radial-gradient(circle at 50% 31%, #f0c6a8 0 17%, transparent 18%),
    radial-gradient(ellipse at 50% 100%, #5a6b86 0 41%, transparent 42%),
    linear-gradient(145deg, #739fc7, #253d60);
  box-shadow: 0 2px 6px rgba(0, 23, 48, .46);
  font-size: 0;
  place-items: center;
}

.profile-card > div:nth-child(2) {
  display: grid;
  min-width: 0;
  flex: 1 1 auto;
}

.profile-card strong {
  font-size: 12px;
  text-shadow: 0 1px 2px #153c61;
}

.profile-card span {
  color: #bbd9ed;
  font-size: 9px;
}

.presence-dot {
  width: 9px;
  height: 9px;
  border: 1px solid #c9f6d4;
  border-radius: 50%;
  background: #5ed879;
  box-shadow: 0 0 5px rgba(93, 225, 124, .75);
}

.weather-card {
  display: flex;
  min-height: 70px;
  padding: 10px 15px;
  border-top: 1px solid rgba(229, 246, 255, .22);
  border-bottom: 1px solid rgba(1, 27, 54, .3);
  background:
    radial-gradient(circle at 77% 35%, rgba(255, 211, 102, .2), transparent 22%),
    linear-gradient(180deg, rgba(210, 237, 253, 0.08), transparent 50%),
    linear-gradient(115deg, rgba(6, 47, 88, .05), rgba(115, 171, 211, .1));
  align-items: center;
  gap: 10px;
}

.weather-icon {
  position: relative;
  width: 39px;
  height: 36px;
}

.weather-icon::before {
  position: absolute;
  top: 0;
  right: 2px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  content: "";
  background: #ffe58a;
  box-shadow: 0 0 14px rgba(255, 222, 113, .8);
}

.weather-icon::after {
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 31px;
  height: 15px;
  border-radius: 14px;
  content: "";
  background: linear-gradient(#e7f3fa, #9fbfd3);
  box-shadow: 0 2px 4px rgba(6, 35, 61, .3);
}

.weather-card > div {
  display: grid;
}

.weather-card strong {
  font-size: 20px;
  font-weight: 300;
}

.weather-card span {
  color: #c1daeb;
  font-size: 9px;
}

.weather-card small {
  margin-left: auto;
  align-self: flex-end;
  color: #93b9d5;
  font-size: 7px;
  letter-spacing: .15em;
}

.rail-section {
  border-bottom: 1px solid rgba(3, 35, 65, .38);
}

.rail-section > header {
  display: flex;
  height: 29px;
  padding: 0 12px;
  border-top: 1px solid rgba(226, 244, 255, .2);
  border-bottom: 1px solid rgba(3, 31, 60, .3);
  color: #ddecf7;
  background:
    linear-gradient(180deg, rgba(218, 242, 255, 0.1), transparent 48%),
    linear-gradient(180deg, rgba(100, 157, 202, .11), rgba(13, 63, 108, .07));
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 600;
  text-shadow: 0 1px #1c4569;
}

.rail-section > header button {
  display: grid;
  padding: 3px;
  border: 0;
  color: #bcd9eb;
  background: transparent;
  place-items: center;
}

.person {
  display: flex;
  width: 100%;
  min-height: 43px;
  padding: 5px 12px;
  border: 0;
  border-bottom: 1px solid rgba(3, 39, 71, .17);
  color: white;
  background: rgba(80, 142, 192, .035);
  align-items: center;
  gap: 8px;
  text-align: left;
}

.person:hover {
  background: rgba(166, 211, 241, .14);
}

.person > span:nth-child(2) {
  display: grid;
  min-width: 0;
  flex: 1 1 auto;
}

.person strong {
  font-size: 10px;
}

.person small {
  overflow: hidden;
  color: #a8c8de;
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.person i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.person i.online {
  background: #61db7e;
  box-shadow: 0 0 4px #61db7e;
}

.person i.away {
  background: #ffd369;
}

.dayline {
  padding: 7px 12px 9px;
  margin: 0;
  list-style: none;
}

.dayline li {
  display: grid;
  min-height: 38px;
  grid-template-columns: 41px 1fr;
  align-items: center;
}

.dayline time {
  color: #8fc1e3;
  font-size: 8px;
}

.dayline span {
  display: grid;
  padding-left: 10px;
  border-left: 2px solid #71b9e8;
}

.dayline strong {
  font-size: 9px;
}

.dayline small {
  color: #9fc2d9;
  font-size: 8px;
}

.rail-badge {
  display: grid;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  border-radius: 9px;
  color: #174e7b;
  background: #d9edf9;
  place-items: center;
  font-size: 8px;
}

.inbox-section > button {
  display: flex;
  width: 100%;
  min-height: 41px;
  padding: 6px 12px;
  border: 0;
  color: white;
  background: transparent;
  align-items: center;
  gap: 9px;
  text-align: left;
}

.inbox-section > button:hover {
  background: rgba(166, 211, 241, .12);
}

.inbox-section > button > svg {
  width: 17px;
  height: 17px;
  color: #acd4ef;
}

.inbox-section > button span {
  display: grid;
}

.inbox-section strong {
  font-size: 9px;
}

.inbox-section small {
  color: #9fc2d9;
  font-size: 8px;
}

.now-playing {
  position: relative;
  display: grid;
  min-height: 82px;
  margin-top: auto;
  padding: 9px 12px 13px;
  border-top: 1px solid rgba(225, 244, 255, .24);
  background:
    linear-gradient(180deg, rgba(222, 243, 255, 0.1), transparent 42%),
    linear-gradient(135deg, rgba(1, 25, 50, .38), rgba(62, 113, 153, .2));
  grid-template-columns: 47px 1fr 30px;
  align-items: center;
  gap: 8px;
}

.album-art {
  position: relative;
  width: 43px;
  height: 43px;
  overflow: hidden;
  border: 1px solid rgba(230, 243, 252, .55);
  border-radius: 3px;
  background:
    radial-gradient(circle at 65% 31%, #e2bb84, transparent 7%),
    linear-gradient(145deg, transparent 0 45%, #15283b 46% 57%, transparent 58%),
    linear-gradient(30deg, #243d53, #b56e49);
  box-shadow: 0 2px 6px rgba(0, 20, 38, .4);
}

.album-art span {
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(226, 235, 238, .32);
  transform: rotate(18deg);
}

.track-info {
  display: grid;
  min-width: 0;
}

.track-info strong {
  overflow: hidden;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.track-info span {
  color: #a8c8dc;
  font-size: 8px;
}

.now-playing > button {
  display: grid;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid rgba(208, 234, 251, .6);
  border-radius: 50%;
  color: white;
  background: linear-gradient(#70adde, #246ea9);
  box-shadow: inset 0 1px rgba(255,255,255,.45), 0 2px 4px rgba(1,29,55,.35);
  place-items: center;
}

.now-playing > button svg {
  width: 13px;
  height: 13px;
}

.track-progress {
  position: absolute;
  right: 12px;
  bottom: 7px;
  left: 67px;
  height: 3px;
  border-radius: 2px;
  background: rgba(5, 34, 61, .56);
}

.track-progress span {
  display: block;
  width: 38%;
  height: 100%;
  border-radius: inherit;
  background: #91cfee;
  box-shadow: 0 0 4px rgba(145, 207, 238, .5);
}

.rail-toggle {
  position: absolute;
  right: calc(var(--rail-width) + 10px);
  bottom: calc(var(--taskbar-height) + 10px);
  display: none;
  width: 37px;
  height: 37px;
  border: 1px solid rgba(196, 228, 251, .7);
  border-radius: 50%;
  color: white;
  background: linear-gradient(#67a9da, #1b5f99);
  box-shadow: 0 3px 10px rgba(0, 15, 32, .45), inset 0 1px rgba(255,255,255,.5);
  place-items: center;
  z-index: 12;
}

.taskbar {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  height: var(--taskbar-height);
  padding-right: 8px;
  border-top: 1px solid rgba(211, 239, 255, .82);
  color: white;
  background:
    var(--glass-noise),
    linear-gradient(180deg, rgba(235, 249, 255, 0.28) 0, rgba(75, 151, 206, 0.35) 11%, rgba(3, 52, 99, 0.45) 58%, rgba(0, 25, 55, 0.56)),
    rgba(2, 42, 82, 0.2);
  background-size: 128px 128px, auto, auto;
  background-blend-mode: soft-light, normal, normal;
  box-shadow:
    0 -3px 11px rgba(0, 9, 23, .3),
    inset 0 1px rgba(255, 255, 255, 0.74),
    inset 0 -1px rgba(0, 12, 30, 0.56);
  align-items: center;
  isolation: isolate;
  -webkit-backdrop-filter: blur(32px) saturate(1.66) brightness(0.82) contrast(1.05);
  backdrop-filter: blur(32px) saturate(1.66) brightness(0.82) contrast(1.05);
  z-index: 20;
}

.taskbar::before {
  position: absolute;
  top: 1px;
  right: 0;
  left: 0;
  height: 10px;
  z-index: -1;
  content: "";
  background: linear-gradient(180deg, rgba(218, 244, 255, 0.2), transparent);
  pointer-events: none;
}

.taskbar::after {
  position: absolute;
  top: -2px;
  right: 0;
  left: 0;
  height: 2px;
  z-index: -1;
  content: "";
  background: linear-gradient(180deg, rgba(161, 222, 255, 0.14), rgba(207, 241, 255, 0.48));
  filter: blur(1px);
  pointer-events: none;
}

.start-button {
  display: flex;
  width: 112px;
  height: 100%;
  padding: 0 18px 0 13px;
  border: 0;
  border-right: 1px solid rgba(0, 30, 61, .5);
  border-radius: 0 24px 24px 0;
  color: white;
  background:
    radial-gradient(circle at 22% 40%, rgba(145, 213, 255, .3), transparent 25%),
    linear-gradient(180deg, rgba(218, 243, 255, 0.16), transparent 42%),
    linear-gradient(180deg, rgba(39, 126, 188, .46), rgba(5, 56, 101, .54));
  box-shadow:
    inset -1px 0 rgba(196, 230, 252, .34),
    inset 0 1px rgba(255, 255, 255, 0.34),
    3px 0 8px rgba(0,18,38,.28);
  align-items: center;
  gap: 9px;
  font-size: 15px;
  font-style: italic;
  text-shadow: 0 1px 2px #06335c;
}

.start-button:hover,
.start-button[aria-expanded="true"] {
  filter: brightness(1.16);
}

.start-gem {
  display: grid;
  width: 25px;
  height: 25px;
  padding: 2px;
  border: 1px solid rgba(207, 238, 255, .7);
  border-radius: 50%;
  background: rgba(181, 222, 249, .25);
  box-shadow: 0 1px 5px rgba(0,25,49,.5), inset 0 1px rgba(255,255,255,.4);
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  transform: rotate(-7deg);
}

.taskbar-divider {
  width: 1px;
  height: 29px;
  margin: 0 8px;
  background: rgba(172, 210, 239, .25);
  box-shadow: 1px 0 rgba(0, 27, 55, .5);
}

.task-app {
  display: flex;
  width: 182px;
  height: 34px;
  padding: 0 11px;
  border: 1px solid rgba(4, 33, 64, .65);
  border-radius: 5px;
  color: #dceefa;
  background:
    linear-gradient(180deg, rgba(224, 244, 255, 0.12), transparent 48%),
    linear-gradient(180deg, rgba(84, 147, 198, .24), rgba(8, 49, 88, .36));
  box-shadow: inset 0 1px rgba(255,255,255,.22), 0 1px 2px rgba(0, 16, 34, .4);
  align-items: center;
  gap: 9px;
  font-size: 10px;
}

.task-app[hidden] {
  display: none;
}

.appearance-task-app {
  width: 176px;
}

.task-settings-icon {
  display: grid;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  border: 1px solid rgba(219, 242, 255, 0.58);
  border-radius: 5px;
  color: white;
  background: linear-gradient(145deg, #65aee1, #1d5e9a);
  place-items: center;
}

.task-settings-icon svg {
  width: 13px;
  height: 13px;
}

.task-app.is-active {
  color: white;
  background:
    linear-gradient(180deg, rgba(234, 249, 255, 0.22), transparent 48%),
    linear-gradient(180deg, rgba(100, 174, 224, .43), rgba(15, 70, 117, .5));
  box-shadow: inset 0 1px rgba(255,255,255,.34), inset 0 -4px 7px rgba(7,43,76,.34);
}

.mini-app-mark {
  display: grid;
  width: 18px;
  height: 18px;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
}

.taskbar-spacer {
  flex: 1 1 auto;
}

.tray {
  display: flex;
  height: 34px;
  padding: 0 7px;
  border: 1px solid rgba(3, 31, 60, .62);
  border-radius: 17px 4px 4px 17px;
  background:
    linear-gradient(180deg, rgba(222, 242, 253, 0.1), transparent 48%),
    linear-gradient(180deg, rgba(25, 91, 145, .3), rgba(2, 39, 77, .42));
  box-shadow: inset 0 1px rgba(255,255,255,.17);
  align-items: center;
}

.tray button {
  position: relative;
  display: grid;
  width: 26px;
  height: 28px;
  padding: 0;
  border: 0;
  color: #cbe7f8;
  background: transparent;
  place-items: center;
}

.tray button:hover {
  color: white;
}

.tray button svg {
  width: 15px;
  height: 15px;
}

.notification-dot {
  position: absolute;
  top: 4px;
  right: 3px;
  width: 5px;
  height: 5px;
  border: 1px solid #fff0c8;
  border-radius: 50%;
  background: #f4a745;
}

.tray time {
  min-width: 49px;
  padding-left: 6px;
  color: #e7f5fd;
  font-size: 10px;
  text-align: center;
  text-shadow: 0 1px #052d52;
}

.start-menu {
  position: absolute;
  bottom: calc(var(--taskbar-height) + 4px);
  left: 6px;
  width: 360px;
  overflow: hidden;
  border: 1px solid rgba(186, 224, 250, .82);
  border-radius: 14px 14px 8px 8px;
  color: white;
  background:
    radial-gradient(ellipse 90% 45% at 25% 0, rgba(198, 232, 252, 0.3), transparent 65%),
    linear-gradient(90deg, rgba(5, 53, 98, .78), rgba(34, 103, 159, .68)),
    rgba(7, 55, 99, .68);
  box-shadow:
    0 18px 48px rgba(0, 9, 25, .54),
    inset 0 1px rgba(255,255,255,.56),
    inset 0 0 0 1px rgba(3, 40, 75, 0.18);
  -webkit-backdrop-filter: blur(28px) saturate(1.4);
  backdrop-filter: blur(28px) saturate(1.4);
  z-index: 18;
}

.start-menu::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  border-radius: inherit;
  background-image: var(--glass-noise);
  background-size: 128px 128px;
  mix-blend-mode: soft-light;
  opacity: 0.3;
  pointer-events: none;
}

.start-menu[hidden] {
  display: none;
}

.start-menu > header {
  display: flex;
  height: 66px;
  padding: 10px 14px;
  align-items: center;
  gap: 10px;
}

.start-menu > header div {
  display: grid;
}

.start-menu > header strong {
  font-size: 13px;
}

.start-menu > header small {
  color: #b5d2e6;
  font-size: 9px;
}

.start-search {
  position: relative;
  padding: 0 12px 10px;
}

.start-search svg {
  position: absolute;
  top: 8px;
  left: 23px;
  width: 15px;
  height: 15px;
  color: #457a9e;
}

.start-search input {
  width: 100%;
  height: 31px;
  padding: 0 10px 0 34px;
  border: 1px solid rgba(2, 44, 81, .75);
  border-radius: 16px;
  color: #284c66;
  background: linear-gradient(#fff, #e0edf5);
  box-shadow: inset 0 1px 2px rgba(8, 52, 85, .25);
  font-size: 10px;
}

.start-apps {
  display: grid;
  margin: 0 7px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 8px;
  background: rgba(245, 250, 253, .96);
  grid-template-columns: 1fr 1fr;
  gap: 3px;
}

.start-apps button {
  display: flex;
  min-height: 53px;
  padding: 6px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #37566c;
  background: transparent;
  align-items: center;
  gap: 8px;
  text-align: left;
}

.start-apps button:hover {
  border-color: #a7c9e2;
  background: linear-gradient(180deg, #eef8ff, #d9ebf7);
}

.start-icon {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,.74);
  border-radius: 8px;
  color: white;
  box-shadow: 0 2px 4px rgba(35,75,104,.24);
  place-items: center;
}

.start-icon svg {
  width: 19px;
  height: 19px;
}

.start-apps button > span:last-child {
  display: grid;
}

.start-apps strong {
  font-size: 9px;
}

.start-apps small {
  color: #8396a4;
  font-size: 7px;
}

.start-menu > footer {
  display: flex;
  height: 43px;
  padding: 0 12px;
  align-items: center;
  justify-content: space-between;
}

.start-menu > footer button {
  padding: 5px 8px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #d9edf9;
  background: transparent;
  font-size: 9px;
}

.start-menu > footer button:hover {
  border-color: rgba(202, 231, 250, .3);
  background: rgba(255,255,255,.1);
}

.desktop[data-color-scheme="dark"] .app-window {
  border-color: rgba(129, 191, 232, 0.72);
  background: rgba(4, 24, 41, 0.48);
  box-shadow:
    0 27px 70px rgba(0, 4, 12, 0.68),
    0 4px 14px rgba(0, 9, 22, 0.62),
    inset 0 0 0 1px rgba(204, 235, 255, 0.14),
    inset 0 1px rgba(255, 255, 255, 0.3);
}

.desktop[data-color-scheme="dark"] .global-search {
  color: #a9d4f0;
}

.desktop[data-color-scheme="dark"] .global-search input {
  border-color: rgba(6, 38, 66, 0.85);
  color: #e4f2fa;
  background: linear-gradient(180deg, rgba(30, 63, 87, 0.94), rgba(13, 38, 58, 0.94));
  box-shadow: inset 0 1px 4px rgba(0, 9, 20, 0.54), 0 1px rgba(204, 235, 255, 0.24);
}

.desktop[data-color-scheme="dark"] .global-search input::placeholder {
  color: #8aa9bd;
}

.desktop[data-color-scheme="dark"] .global-search kbd {
  border-color: #52758d;
  color: #b9cfdd;
  background: rgba(19, 48, 69, 0.9);
}

.desktop[data-color-scheme="dark"] .view-switcher button.is-active {
  color: #d9effd;
  background: linear-gradient(#3d7196, #1e4b6d);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.24), 0 1px 2px rgba(0, 12, 26, 0.5);
}

.desktop[data-color-scheme="dark"] .window-content {
  background: rgba(6, 25, 39, 0.76);
}

.desktop[data-color-scheme="dark"] .task-pane {
  border-right-color: rgba(96, 153, 193, 0.33);
  background:
    var(--glass-noise),
    radial-gradient(circle at 17% 3%, rgba(95, 155, 196, 0.16), transparent 34%),
    linear-gradient(105deg, rgba(14, 43, 63, 0.94), rgba(8, 29, 45, 0.91)),
    rgba(7, 27, 43, 0.88);
  background-size: 128px 128px, auto, auto, auto;
  box-shadow:
    inset -1px 0 rgba(190, 224, 246, 0.13),
    inset -9px 0 18px rgba(0, 7, 15, 0.16);
}

.desktop[data-color-scheme="dark"] .task-section {
  border-bottom-color: rgba(116, 164, 198, 0.17);
}

.desktop[data-color-scheme="dark"] .task-heading {
  color: #70b9eb;
}

.desktop[data-color-scheme="dark"] .task-heading .chevron,
.desktop[data-color-scheme="dark"] .task-label,
.desktop[data-color-scheme="dark"] .storage-section p {
  color: #7893a6;
}

.desktop[data-color-scheme="dark"] .task-section-body > button {
  color: #80b9df;
}

.desktop[data-color-scheme="dark"] .task-section-body > button:hover,
.desktop[data-color-scheme="dark"] .filter-link.is-selected {
  color: #b8def6;
  background: rgba(81, 156, 207, 0.14);
}

.desktop[data-color-scheme="dark"] .filter-link span {
  color: #87a2b5;
  background: rgba(130, 175, 207, 0.1);
}

.desktop[data-color-scheme="dark"] .storage-meter {
  border-color: #3e6076;
  background: #102b3e;
  box-shadow: inset 0 1px 3px rgba(0, 8, 17, 0.6);
}

.desktop[data-color-scheme="dark"] .archive {
  color: #c1d3df;
  background:
    radial-gradient(circle at 18% 0, rgba(40, 79, 105, 0.24), transparent 45%),
    linear-gradient(180deg, rgba(18, 39, 54, 0.985), rgba(10, 27, 40, 0.98));
  box-shadow: inset 0 1px rgba(193, 226, 246, 0.12);
}

.desktop[data-color-scheme="dark"] .eyebrow {
  color: #789db6;
}

.desktop[data-color-scheme="dark"] .archive h1,
.desktop[data-color-scheme="dark"] .group-heading h2 {
  color: #5cb0ea;
}

.desktop[data-color-scheme="dark"] .archive-summary,
.desktop[data-color-scheme="dark"] .archive-sort label,
.desktop[data-color-scheme="dark"] .message-person small,
.desktop[data-color-scheme="dark"] .message-preview,
.desktop[data-color-scheme="dark"] .message-row time,
.desktop[data-color-scheme="dark"] .item-meta {
  color: #819bab;
}

.desktop[data-color-scheme="dark"] .archive-summary strong,
.desktop[data-color-scheme="dark"] .message-person strong,
.desktop[data-color-scheme="dark"] .item-name {
  color: #b6cedd;
}

.desktop[data-color-scheme="dark"] .archive-sort select {
  border-color: #3a5c72;
  color: #c1d7e5;
  background: linear-gradient(#263f51, #172f41);
}

.desktop[data-color-scheme="dark"] .group-heading {
  border-bottom-color: rgba(93, 145, 180, 0.27);
}

.desktop[data-color-scheme="dark"] .group-heading .count {
  color: #86a5b8;
  background: rgba(92, 137, 167, 0.16);
}

.desktop[data-color-scheme="dark"] .group-heading > button {
  color: #73add4;
}

.desktop[data-color-scheme="dark"] .message-row {
  color: #9fb4c2;
}

.desktop[data-color-scheme="dark"] .message-row:hover,
.desktop[data-color-scheme="dark"] .archive-item:hover {
  border-color: rgba(91, 159, 205, 0.25);
  background: rgba(72, 142, 190, 0.09);
}

.desktop[data-color-scheme="dark"] .selectable.is-selected {
  border-color: #438cc2;
  background: linear-gradient(180deg, rgba(72, 142, 190, 0.25), rgba(37, 102, 149, 0.18));
  box-shadow: inset 0 0 0 1px rgba(185, 225, 249, 0.12);
}

.desktop[data-color-scheme="dark"] .document-preview,
.desktop[data-color-scheme="dark"] .photo-preview {
  border-color: #496477;
  box-shadow: 0 4px 10px rgba(0, 8, 16, 0.48);
}

.desktop[data-color-scheme="dark"] .empty-state {
  color: #829cad;
}

.desktop[data-color-scheme="dark"] .empty-state h2 {
  color: #7db6dc;
}

.desktop[data-color-scheme="dark"] .status-bar {
  border-top-color: #37566b;
  color: #88a2b3;
  background: linear-gradient(#19384e, #102a3d);
  box-shadow: inset 0 1px rgba(203, 232, 249, 0.12);
}

.desktop[data-color-scheme="dark"] .appearance-window {
  border-color: rgba(105, 174, 218, 0.76);
  color: #c5d8e4;
  background: rgba(7, 27, 42, 0.84);
  box-shadow:
    0 30px 76px rgba(0, 4, 13, 0.7),
    0 4px 16px rgba(0, 8, 20, 0.62),
    inset 0 0 0 1px rgba(199, 231, 251, 0.12);
}

.desktop[data-color-scheme="dark"] .appearance-content {
  background: rgba(11, 31, 45, 0.92);
}

.desktop[data-color-scheme="dark"] .settings-nav {
  border-right-color: rgba(91, 143, 179, 0.29);
  background:
    var(--glass-noise),
    radial-gradient(circle at 15% 0, rgba(86, 147, 189, 0.16), transparent 39%),
    linear-gradient(105deg, rgba(18, 49, 70, 0.95), rgba(8, 27, 42, 0.94));
  background-size: 128px 128px, auto, auto;
}

.desktop[data-color-scheme="dark"] .settings-nav > p,
.desktop[data-color-scheme="dark"] .settings-nav small {
  color: #718b9d;
}

.desktop[data-color-scheme="dark"] .settings-nav button {
  color: #8eacbf;
}

.desktop[data-color-scheme="dark"] .settings-nav button.is-active {
  border-color: rgba(83, 153, 203, 0.4);
  color: #a8d7f5;
  background:
    linear-gradient(180deg, rgba(130, 187, 224, 0.12), transparent),
    rgba(48, 116, 165, 0.17);
  box-shadow: inset 0 1px rgba(210, 238, 254, 0.12);
}

.desktop[data-color-scheme="dark"] .wallpaper-settings {
  background:
    radial-gradient(circle at 80% 0, rgba(75, 126, 158, 0.13), transparent 43%),
    linear-gradient(180deg, rgba(18, 42, 58, 0.94), rgba(9, 27, 40, 0.95));
}

.desktop[data-color-scheme="dark"] .wallpaper-settings h2 {
  color: #67b6ea;
}

.desktop[data-color-scheme="dark"] .settings-description {
  color: #8197a6;
}

.desktop[data-color-scheme="dark"] .wallpaper-option {
  border-color: rgba(91, 133, 161, 0.42);
  color: #b8cedb;
  background: linear-gradient(180deg, rgba(37, 65, 83, 0.94), rgba(18, 42, 58, 0.94));
  box-shadow: 0 3px 7px rgba(0, 7, 15, 0.34), inset 0 1px rgba(204, 233, 250, 0.1);
}

.desktop[data-color-scheme="dark"] .wallpaper-option small {
  color: #7f98a8;
}

.desktop[data-color-scheme="dark"] .wallpaper-option.is-selected {
  border-color: #4c9bd2;
  background: linear-gradient(180deg, rgba(44, 89, 119, 0.96), rgba(20, 54, 76, 0.96));
  box-shadow:
    0 0 0 2px rgba(74, 156, 212, 0.16),
    0 4px 9px rgba(0, 7, 15, 0.4),
    inset 0 1px rgba(215, 240, 255, 0.15);
}

.desktop[data-color-scheme="dark"] .scheme-settings {
  border-top-color: rgba(100, 150, 182, 0.22);
}

.desktop[data-color-scheme="dark"] .scheme-settings h3 {
  color: #a3c0d2;
}

.desktop[data-color-scheme="dark"] .scheme-options {
  border-color: rgba(89, 138, 171, 0.4);
  background: rgba(3, 19, 31, 0.4);
  box-shadow: inset 0 1px 3px rgba(0, 4, 10, 0.52);
}

.desktop[data-color-scheme="dark"] .scheme-options button {
  color: #829dad;
}

.desktop[data-color-scheme="dark"] .scheme-options button:hover {
  color: #b4d6ea;
  background: rgba(89, 153, 196, 0.12);
}

.desktop[data-color-scheme="dark"] .scheme-options button.is-selected {
  border-color: rgba(80, 151, 200, 0.5);
  color: #b9dff6;
  background: linear-gradient(180deg, rgba(65, 119, 154, 0.72), rgba(25, 67, 94, 0.78));
  box-shadow: 0 2px 4px rgba(0, 5, 12, 0.42), inset 0 1px rgba(218, 241, 255, 0.15);
}

.desktop[data-color-scheme="dark"] .material-note {
  border-color: rgba(94, 145, 178, 0.26);
  color: #819cac;
  background: rgba(37, 77, 103, 0.28);
}

.desktop[data-color-scheme="dark"] .material-note strong {
  color: #9ac8e5;
}

.desktop[data-color-scheme="dark"] .appearance-footer {
  border-top-color: rgba(86, 133, 164, 0.38);
  color: #829cab;
  background: linear-gradient(180deg, rgba(31, 57, 74, 0.96), rgba(13, 35, 50, 0.98));
  box-shadow: inset 0 1px rgba(198, 228, 246, 0.1);
}

.desktop[data-color-scheme="dark"] .start-search input {
  border-color: rgba(2, 28, 50, 0.86);
  color: #d8eaf5;
  background: linear-gradient(#27465c, #153448);
}

.desktop[data-color-scheme="dark"] .start-search input::placeholder {
  color: #8da6b7;
}

.desktop[data-color-scheme="dark"] .start-search svg {
  color: #91b7cf;
}

.desktop[data-color-scheme="dark"] .start-apps {
  border-color: rgba(160, 207, 236, 0.32);
  background: rgba(10, 30, 45, 0.96);
}

.desktop[data-color-scheme="dark"] .start-apps button {
  color: #bad0dd;
}

.desktop[data-color-scheme="dark"] .start-apps button:hover {
  border-color: #3f7599;
  background: linear-gradient(180deg, #284e68, #173b54);
}

.desktop[data-color-scheme="dark"] .start-apps small {
  color: #7893a5;
}

/* Theme tokens: presets and custom colors share this component mapping. */
.desktop .window-header {
  background:
    linear-gradient(105deg, var(--chrome-light), var(--chrome-deep)),
    var(--accent-800);
}

.desktop .app-window,
.desktop .appearance-window {
  border-color: var(--accent-border);
}

.desktop .window-actions button:not(:last-child) {
  border-left-color: hsl(var(--theme-h) 58% 18% / 0.36);
  background:
    linear-gradient(180deg, hsl(var(--theme-h) 72% 90% / 0.36), transparent 48%),
    linear-gradient(180deg, hsl(var(--theme-h) 52% 57% / 0.48), hsl(var(--theme-h) 58% 24% / 0.4));
}

.desktop .appearance-titlebar {
  background:
    var(--glass-noise),
    radial-gradient(ellipse 50% 100% at 18% 0, hsl(var(--theme-h) 72% 88% / 0.36), transparent 68%),
    linear-gradient(180deg, var(--chrome-light), var(--chrome-deep));
  background-size: 128px 128px, auto, auto;
}

.desktop .settings-mark,
.desktop .task-settings-icon {
  background:
    linear-gradient(180deg, hsl(var(--theme-h) 70% 92% / 0.32), transparent 45%),
    linear-gradient(145deg, var(--accent-400), var(--accent-800));
}

.desktop .menu-bar {
  background:
    linear-gradient(180deg, hsl(var(--theme-h) 70% 88% / 0.12), transparent 50%),
    hsl(var(--theme-h) var(--theme-s) 22% / 0.48);
}

.desktop .command-bar {
  background:
    linear-gradient(180deg, hsl(var(--theme-h) 70% 88% / 0.18), transparent 43%),
    linear-gradient(90deg, hsl(var(--theme-h) var(--theme-s) 44% / 0.65), hsl(var(--theme-h) var(--theme-s) 24% / 0.58));
}

.desktop .orb-button,
.desktop .now-playing > button,
.desktop .rail-toggle {
  background:
    radial-gradient(circle at 34% 22%, rgba(255, 255, 255, 0.9), transparent 15%),
    linear-gradient(180deg, hsl(var(--theme-h) 70% 92% / 0.35), transparent 46%),
    linear-gradient(180deg, var(--accent-400), var(--accent-800));
}

.desktop .place-icon {
  background:
    radial-gradient(circle at 34% 22%, rgba(255, 255, 255, 0.92), transparent 14%),
    linear-gradient(180deg, hsl(var(--theme-h) 72% 92% / 0.32), transparent 47%),
    radial-gradient(circle at 50% 80%, var(--accent-950), transparent 65%),
    linear-gradient(150deg, var(--accent-300), var(--accent-900));
}

.desktop .place::after {
  background: var(--accent-200);
  box-shadow: 0 0 6px var(--accent-glow);
}

.desktop .places-bar {
  border-bottom-color: hsl(var(--theme-h) 55% 24% / 0.55);
  background:
    linear-gradient(180deg, hsl(var(--theme-h) 64% 74% / 0.13), hsl(var(--theme-h) 58% 25% / 0.1)),
    linear-gradient(90deg, hsl(var(--theme-h) 68% 82% / 0.08), transparent 45%);
}

.desktop .global-search {
  color: var(--accent-800);
}

.desktop .global-search input {
  border-color: var(--accent-800);
  color: hsl(var(--theme-h) 35% 26%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), var(--accent-100));
  box-shadow: inset 0 1px 3px hsl(var(--theme-h) 60% 24% / 0.28), 0 1px rgba(255, 255, 255, 0.38);
}

.desktop .global-search input::placeholder {
  color: hsl(var(--theme-h) 24% 52%);
}

.desktop .global-search:focus-within input {
  border-color: var(--accent-500);
  box-shadow:
    0 0 0 2px var(--accent-wash),
    inset 0 1px 3px hsl(var(--theme-h) 55% 23% / 0.22);
}

.desktop .global-search kbd {
  border-color: hsl(var(--theme-h) 30% 70%);
  color: hsl(var(--theme-h) 22% 47%);
  background: hsl(var(--theme-h) 40% 97% / 0.74);
  box-shadow: 0 1px 1px hsl(var(--theme-h) 45% 25% / 0.16);
}

.desktop .breadcrumb {
  border-color: hsl(var(--theme-h) 62% 17% / 0.55);
  background: linear-gradient(180deg, hsl(var(--theme-h) 65% 16% / 0.65), hsl(var(--theme-h) 48% 48% / 0.34));
  box-shadow:
    inset 0 1px 2px hsl(var(--theme-h) 60% 12% / 0.42),
    0 1px hsl(var(--theme-h) 68% 84% / 0.2);
}

.desktop .breadcrumb button {
  color: var(--accent-200);
}

.desktop .view-switcher {
  border-color: hsl(var(--theme-h) 58% 20% / 0.52);
  background: hsl(var(--theme-h) 60% 21% / 0.38);
}

.desktop .view-switcher button {
  color: var(--accent-200);
}

.desktop .view-switcher button.is-active {
  color: var(--accent-800);
  background: linear-gradient(#fff, var(--accent-100));
}

.desktop .task-heading,
.desktop .archive h1,
.desktop .group-heading h2,
.desktop .wallpaper-settings h2 {
  color: var(--accent-600);
}

.desktop .task-section-body > button,
.desktop .filter-link,
.desktop .group-heading > button {
  color: var(--accent-700);
}

.desktop .task-section-body > button:hover,
.desktop .filter-link.is-selected {
  color: var(--accent-800);
  background: var(--accent-wash);
}

.desktop .storage-meter span {
  background: linear-gradient(180deg, var(--accent-300), var(--accent-600));
}

.desktop .storage-meter {
  border-color: hsl(var(--theme-h) 24% 68%);
  background: hsl(var(--theme-h) 26% 88%);
  box-shadow: inset 0 1px 2px hsl(var(--theme-h) 28% 32% / 0.24);
}

.desktop .archive-sort select {
  border-color: hsl(var(--theme-h) 26% 74%);
  color: hsl(var(--theme-h) 30% 38%);
  background: linear-gradient(#fff, var(--accent-100));
}

.desktop .group-orb--mail,
.desktop .material-note-icon {
  background: linear-gradient(145deg, var(--accent-300), var(--accent-700) 65%, var(--accent-900));
}

.desktop .selection-check,
.desktop .appearance-footer button {
  border-color: var(--accent-800);
  background:
    linear-gradient(180deg, hsl(var(--theme-h) 70% 94% / 0.3), transparent 46%),
    linear-gradient(180deg, var(--accent-400), var(--accent-700));
}

.desktop .wallpaper-option.is-selected,
.desktop .scheme-options button.is-selected {
  border-color: var(--accent-600);
  box-shadow:
    0 0 0 2px var(--accent-wash),
    0 3px 7px rgba(16, 48, 72, 0.16),
    inset 0 1px rgba(255, 255, 255, 0.75);
}

.desktop .wallpaper-option {
  border-color: hsl(var(--theme-h) 24% 72% / 0.42);
  color: hsl(var(--theme-h) 28% 36%);
  background: linear-gradient(180deg, var(--surface-light-1), var(--surface-light-2));
  box-shadow:
    0 2px 5px hsl(var(--theme-h) 34% 24% / 0.12),
    inset 0 1px rgba(255, 255, 255, 0.84);
}

.desktop .wallpaper-option:hover {
  border-color: var(--accent-border);
}

.desktop .wallpaper-option.is-selected {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), var(--accent-100));
}

.desktop .wallpaper-option small {
  color: hsl(var(--theme-h) 16% 55%);
}

.desktop .wallpaper-preview {
  border-color: hsl(var(--theme-h) 30% 31% / 0.44);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.2),
    0 2px 5px hsl(var(--theme-h) 38% 18% / 0.2);
}

.desktop .wallpaper-preview i {
  border-color: hsl(var(--theme-h) 62% 92% / 0.72);
  background:
    linear-gradient(180deg, var(--chrome-light) 0 28%, hsl(var(--theme-h) 48% 97% / 0.84) 28%);
  box-shadow: 0 2px 5px hsl(var(--theme-h) 58% 13% / 0.36);
}

.desktop .accent-settings,
.desktop .scheme-settings {
  border-top-color: hsl(var(--theme-h) 25% 68% / 0.28);
}

.desktop .accent-settings h3,
.desktop .scheme-settings h3 {
  color: hsl(var(--theme-h) 28% 39%);
}

.desktop .accent-options,
.desktop .scheme-options {
  border-color: hsl(var(--theme-h) 26% 68% / 0.42);
  background: hsl(var(--theme-h) 30% 88% / 0.42);
  box-shadow: inset 0 1px 2px hsl(var(--theme-h) 35% 28% / 0.12);
}

.desktop .scheme-options button {
  color: hsl(var(--theme-h) 20% 48%);
}

.desktop .scheme-options button:hover {
  color: hsl(var(--theme-h) 35% 34%);
  background: hsl(var(--theme-h) 50% 100% / 0.34);
}

.desktop .scheme-options button.is-selected {
  color: var(--accent-800);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), var(--accent-100));
}

.desktop .scheme-swatch {
  border-color: hsl(var(--theme-h) 30% 32% / 0.48);
  background: var(--surface-light-2);
}

.desktop .scheme-swatch::before {
  background: var(--accent-600);
}

.desktop .scheme-swatch i {
  box-shadow: -6px 0 hsl(var(--theme-h) 24% 86%);
}

.desktop .scheme-swatch--dark {
  background: var(--surface-dark-2);
}

.desktop .scheme-swatch--dark::before {
  background: var(--accent-700);
}

.desktop .scheme-swatch--dark i {
  background: var(--surface-dark-3);
  box-shadow: -6px 0 var(--surface-dark-1);
}

.desktop .scheme-swatch--system {
  background: linear-gradient(90deg, var(--surface-light-2) 0 50%, var(--surface-dark-2) 50%);
}

.desktop .scheme-swatch--system i {
  background: linear-gradient(90deg, #fff 0 50%, var(--surface-dark-3) 50%);
  box-shadow: -6px 0 hsl(var(--theme-h) 14% 68%);
}

.desktop .material-note {
  border-color: hsl(var(--theme-h) 26% 68% / 0.32);
  color: hsl(var(--theme-h) 20% 48%);
  background:
    radial-gradient(circle at 8% 0, rgba(255, 255, 255, 0.62), transparent 34%),
    linear-gradient(105deg, hsl(var(--theme-h) 36% 96% / 0.72), hsl(var(--theme-h) 30% 89% / 0.62));
}

.desktop .settings-nav button.is-active {
  border-color: var(--accent-border);
  color: var(--accent-800);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.5), transparent),
    var(--accent-wash);
}

.desktop .settings-nav {
  border-right-color: hsl(var(--theme-h) 28% 72% / 0.38);
  color: hsl(var(--theme-h) 24% 39%);
  background:
    var(--glass-noise),
    radial-gradient(circle at 15% 0, rgba(255, 255, 255, 0.84), transparent 39%),
    linear-gradient(105deg, var(--surface-light-1), var(--surface-light-3));
  background-size: 128px 128px, auto, auto;
}

.desktop .settings-nav > p {
  color: hsl(var(--theme-h) 18% 49%);
}

.desktop .settings-nav button {
  color: hsl(var(--theme-h) 25% 40%);
}

.desktop .settings-nav button:hover {
  background: var(--accent-wash);
}

.desktop .settings-nav button:disabled:hover {
  background: transparent;
}

.desktop .settings-nav small {
  color: hsl(var(--theme-h) 16% 55%);
}

.desktop .settings-nav button > svg,
.desktop .scheme-options button.is-selected,
.desktop .material-note strong {
  color: var(--accent-700);
}

.desktop .activity-rail {
  border-left-color: hsl(var(--theme-h) 65% 84% / 0.7);
  background:
    var(--glass-noise),
    radial-gradient(ellipse 135% 48% at 100% 0, hsl(var(--theme-h) 62% 78% / 0.2), transparent 62%),
    linear-gradient(90deg, hsl(var(--theme-h) 52% 10% / 0.42), hsl(var(--theme-h) var(--theme-s) 37% / 0.26)),
    hsl(var(--theme-h) 48% 20% / 0.2);
  background-size: 128px 128px, auto, auto, auto;
}

.desktop .activity-rail::after {
  background: linear-gradient(
    180deg,
    hsl(var(--theme-h) 70% 96% / 0.8),
    hsl(var(--theme-h) 64% 76% / 0.35) 42%,
    hsl(var(--theme-h) 70% 94% / 0.58)
  );
  box-shadow: 1px 0 5px var(--accent-glow);
}

.desktop .rail-section > header {
  background:
    linear-gradient(180deg, hsl(var(--theme-h) 70% 91% / 0.1), transparent 48%),
    linear-gradient(180deg, hsl(var(--theme-h) 42% 56% / 0.11), hsl(var(--theme-h) 52% 22% / 0.07));
}

.desktop .rail-section > header button,
.desktop .inbox-section > button > svg {
  color: var(--accent-200);
}

.desktop .person:hover,
.desktop .inbox-section > button:hover {
  background: hsl(var(--theme-h) 58% 77% / 0.13);
}

.desktop .person small,
.desktop .dayline small,
.desktop .inbox-section small,
.desktop .track-info span {
  color: hsl(var(--theme-h) 42% 77%);
}

.desktop .dayline time {
  color: var(--accent-300);
}

.desktop .dayline span {
  border-left-color: var(--accent-400);
}

.desktop .rail-badge {
  color: var(--accent-900);
  background: var(--accent-100);
}

.desktop .track-progress {
  background: hsl(var(--theme-h) 62% 12% / 0.58);
}

.desktop .track-progress span {
  background: var(--accent-300);
  box-shadow: 0 0 4px var(--accent-glow);
}

.desktop .taskbar {
  background:
    var(--glass-noise),
    linear-gradient(180deg, hsl(var(--theme-h) 70% 91% / 0.27) 0, hsl(var(--theme-h) 52% 49% / 0.35) 11%, hsl(var(--theme-h) 64% 20% / 0.47) 58%, hsl(var(--theme-h) 62% 10% / 0.56)),
    hsl(var(--theme-h) 60% 17% / 0.2);
  background-size: 128px 128px, auto, auto;
}

.desktop .taskbar::before {
  background: linear-gradient(180deg, hsl(var(--theme-h) 74% 90% / 0.2), transparent);
}

.desktop .taskbar::after {
  background: linear-gradient(180deg, hsl(var(--theme-h) 72% 77% / 0.14), hsl(var(--theme-h) 76% 88% / 0.48));
}

.desktop .taskbar-divider {
  background: hsl(var(--theme-h) 38% 74% / 0.25);
  box-shadow: 1px 0 hsl(var(--theme-h) 64% 12% / 0.5);
}

.desktop .start-button {
  background:
    radial-gradient(circle at 22% 40%, hsl(var(--theme-h) 78% 77% / 0.3), transparent 25%),
    linear-gradient(180deg, hsl(var(--theme-h) 72% 92% / 0.16), transparent 42%),
    linear-gradient(180deg, hsl(var(--theme-h) var(--theme-s) 45% / 0.48), hsl(var(--theme-h) var(--theme-s) 22% / 0.56));
}

.desktop .start-gem {
  border-color: hsl(var(--theme-h) 70% 88% / 0.7);
  background: hsl(var(--theme-h) 62% 82% / 0.24);
}

.desktop .task-app {
  border-color: hsl(var(--theme-h) 60% 13% / 0.62);
  color: hsl(var(--theme-h) 58% 89%);
  background:
    linear-gradient(180deg, hsl(var(--theme-h) 70% 94% / 0.11), transparent 48%),
    linear-gradient(180deg, hsl(var(--theme-h) 38% 48% / 0.23), hsl(var(--theme-h) 58% 18% / 0.36));
}

.desktop .task-app.is-active {
  background:
    linear-gradient(180deg, hsl(var(--theme-h) 72% 94% / 0.2), transparent 48%),
    linear-gradient(180deg, hsl(var(--theme-h) 58% 62% / 0.43), hsl(var(--theme-h) 58% 27% / 0.52));
}

.desktop .tray {
  border-color: hsl(var(--theme-h) 62% 12% / 0.62);
  background:
    linear-gradient(180deg, hsl(var(--theme-h) 72% 92% / 0.1), transparent 48%),
    linear-gradient(180deg, hsl(var(--theme-h) 54% 33% / 0.3), hsl(var(--theme-h) 62% 15% / 0.42));
}

.desktop .tray button {
  color: var(--accent-200);
}

.desktop .tray button:hover {
  color: hsl(var(--theme-h) 78% 94%);
  filter: drop-shadow(0 0 3px var(--accent-glow));
}

.desktop .tray time {
  color: hsl(var(--theme-h) 66% 92%);
  text-shadow: 0 1px hsl(var(--theme-h) 65% 12%);
}

.desktop .start-menu {
  border-color: hsl(var(--theme-h) 58% 84% / 0.82);
  background:
    radial-gradient(ellipse 90% 45% at 25% 0, hsl(var(--theme-h) 64% 84% / 0.28), transparent 65%),
    linear-gradient(90deg, hsl(var(--theme-h) 60% 20% / 0.8), hsl(var(--theme-h) 52% 42% / 0.68)),
    hsl(var(--theme-h) 58% 22% / 0.68);
  box-shadow:
    0 18px 48px hsl(var(--theme-h) 62% 5% / 0.54),
    inset 0 1px hsl(var(--theme-h) 70% 96% / 0.56),
    inset 0 0 0 1px hsl(var(--theme-h) 58% 17% / 0.18);
}

.desktop .start-menu > header small {
  color: hsl(var(--theme-h) 48% 84%);
}

.desktop .start-search svg {
  color: var(--accent-700);
}

.desktop .start-search input {
  border-color: hsl(var(--theme-h) 60% 20% / 0.72);
  color: hsl(var(--theme-h) 30% 30%);
  background: linear-gradient(#fff, var(--accent-100));
  box-shadow: inset 0 1px 2px hsl(var(--theme-h) 46% 27% / 0.23);
}

.desktop .start-apps {
  border-color: hsl(var(--theme-h) 42% 100% / 0.48);
  background:
    radial-gradient(circle at 18% 0, rgba(255, 255, 255, 0.92), transparent 44%),
    linear-gradient(145deg, var(--surface-light-1), var(--surface-light-2));
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.72),
    0 1px 5px hsl(var(--theme-h) 34% 22% / 0.12);
}

.desktop .start-apps button {
  color: hsl(var(--theme-h) 27% 34%);
}

.desktop .start-apps button:hover {
  border-color: hsl(var(--theme-h) 42% 72%);
  background: linear-gradient(180deg, var(--surface-light-1), var(--accent-100));
}

.desktop .start-apps small {
  color: hsl(var(--theme-h) 15% 55%);
}

.desktop .start-menu > footer button {
  color: hsl(var(--theme-h) 54% 91%);
}

.desktop .start-menu > footer button:hover {
  border-color: hsl(var(--theme-h) 52% 85% / 0.3);
  background: hsl(var(--theme-h) 62% 94% / 0.1);
}

.desktop .status-bar,
.desktop .appearance-footer {
  border-top-color: hsl(var(--theme-h) 28% 72%);
  color: hsl(var(--theme-h) 20% 50%);
  background: linear-gradient(var(--accent-100), hsl(var(--theme-h) 32% 86%));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.84);
}

.desktop[data-color-scheme="light"] .task-pane {
  background:
    var(--glass-noise),
    radial-gradient(circle at 17% 3%, rgba(255, 255, 255, 0.83), transparent 34%),
    linear-gradient(105deg, var(--surface-light-1), var(--surface-light-3)),
    var(--surface-light-2);
  background-size: 128px 128px, auto, auto, auto;
}

.desktop[data-color-scheme="light"] .appearance-content {
  background: var(--surface-light-1);
}

.desktop[data-color-scheme="light"] .wallpaper-settings {
  background:
    radial-gradient(circle at 80% 0, rgba(255, 255, 255, 0.78), transparent 43%),
    linear-gradient(180deg, var(--surface-light-1), var(--surface-light-2));
}

.desktop[data-color-scheme="light"] .archive {
  background:
    radial-gradient(circle at 20% 0, rgba(255, 255, 255, 0.98), transparent 45%),
    linear-gradient(180deg, var(--surface-light-1), var(--surface-light-2));
}

.desktop[data-color-scheme="dark"] .window-content,
.desktop[data-color-scheme="dark"] .appearance-content {
  background: var(--surface-dark-1);
}

.desktop[data-color-scheme="dark"] .app-window,
.desktop[data-color-scheme="dark"] .appearance-window {
  border-color: var(--accent-border);
  background: hsl(var(--theme-h) 34% 8% / 0.82);
}

.desktop[data-color-scheme="dark"] .global-search {
  color: var(--accent-300);
}

.desktop[data-color-scheme="dark"] .global-search input {
  border-color: hsl(var(--theme-h) 56% 22% / 0.88);
  color: hsl(var(--theme-h) 46% 91%);
  background: linear-gradient(180deg, hsl(var(--theme-h) 30% 23% / 0.96), hsl(var(--theme-h) 35% 12% / 0.96));
  box-shadow:
    inset 0 1px 4px hsl(var(--theme-h) 55% 5% / 0.56),
    0 1px hsl(var(--theme-h) 62% 84% / 0.2);
}

.desktop[data-color-scheme="dark"] .global-search input::placeholder {
  color: hsl(var(--theme-h) 26% 65%);
}

.desktop[data-color-scheme="dark"] .global-search kbd {
  border-color: hsl(var(--theme-h) 26% 43%);
  color: hsl(var(--theme-h) 31% 76%);
  background: hsl(var(--theme-h) 32% 16% / 0.92);
}

.desktop[data-color-scheme="dark"] .view-switcher button.is-active {
  color: var(--accent-100);
  background: linear-gradient(hsl(var(--theme-h) 38% 42%), hsl(var(--theme-h) 45% 24%));
}

.desktop[data-color-scheme="dark"] .task-pane,
.desktop[data-color-scheme="dark"] .settings-nav {
  border-color: hsl(var(--theme-h) 35% 48% / 0.32);
  background:
    var(--glass-noise),
    radial-gradient(circle at 17% 3%, hsl(var(--theme-h) 50% 63% / 0.14), transparent 35%),
    linear-gradient(105deg, var(--surface-dark-3), var(--surface-dark-1));
  background-size: 128px 128px, auto, auto;
}

.desktop[data-color-scheme="dark"] .task-section {
  border-bottom-color: hsl(var(--theme-h) 30% 52% / 0.17);
}

.desktop[data-color-scheme="dark"] .archive,
.desktop[data-color-scheme="dark"] .wallpaper-settings {
  background:
    radial-gradient(circle at 18% 0, hsl(var(--theme-h) 45% 43% / 0.14), transparent 45%),
    linear-gradient(180deg, var(--surface-dark-2), var(--surface-dark-1));
}

.desktop[data-color-scheme="dark"] .archive h1,
.desktop[data-color-scheme="dark"] .group-heading h2,
.desktop[data-color-scheme="dark"] .wallpaper-settings h2,
.desktop[data-color-scheme="dark"] .task-heading {
  color: var(--accent-400);
}

.desktop[data-color-scheme="dark"] .task-section-body > button,
.desktop[data-color-scheme="dark"] .group-heading > button {
  color: var(--accent-300);
}

.desktop[data-color-scheme="dark"] .task-section-body > button:hover,
.desktop[data-color-scheme="dark"] .filter-link.is-selected {
  color: var(--accent-200);
  background: var(--accent-wash);
}

.desktop[data-color-scheme="dark"] .selectable.is-selected {
  border-color: var(--accent-600);
  background: linear-gradient(180deg, var(--accent-selection), hsl(var(--theme-h) var(--theme-s) 35% / 0.16));
}

.desktop[data-color-scheme="dark"] .storage-meter {
  border-color: hsl(var(--theme-h) 27% 37%);
  background: hsl(var(--theme-h) 34% 13%);
  box-shadow: inset 0 1px 3px hsl(var(--theme-h) 54% 4% / 0.62);
}

.desktop[data-color-scheme="dark"] .archive-sort select {
  border-color: hsl(var(--theme-h) 25% 36%);
  color: hsl(var(--theme-h) 35% 82%);
  background: linear-gradient(hsl(var(--theme-h) 27% 25%), hsl(var(--theme-h) 31% 15%));
}

.desktop[data-color-scheme="dark"] .wallpaper-option.is-selected,
.desktop[data-color-scheme="dark"] .scheme-options button.is-selected {
  border-color: var(--accent-500);
  background: linear-gradient(180deg, hsl(var(--theme-h) 34% 29% / 0.96), hsl(var(--theme-h) 32% 18% / 0.96));
}

.desktop[data-color-scheme="dark"] .wallpaper-option {
  border-color: hsl(var(--theme-h) 26% 42% / 0.46);
  color: hsl(var(--theme-h) 24% 79%);
  background: linear-gradient(180deg, var(--surface-dark-3), var(--surface-dark-2));
  box-shadow:
    0 3px 7px hsl(var(--theme-h) 58% 4% / 0.34),
    inset 0 1px hsl(var(--theme-h) 48% 88% / 0.1);
}

.desktop[data-color-scheme="dark"] .wallpaper-option:hover {
  border-color: var(--accent-border);
}

.desktop[data-color-scheme="dark"] .wallpaper-option small {
  color: hsl(var(--theme-h) 18% 59%);
}

.desktop[data-color-scheme="dark"] .accent-options,
.desktop[data-color-scheme="dark"] .scheme-options {
  border-color: hsl(var(--theme-h) 30% 52% / 0.4);
  background: hsl(var(--theme-h) 36% 8% / 0.45);
  box-shadow: inset 0 1px 3px hsl(var(--theme-h) 54% 4% / 0.52);
}

.desktop[data-color-scheme="dark"] .scheme-options button {
  color: hsl(var(--theme-h) 20% 62%);
}

.desktop[data-color-scheme="dark"] .scheme-options button:hover {
  color: hsl(var(--theme-h) 34% 82%);
  background: hsl(var(--theme-h) 42% 53% / 0.14);
}

.desktop[data-color-scheme="dark"] .scheme-options button.is-selected {
  color: var(--accent-200);
}

.desktop[data-color-scheme="dark"] .material-note {
  border-color: hsl(var(--theme-h) 28% 50% / 0.3);
  color: hsl(var(--theme-h) 20% 64%);
  background:
    radial-gradient(circle at 8% 0, hsl(var(--theme-h) 42% 58% / 0.12), transparent 34%),
    linear-gradient(105deg, hsl(var(--theme-h) 30% 19% / 0.72), hsl(var(--theme-h) 34% 11% / 0.76));
}

.desktop[data-color-scheme="dark"] .material-note strong {
  color: var(--accent-300);
}

.desktop[data-color-scheme="dark"] .settings-nav button.is-active {
  border-color: var(--accent-border);
  color: var(--accent-200);
  background:
    linear-gradient(180deg, hsl(var(--theme-h) 55% 70% / 0.1), transparent),
    var(--accent-wash);
}

.desktop[data-color-scheme="dark"] .settings-nav > p,
.desktop[data-color-scheme="dark"] .settings-nav small {
  color: hsl(var(--theme-h) 18% 59%);
}

.desktop[data-color-scheme="dark"] .settings-nav button {
  color: hsl(var(--theme-h) 25% 69%);
}

.desktop[data-color-scheme="dark"] .settings-nav button > svg {
  color: var(--accent-300);
}

.desktop[data-color-scheme="dark"] .settings-nav button:hover {
  background: var(--accent-wash);
}

.desktop[data-color-scheme="dark"] .settings-nav button:disabled:hover {
  background: transparent;
}

.desktop[data-color-scheme="dark"] .accent-settings,
.desktop[data-color-scheme="dark"] .scheme-settings {
  border-top-color: hsl(var(--theme-h) 28% 55% / 0.22);
}

.desktop[data-color-scheme="dark"] .accent-settings h3,
.desktop[data-color-scheme="dark"] .scheme-settings h3 {
  color: hsl(var(--theme-h) 36% 76%);
}

.desktop[data-color-scheme="dark"] .accent-options {
  border-color: hsl(var(--theme-h) 30% 52% / 0.4);
  background: hsl(var(--theme-h) 36% 8% / 0.45);
}

.desktop[data-color-scheme="dark"] .accent-options button:hover,
.desktop[data-color-scheme="dark"] .custom-accent:hover {
  background: hsl(var(--theme-h) 42% 53% / 0.14);
}

.desktop[data-color-scheme="dark"] .accent-options button.is-selected,
.desktop[data-color-scheme="dark"] .custom-accent.is-selected {
  background: hsl(var(--theme-h) 38% 29% / 0.72);
}

.desktop[data-color-scheme="dark"] .status-bar,
.desktop[data-color-scheme="dark"] .appearance-footer {
  border-top-color: hsl(var(--theme-h) 25% 34%);
  color: hsl(var(--theme-h) 24% 65%);
  background: linear-gradient(hsl(var(--theme-h) 30% 21%), hsl(var(--theme-h) 34% 13%));
  box-shadow: inset 0 1px hsl(var(--theme-h) 55% 88% / 0.1);
}

.desktop[data-color-scheme="dark"] .start-search svg {
  color: var(--accent-300);
}

.desktop[data-color-scheme="dark"] .start-search input {
  border-color: hsl(var(--theme-h) 55% 14% / 0.86);
  color: hsl(var(--theme-h) 40% 88%);
  background: linear-gradient(hsl(var(--theme-h) 29% 27%), hsl(var(--theme-h) 34% 15%));
}

.desktop[data-color-scheme="dark"] .start-search input::placeholder {
  color: hsl(var(--theme-h) 24% 66%);
}

.desktop[data-color-scheme="dark"] .start-menu {
  border-color: hsl(var(--theme-h) 52% 66% / 0.66);
}

.desktop[data-color-scheme="dark"] .start-menu > header small {
  color: hsl(var(--theme-h) 35% 72%);
}

.desktop[data-color-scheme="dark"] .start-apps {
  border-color: hsl(var(--theme-h) 40% 68% / 0.3);
  background:
    radial-gradient(circle at 18% 0, hsl(var(--theme-h) 40% 55% / 0.13), transparent 44%),
    linear-gradient(145deg, var(--surface-dark-3), var(--surface-dark-1));
  box-shadow:
    inset 0 1px hsl(var(--theme-h) 48% 88% / 0.12),
    0 2px 7px hsl(var(--theme-h) 58% 4% / 0.34);
}

.desktop[data-color-scheme="dark"] .start-apps button {
  color: hsl(var(--theme-h) 26% 79%);
}

.desktop[data-color-scheme="dark"] .start-apps button:hover {
  border-color: hsl(var(--theme-h) 38% 42%);
  background: linear-gradient(180deg, var(--surface-dark-3), hsl(var(--theme-h) 32% 15%));
}

.desktop[data-color-scheme="dark"] .start-apps small {
  color: hsl(var(--theme-h) 18% 59%);
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .desktop .window-header {
    background:
      linear-gradient(180deg, var(--chrome-light), var(--chrome-deep)),
      var(--accent-800);
  }

  .desktop .task-pane {
    background:
      var(--glass-noise),
      linear-gradient(105deg, var(--surface-light-1), var(--surface-light-3));
  }

  .desktop .activity-rail {
    background:
      linear-gradient(90deg, hsl(var(--theme-h) 58% 17% / 0.97), hsl(var(--theme-h) 52% 36% / 0.95)),
      var(--accent-900);
  }

  .desktop .taskbar,
  .desktop .start-menu {
    background-color: var(--accent-900);
  }
}

@media (max-width: 1220px) {
  :root {
    --rail-width: 228px;
  }

  .app-window {
    left: 66px;
  }

  .place {
    min-width: 60px;
  }

  .place:nth-child(4) {
    display: none;
  }

  .global-search {
    width: 180px;
  }

  .archive {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (max-width: 1024px) {
  .activity-rail {
    transform: translateX(100%);
  }

  .activity-rail.is-open {
    transform: translateX(0);
  }

  .rail-toggle {
    right: 10px;
    display: grid;
  }

  .activity-rail.is-open + .rail-toggle {
    right: calc(var(--rail-width) + 10px);
  }

  .app-window {
    right: 20px;
    left: 56px;
  }

  .appearance-window {
    top: 70px;
    width: min(660px, calc(100vw - 100px));
    height: min(610px, calc(100vh - var(--taskbar-height) - 90px));
  }

  .wallpaper-credit {
    right: 30px;
  }
}

@media (max-width: 820px) {
  .app-window {
    top: 12px;
    right: 10px;
    bottom: calc(var(--taskbar-height) + 10px);
    left: 10px;
    min-width: 0;
    border-radius: 12px;
  }

  .appearance-window {
    top: 75px;
    width: calc(100vw - 40px);
    min-width: 0;
  }

  .desktop-shortcuts {
    display: none;
  }

  .places-bar {
    min-height: 73px;
    padding: 5px 8px;
  }

  .history-controls {
    min-width: 61px;
  }

  .orb-button {
    width: 34px;
    height: 34px;
  }

  .places .place:nth-child(n+4) {
    display: none;
  }

  .place-icon {
    width: 36px;
    height: 36px;
  }

  .place-icon svg {
    width: 19px;
    height: 19px;
  }

  .global-search {
    width: clamp(140px, 26vw, 200px);
  }

  .global-search kbd {
    display: none;
  }

  .global-search input {
    padding-right: 12px;
  }

  .task-pane {
    width: 170px;
    flex-basis: 170px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .task-heading > span {
    font-size: 13px;
  }

  .archive {
    padding: 17px 18px 40px;
  }

  .item-grid {
    grid-template-columns: repeat(3, minmax(90px, 1fr));
  }

  .item-grid .archive-item:nth-child(4) {
    display: none;
  }

  .message-row {
    grid-template-columns: 31px minmax(90px, .75fr) minmax(120px, 1.5fr);
  }

  .message-row time {
    display: none;
  }
}

@media (max-width: 620px) {
  .task-pane {
    display: none;
  }

  .appearance-window {
    top: 38px;
    width: calc(100vw - 20px);
    height: min(510px, calc(100vh - var(--taskbar-height) - 55px));
  }

  .appearance-content {
    display: block;
    overflow: auto;
  }

  .settings-nav {
    display: none;
  }

  .wallpaper-settings {
    padding: 20px;
  }

  .wallpaper-options {
    grid-template-columns: 1fr;
  }

  .wallpaper-preview {
    aspect-ratio: 2.25 / 1;
  }

  .place:nth-child(n+3) {
    display: none;
  }

  .global-search {
    flex: 1 1 auto;
  }

  .places {
    flex: 0 0 auto;
  }

  .menu-bar > button:nth-child(n+3),
  .menu-separator {
    display: none;
  }

  .command-bar > button:not(.command-primary) {
    display: none;
  }

  .archive-sort {
    display: none;
  }

  .archive h1 {
    font-size: 23px;
  }

  .item-grid {
    grid-template-columns: repeat(2, minmax(90px, 1fr));
  }

  .item-grid .archive-item:nth-child(4) {
    display: grid;
  }

  .message-preview {
    display: none;
  }

  .message-row {
    grid-template-columns: 31px 1fr auto;
  }

  .message-row time {
    display: block;
  }

  .start-menu {
    right: 5px;
    width: auto;
  }

  .task-app {
    width: 45px;
    padding: 0;
    justify-content: center;
  }

  .appearance-task-app {
    width: 45px;
  }

  .task-app > span:last-child {
    display: none;
  }

  .tray button:nth-child(-n+2) {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
