@font-face {
  font-family: "Tahoma XP";
  src: url("RECURSOS_GRAFICOS/WinXp/Fonts/tahoma.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "W95FA";
  src: url("FUENTES/w95f.woff2") format("woff2"), url("FUENTES/w95f.woff") format("woff"), url("FUENTES/W95F.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

:root {
  --xp-blue: #245edb;
  --xp-blue-dark: #123b9c;
  --xp-blue-light: #6aa5f8;
  --xp-task-blue: #dbe8fb;
  --xp-panel: #ece9d8;
  --xp-border: #7f9db9;
  --xp-ink: #1e1e1e;
  --xp-muted: #52657c;
  --xp-green: #3c9a36;
  --xp-red: #c33a2b;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  color: var(--xp-ink);
  background: #2c87c8 url("RECURSOS_GRAFICOS/WinXp/Wallpapers/Bliss.gif") center center / cover fixed no-repeat;
  font-family: "W95FA", "Tahoma XP", Tahoma, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.35;
}

body:before {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(30, 114, 190, .08), rgba(8, 72, 111, .18));
  content: "";
  pointer-events: none;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: #174b9b;
}

a:hover,
a:focus {
  color: #0a2e70;
}

img {
  max-width: 100%;
  border: 0;
}

[hidden] {
  display: none !important;
}

.xp-skip-link {
  position: absolute;
  top: -48px;
  left: 12px;
  z-index: 100;
  padding: 7px 10px;
  color: #fff;
  background: #123b9c;
}

.xp-skip-link:focus {
  top: 12px;
}

.xp-desktop {
  min-height: calc(100vh - 30px);
  padding: 22px 22px 52px;
}

.xp-desktop-icons {
  position: absolute;
  top: 20px;
  left: 18px;
  z-index: 1;
  display: grid;
  gap: 15px;
  justify-items: center;
  width: 86px;
}

.xp-desktop-icon {
  display: grid;
  width: 86px;
  min-height: 76px;
  align-content: start;
  justify-items: center;
  padding: 4px 2px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 1px #103a58, -1px -1px 1px rgba(0, 0, 0, .4);
}

.xp-desktop-icon:hover,
.xp-desktop-icon:focus {
  color: #fff;
  background: rgba(46, 105, 183, .58);
  outline: 1px dotted #fff;
}

.xp-desktop-icon img {
  width: 48px;
  height: 48px;
  margin-bottom: 3px;
  object-fit: contain;
}

.xp-desktop-icon span {
  max-width: 82px;
  overflow-wrap: anywhere;
}

.xp-desktop-button {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.xp-window {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: min(1120px, calc(100% - 116px));
  min-height: 650px;
  margin: 30px auto 34px;
  overflow: hidden;
  background: var(--xp-panel);
  border: 1px solid #083c9d;
  border-radius: 9px 9px 3px 3px;
  box-shadow: 3px 4px 0 rgba(15, 55, 94, .3), 0 18px 34px rgba(11, 58, 95, .35);
}

.xp-window.is-maximized {
  position: fixed;
  top: 8px;
  right: 8px;
  bottom: 38px;
  left: 8px;
  width: auto;
  min-height: 0;
  margin: 0;
}

.xp-window.is-minimized .xp-menu-bar,
.xp-window.is-minimized .xp-toolbar,
.xp-window.is-minimized .xp-addressbar,
.xp-window.is-minimized .xp-window-content,
.xp-window.is-minimized .xp-editor-panel,
.xp-window.is-minimized .xp-statusbar,
.xp-window.is-minimized .xp-comments {
  display: none;
}

.xp-titlebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 31px;
  padding: 3px 4px 3px 8px;
  color: #fff;
  background: linear-gradient(180deg, #6bb2ff 0%, #2e75e5 42%, #1749b5 100%);
  border-bottom: 1px solid #062d82;
  text-shadow: 1px 1px 1px #123c91;
}

.xp-titlebar-title {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  font-weight: bold;
}

.xp-titlebar-title img {
  width: 18px;
  height: 14px;
  object-fit: contain;
}

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

.xp-window-controls {
  display: flex;
  gap: 2px;
}

.xp-window-controls button {
  display: grid;
  width: 22px;
  height: 21px;
  padding: 0;
  place-items: center;
  color: #fff;
  background: linear-gradient(180deg, #6eaef5, #1b52ba);
  border: 1px solid #fff;
  border-radius: 3px;
  box-shadow: inset 1px 1px rgba(255, 255, 255, .35), 1px 1px 0 rgba(0, 0, 0, .35);
  cursor: pointer;
  font-weight: bold;
  line-height: 1;
}

.xp-window-controls button:last-child {
  background: linear-gradient(180deg, #f17c6d, #b9281e);
}

.xp-window-controls button:hover,
.xp-window-controls button:focus {
  filter: brightness(1.12);
  outline: 1px dotted #fff;
  outline-offset: -4px;
}

.xp-menu-bar {
  display: flex;
  gap: 18px;
  min-height: 27px;
  align-items: center;
  padding: 2px 10px;
  background: #f5f4ed;
  border-bottom: 1px solid #c8c6bd;
}

.xp-menu-bar a {
  color: #111;
  text-decoration: none;
}

.xp-menu-bar a:hover,
.xp-menu-bar a:focus {
  color: #111;
  text-decoration: underline;
}

.xp-toolbar {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 43px;
  padding: 5px 9px;
  background: #eeeade;
  border-bottom: 1px solid #c6c2b5;
}

.xp-toolbar-button,
.xp-primary-button,
.xp-secondary-button,
.xp-danger-button {
  min-height: 27px;
  padding: 3px 9px;
  color: #111;
  background: linear-gradient(#fff, #e1e1d8);
  border: 1px solid #7e7e76;
  border-radius: 3px;
  box-shadow: inset 1px 1px #fff;
  cursor: pointer;
}

.xp-toolbar-button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.xp-toolbar-button:hover,
.xp-toolbar-button:focus,
.xp-secondary-button:hover,
.xp-secondary-button:focus {
  background: #dcecff;
  border-color: #316ac5;
  outline: 1px dotted #173d7d;
}

.xp-toolbar-glyph {
  display: inline-grid;
  width: 15px;
  height: 15px;
  place-items: center;
  color: #fff;
  background: #3c75d0;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

.xp-toolbar-separator {
  width: 1px;
  height: 25px;
  margin: 0 4px;
  background: #c3c0b4;
  border-right: 1px solid #fff;
}

.xp-search-label {
  margin-left: auto;
  color: #49576b;
}

.xp-search {
  width: min(260px, 30vw);
  min-height: 26px;
  padding: 3px 7px;
  background: #fff;
  border: 1px solid #7f9db9;
  border-radius: 2px;
}

.xp-search:focus,
.xp-editor-form input:focus,
.xp-editor-form select:focus,
.xp-editor-form textarea:focus {
  border-color: #245edb;
  outline: 2px solid rgba(58, 125, 227, .28);
}

.xp-addressbar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 9px;
  background: #f3f1e8;
  border-bottom: 1px solid #c7c3b5;
}

.xp-address-label {
  color: #596679;
}

.xp-address-field {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 5px;
  min-height: 25px;
  padding: 2px 6px;
  background: #fff;
  border: 1px solid #7f9db9;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .1);
}

.xp-address-field img {
  width: 16px;
  height: 16px;
}

.xp-address-go {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  color: #fff;
  background: #3e8bdb;
  border: 1px solid #2866a6;
  border-radius: 3px;
  font-size: 20px;
  line-height: 1;
}

.xp-window-content {
  display: grid;
  flex: 1;
  grid-template-columns: 205px minmax(0, 1fr);
  min-height: 0;
  background: #fff;
}

.xp-task-pane {
  padding: 10px 8px 18px;
  background: linear-gradient(180deg, #dceafe 0%, #d0e1f9 53%, #eaf2fd 100%);
  border-right: 1px solid #abc2e3;
}

.xp-task-card {
  margin-bottom: 16px;
  padding: 0 8px 8px;
  color: #123b78;
}

.xp-task-card h2 {
  margin: 0 -8px 7px;
  padding: 5px 8px;
  color: #fff;
  background: linear-gradient(90deg, #5a91da, #81b3ee 72%, transparent);
  border-radius: 3px 0 0 3px;
  font-size: 13px;
}

.xp-task-card:not(.xp-task-card-blue) h2 {
  color: #21487e;
  background: linear-gradient(90deg, #b8d1f2, transparent);
}

.xp-task-link {
  display: block;
  width: 100%;
  margin: 4px 0;
  padding: 2px 0;
  color: #174b9b;
  background: transparent;
  border: 0;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.xp-task-link:hover,
.xp-task-link:focus {
  color: #0a2e70;
  text-decoration: underline;
  outline: 0;
}

.xp-task-arrow {
  display: inline-block;
  width: 14px;
  color: #245edb;
  font-size: 17px;
  line-height: .8;
  vertical-align: -1px;
}

.xp-task-stats dl {
  margin: 0;
}

.xp-task-stats dl div {
  display: flex;
  justify-content: space-between;
  padding: 3px 0;
  border-bottom: 1px solid rgba(105, 146, 197, .25);
}

.xp-task-stats dt,
.xp-task-stats dd {
  margin: 0;
}

.xp-task-stats dd {
  font-weight: bold;
}

.xp-journal-content {
  min-width: 0;
  padding: 25px clamp(18px, 4vw, 44px) 34px;
  overflow: auto;
  background: #fff;
}

.xp-content-heading {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d6dbe2;
}

.xp-kicker {
  margin: 0 0 4px;
  color: #55769e;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.xp-content-heading h1,
.xp-editor-heading h2,
.xp-comments h2 {
  margin: 0;
  color: #174b9b;
  font-weight: normal;
}

.xp-content-heading h1 {
  font-size: clamp(23px, 3vw, 32px);
}

.xp-content-intro {
  max-width: 620px;
  margin: 7px 0 0;
  color: #52657c;
}

.xp-folder-art {
  display: grid;
  min-width: 48px;
  align-content: start;
  justify-items: end;
}

.xp-folder-art img {
  width: 48px;
  height: 48px;
}

.xp-results-line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0 9px;
  color: #5d6c7d;
  font-size: 11px;
}

.xp-sort-note {
  color: #8c99a9;
}

.xp-archive-link {
  color: #174b9b;
  font-size: 11px;
  font-weight: bold;
}

.xp-entry-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 15px;
}

.xp-entry {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 14px 15px 12px;
  background: linear-gradient(180deg, #fff, #f7f9fc);
  border: 1px solid #bdcfe4;
  border-radius: 3px;
  box-shadow: 1px 2px 0 rgba(106, 145, 186, .2);
}

.xp-entry:hover {
  border-color: #6c9ed5;
  box-shadow: 0 2px 7px rgba(37, 90, 145, .17);
}

.xp-entry-header {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.xp-entry-date {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 58px;
  padding: 4px;
  color: #fff;
  background: linear-gradient(180deg, #4c94e8, #2352ad);
  border: 1px solid #153d8d;
  border-radius: 3px;
  text-align: center;
  text-shadow: 1px 1px #153d8d;
}

.xp-entry-date strong {
  font-size: 24px;
  line-height: .95;
}

.xp-entry-date span {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.xp-entry-meta {
  margin: 0 0 3px;
  color: #69819d;
  font-size: 10px;
  text-transform: uppercase;
}

.xp-entry h2 {
  margin: 0;
  color: #174b9b;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.15;
}

.xp-entry h2 a {
  color: inherit;
  text-decoration: none;
}

.xp-entry h2 a:hover,
.xp-entry h2 a:focus {
  color: #0a2e70;
  text-decoration: underline;
}

.xp-entry-excerpt {
  margin: 9px 0 0;
  color: #52657c;
}

.xp-entry-status {
  display: inline-block;
  margin-top: 7px;
  padding: 2px 6px;
  color: #fff;
  background: #5e87b4;
  border-radius: 2px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.xp-entry-status.status-published {
  background: var(--xp-green);
}

.xp-entry-status.status-draft {
  color: #654b00;
  background: #f3c64d;
}

.xp-entry-status.status-update {
  background: #2c7ec8;
}

.xp-entry-body {
  margin-top: 14px;
  padding-top: 11px;
  border-top: 1px solid #dce4ed;
}

.xp-entry-body p {
  margin: 0 0 10px;
}

.xp-entry-body p:last-child {
  margin-bottom: 0;
}

.xp-entry-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 13px;
  padding-top: 9px;
  border-top: 1px solid #e3e8ee;
}

.xp-entry-read-link {
  margin-left: auto;
  color: #174b9b;
  font-size: 11px;
  font-weight: bold;
}

.xp-tag {
  padding: 2px 5px;
  color: #3d5f87;
  background: #e5eef9;
  border: 1px solid #c3d6ec;
  border-radius: 2px;
  font-size: 10px;
}

.xp-entry-actions {
  display: flex;
  gap: 5px;
  margin-left: 0;
}

.xp-entry-action {
  padding: 2px 6px;
  color: #174b9b;
  background: #fff;
  border: 1px solid #9fb7d2;
  border-radius: 2px;
  cursor: pointer;
  font-size: 10px;
}

.xp-entry-action:hover,
.xp-entry-action:focus {
  background: #e4effd;
  outline: 1px dotted #174b9b;
}

.xp-entry-action-danger {
  color: #9a221a;
}

.xp-empty-state {
  margin: 15px 0;
  padding: 22px;
  color: #53677f;
  background: #f1f6fc;
  border: 1px dashed #a6bfdc;
  text-align: center;
}

.xp-reader {
  margin-top: 15px;
}

.xp-reader-back {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: bold;
}

.xp-reader-article {
  max-width: 820px;
  padding: 19px 21px 18px;
  background: linear-gradient(180deg, #fff, #f7f9fc);
  border: 1px solid #bdcfe4;
  border-radius: 3px;
  box-shadow: 1px 2px 0 rgba(106, 145, 186, .2);
}

.xp-reader-header {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding-bottom: 14px;
  border-bottom: 1px solid #dce4ed;
}

.xp-reader-date {
  min-height: 68px;
}

.xp-reader-heading {
  min-width: 0;
}

.xp-reader-title {
  margin: 0;
  color: #174b9b;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: normal;
  line-height: 1.1;
}

.xp-reader-body {
  margin-top: 18px;
  color: #2d3f54;
  font-size: 14px;
  line-height: 1.65;
}

.xp-reader-body p {
  margin: 0 0 14px;
}

.xp-reader-body p:last-child {
  margin-bottom: 0;
}

.xp-reader-media {
  display: grid;
  gap: 15px;
  margin-top: 19px;
}

.xp-reader-media-item {
  margin: 0;
  padding: 8px;
  background: #eef4fb;
  border: 1px solid #bdcfe4;
  text-align: center;
}

.xp-reader-media-item img,
.xp-reader-media-item video {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 620px;
  margin: 0 auto;
  background: #17283b;
}

.xp-reader-media-video video {
  width: 100%;
}

.xp-reader-media-item figcaption {
  padding: 7px 3px 1px;
  color: #5b6e83;
  font-size: 11px;
  text-align: left;
}

.xp-reader-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  padding-top: 10px;
  border-top: 1px solid #e3e8ee;
}

.xp-reader-back-inline {
  margin-left: auto;
  font-size: 11px;
  font-weight: bold;
}

.xp-reader-not-found {
  color: #52657c;
}

.xp-comments {
  display: flex;
  gap: 13px;
  margin-top: 26px;
  padding: 14px;
  background: #f3f7fd;
  border: 1px solid #c1d3e8;
  border-radius: 3px;
}

.xp-comments-icon {
  flex: 0 0 32px;
}

.xp-comments-icon img {
  width: 32px;
  height: 32px;
}

.xp-comments h2 {
  font-size: 17px;
}

.xp-comments p:not(.xp-kicker) {
  max-width: 650px;
  margin: 5px 0 7px;
  color: #52657c;
}

.xp-editor-panel {
  padding: 19px clamp(18px, 4vw, 44px) 22px;
  background: #e7edf7;
  border-top: 1px solid #aebfd3;
}

.xp-editor-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 15px;
}

.xp-editor-heading h2 {
  font-size: 22px;
}

.xp-editor-warning {
  padding: 3px 7px;
  color: #6a4c00;
  background: #f7d773;
  border: 1px solid #d3a62d;
  border-radius: 2px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.xp-editor-help {
  margin: 7px 0 15px;
  color: #4f6278;
}

.xp-editor-help code {
  padding: 1px 3px;
  color: #173f76;
  background: #d6e5f8;
}

.xp-editor-form {
  display: grid;
  gap: 11px;
}

.xp-editor-form label {
  display: grid;
  gap: 4px;
  color: #244d80;
  font-weight: bold;
}

.xp-label-note {
  color: #6c7b8f;
  font-size: 10px;
  font-weight: normal;
}

.xp-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) 155px 170px 160px;
  gap: 10px;
}

.xp-editor-form input,
.xp-editor-form select,
.xp-editor-form textarea {
  width: 100%;
  padding: 6px 7px;
  color: #111;
  background: #fff;
  border: 1px solid #7f9db9;
  border-radius: 2px;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .08);
  font-weight: normal;
}

.xp-editor-form textarea {
  min-height: 150px;
  resize: vertical;
}

.xp-editor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
}

.xp-primary-button {
  color: #fff;
  background: linear-gradient(#63a6f0, #2457b6);
  border-color: #123d8e;
  text-shadow: 1px 1px #1a438e;
}

.xp-primary-button:hover,
.xp-primary-button:focus {
  filter: brightness(1.1);
  outline: 1px dotted #123d8e;
  outline-offset: 2px;
}

.xp-danger-button {
  color: #8e241b;
  margin-left: auto;
}

.xp-danger-button:hover,
.xp-danger-button:focus {
  color: #fff;
  background: var(--xp-red);
  outline: 1px dotted #7c1710;
}

.xp-editor-status {
  min-height: 17px;
  margin: 0;
  color: #286b2b;
}

.xp-editor-status.is-error {
  color: #a1261d;
}

.xp-statusbar {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  min-height: 23px;
  padding: 3px 8px;
  color: #48596c;
  background: #f0eee5;
  border-top: 1px solid #bebbb0;
  font-size: 11px;
}

.xp-taskbar {
  position: fixed;
  z-index: 20;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  min-height: 30px;
  padding-right: 6px;
  color: #fff;
  background: linear-gradient(180deg, #3c8de8, #2459bd 55%, #17449f);
  border-top: 1px solid #6daaf1;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, .22);
}

.xp-start-button {
  display: flex;
  align-items: center;
  gap: 5px;
  min-height: 30px;
  padding: 2px 15px 2px 8px;
  color: #fff;
  background: linear-gradient(180deg, #66be62, #328b32 65%, #247127);
  border-radius: 0 14px 14px 0;
  box-shadow: inset 0 1px rgba(255, 255, 255, .35);
  font-size: 13px;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 1px 1px #276322;
}

.xp-start-button:hover,
.xp-start-button:focus {
  color: #fff;
  filter: brightness(1.1);
}

.xp-start-button img {
  width: 18px;
  height: 14px;
  object-fit: contain;
}

.xp-taskbar-divider {
  width: 1px;
  height: 22px;
  margin: 0 7px;
  background: rgba(255, 255, 255, .3);
  border-right: 1px solid rgba(0, 0, 75, .35);
}

.xp-taskbar-app {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 135px;
  max-width: 210px;
  min-height: 24px;
  padding: 2px 10px;
  overflow: hidden;
  color: #fff;
  background: rgba(11, 53, 143, .42);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 2px;
  box-shadow: inset 1px 1px rgba(255, 255, 255, .2);
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xp-taskbar-app-active {
  background: rgba(7, 35, 107, .52);
}

.xp-taskbar-app img {
  width: 16px;
  height: 16px;
}

.xp-system-tray {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  margin-left: auto;
  padding: 0 9px;
  background: rgba(10, 55, 136, .42);
  border-left: 1px solid rgba(0, 0, 80, .25);
  box-shadow: inset 1px 0 rgba(255, 255, 255, .12);
}

.xp-tray-network {
  color: #b9e7ff;
  font-size: 12px;
}

@media (max-width: 860px) {
  .xp-desktop {
    padding: 14px 12px 50px;
  }

  .xp-desktop-icons {
    position: static;
    display: flex;
    gap: 5px;
    width: auto;
    margin-bottom: 10px;
  }

  .xp-desktop-icon {
    width: 76px;
    min-height: 70px;
  }

  .xp-desktop-icon img {
    width: 40px;
    height: 40px;
  }

  .xp-window {
    width: 100%;
    margin: 8px auto 20px;
  }

  .xp-window-content {
    grid-template-columns: 175px minmax(0, 1fr);
  }

  .xp-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  body {
    font-size: 12px;
    background-attachment: scroll;
  }

  .xp-desktop-icons {
    justify-content: space-between;
  }

  .xp-desktop-icon {
    width: 24%;
    min-height: 66px;
    padding-right: 0;
    padding-left: 0;
  }

  .xp-desktop-icon img {
    width: 34px;
    height: 34px;
  }

  .xp-desktop-icon span {
    max-width: 100%;
    font-size: 10px;
  }

  .xp-menu-bar {
    gap: 12px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .xp-toolbar {
    flex-wrap: wrap;
  }

  .xp-toolbar-separator {
    display: none;
  }

  .xp-search-label {
    margin-left: 0;
  }

  .xp-search {
    width: calc(100% - 50px);
  }

  .xp-window-content {
    display: block;
  }

  .xp-task-pane {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    padding: 9px;
    border-right: 0;
    border-bottom: 1px solid #abc2e3;
  }

  .xp-task-card {
    margin: 0;
    padding: 0 5px 5px;
  }

  .xp-task-card:last-child {
    grid-column: 1 / -1;
  }

  .xp-task-card h2 {
    margin-right: -5px;
    margin-left: -5px;
  }

  .xp-journal-content {
    padding: 20px 13px 28px;
  }

  .xp-content-heading {
    gap: 10px;
  }

  .xp-results-line {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .xp-folder-art {
    min-width: 38px;
  }

  .xp-folder-art img {
    width: 38px;
    height: 38px;
  }

  .xp-entry-list {
    grid-template-columns: 1fr;
  }

  .xp-reader-article {
    padding: 15px 13px;
  }

  .xp-reader-header {
    grid-template-columns: 55px minmax(0, 1fr);
    gap: 10px;
  }

  .xp-reader-title {
    font-size: 23px;
  }

  .xp-reader-body {
    font-size: 13px;
  }

  .xp-form-grid {
    grid-template-columns: 1fr;
  }

  .xp-danger-button {
    margin-left: 0;
  }

  .xp-comments {
    align-items: start;
  }

  .xp-taskbar-app {
    min-width: 0;
    max-width: 130px;
  }

  .xp-taskbar-app span {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 420px) {
  .xp-start-button {
    padding-right: 9px;
  }

  .xp-start-button span,
  .xp-taskbar-app span {
    display: none;
  }

  .xp-taskbar-app {
    width: 38px;
    justify-content: center;
    padding: 2px;
  }

  .xp-system-tray {
    padding-right: 5px;
    padding-left: 5px;
  }
}
