:root {
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  color: #fff;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html, body { width: 100%; min-height: 100%; margin: 0; }
body { min-height: 100vh; overflow: hidden; background: #0b5f99; }

.desktop {
  position: relative;
  min-height: calc(100vh - 48px);
  padding: 24px 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 34%, rgba(255,255,255,.30) 0 1.5%, transparent 1.7%),
    radial-gradient(ellipse at 76% 54%, rgba(126,215,255,.44) 0 11%, transparent 31%),
    linear-gradient(132deg, transparent 0 46%, rgba(255,255,255,.18) 47% 49%, transparent 50% 100%),
    linear-gradient(25deg, rgba(51,142,37,.93) 0 15%, rgba(87,168,50,.72) 15.2% 22%, transparent 22.2%),
    linear-gradient(145deg, #0c88cf 0%, #076aaa 45%, #0c477d 100%);
}

.desktop::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 42%, rgba(255,255,255,.32), transparent 20%),
    radial-gradient(circle at 75% 55%, rgba(173,231,255,.18), transparent 33%);
  mix-blend-mode: screen;
}

.desktop-icons {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(1, 112px);
  grid-auto-rows: 112px;
  gap: 10px 8px;
  width: max-content;
}

.shortcut {
  width: 104px;
  min-height: 104px;
  padding: 6px 4px 5px;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  user-select: none;
  text-shadow: 0 1px 2px #000, 0 0 2px #000;
  outline: none;
}
.shortcut:hover,
.shortcut:focus-visible,
.shortcut.is-selected {
  border-color: rgba(190,229,255,.66);
  background: linear-gradient(rgba(139,206,244,.28), rgba(58,145,202,.24));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.18);
}
.shortcut:active { background: rgba(30,118,180,.38); }

.shortcut-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  filter: drop-shadow(0 3px 2px rgba(0,0,0,.28));
}
.shortcut-icon img { width: 54px; height: 54px; }
.shortcut-label { display: block; font-size: 13px; line-height: 1.14; }

.desktop-note {
  position: absolute;
  z-index: 1;
  right: 5vw;
  top: 13vh;
  width: min(420px, 38vw);
}
.glass-card {
  padding: 30px 32px;
  border: 1px solid rgba(255,255,255,.36);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(255,255,255,.16), rgba(7,61,102,.20));
  box-shadow: 0 20px 60px rgba(0,30,60,.25), inset 0 1px rgba(255,255,255,.2);
  backdrop-filter: blur(12px) saturate(130%);
  text-shadow: 0 1px 3px rgba(0,0,0,.45);
}
.glass-card__eyebrow { font-size: 12px; letter-spacing: .26em; opacity: .78; }
.glass-card h1 { margin: 8px 0 6px; font-weight: 300; font-size: clamp(32px, 5vw, 56px); }
.glass-card p { margin: 0 0 22px; color: rgba(255,255,255,.88); font-size: 15px; }
.status { display: flex; align-items: center; gap: 8px; font-size: 13px; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: #82e65c; box-shadow: 0 0 8px #71e94a; }

.taskbar {
  position: fixed;
  z-index: 20;
  left: 0; right: 0; bottom: 0;
  height: 48px;
  display: flex;
  align-items: center;
  padding: 0 7px;
  border-top: 1px solid rgba(255,255,255,.47);
  background: linear-gradient(rgba(32,79,108,.81), rgba(9,39,61,.91));
  box-shadow: inset 0 1px rgba(0,0,0,.45), 0 -3px 14px rgba(0,0,0,.28);
  backdrop-filter: blur(14px) saturate(140%);
}
.start-orb {
  position: relative;
  width: 43px; height: 43px;
  margin-top: -4px;
  display: grid; place-items: center;
  border: 2px solid rgba(255,255,255,.64);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 28%, #87e46b 0 10%, #31a53b 34%, #167224 62%, #0c4917 100%);
  box-shadow: 0 0 0 1px rgba(0,0,0,.55), 0 0 12px rgba(108,244,109,.34), inset 0 0 8px rgba(255,255,255,.46);
  color: white; text-decoration: none;
}
.start-orb:hover { filter: brightness(1.14); }
.orb-glow { position: absolute; inset: 3px; border-radius: 50%; background: linear-gradient(rgba(255,255,255,.28), transparent 48%); }
.orb-mark { position: relative; font-size: 9px; font-weight: 700; letter-spacing: -.02em; text-shadow: 0 1px 2px #0b4f14; }
.taskbar-divider { width: 1px; height: 31px; margin: 0 7px; background: rgba(255,255,255,.15); box-shadow: 1px 0 rgba(0,0,0,.28); }
.taskbar-app { height: 38px; width: 52px; display: grid; place-items: center; border-radius: 3px; }
.taskbar-app img { width: 30px; height: 30px; opacity: .9; }
.taskbar-spacer { flex: 1; }
.tray { height: 100%; display: flex; align-items: center; gap: 9px; }
.tray-icon { font-size: 13px; opacity: .85; transform: rotate(-45deg); }
.clock { min-width: 76px; display: flex; flex-direction: column; align-items: center; font-size: 12px; line-height: 16px; text-shadow: 0 1px #000; }
.show-desktop { align-self: stretch; width: 12px; margin-left: 2px; border: 0; border-left: 1px solid rgba(255,255,255,.35); background: linear-gradient(90deg, rgba(255,255,255,.04), rgba(255,255,255,.18)); cursor: pointer; }
.show-desktop:hover { background: rgba(170,225,255,.28); }

@media (max-width: 700px) {
  body { overflow: auto; }
  .desktop { min-height: calc(100vh - 48px); padding: 20px 14px 90px; }
  .desktop-icons { grid-template-columns: repeat(2, 112px); }
  .desktop-note { position: relative; inset: auto; width: 100%; margin: 30px 0 0; }
  .glass-card { padding: 22px; }
  .taskbar { position: fixed; }
}
