/* =========================================================
   Windows XP Second Edition — Theme Styles
   ========================================================= */

/* Tahoma is preinstalled on most systems. Fallback chain ensures retro look. */
:root {
  --xp-tahoma: Tahoma, "MS Sans Serif", Verdana, Geneva, sans-serif;

  /* Title bar Luna blue gradient */
  --xp-title-bg: linear-gradient(
    180deg,
    #0997ff 0%,
    #0053ee 8%,
    #0050ee 40%,
    #06f 88%,
    #0050ee 93%,
    #0855dd 95%,
    #0058ee 96%,
    #045ce9 100%
  );
  --xp-title-inactive: linear-gradient(180deg, #7a96df 0%, #6985d2 50%, #7090d5 100%);

  /* Bright green Luna taskbar */
  --xp-taskbar-bg: linear-gradient(
    180deg,
    #245edb 0%,
    #245edb 3%,
    #3f8cf4 6%,
    #245edb 10%,
    #245edb 100%
  );

  /* Override: brighter green requested */
  --xp-green-1: #4cd137;
  --xp-green-2: #2eb82e;
  --xp-green-3: #1a7a1a;
  --xp-green-taskbar: linear-gradient(
    180deg,
    #5fd64a 0%,
    #3cb83a 6%,
    #2aa72a 10%,
    #2eb82e 50%,
    #1f9f1f 92%,
    #197a19 100%
  );

  --xp-start-orb: radial-gradient(
    circle at 30% 30%,
    #6fe355 0%,
    #3fc23a 35%,
    #1a821a 75%,
    #0c4f0c 100%
  );

  --xp-window-border: #0831d9;
  --xp-window-bg: #ece9d8;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: var(--xp-tahoma);
  font-size: 11px;
  color: #000;
  -webkit-font-smoothing: subpixel-antialiased;
}

body {
  overflow: hidden;
  background: #5a7edc;
}

/* ========== Bliss Wallpaper Desktop ========== */
.xp-desktop {
  position: fixed;
  inset: 0;
  /* Bliss-inspired layered CSS art: sky → clouds → distant hills → rolling green hill */
  background:
    /* soft clouds */
    radial-gradient(ellipse 600px 80px at 18% 22%, rgba(255,255,255,0.55), transparent 60%),
    radial-gradient(ellipse 380px 50px at 70% 16%, rgba(255,255,255,0.4), transparent 65%),
    radial-gradient(ellipse 520px 60px at 45% 30%, rgba(255,255,255,0.3), transparent 70%),
    /* lush green rolling hill (foreground) */
    radial-gradient(ellipse 1600px 380px at 50% 92%, #6fbf3a 0%, #6fbf3a 35%, #4ea024 60%, #3a8a1e 80%, transparent 100%),
    /* mid green hill */
    radial-gradient(ellipse 1400px 240px at 30% 78%, #7fc94a 0%, #5fb030 50%, transparent 80%),
    /* distant hills haze */
    linear-gradient(180deg, transparent 60%, rgba(106, 175, 92, 0.4) 72%, transparent 78%),
    /* sky gradient */
    linear-gradient(180deg,
      #4b8ed8 0%,
      #5fa1e6 20%,
      #8cc1ef 45%,
      #c0ddf5 62%,
      #d8e8ee 70%,
      #c8e3a8 76%,
      #92c965 82%,
      #62ad3f 100%);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

/* ========== Desktop Icons ========== */
.xp-icons {
  position: absolute;
  top: 16px;
  left: 16px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
}

.xp-icon {
  display: block;
  width: 76px;
  padding: 4px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.85), 0 0 2px rgba(0, 0, 0, 0.7);
  font-size: 11px;
  border-radius: 2px;
}
.xp-icon:hover { background: rgba(49, 106, 197, 0.25); }
.xp-icon:focus-visible {
  outline: 2px dotted #fff;
  outline-offset: 2px;
  background: rgba(49, 106, 197, 0.55);
}

.xp-icon img, .xp-icon .glyph {
  width: 32px;
  height: 32px;
  margin: 0 auto 2px;
  display: block;
  font-size: 28px;
  line-height: 32px;
}

.xp-icon-label { display: block; }

/* ========== Window ========== */
.xp-window {
  position: absolute;
  background: var(--xp-window-bg);
  border: 1px solid var(--xp-window-border);
  border-radius: 8px 8px 0 0;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.45);
  min-width: 320px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  padding: 3px;
  padding-top: 0;
}

.xp-window.maximized {
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: calc(100vh - 30px) !important;
  border-radius: 0;
}

.xp-titlebar {
  height: 28px;
  background: var(--xp-title-bg);
  border-radius: 6px 6px 0 0;
  display: flex;
  align-items: center;
  padding: 0 4px 0 6px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
  cursor: grab;
  flex-shrink: 0;
  margin: 0 -2px;
}
.xp-titlebar.inactive { background: var(--xp-title-inactive); }
.xp-titlebar:active { cursor: grabbing; }

.xp-titlebar .xp-title-icon {
  width: 16px; height: 16px;
  margin-right: 6px;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
}

.xp-titlebar .xp-title-text {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.xp-titlebar-buttons {
  display: flex;
  gap: 2px;
}

.xp-tb-btn {
  width: 22px;
  height: 22px;
  border: 1px solid #003fcc;
  border-radius: 3px;
  background: linear-gradient(180deg, #4690ec 0%, #1860c8 100%);
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: "Marlett", var(--xp-tahoma);
}
.xp-tb-btn:hover { background: linear-gradient(180deg, #69a8ff 0%, #2b7adb 100%); }
.xp-tb-btn.close {
  background: linear-gradient(180deg, #f08c70 0%, #c4291a 100%);
  border-color: #8a0a0a;
}
.xp-tb-btn.close:hover { background: linear-gradient(180deg, #ffb59c 0%, #e0432e 100%); }
.xp-tb-btn:active { background: linear-gradient(180deg, #1860c8 0%, #4690ec 100%); }
.xp-tb-btn:focus-visible { outline: 2px dotted #fff; outline-offset: 1px; }

/* ========== Menu Bar ========== */
.xp-menubar {
  display: flex;
  gap: 0;
  padding: 2px 4px;
  background: var(--xp-window-bg);
  border-bottom: 1px solid #aca899;
  font-size: 11px;
}
.xp-menubar span {
  padding: 2px 8px;
  cursor: default;
}
.xp-menubar span:hover {
  background: #316ac5;
  color: #fff;
}

/* ========== Window content ========== */
.xp-content {
  flex: 1;
  background: #fff;
  border: 1px solid #919b9c;
  margin: 2px;
  overflow: auto;
  padding: 14px 16px;
  font-size: 12px;
  user-select: text;
  line-height: 1.55;
  color: #000;
}

.xp-content h1, .xp-content h2, .xp-content h3 {
  font-family: var(--xp-tahoma);
  color: #003399;
  margin: 0 0 8px;
}
.xp-content h1 { font-size: 18px; }
.xp-content h2 { font-size: 15px; }
.xp-content p, .xp-content li { font-size: 12px; }
.xp-content a { color: #0033cc; }

.xp-statusbar {
  height: 18px;
  border-top: 1px solid #fff;
  background: var(--xp-window-bg);
  font-size: 10px;
  padding: 2px 6px;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ========== Taskbar ========== */
.xp-taskbar {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  height: 30px;
  background: var(--xp-green-taskbar);
  border-top: 1px solid #87f070;
  display: flex;
  align-items: stretch;
  z-index: 9999;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.xp-start-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 100%;
  padding: 0 18px 0 10px;
  background: var(--xp-start-orb);
  border: none;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  font-size: 15px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  border-radius: 0 14px 14px 0;
  cursor: pointer;
  position: relative;
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.4),
              2px 0 4px rgba(0, 0, 0, 0.25);
  margin-right: 4px;
  font-family: var(--xp-tahoma);
}
.xp-start-btn:hover { filter: brightness(1.1); }
.xp-start-btn.active { filter: brightness(0.85); }
.xp-start-btn .flag {
  font-size: 16px;
  line-height: 1;
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,.4));
}

/* Pages area in taskbar */
.xp-task-pages {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 3px 4px;
  flex: 1;
  overflow-x: auto;
  overflow-y: hidden;
}
.xp-task-pages::-webkit-scrollbar { height: 0; }

.xp-task-btn {
  height: 22px;
  min-width: 110px;
  max-width: 180px;
  padding: 0 8px;
  background: linear-gradient(180deg, #6cd95a 0%, #2fa72d 100%);
  border: 1px solid #1a6b1a;
  border-radius: 3px;
  color: #fff;
  font-family: var(--xp-tahoma);
  font-size: 11px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.xp-task-btn:hover { filter: brightness(1.1); }
.xp-task-btn.active {
  background: linear-gradient(180deg, #1c7a1c 0%, #2fa72d 100%);
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.xp-task-btn .glyph { font-size: 12px; }

/* System tray */
.xp-tray {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 10px 0 14px;
  background: linear-gradient(180deg,
    #1376d8 0%,
    #2188e6 50%,
    #1376d8 100%);
  border-left: 1px solid #0a3f7a;
  color: #fff;
  font-size: 11px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  gap: 8px;
  position: relative;
}
.xp-tray::before {
  content: '';
  position: absolute;
  left: -1px; top: 0; bottom: 0;
  width: 6px;
  background: linear-gradient(180deg, #87b6e8, #2a6fcc);
  border-right: 1px solid #0a3f7a;
}
.xp-tray .tray-icon {
  font-size: 13px;
  line-height: 1;
  opacity: 0.95;
}
.xp-tray .tray-clock {
  font-family: var(--xp-tahoma);
  font-weight: normal;
  min-width: 56px;
  text-align: center;
}

/* ========== Start Menu ========== */
.xp-startmenu {
  position: fixed;
  bottom: 30px;
  left: 0;
  width: 380px;
  background: #fff;
  border: 1px solid #0a246a;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.4);
  z-index: 9998;
  overflow: hidden;
  animation: xp-slideup 0.18s ease-out;
  display: flex;
  flex-direction: column;
}

@keyframes xp-slideup {
  from { transform: translateY(20px); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}

.xp-startmenu-header {
  height: 54px;
  background: linear-gradient(180deg, #2a6fcc 0%, #1862c0 50%, #0a4a99 100%);
  display: flex;
  align-items: center;
  padding: 0 10px;
  gap: 10px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  border-bottom: 2px solid #ff8c00;
}

.xp-avatar {
  width: 40px; height: 40px;
  background: #fff;
  border: 2px solid #ffd700;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 36px;
}

.xp-username { font-weight: bold; font-size: 14px; }

.xp-startmenu-body {
  display: flex;
  background: linear-gradient(180deg, #fff 70%, #ece9d8 100%);
}

.xp-startmenu-col {
  flex: 1;
  padding: 6px 0;
  max-height: 320px;
  overflow-y: auto;
}
.xp-startmenu-col.right {
  background: #d6e3f5;
  border-left: 1px solid #b7c5e0;
  min-width: 150px;
  max-height: 320px;
  overflow-y: auto;
}

.xp-startmenu-section-title {
  padding: 4px 14px;
  font-size: 10px;
  color: #2a4d8f;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.xp-startmenu-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 12px;
  cursor: pointer;
  font-size: 12px;
  color: #000;
  text-decoration: none;
}
button.xp-startmenu-item {
  width: 100%;
  border: none;
  background: transparent;
  font: inherit;
  text-align: left;
}
button.xp-startmenu-item:focus-visible {
  outline: 2px dotted #0a246a;
  outline-offset: -2px;
}
.xp-startmenu-item:hover {
  background: linear-gradient(180deg, #2a8ae6 0%, #1768d8 100%);
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
}
.xp-startmenu-item .glyph {
  font-size: 22px;
  width: 28px;
  text-align: center;
  line-height: 1;
}
.xp-startmenu-item .label {
  flex: 1;
  font-weight: 500;
}
.xp-startmenu-item .arrow {
  font-size: 10px;
  color: #777;
}
.xp-startmenu-item:hover .arrow { color: #fff; }

.xp-startmenu-empty {
  margin: 0;
  padding: 6px 14px 10px;
  font-size: 11px;
  color: #555;
  font-style: italic;
}

.xp-startmenu-item .xp-count {
  opacity: 0.7;
}

.xp-startmenu-divider {
  height: 1px;
  background: #b7c5e0;
  margin: 4px 10px;
}

.xp-startmenu-footer {
  height: 34px;
  background: linear-gradient(180deg, #2a6fcc 0%, #1862c0 50%, #0a4a99 100%);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 14px;
  padding: 0 14px;
  color: #fff;
  font-size: 11px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.xp-startmenu-footer button {
  background: transparent;
  border: none;
  color: #fff;
  font-family: var(--xp-tahoma);
  font-size: 11px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 4px 6px;
  border-radius: 3px;
}
.xp-startmenu-footer button:hover { background: rgba(255, 255, 255, 0.18); }

/* ========== Boot Screen ========== */
.xp-boot {
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: var(--xp-tahoma);
  transition: opacity .5s ease, visibility .5s ease;
}

.xp-boot-logo {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 8px;
  background: linear-gradient(90deg, #ff8a00, #ffd200, #f25c54);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.xp-boot-tag {
  font-size: 13px;
  color: #ccc;
  letter-spacing: 2px;
  margin-bottom: 36px;
}
.xp-boot-bar {
  width: 220px;
  height: 16px;
  border: 1px solid #555;
  border-radius: 3px;
  overflow: hidden;
  background: #111;
  position: relative;
}
.xp-boot-bar-inner {
  position: absolute;
  top: 0; bottom: 0;
  width: 60px;
  background: linear-gradient(90deg, #003eb8, #1d7be8, #6abff5, #1d7be8, #003eb8);
  animation: xp-bootslide 1.1s linear infinite;
}
@keyframes xp-bootslide {
  from { left: -60px; }
  to   { left: 220px; }
}
.xp-boot-foot {
  position: absolute;
  bottom: 32px;
  left: 0; right: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 32px;
  font-size: 11px;
  color: #999;
}

/* ========== Post list ========== */
.xp-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.xp-list-item {
  border-bottom: 1px dotted #c8c8c8;
}
.xp-list-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 8px;
  color: inherit;
  text-decoration: none;
}
.xp-list-link:hover,
.xp-list-link:focus-visible {
  background: #d3e3ff;
  outline: none;
}
.xp-list-link .glyph { font-size: 22px; flex-shrink: 0; }
.xp-list-body { display: flex; flex-direction: column; gap: 2px; flex: 1; min-width: 0; }
.xp-list-link .meta { font-size: 10px; color: #555; }
.xp-list-link .title-text { color: #003399; text-decoration: underline; font-weight: bold; }
.xp-list-link .meta a { color: #555; text-decoration: none; }

.xp-lead { color: #555; margin-top: -4px; }
.xp-search-form { margin-bottom: 14px; display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.xp-search-form input[type="search"] {
  padding: 4px 6px;
  border: 1px solid #7f9db9;
  min-width: min(100%, 320px);
  flex: 1;
}

.xp-pagination { margin-top: 16px; }
.xp-pagination .nav-links { display: flex; gap: 6px; flex-wrap: wrap; align-items: center; }
.xp-pagination .page-numbers {
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid #aca899;
  background: linear-gradient(180deg, #fff 0%, #d4d0c0 100%);
  color: #003399;
  text-decoration: none;
}
.xp-pagination .page-numbers.current {
  background: #316ac5;
  color: #fff;
  border-color: #0831d9;
}
.xp-pagination .page-numbers:hover,
.xp-pagination .page-numbers:focus-visible {
  background: #d3e3ff;
  outline: none;
}

.xp-skip-link {
  position: absolute;
  left: -9999px;
  top: 8px;
  z-index: 100001;
  padding: 8px 14px;
  background: #ffffcc;
  color: #000;
  border: 2px solid #000;
  font-weight: bold;
  text-decoration: none;
}
.xp-skip-link:focus {
  left: 8px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.xp-breadcrumb {
  font-size: 11px;
  color: #444;
  padding: 4px 0 10px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
.xp-breadcrumb a {
  color: #003399;
  text-decoration: underline;
  cursor: pointer;
}

/* Post content body */
.xp-post-meta {
  font-size: 11px;
  color: #666;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px dotted #c8c8c8;
}

.xp-post-body {
  font-size: 12px;
  line-height: 1.6;
}

.xp-post-body > :first-child {
  margin-top: 0;
}

.xp-post-body > :last-child {
  margin-bottom: 0;
}

.xp-post-body p {
  margin: 0 0 0.85em;
}

.xp-post-body h2,
.xp-post-body h3,
.xp-post-body h4 {
  font-family: var(--xp-tahoma);
  color: #003399;
  margin: 1.1em 0 0.45em;
  line-height: 1.3;
}

.xp-post-body h2 { font-size: 15px; }
.xp-post-body h3 { font-size: 13px; }
.xp-post-body h4 { font-size: 12px; }

.xp-post-body ul,
.xp-post-body ol {
  margin: 0 0 0.85em;
  padding-left: 1.5em;
}

.xp-post-body li {
  margin-bottom: 0.25em;
}

.xp-post-body blockquote {
  margin: 0 0 0.85em;
  padding: 8px 12px;
  border-left: 3px solid #aca899;
  background: #f4f6fa;
  color: #333;
}

.xp-post-body img {
  max-width: 100%;
  height: auto;
}

.xp-post-body figure {
  margin: 0 0 0.85em;
}

.xp-post-body pre,
.xp-post-body code {
  font-family: Consolas, "Courier New", monospace;
  white-space: pre-wrap;
  word-break: break-word;
}

.xp-post-body pre {
  margin: 0 0 0.85em;
  padding: 8px 10px;
  background: #f4f4f4;
  border: 1px solid #aca899;
  overflow-x: auto;
}

/* Drag handle cursor while dragging */
.xp-dragging { cursor: grabbing !important; }

/* Scrollbar XP-flavored */
.xp-content::-webkit-scrollbar { width: 16px; }
.xp-content::-webkit-scrollbar-track {
  background: linear-gradient(90deg, #ece9d8, #f6f4e8);
  border-left: 1px solid #aca899;
}
.xp-content::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #fff 0%, #d4d0c0 50%, #ece9d8 100%);
  border: 1px solid #aca899;
  border-radius: 2px;
}
.xp-content::-webkit-scrollbar-thumb:hover { background: #c8d3e8; }

/* Text selection */
::selection { background: #316ac5; color: #fff; }

/* =========================================================
   WordPress Runtime Overrides
   ========================================================= */

/* Main window centered for server-rendered pages */
.xp-main-window {
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  width: min(960px, 92vw);
  height: calc(100vh - 70px);
  z-index: 100;
}
.xp-main-window.maximized {
  transform: none;
  left: 0 !important;
  top: 0 !important;
  width: 100vw !important;
  height: calc(100vh - 30px) !important;
}

/* Start menu open class (instead of conditional render) */
.xp-startmenu { display: none; }
.xp-startmenu.open { display: flex; }

/* WP main window content links */
.xp-content a { color: #0033cc; text-decoration: underline; }
.xp-content a:hover { color: #d52b1e; }

/* WP comments styling */
.xp-content #comments { margin-top: 24px; padding-top: 14px; border-top: 1px solid #c8c8c8; }
.xp-content .comment-list { list-style: none; padding: 0; }
.xp-content .comment-list li {
  background: #f4f6fa;
  border: 1px solid #d4dcec;
  padding: 8px 12px;
  margin: 6px 0;
}

.xp-content input[type="text"],
.xp-content input[type="email"],
.xp-content input[type="search"],
.xp-content textarea {
  font-family: var(--xp-tahoma);
  border: 1px solid #7f9db9;
  padding: 4px 6px;
}
.xp-content button,
.xp-content input[type="submit"] {
  font-family: var(--xp-tahoma);
  background: linear-gradient(180deg, #fff 0%, #d4d0c0 100%);
  border: 1px solid #aca899;
  padding: 3px 14px;
  cursor: pointer;
}
.xp-content button:active,
.xp-content input[type="submit"]:active {
  background: linear-gradient(180deg, #d4d0c0 0%, #fff 100%);
}

.xp-start-btn:focus-visible { outline: 2px dotted #fff; outline-offset: 2px; }
.xp-task-btn:focus-visible { outline: 2px dotted #fff; outline-offset: 1px; }

/* Hide page until boot finishes for WP first load */
.xp-boot { transition: opacity .5s ease, visibility .5s ease; }

@media (max-width: 720px) {
  .xp-main-window { width: 96vw; }
  .xp-task-btn span:last-child { display: none; }
  .xp-task-btn { min-width: auto; padding: 0 6px; }
  .xp-startmenu { width: 96vw; }
}
