html,
body {
  margin: 0;
  height: 100%;
  overflow: hidden;
  font-family: Tahoma, "Segoe UI", sans-serif;
}

.desktop {
  height: 100%;
  background:
    radial-gradient(ellipse 90% 55% at 50% 0%, #9fd4ff 0%, #4b9fdc 58%, transparent 59%),
    radial-gradient(ellipse 120% 70% at 50% 115%, #8fbc3a 0%, #5a8c22 55%, #3f7018 100%),
    #4b9fdc;
  position: relative;
}

.hp {
  position: absolute;
  right: 28px;
  bottom: 48px;
  font: 700 42px Arial, sans-serif;
  color: rgba(255, 255, 255, 0.28);
  letter-spacing: 0.04em;
  pointer-events: none;
}

.icons {
  position: absolute;
  top: 16px;
  left: 12px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  z-index: 1;
}

.icon {
  width: 74px;
  border: 0;
  background: none;
  color: #fff;
  font: 11px Tahoma, sans-serif;
  text-shadow: 1px 1px 2px #000;
  cursor: default;
}

.ico {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto 4px;
  image-rendering: pixelated;
}

.my-computer {
  background: linear-gradient(#7ec8ff, #1f6ebd);
  border: 2px solid #fff;
  box-shadow: 2px 2px 0 #0003;
}

.docs {
  background: linear-gradient(#ffe9a8, #d2a322);
  border: 2px solid #fff;
}

.recycle {
  background: linear-gradient(#d9d9d9, #7a7a7a);
  border-radius: 50%;
  border: 2px solid #fff;
}

.ie {
  background: radial-gradient(circle at 30% 30%, #9cf, #1659c7 55%, #0b2f6b);
  border-radius: 50%;
  border: 2px solid #fff;
}

.admin {
  background:
    linear-gradient(#ffe566, #c9a227);
  border: 2px solid #fff;
  box-shadow: 2px 2px 0 #0003;
  position: relative;
}

.admin::after {
  content: "♛";
  display: block;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
  color: #5a3b00;
}

#adminApp {
  cursor: pointer;
}

body.is-admin #adminApp {
  background: rgba(10, 80, 180, 0.45);
  outline: 1px dotted #fff;
}

.owner-name {
  color: #c9a227;
  text-shadow: 0 0 4px #ffe566;
}

.crown {
  color: #ffd24a;
}

.window {
  position: absolute;
  top: 18px;
  left: 110px;
  right: 18px;
  bottom: 42px;
  display: flex;
  flex-direction: column;
  border: 3px solid #0055ea;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.25);
  background: #ece9d8;
  min-width: 0;
}

.titlebar {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 30px;
  padding: 0 4px 0 8px;
  color: #fff;
  font: 700 12px Tahoma, sans-serif;
  background: linear-gradient(#0a9bf1, #0058e6 45%, #003dd6);
}

.chrome-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: conic-gradient(#ea4335 0 90deg, #fbbc05 90deg 180deg, #34a853 180deg 270deg, #4285f4 270deg);
}

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

.win-btns button {
  width: 22px;
  height: 20px;
  margin-left: 2px;
  border: 1px solid #003a9e;
  background: linear-gradient(#3f9fff, #1660d6);
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  cursor: default;
}

.win-btns .close {
  background: linear-gradient(#ff8b7a, #e03a22);
}

.chrome {
  background: #dfe3e6;
  border-bottom: 1px solid #9aa0a6;
}

.tabs {
  display: flex;
  gap: 4px;
  padding: 6px 8px 0;
}

.tab {
  border: 1px solid #b0b0b0;
  border-bottom: 0;
  background: #cfd3d6;
  padding: 5px 12px;
  font: 12px Arial, sans-serif;
  border-radius: 8px 8px 0 0;
  cursor: default;
}

.tab.on {
  background: #fff;
}

.tab.plus {
  padding: 5px 8px;
}

.toolbar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  background: #fff;
}

.nav {
  width: 28px;
  height: 24px;
  border: 1px solid #c0c0c0;
  background: #f1f3f4;
  border-radius: 4px;
  cursor: default;
}

.omnibox {
  flex: 1;
  border: 1px solid #dadce0;
  border-radius: 16px;
  padding: 4px 12px;
  font: 13px Arial, sans-serif;
  color: #202124;
  background: #fff;
}

.web {
  flex: 1;
  overflow: auto;
  background: #000033;
  background-image: radial-gradient(#ffffff 1px, transparent 1px);
  background-size: 28px 28px;
  color: #000;
}

.page {
  margin: 0 auto;
  max-width: 740px;
  background: #e8e8ff;
  border: 4px ridge #6666aa;
}

input[type="text"],
input[name="name"],
textarea {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  border: 2px inset #999999;
  background: #ffffff;
}

input[type="submit"],
input[type="button"],
.remove {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #c0c0c0;
  border: 2px outset #ffffff;
  padding: 3px 10px;
  cursor: pointer;
}

.remove {
  display: none;
  margin-top: 10px;
  color: #800000;
}

body.is-admin .remove {
  display: inline-block;
}

input[type="submit"]:active,
input[type="button"]:active,
.remove:active {
  border-style: inset;
}

#paint {
  display: block;
  background: #ffffff;
  border: 3px inset #808080;
  cursor: crosshair;
  touch-action: none;
}

#colors {
  width: 72px;
}

.swatch {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px outset #ffffff;
  margin: 0 4px 4px 0;
  cursor: pointer;
  vertical-align: top;
}

.swatch.on {
  border: 2px inset #000000;
}

.entry {
  background: #ffffff;
  border-left: 1px solid #9999cc;
  border-right: 1px solid #9999cc;
  border-bottom: 1px solid #9999cc;
}

.entry.alt {
  background: #f4f4ff;
}

.pic {
  border: 1px solid #333333;
  background: #ffffff;
}

.meta {
  color: #000080;
}

.empty {
  background: #ffffff;
  padding: 16px;
  border: 1px solid #9999cc;
  border-top: 0;
}

.pager {
  background: #000080;
  color: #ffff00;
  font: 12px Verdana, Geneva, sans-serif;
  text-align: center;
  padding: 8px;
  border: 1px solid #9999cc;
  border-top: 0;
}

.pager button {
  font: bold 12px Verdana, Geneva, sans-serif;
  background: #c0c0c0;
  border: 2px outset #ffffff;
  padding: 2px 10px;
  cursor: pointer;
}

.pager button:disabled {
  color: #666666;
  cursor: default;
}

.pager .page-num {
  display: inline-block;
  margin: 0 12px;
  color: #ffffff;
}

.taskbar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 4px;
  background: linear-gradient(#2f7af0, #245edb 40%, #1941a5);
  box-shadow: inset 0 1px 0 #5ea1ff;
  z-index: 3;
}

.start {
  height: 24px;
  padding: 0 14px 0 10px;
  border: 0;
  border-radius: 0 12px 12px 0;
  background: linear-gradient(#7cbf4a, #3b8c14);
  color: #fff;
  font: italic 700 14px Tahoma, sans-serif;
  text-shadow: 1px 1px 0 #1d4d08;
  cursor: default;
}

.task {
  height: 22px;
  padding: 0 12px;
  border: 1px solid #163a8a;
  background: linear-gradient(#5590ea, #2d62c4);
  color: #fff;
  font: 11px Tahoma, sans-serif;
  cursor: default;
}

.task.on {
  background: linear-gradient(#1d4ea0, #163a80);
  box-shadow: inset 1px 1px 2px #0006;
}

.tray {
  margin-left: auto;
  height: 22px;
  padding: 0 10px;
  border: 1px solid #163a8a;
  background: #0d3789;
  color: #fff;
  font: 11px Tahoma, sans-serif;
  line-height: 22px;
}

@media (max-width: 800px) {
  .icons {
    display: none;
  }

  .window {
    left: 8px;
    right: 8px;
  }
}
