:root {
  --bg: #a8b5bf;
  --bg-accent: #d9dde2;
  --panel: #c6cbd1;
  --panel-strong: #b7bcc2;
  --panel-soft: #e5e8ec;
  --border-dark: #3f4652;
  --border-mid: #7e8795;
  --border-light: #f6f8fb;
  --text: #10141b;
  --muted: #4d5663;
  --blue: #1a4f89;
  --blue-deep: #133d69;
  --green-screen: #0f3a2a;
  --green-glow: #9ce1bd;
  --shadow:
    1px 1px 0 var(--border-light),
    -1px -1px 0 var(--border-dark),
    inset 1px 1px 0 rgba(255, 255, 255, 0.7),
    inset -1px -1px 0 rgba(63, 70, 82, 0.35);
  --content-width: min(980px, calc(100vw - 220px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "IBM Plex Sans", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #b5c0c8 0%, #9cabb5 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 28%),
    linear-gradient(180deg, rgba(244, 248, 252, 0.01), rgba(123, 145, 165, 0.05)),
    linear-gradient(225deg, rgba(19, 61, 105, 0.04), transparent 38%);
  pointer-events: none;
}

.desktop-wallpaper {
  position: fixed;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(240, 248, 255, 0.05), rgba(74, 108, 134, 0.05)),
    url("../assets/backgrounds/windows-hill-homage.png") center 78% / cover no-repeat;
  transform: scale(1.02);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a,
input,
textarea {
  font: inherit;
}

.desktop-noise {
  position: fixed;
  inset: 0;
  opacity: 0.13;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 4px 4px, 4px 4px;
  mix-blend-mode: soft-light;
}

.site-header,
.page,
.taskbar {
  position: relative;
  z-index: 1;
}

.site-header {
  width: var(--content-width);
  margin: 30px auto 0;
}

.page {
  width: var(--content-width);
  margin: 34px auto 120px;
  display: grid;
  gap: 38px;
}

.window {
  background: linear-gradient(180deg, rgba(207, 214, 222, 0.74) 0%, rgba(228, 233, 238, 0.64) 100%);
  border: 2px solid;
  border-color: var(--border-light) var(--border-dark) var(--border-dark) var(--border-light);
  box-shadow: 12px 12px 0 rgba(16, 20, 27, 0.11);
  overflow: hidden;
}

.shell-window {
  width: min(100%, 900px);
}

.window-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 10px;
  background: linear-gradient(90deg, var(--blue-deep) 0%, #6d8dae 100%);
  color: #fff;
}

.window-title {
  font-family: "VT323", monospace;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}

.window-actions {
  display: flex;
  gap: 4px;
}

.window-actions span {
  width: 15px;
  height: 15px;
  background: var(--panel-soft);
  border: 2px solid;
  border-color: var(--border-light) var(--border-dark) var(--border-dark) var(--border-light);
}

.menu-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.24);
}

.menu-bar a,
.taskbar-tabs a,
.taskbar-start {
  padding: 8px 12px;
  font-size: 0.95rem;
  background: var(--panel);
  border: 2px solid;
  border-color: var(--border-light) var(--border-mid) var(--border-mid) var(--border-light);
  box-shadow: var(--shadow);
}

.menu-bar a:hover,
.taskbar-tabs a:hover,
.shortcut:hover,
.file-card:hover {
  transform: translate(-1px, -1px);
}

.hero-grid,
.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.8fr);
  gap: 28px;
}

.hero-grid {
  width: min(100%, 920px);
  justify-self: center;
}

#services {
  width: min(100%, 860px);
  justify-self: end;
}

.split-section {
  width: min(100%, 900px);
  justify-self: center;
}

#support {
  width: min(100%, 820px);
  justify-self: start;
}

.contact-window {
  width: min(100%, 860px);
  justify-self: end;
}

.hero-window .hero-content,
.section-body {
  padding: 20px;
}

.eyebrow {
  margin: 0 0 14px;
  font-family: "VT323", monospace;
  font-size: 1.5rem;
  color: var(--blue-deep);
  letter-spacing: 0.05em;
}

h1,
h2 {
  margin: 0;
  line-height: 0.96;
  font-weight: 700;
}

h1 {
  max-width: 11ch;
  font-size: clamp(2.8rem, 7vw, 5.6rem);
}

h2 {
  max-width: 13ch;
  font-size: clamp(2rem, 4vw, 3.35rem);
}

.hero-copy,
.section-heading p,
.hero-note,
.file-card p,
.support-list,
.support-small,
.support-character,
.contact-lines p,
.side-note-window p {
  color: var(--muted);
  line-height: 1.6;
}

.hero-copy {
  max-width: 56ch;
  margin: 22px 0 0;
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 18px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 2px solid;
  border-color: var(--border-light) var(--border-dark) var(--border-dark) var(--border-light);
  box-shadow: var(--shadow);
  font-weight: 600;
}

.btn:hover {
  transform: translate(-1px, -1px);
}

.btn-primary {
  background: linear-gradient(180deg, #fff3cc 0%, #e6c86a 100%);
}

.btn-secondary {
  background: linear-gradient(180deg, #edf1f6 0%, #c5ced9 100%);
}

.btn-wide {
  width: 100%;
}

.hero-note {
  margin: 0;
  font-size: 0.95rem;
}

.hero-sidebar {
  display: grid;
  gap: 22px;
}

.shortcut-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.shortcut {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 14px 10px;
  text-align: center;
  color: #203244;
  background: rgba(230, 236, 242, 0.18);
}

.shortcut span:last-child {
  font-size: 0.82rem;
  line-height: 1.2;
}

.shortcut-icon,
.file-icon {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 34px;
}

.icon-folder::before,
.icon-folder::after,
.icon-floppy::before,
.icon-floppy::after,
.icon-monitor::before,
.icon-monitor::after,
.icon-mail::before,
.icon-mail::after,
.icon-window::before,
.icon-window::after,
.icon-file::before,
.icon-app::before,
.icon-zip::before,
.icon-psd::before {
  content: "";
  position: absolute;
}

.icon-folder::before {
  top: 8px;
  left: 2px;
  width: 36px;
  height: 22px;
  background: #d8b85f;
  border: 2px solid #65522a;
}

.icon-folder::after {
  top: 2px;
  left: 5px;
  width: 15px;
  height: 10px;
  background: #efd694;
  border: 2px solid #65522a;
  border-bottom: 0;
}

.icon-floppy::before {
  inset: 2px 6px 2px 6px;
  background: #2f4a71;
  border: 2px solid #13263d;
}

.icon-floppy::after {
  top: 6px;
  left: 12px;
  width: 18px;
  height: 7px;
  background: #dfe7ef;
  border: 2px solid #13263d;
}

.icon-monitor::before {
  top: 2px;
  left: 3px;
  width: 36px;
  height: 22px;
  background: #0f3a2a;
  border: 2px solid #182026;
  box-shadow: inset 0 0 0 2px rgba(156, 225, 189, 0.18);
}

.icon-monitor::after {
  bottom: 1px;
  left: 13px;
  width: 16px;
  height: 7px;
  background: #bbc2cb;
  border: 2px solid #57606c;
}

.icon-mail::before {
  top: 7px;
  left: 4px;
  width: 34px;
  height: 22px;
  background: #f3f1ea;
  border: 2px solid #5f6065;
}

.icon-mail::after {
  top: 8px;
  left: 5px;
  width: 32px;
  height: 11px;
  border-top: 2px solid #5f6065;
  transform: skewY(20deg);
}

.icon-window::before,
.icon-file::before,
.icon-app::before,
.icon-zip::before,
.icon-psd::before {
  inset: 2px 8px 2px 8px;
  background: #f5f7fa;
  border: 2px solid #505866;
}

.icon-window::after {
  top: 5px;
  left: 10px;
  width: 22px;
  height: 5px;
  background: #1a4f89;
}

.icon-file::before {
  background:
    linear-gradient(180deg, #fff 0%, #eff3f7 100%);
}

.icon-app::before {
  background: linear-gradient(180deg, #d6ebff 0%, #a4bee0 100%);
}

.icon-zip::before {
  background: linear-gradient(180deg, #fff1d0 0%, #e4c375 100%);
}

.icon-psd::before {
  background: linear-gradient(180deg, #c7def2 0%, #88a7c5 100%);
}

.player-window {
  background: linear-gradient(180deg, rgba(176, 200, 225, 0.62) 0%, rgba(202, 220, 235, 0.52) 100%);
}

.player-body {
  padding: 12px;
}

.winamp-shell {
  display: grid;
  gap: 10px;
  color: #d4d8de;
}

.winamp-youtube-host {
  position: fixed;
  width: 220px;
  height: 220px;
  left: -9999px;
  top: 0;
  opacity: 0.01;
  pointer-events: none;
}

.winamp-main,
.winamp-playlist {
  background:
    linear-gradient(180deg, rgba(64, 72, 88, 0.96), rgba(38, 43, 54, 0.96)),
    linear-gradient(90deg, rgba(157, 122, 181, 0.32), transparent 35%);
  border: 2px solid;
  border-color: #cfd6e2 #11151d #11151d #cfd6e2;
  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.12),
    inset -1px -1px 0 rgba(0, 0, 0, 0.5);
}

.winamp-main {
  padding: 8px;
  display: grid;
  gap: 8px;
}

.winamp-topline,
.winamp-meta,
.winamp-playlist-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-family: "VT323", monospace;
  letter-spacing: 0.04em;
}

.winamp-topline {
  color: #d7c9ea;
  font-size: 1.2rem;
}

.winamp-version {
  color: #ffcf62;
}

.winamp-display-wrap {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 8px;
  align-items: stretch;
}

.winamp-spectrum {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  gap: 1px;
  align-items: end;
  min-height: 64px;
  padding: 6px 5px;
  background:
    linear-gradient(180deg, rgba(8, 41, 29, 0.95), rgba(6, 24, 17, 0.95));
  border: 2px solid;
  border-color: #0d1016 #b4bbc6 #b4bbc6 #0d1016;
}

.winamp-spectrum span {
  height: 12%;
  background: linear-gradient(180deg, #fff7bf 0%, #a4ff7f 42%, #4fcf4c 100%);
  box-shadow: 0 0 4px rgba(164, 255, 127, 0.22);
  transition: height 0.12s linear;
}

.winamp-shell[data-state="playing"] .winamp-spectrum span:nth-child(4n) {
  background: linear-gradient(180deg, #ffdb79 0%, #d4ff7d 45%, #67d64f 100%);
}

.winamp-display {
  display: grid;
  gap: 5px;
  padding: 7px 8px;
  min-height: 64px;
  background:
    linear-gradient(180deg, rgba(14, 57, 40, 0.96), rgba(10, 31, 23, 0.96));
  color: #baf5b2;
  border: 2px solid;
  border-color: #0d1016 #b4bbc6 #b4bbc6 #0d1016;
}

.winamp-meta {
  font-size: 1.05rem;
  color: #9dd88e;
}

.winamp-marquee {
  overflow: hidden;
  white-space: nowrap;
  font-family: "VT323", monospace;
  font-size: 1.7rem;
  line-height: 1;
}

.winamp-marquee span {
  display: inline-block;
  min-width: 100%;
}

.winamp-marquee.is-scrolling span {
  padding-right: 28px;
  animation: winamp-marquee 11s linear infinite;
}

.winamp-time {
  justify-self: end;
  font-family: "VT323", monospace;
  font-size: 1.7rem;
  color: #ffef8f;
  line-height: 1;
}

.winamp-seek,
.winamp-slider {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  font-family: "VT323", monospace;
  font-size: 1.2rem;
  color: #d3d9e2;
}

.winamp-buttons {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
}

.winamp-btn {
  min-height: 28px;
  padding: 0;
  color: #12161e;
  background: linear-gradient(180deg, #ced4dd 0%, #a8b0bc 100%);
  border: 2px solid;
  border-color: #edf3fb #39404b #39404b #edf3fb;
  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.65),
    inset -1px -1px 0 rgba(45, 52, 63, 0.3);
  font-family: "VT323", monospace;
  font-size: 1.05rem;
  cursor: pointer;
}

.winamp-btn:active,
.winamp-btn.is-active {
  border-color: #39404b #edf3fb #edf3fb #39404b;
  background: linear-gradient(180deg, #b1b9c4 0%, #d5dbe3 100%);
}

.winamp-playlist {
  padding: 8px;
  display: grid;
  gap: 8px;
}

.winamp-playlist-head {
  font-size: 1.2rem;
  color: #b8c4d6;
}

.winamp-tracklist {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.winamp-tracklist button {
  width: 100%;
  padding: 5px 7px;
  text-align: left;
  color: #9cf29e;
  background: rgba(8, 24, 18, 0.82);
  border: 1px solid rgba(148, 186, 159, 0.18);
  font-family: "VT323", monospace;
  font-size: 1.35rem;
  letter-spacing: 0.03em;
  cursor: pointer;
}

.winamp-tracklist button.is-current {
  color: #fff2a1;
  background: rgba(28, 55, 39, 0.95);
  border-color: rgba(255, 236, 153, 0.35);
}

.winamp-shell input[type="range"] {
  width: 100%;
  margin: 0;
  accent-color: #dcc36c;
}

.winamp-shell input[type="range"]:disabled {
  opacity: 0.45;
}

@keyframes winamp-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.section-window .section-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}

.file-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.file-card {
  display: grid;
  grid-template-rows: auto minmax(38px, 1fr) auto;
  gap: 10px;
  min-height: 106px;
  padding: 12px 12px 10px;
  background: linear-gradient(180deg, rgba(245, 248, 251, 0.44) 0%, rgba(231, 238, 246, 0.26) 100%);
  border: 2px solid;
  border-color: var(--border-light) var(--border-mid) var(--border-mid) var(--border-light);
  box-shadow: var(--shadow);
  transition: transform 0.18s ease;
}

.file-top {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.file-name {
  display: block;
  font-family: "VT323", monospace;
  font-size: 1.15rem;
  line-height: 0.92;
  letter-spacing: 0.02em;
}

.file-card p {
  margin: 0;
  align-self: start;
  font-size: 0.92rem;
  line-height: 1.25;
}

.file-open {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: auto;
  min-height: 22px;
  padding: 0 8px;
  background: linear-gradient(180deg, #edf1f6 0%, #c5ced9 100%);
  border: 2px solid;
  border-color: var(--border-light) var(--border-mid) var(--border-mid) var(--border-light);
  box-shadow: var(--shadow);
  font-family: "VT323", monospace;
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.file-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.steps-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.steps-list li {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  background: rgba(244, 247, 251, 0.34);
  border: 2px solid;
  border-color: var(--border-light) var(--border-mid) var(--border-mid) var(--border-light);
}

.step-label {
  font-family: "VT323", monospace;
  font-size: 1.5rem;
  color: var(--blue-deep);
}

.device-placeholder {
  margin-bottom: 18px;
}

.monitor-frame {
  width: min(100%, 280px);
  margin: 0 auto;
  padding: 16px;
  background: linear-gradient(180deg, #ced4db 0%, #aeb5bd 100%);
  border: 2px solid;
  border-color: var(--border-light) var(--border-mid) var(--border-mid) var(--border-light);
}

.monitor-screen {
  min-height: 170px;
  display: grid;
  place-content: center;
  gap: 8px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(156, 225, 189, 0.12), rgba(156, 225, 189, 0.02)),
    #17382f;
  color: var(--green-glow);
  border: 2px solid #1c2f29;
}

.monitor-screen span {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.monitor-screen strong {
  font-family: "VT323", monospace;
  font-size: 2rem;
}

.support-layout,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.75fr);
  gap: 28px;
  align-items: start;
}

.support-list {
  margin: 0;
  padding-left: 20px;
}

.support-card,
.contact-panel {
  padding: 18px;
  background: rgba(243, 246, 249, 0.3);
  border: 2px solid;
  border-color: var(--border-light) var(--border-mid) var(--border-mid) var(--border-light);
  box-shadow: var(--shadow);
}

.support-price {
  margin: 0 0 12px;
  font-family: "VT323", monospace;
  font-size: 2.2rem;
  color: var(--blue-deep);
}

.support-small,
.support-character,
.contact-lines p {
  margin: 0;
}

.support-card {
  display: grid;
  gap: 14px;
}

.contact-panel {
  display: grid;
  gap: 18px;
}

.contact-lines {
  display: grid;
  gap: 8px;
}

.contact-lines span {
  font-weight: 600;
}

.taskbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 8px;
  background: #c0c7cf;
  border-top: 2px solid #eef2f6;
  box-shadow: 0 -3px 0 rgba(16, 20, 27, 0.12);
}

.taskbar-start,
.taskbar-tabs a {
  min-height: 42px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
}

.taskbar-tabs {
  display: flex;
  gap: 8px;
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.taskbar-tabs::-webkit-scrollbar {
  display: none;
}

.taskbar-status {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.taskbar-tray {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 42px;
  padding: 0 2px 0 0;
  white-space: nowrap;
  flex-shrink: 0;
}

.tray-icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
}

.tray-network::before,
.tray-network::after,
.tray-volume::before,
.tray-volume::after {
  content: "";
  position: absolute;
}

.tray-network::before {
  left: 2px;
  bottom: 3px;
  width: 12px;
  height: 8px;
  border: 2px solid #2f587f;
  border-top: 0;
}

.tray-network::after {
  left: 5px;
  top: 2px;
  width: 6px;
  height: 6px;
  background: #5ca864;
  border: 1px solid #2e5c35;
}

.tray-volume::before {
  left: 2px;
  top: 5px;
  width: 5px;
  height: 6px;
  background: #4d5663;
}

.tray-volume::after {
  right: 1px;
  top: 3px;
  width: 7px;
  height: 9px;
  border-right: 2px solid #4d5663;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: skewX(-18deg);
}

.tray-label {
  display: inline-flex;
  align-items: center;
  font-family: "VT323", monospace;
  font-size: 1.2rem;
  line-height: 1;
  color: #1f2f40;
}

.taskbar-clock {
  min-height: 42px;
  padding: 0 10px;
  min-width: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #dde4eb;
  border: 2px solid;
  border-color: var(--border-mid) var(--border-light) var(--border-light) var(--border-mid);
  font-family: "VT323", monospace;
  font-size: 1.3rem;
}

@media (max-width: 1080px) {
  .file-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 880px) {
  .hero-grid,
  .split-section,
  .support-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-grid,
  .split-section,
  .shell-window,
  #services,
  #support,
  .contact-window {
    width: 100%;
    justify-self: stretch;
  }

  h1 {
    max-width: 100%;
  }

  h2 {
    max-width: 100%;
  }

  .hero-sidebar {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  :root {
    --content-width: min(100vw - 20px, 1180px);
  }

  .site-header {
    margin-top: 10px;
  }

  .page {
    margin-top: 12px;
    margin-bottom: 110px;
    gap: 14px;
  }

  .window-bar {
    padding: 7px 8px;
  }

  .window-title {
    font-size: 1.35rem;
  }

  .menu-bar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-window .hero-content,
  .section-body {
    padding: 18px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .shortcut-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .file-grid {
    grid-template-columns: 1fr;
  }

  .taskbar {
    gap: 6px;
    padding: 5px 6px;
  }

  .taskbar-start {
    padding-inline: 10px;
  }

  .taskbar-status {
    gap: 4px;
  }

  .taskbar-tray {
    height: 38px;
    padding: 0 2px 0 0;
    gap: 6px;
  }

  .taskbar-tabs a:nth-child(2),
  .taskbar-tabs a:nth-child(3) {
    display: none;
  }
}

@media (max-width: 520px) {
  .desktop-wallpaper {
    background:
      linear-gradient(180deg, rgba(242, 247, 252, 0.04), rgba(112, 137, 158, 0.06)),
      url("../assets/backgrounds/windows-hill-homage.png") 74% 78% / cover no-repeat;
    transform: none;
  }

  h1 {
    font-size: clamp(2.4rem, 13vw, 3.6rem);
    line-height: 0.98;
  }

  h2 {
    font-size: clamp(1.85rem, 8vw, 2.5rem);
  }

  .menu-bar,
  .shortcut-grid {
    grid-template-columns: 1fr 1fr;
  }

  .taskbar-tray {
    display: none;
  }

  .shortcut {
    padding-inline: 8px;
  }

  .support-list {
    padding-left: 18px;
  }
}
