
body {
  background: url('assets/resources/bliss.jpg') no-repeat center center fixed;
  background-size: cover;
}
.window {
  background: #c0c0c0;
  border: 2px solid #fff;
  border-bottom-color: #808080;
  border-right-color: #808080;
  box-shadow: 2px 2px 0 #0008, 0 0 0 1px #0004;
  width: 700px;
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden;
}
.title-bar {
  background: linear-gradient(to bottom, #000080 0%, #1084d0 100%);
  color: #fff;
  padding: 0.3rem 0.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  font-size: 1.1rem;
  border-bottom: 2px solid #0004;
  border-radius: 0;
  box-shadow: none;
}
.title-bar-text {
  flex: 1;
  font-family: 'MS Sans Serif', Tahoma, Arial, sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.01em;
}
.title-bar-controls {
  display: flex;
  gap: 0.2rem;
}
.title-bar-controls button {
  width: 18px;
  height: 18px;
  margin-left: 2px;
  background: #c0c0c0;
  border: 2px outset #fff;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  padding: 0;
  position: relative;
}
.title-bar-controls button[aria-label="Minimize"]:before {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 4px;
  top: 8px;
}
.title-bar-controls button[aria-label="Maximize"]:before {
  content: '';
  display: block;
  width: 10px;
  height: 8px;
  border: 2px solid #000;
  position: absolute;
  left: 3px;
  top: 4px;
}
.title-bar-controls button[aria-label="Close"]:before {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background: #800000;
  position: absolute;
  left: 4px;
  top: 8px;
  transform: rotate(45deg);
}
.menu-bar {
  background: #c0c0c0;
  border-bottom: 2px solid #fff;
  padding: 0.2rem 1rem;
  font-size: 0.98rem;
  color: #222;
  display: flex;
  gap: 1.5rem;
  user-select: none;
  border-radius: 0;
}
.menu-bar span {
  padding: 0 0.5rem;
  cursor: default;
}
.nav-bar, .address-label, .address-bar {
  display: none !important;
}
.explorer-content {
  display: flex;
  height: 350px;
}
.explorer-sidebar {
  width: 160px;
  background: #e0e0e0;
  border-right: 2px solid #fff;
  padding: 1rem 0.5rem 1rem 1rem;
  font-size: 0.98rem;
}
.sidebar-title {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-list li {
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
}
.folder-icon, .xp-folder {
  display: inline-block;
  width: 18px;
  height: 16px;
  background: url('data:image/svg+xml;utf8,<svg width="18" height="16" xmlns="http://www.w3.org/2000/svg"><rect width="18" height="16" rx="0" fill="%23f3d97c" stroke="%23808080"/><rect y="4" width="18" height="12" rx="0" fill="%23fff9c4"/></svg>') no-repeat center center !important;
  margin-right: 6px;
}
.explorer-main {
  flex: 1;
  padding: 1rem 1.5rem;
  background: #fff;
  overflow-y: auto;
  border-radius: 0;
}
.explorer-list-header {
  font-weight: bold;
  border-bottom: 2px solid #fff;
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
}
.explorer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.explorer-item {
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
}
.file-icon, .xp-album {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml;utf8,<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg"><rect width="16" height="16" rx="0" fill="%23fff" stroke="%23808080"/><rect y="2" width="16" height="12" rx="0" fill="%23e0e0e0"/><rect x="3" y="4" width="10" height="8" fill="%23008080"/></svg>') no-repeat center center !important;
  margin-right: 8px;
}
.explorer-item a {
  color: #222;
  text-decoration: none;
  font-family: 'MS Sans Serif', Tahoma, Arial, sans-serif;
  font-size: 1.05rem;
  padding: 2px 4px;
  border-radius: 0;
  transition: background 0.1s;
}
.explorer-item a:hover {
  background: #000080;
  color: #fff;
  outline: 1px dotted #fff;
}
.status-bar {
  background: #c0c0c0;
  border-top: 2px solid #fff;
  color: #222;
  font-size: 0.98rem;
  padding: 0.3rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0;
}
.status-left {
  font-weight: normal;
}
.status-right {
  font-weight: bold;
}
.album-dialog-content {
  padding: 1.5rem 2rem 2rem 2rem;
  background: #c0c0c0;
  border-radius: 0;
}
.album-dialog-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}
.album-dialog-info {
  display: flex;
  align-items: center;
}
.album-dialog-cover {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border: 2px solid #fff;
  border-bottom-color: #808080;
  border-right-color: #808080;
  border-radius: 0;
  margin-right: 1.2rem;
  background: #e0e0e0;
  box-shadow: none;
}
.album-dialog-meta h2 {
  font-size: 1.2rem;
  margin: 0 0 0.3rem 0;
  color: #000080;
  font-family: 'MS Sans Serif', Tahoma, Arial, sans-serif;
}
.album-dialog-meta p {
  margin: 0.1rem 0;
  color: #222;
  font-size: 1rem;
}
.album-dialog-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 0;
  margin-left: 1.2rem;
}
.play-album-btn {
  margin: 0;
  font-size: 1.1rem;
  padding: 0.3rem 1.1rem;
  background: #e0e0e0;
  border: 2px outset #fff;
  border-radius: 0;
  color: #000;
  font-weight: bold;
  box-shadow: none;
  transition: background 0.1s, border 0.1s;
}
.play-album-btn:hover, .play-album-btn:active {
  background: #c0c0c0;
  border: 2px inset #808080;
}
.album-dialog-tracks {
  margin-bottom: 1rem;
}
.track-list-label {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.track-listbox {
  list-style: none;
  padding: 0;
  margin: 0 0 0.5rem 0;
  background: #fff;
  border: 2px solid #fff;
  border-bottom-color: #808080;
  border-right-color: #808080;
  border-radius: 0;
  box-shadow: none;
  max-height: 90px;
  overflow-y: auto;
}
.track-item {
  display: flex;
  align-items: center;
  padding: 0.35rem 0.8rem;
  font-family: 'MS Sans Serif', Tahoma, Arial, sans-serif;
  font-size: 1rem;
  cursor: pointer;
  color: #222;
  transition: background 0.1s;
  border-radius: 0;
}
.track-item.selected, .track-item:hover {
  background: #000080;
  color: #fff;
}
.music-note-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 7px;
  background: url('data:image/svg+xml;utf8,<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg"><g><rect width="16" height="16" rx="0" fill="%23e0e0e0"/><path d="M11 3v7.2a2.5 2.5 0 1 1-1 2V5.5L6 6.5V12.2a2.5 2.5 0 1 1-1 2V7a1 1 0 0 1 .8-.98l5-1A1 1 0 0 1 11 5z" fill="%23008080"/></g></svg>') no-repeat center center;
  vertical-align: middle;
}
.track-play-btn {
  margin-right: 0.5rem;
  font-size: 1.1rem;
  width: 1.8rem;
  height: 1.8rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  background: #e0e0e0;
  border: 2px outset #fff;
  border-radius: 0;
  color: #000;
  box-shadow: none;
  transition: background 0.1s, border 0.1s;
}
.track-play-btn:hover, .track-play-btn:active {
  background: #c0c0c0;
  border: 2px inset #808080;
}
.current-track-label {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #000080;
  font-family: 'MS Sans Serif', Tahoma, Arial, sans-serif;
  text-align: center;
}
.album-dialog-player {
  margin-top: 0.5rem;
  background: #e0e0e0;
  border: 2px solid #fff;
  border-bottom-color: #808080;
  border-right-color: #808080;
  border-radius: 0;
  padding: 1rem 1.2rem;
  box-shadow: none;
}
.album-dialog-controls {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#play-pause {
  background: #e0e0e0;
  border: 2px outset #fff;
  border-radius: 0;
  color: #000;
  font-size: 1.2rem;
  width: 2.2rem;
  height: 2.2rem;
  cursor: pointer;
  box-shadow: none;
  font-family: 'MS Sans Serif', Tahoma, Arial, sans-serif;
  transition: background 0.1s, border 0.1s;
}
#play-pause:hover, #play-pause:active {
  background: #c0c0c0;
  border: 2px inset #808080;
}
.album-dialog-progress-container {
  flex: 1;
  height: 10px;
  background: #fff;
  border: 2px solid #fff;
  border-bottom-color: #808080;
  border-right-color: #808080;
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;
  margin: 0 0.5rem;
  box-shadow: none;
}
.album-dialog-progress {
  height: 100%;
  background: #000080;
  width: 0%;
  transition: width 0.1s linear;
  border-radius: 0;
}
#album-dialog-time {
  font-family: 'MS Sans Serif', Tahoma, Arial, sans-serif;
  font-size: 1rem;
  min-width: 48px;
  color: #000080;
}
