.explorer-window {
  left: clamp(110px, 14vw, 280px);
  top: clamp(58px, 9vh, 118px);
  width: min(1060px, 80vw);
  height: min(700px, calc(100vh - var(--taskbar-h) - 76px));
  min-width: 740px;
  min-height: 500px;
  z-index: 10;
}

.explorer-window.is-active {
  z-index: 14;
}

.explorer-shell {
  display: grid;
  grid-template-rows: auto auto auto minmax(0, 1fr) 25px;
  min-height: 0;
  height: 100%;
  color: #1d2c38;
  background: #f2f6fb;
  border-top: 1px solid rgba(255, 255, 255, .72);
  font-family: "Segoe UI", system-ui, sans-serif;
  font-size: 12px;
}

.explorer-menu {
  display: flex;
  align-items: center;
  gap: 2px;
  min-height: 23px;
  padding: 0 8px;
  color: #243746;
  background: linear-gradient(#fbfdff, #edf3fa);
  border-bottom: 1px solid #c7d3df;
}

.explorer-menu a {
  padding: 3px 8px 4px;
  border: 1px solid transparent;
  border-radius: 2px;
}

.explorer-menu a:hover,
.explorer-menu a:focus-visible {
  border-color: #b5c9dc;
  background: linear-gradient(#ffffff, #dcecf9);
  outline: 0;
}

.explorer-address-row {
  display: grid;
  grid-template-columns: auto minmax(280px, 1fr) 28px minmax(190px, 260px);
  align-items: center;
  gap: 5px;
  min-height: 43px;
  padding: 6px 9px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.82), rgba(226,239,250,.72)),
    #e7f0f8;
  border-bottom: 1px solid #b6c7d8;
}

.explorer-nav-buttons {
  display: flex;
  align-items: center;
  gap: 4px;
}

.explorer-round-button,
.explorer-up-button,
.explorer-refresh-button {
  position: relative;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid #7fa7c8;
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 25%, rgba(255,255,255,.96), rgba(255,255,255,.22) 38%, transparent 39%),
    linear-gradient(#6bb7e8, #2e78bd 54%, #1b5598);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.45), 0 1px 1px rgba(0,0,0,.18);
}

.explorer-up-button {
  width: 24px;
  height: 24px;
  border-color: #96adbf;
  border-radius: 3px;
  background: linear-gradient(#ffffff, #dcecf8);
}

.explorer-refresh-button {
  border-color: #9fb5c9;
  border-radius: 2px;
  background: linear-gradient(#ffffff, #dfeef9);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.78);
}

.explorer-refresh-button:hover,
.explorer-refresh-button:focus-visible,
.explorer-up-button:hover,
.explorer-up-button:focus-visible {
  border-color: #6da6cf;
  background: linear-gradient(#ffffff, #cae6f8);
  outline: 0;
}

.explorer-round-button:disabled,
.explorer-up-button:disabled,
.explorer-round-button.is-muted {
  opacity: .52;
}

.explorer-arrow {
  position: absolute;
  inset: 0;
}

.explorer-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  border-left: 3px solid white;
  border-bottom: 3px solid white;
  filter: drop-shadow(0 1px 1px rgba(0,0,0,.35));
}

.explorer-arrow-left::before {
  left: 11px;
  transform: translateY(-50%) rotate(45deg);
}

.explorer-arrow-right::before {
  right: 11px;
  transform: translateY(-50%) rotate(-135deg);
}

.explorer-up-button span::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-left: 2px solid #426982;
  border-top: 2px solid #426982;
  transform: rotate(45deg);
}

.explorer-refresh-button span::before,
.explorer-refresh-button span::after {
  content: "";
  position: absolute;
}

.explorer-refresh-button span::before {
  left: 8px;
  top: 7px;
  width: 10px;
  height: 10px;
  border: 2px solid #426982;
  border-left-color: transparent;
  border-radius: 50%;
}

.explorer-refresh-button span::after {
  right: 6px;
  top: 5px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #426982;
  transform: rotate(28deg);
}

.explorer-address {
  min-width: 0;
  height: 28px;
  display: flex;
  align-items: center;
  gap: 0;
  overflow: hidden;
  color: #203547;
  border: 1px solid #9fb5c9;
  border-radius: 2px;
  background: linear-gradient(#ffffff, #f3f8fd);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.08);
}

.explorer-address-icon {
  position: relative;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  margin: 0 4px;
  background: linear-gradient(#ffe592, #f3be38 58%, #d89b19);
  border: 1px solid #c89525;
  border-radius: 2px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65);
}

.explorer-address-icon::before {
  content: "";
  position: absolute;
  left: 2px;
  top: -5px;
  width: 12px;
  height: 7px;
  background: linear-gradient(#fff1b1, #e6ae2d);
  border: 1px solid #c89525;
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
}

.explorer-address button {
  position: relative;
  flex: 0 0 auto;
  min-width: 0;
  height: 100%;
  padding: 5px 14px 5px 8px;
  color: #203547;
  border: 0;
  border-left: 1px solid #d5e2ed;
  background: transparent;
  font: inherit;
  white-space: nowrap;
}

.explorer-address button:first-of-type {
  border-left: 0;
}

.explorer-address button:hover,
.explorer-address button:focus-visible,
.explorer-address button.is-current {
  background: linear-gradient(#ffffff, #e5f2fc);
  outline: 0;
}

.explorer-address button:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 9px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #8fa9bf;
  border-bottom: 1px solid #8fa9bf;
  transform: rotate(-45deg);
}

.explorer-address button:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

.explorer-search {
  position: relative;
  min-width: 0;
  display: block;
}

.explorer-search span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.explorer-search input {
  width: 100%;
  height: 28px;
  padding: 0 26px 0 8px;
  color: #263846;
  border: 1px solid #9fb5c9;
  border-radius: 2px;
  background:
    linear-gradient(135deg, transparent 0 78%, rgba(79, 115, 144, .42) 79% 82%, transparent 83%),
    linear-gradient(#ffffff, #f4f8fb);
  outline: 0;
  font-size: 12px;
}

.explorer-search input::placeholder {
  color: #6d7f8d;
}

.explorer-search input:focus {
  border-color: #5c9ccc;
  box-shadow: 0 0 0 1px rgba(86, 160, 210, .24);
}

.explorer-toolbar {
  display: flex;
  align-items: center;
  gap: 2px;
  min-height: 32px;
  padding: 4px 10px;
  color: #2a4052;
  background: linear-gradient(#eef6fc, #dcebf7);
  border-bottom: 1px solid #b9cadd;
}

.explorer-toolbar button {
  min-height: 23px;
  padding: 2px 10px;
  color: #243746;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
  font: inherit;
}

.explorer-toolbar-menu {
  padding-right: 22px !important;
}

.explorer-toolbar-menu::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  vertical-align: 2px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #496171;
}

.explorer-toolbar button:hover,
.explorer-toolbar button:focus-visible,
.explorer-toolbar button.is-active,
.explorer-toolbar button[aria-pressed="true"] {
  border-color: #9cbdda;
  background: linear-gradient(#ffffff, #cde6f7);
  outline: 0;
}

.explorer-toolbar-separator {
  width: 1px;
  height: 18px;
  margin: 0 5px;
  background: #b8c8d7;
  box-shadow: 1px 0 0 rgba(255,255,255,.8);
}

.explorer-view-toggle {
  display: flex;
  align-items: center;
  gap: 1px;
}

.explorer-main {
  display: grid;
  grid-template-columns: 215px minmax(330px, 1fr) 250px;
  min-height: 0;
  background: #ffffff;
}

.explorer-shell[data-explorer-preview="hidden"] .explorer-main {
  grid-template-columns: 215px minmax(330px, 1fr);
}

.explorer-shell[data-explorer-preview="hidden"] .explorer-preview-pane {
  display: none;
}

.explorer-nav-pane,
.explorer-preview-pane {
  min-width: 0;
  overflow: auto;
  scrollbar-color: #a6bdd0 #edf4fb;
}

.explorer-nav-pane {
  padding: 10px 8px 12px;
  background:
    linear-gradient(90deg, #eef5fb, #f8fbfe 72%, #ffffff);
  border-right: 1px solid #c4d1de;
}

.explorer-nav-pane section + section {
  margin-top: 13px;
}

.explorer-nav-pane h3 {
  margin: 0 0 4px;
  padding: 0 7px;
  color: #567083;
  font-size: 12px;
  font-weight: 600;
}

.explorer-nav-pane button,
.explorer-tree button {
  display: flex;
  align-items: center;
  gap: 7px;
  width: 100%;
  min-width: 0;
  min-height: 24px;
  padding: 2px 7px;
  color: #213446;
  border: 1px solid transparent;
  border-radius: 3px;
  background: transparent;
  font: inherit;
  text-align: left;
  white-space: nowrap;
}

.explorer-tree-children {
  margin-left: 15px;
}

.explorer-tree-children button {
  min-height: 23px;
}

.explorer-nav-pane button:hover,
.explorer-nav-pane button:focus-visible,
.explorer-nav-pane button.is-active,
.explorer-tree button:hover,
.explorer-tree button:focus-visible,
.explorer-tree button.is-active {
  border-color: #aac4da;
  background: linear-gradient(#f8fdff, #dcecf9);
  outline: 0;
}

.explorer-tree-caret {
  flex: 0 0 auto;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #526b7e;
  transform: rotate(90deg);
}

.explorer-list-pane {
  min-width: 0;
  min-height: 0;
  overflow: auto;
  background: #ffffff;
}

.explorer-list-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 24px;
  padding: 0 12px;
  color: #5d7081;
  background: linear-gradient(#fbfdff, #eff6fc);
  border-bottom: 1px solid #d6e2ec;
  font-size: 11px;
}

.explorer-folder-summary {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 86px;
  padding: 14px 18px 11px;
  background:
    linear-gradient(90deg, rgba(235,246,255,.92), rgba(255,255,255,.52) 62%, transparent),
    #ffffff;
  border-bottom: 1px solid #d7e0e9;
}

.explorer-folder-summary h2 {
  margin: 0;
  color: #1d394f;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.explorer-folder-summary p {
  margin: 3px 0 0;
  color: #66788a;
  font-size: 12px;
}

.explorer-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  color: #1f2f3d;
  table-layout: fixed;
}

.explorer-table th {
  height: 24px;
  padding: 0 9px;
  color: #41576a;
  background: linear-gradient(#fbfdff, #eef4fa);
  border-right: 1px solid #d3dee8;
  border-bottom: 1px solid #c4d1dc;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

.explorer-table th:nth-child(1) { width: 40%; }
.explorer-table th:nth-child(2) { width: 26%; }
.explorer-table th:nth-child(3) { width: 24%; }
.explorer-table th:nth-child(4) { width: 10%; }

.explorer-table td {
  height: 29px;
  padding: 3px 9px;
  border-bottom: 1px solid #edf2f7;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.explorer-table tbody tr {
  cursor: default;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.explorer-table tbody tr:nth-child(even):not(.is-selected) {
  background: #fbfdff;
}

.explorer-table tbody tr:hover {
  background: linear-gradient(#f6fbff, #eaf6ff);
  outline: 1px solid #c6dfef;
  outline-offset: -1px;
}

.explorer-table tbody tr:focus-visible {
  outline: 1px solid #4f98cf;
  outline-offset: -1px;
}

.explorer-table tbody tr.is-selected {
  background: linear-gradient(#e5f3ff, #c8e5fb 48%, #b7d9f3);
  outline: 1px solid #70add9;
  outline-offset: -1px;
}

.explorer-table tbody tr.is-selected:hover {
  background: linear-gradient(#dff0ff, #bfe2fb 48%, #a9d3f1);
}

.explorer-table td:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
}

.explorer-table strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #172a3a;
  font-weight: 400;
}

.explorer-empty-row td {
  height: 92px;
  color: #60778a;
  text-align: center;
}

.explorer-shell[data-explorer-view="list"] .explorer-table {
  min-width: 0;
}

.explorer-shell[data-explorer-view="list"] .explorer-table thead {
  display: none;
}

.explorer-shell[data-explorer-view="list"] .explorer-table tbody {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
  gap: 6px;
  padding: 10px;
}

.explorer-shell[data-explorer-view="list"] .explorer-table tr {
  display: grid;
  min-height: 58px;
  border: 1px solid transparent;
  border-radius: 3px;
}

.explorer-shell[data-explorer-view="list"] .explorer-table td {
  border: 0;
}

.explorer-shell[data-explorer-view="list"] .explorer-table td:first-child {
  align-items: flex-start;
  min-height: 54px;
  padding: 9px;
  white-space: normal;
}

.explorer-shell[data-explorer-view="list"] .explorer-table td:not(:first-child) {
  display: none;
}

.explorer-shell[data-explorer-view="list"] .explorer-empty-row {
  grid-column: 1 / -1;
}

.explorer-preview-pane {
  padding: 12px;
  color: #314658;
  background: linear-gradient(180deg, #f8fbff, #e7f1fa);
  border-left: 1px solid #c4d1de;
}

.explorer-preview-card {
  display: grid;
  justify-items: center;
  gap: 5px;
  padding: 14px 8px 16px;
  text-align: center;
  border: 1px solid #c8d7e4;
  border-radius: 3px;
  background: linear-gradient(#ffffff, #edf6fd);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.72);
}

.explorer-preview-card h2 {
  max-width: 100%;
  margin: 2px 0 0;
  overflow: hidden;
  color: #1d394f;
  font-size: 18px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.explorer-preview-card p {
  margin: 0;
  color: #65788a;
  font-size: 12px;
}

.explorer-preview-description {
  display: -webkit-box;
  max-width: 100%;
  overflow: hidden;
  color: #455d70 !important;
  line-height: 1.32;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.explorer-primary-action {
  min-height: 24px;
  margin-top: 6px;
  padding: 2px 12px;
  color: #1f4058;
  border: 1px solid #8ab4d3;
  border-radius: 3px;
  background: linear-gradient(#ffffff, #d9eefb);
  font: inherit;
}

.explorer-primary-action:hover,
.explorer-primary-action:focus-visible {
  border-color: #5f9cc6;
  background: linear-gradient(#ffffff, #c7e5f9);
  outline: 0;
}

.explorer-details {
  margin: 13px 0 0;
  font-size: 12px;
}

.explorer-details div {
  padding: 8px 0;
  border-bottom: 1px solid rgba(173, 194, 212, .72);
}

.explorer-details dt {
  margin-bottom: 3px;
  color: #5a7183;
  font-weight: 600;
}

.explorer-details dd {
  margin: 0;
  color: #23394a;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.explorer-statusbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
  padding: 0 10px;
  color: #344b5d;
  background: linear-gradient(#f9fbfe, #e4eef8);
  border-top: 1px solid #bdcddb;
  font-size: 12px;
}

.explorer-statusbar span {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.explorer-entry-icon,
.explorer-folder-icon,
.explorer-music-icon,
.explorer-zine-icon,
.explorer-project-icon,
.explorer-contact-icon,
.explorer-small-folder,
.explorer-small-desktop,
.explorer-small-download,
.explorer-small-note,
.explorer-small-doc,
.explorer-small-drive,
.explorer-small-network,
.explorer-small-image,
.explorer-small-project,
.explorer-small-contact {
  position: relative;
  flex: 0 0 auto;
  width: 18px;
  height: 16px;
  display: inline-block;
}

.explorer-entry-icon.explorer-icon-folder,
.explorer-folder-icon,
.explorer-project-icon,
.explorer-small-folder {
  background: linear-gradient(#ffe99d, #f1bd37 58%, #d99c1d);
  border: 1px solid #c48f20;
  border-radius: 2px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.72);
}

.explorer-entry-icon.explorer-icon-folder::before,
.explorer-folder-icon::before,
.explorer-project-icon::before,
.explorer-small-folder::before {
  content: "";
  position: absolute;
  left: 1px;
  top: -4px;
  width: 10px;
  height: 6px;
  background: linear-gradient(#fff1b1, #e8b02d);
  border: 1px solid #c48f20;
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
}

.explorer-entry-icon.explorer-icon-image,
.explorer-folder-icon.explorer-icon-image,
.explorer-small-image {
  background:
    linear-gradient(135deg, rgba(68, 143, 194, .45) 0 42%, transparent 43%),
    linear-gradient(#fff9ca, #efc447 58%, #d49a20);
  border: 1px solid #bf8c20;
  border-radius: 2px;
}

.explorer-entry-icon.explorer-icon-image::before,
.explorer-folder-icon.explorer-icon-image::before,
.explorer-small-image::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3a91c9;
}

.explorer-entry-icon.explorer-icon-music,
.explorer-music-icon,
.explorer-small-note {
  border: 1px solid #75a7c8;
  border-radius: 2px;
  background: linear-gradient(#eff8ff, #c9e4f8);
}

.explorer-entry-icon.explorer-icon-music::before,
.explorer-music-icon::before,
.explorer-small-note::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 2px;
  height: 9px;
  background: #2e7eb6;
  box-shadow: 5px -2px 0 #2e7eb6;
}

.explorer-entry-icon.explorer-icon-music::after,
.explorer-music-icon::after,
.explorer-small-note::after {
  content: "";
  position: absolute;
  left: 3px;
  bottom: 2px;
  width: 6px;
  height: 5px;
  border-radius: 50%;
  background: #2e7eb6;
  box-shadow: 6px -2px 0 -1px #2e7eb6;
}

.explorer-entry-icon.explorer-icon-zine,
.explorer-entry-icon.explorer-icon-file,
.explorer-entry-icon.explorer-icon-contact,
.explorer-zine-icon,
.explorer-contact-icon,
.explorer-small-doc,
.explorer-small-contact {
  background: linear-gradient(#ffffff, #e8f0f7);
  border: 1px solid #9fb0bf;
  border-radius: 1px;
}

.explorer-entry-icon.explorer-icon-zine::before,
.explorer-entry-icon.explorer-icon-file::before,
.explorer-zine-icon::before,
.explorer-contact-icon::before,
.explorer-small-doc::before {
  content: "";
  position: absolute;
  inset: 4px 3px auto;
  height: 1px;
  background: #8ca0b2;
  box-shadow: 0 4px 0 #8ca0b2, 0 8px 0 #8ca0b2;
}

.explorer-entry-icon.explorer-icon-contact::after,
.explorer-contact-icon::after,
.explorer-small-contact::after {
  content: "@";
  position: absolute;
  inset: 1px 0 0;
  color: #2f7ead;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.explorer-entry-icon.explorer-icon-project,
.explorer-project-icon,
.explorer-small-project {
  background: linear-gradient(#dff1ff, #83bde1 58%, #4f91c4);
  border: 1px solid #4e86ae;
  border-radius: 2px;
}

.explorer-entry-icon.explorer-icon-project::before,
.explorer-project-icon::before,
.explorer-small-project::before {
  content: "";
  position: absolute;
  left: 1px;
  top: -4px;
  width: 10px;
  height: 6px;
  background: linear-gradient(#f6fbff, #91c4e5);
  border: 1px solid #4e86ae;
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
}

.explorer-entry-icon.explorer-icon-app {
  border: 1px solid #668faa;
  border-radius: 2px;
  background:
    linear-gradient(90deg, transparent 0 35%, rgba(255,255,255,.55) 36% 38%, transparent 39%),
    linear-gradient(#9ed4f9, #347fbf);
}

.explorer-entry-icon.explorer-icon-code {
  border: 1px solid #5e8b71;
  border-radius: 2px;
  background: linear-gradient(#e9fff0, #91d2a4);
}

.explorer-entry-icon.explorer-icon-code::before {
  content: "{ }";
  position: absolute;
  inset: 1px 0 0;
  color: #2c6f45;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
}

.explorer-small-desktop {
  border: 1px solid #6f91aa;
  border-radius: 2px;
  background: linear-gradient(#8fd4ff, #357fbd);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.26);
}

.explorer-small-download {
  border: 1px solid #5088ae;
  border-radius: 2px;
  background: linear-gradient(#bde9ff, #5ca7d8);
}

.explorer-small-download::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 4px;
  height: 8px;
  background: #ffffff;
  box-shadow: 0 7px 0 2px rgba(255,255,255,.75);
}

.explorer-entry-icon.explorer-icon-drive,
.explorer-small-drive {
  border: 1px solid #7f8c96;
  border-radius: 3px;
  background: linear-gradient(#e9edf1, #aab5bf);
}

.explorer-entry-icon.explorer-icon-drive::before,
.explorer-small-drive::before {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  bottom: 3px;
  height: 2px;
  background: #4c697e;
}

.explorer-entry-icon.explorer-icon-network,
.explorer-small-network {
  border: 1px solid #4e82a9;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 36%, rgba(255,255,255,.7) 37% 44%, transparent 45%),
    linear-gradient(#a7d8ff, #3d87c4);
}

.explorer-large-folder,
.explorer-preview-icon {
  position: relative;
  flex: 0 0 auto;
  width: 54px;
  height: 42px;
  display: inline-block;
  background: linear-gradient(#ffe797, #f4bd34 58%, #d79a18);
  border: 1px solid #c18d1f;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgba(255,255,255,.68), 0 2px 4px rgba(0,0,0,.15);
}

.explorer-large-folder::before,
.explorer-preview-icon::before {
  content: "";
  position: absolute;
  left: 3px;
  top: -10px;
  width: 28px;
  height: 13px;
  background: linear-gradient(#fff2af, #e8ad2d);
  border: 1px solid #c18d1f;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
}

.explorer-large-folder.explorer-icon-image,
.explorer-preview-icon.explorer-icon-image {
  background:
    linear-gradient(135deg, rgba(61, 144, 195, .46) 0 42%, transparent 43%),
    linear-gradient(#fff2a8, #f0be3f 58%, #d79a18);
}

.explorer-large-folder.explorer-icon-music,
.explorer-preview-icon.explorer-icon-music {
  background: linear-gradient(#eff8ff, #98cdec 58%, #4f93bd);
  border-color: #5f91ae;
}

.explorer-large-folder.explorer-icon-zine,
.explorer-preview-icon.explorer-icon-zine,
.explorer-large-folder.explorer-icon-file,
.explorer-preview-icon.explorer-icon-file {
  background: linear-gradient(#ffffff, #dce7f0);
  border-color: #98a9b8;
}

.explorer-large-folder.explorer-icon-project,
.explorer-preview-icon.explorer-icon-project {
  background: linear-gradient(#e7f5ff, #86c1e5 58%, #4f91c4);
  border-color: #4e86ae;
}

.explorer-large-folder.explorer-icon-contact,
.explorer-preview-icon.explorer-icon-contact {
  background: linear-gradient(#ffffff, #e7f0f8);
  border-color: #9fb0bf;
}

.explorer-large-folder.explorer-icon-contact::after,
.explorer-preview-icon.explorer-icon-contact::after {
  content: "@";
  position: absolute;
  inset: 8px 0 0;
  color: #2f7ead;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
}

.explorer-large-folder.explorer-icon-app,
.explorer-preview-icon.explorer-icon-app {
  background:
    linear-gradient(90deg, transparent 0 35%, rgba(255,255,255,.45) 36% 39%, transparent 40%),
    linear-gradient(#9ed4f9, #347fbf);
  border-color: #668faa;
}

.explorer-large-folder.explorer-icon-code,
.explorer-preview-icon.explorer-icon-code {
  background: linear-gradient(#e9fff0, #91d2a4);
  border-color: #5e8b71;
}

.explorer-large-folder.explorer-icon-code::after,
.explorer-preview-icon.explorer-icon-code::after {
  content: "{ }";
  position: absolute;
  inset: 12px 0 0;
  color: #2c6f45;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.explorer-large-folder.explorer-icon-drive,
.explorer-preview-icon.explorer-icon-drive {
  background: linear-gradient(#eef2f5, #aab5bf);
  border-color: #7f8c96;
}

.explorer-large-folder.explorer-icon-network,
.explorer-preview-icon.explorer-icon-network {
  background:
    radial-gradient(circle at 50% 54%, transparent 0 34%, rgba(255,255,255,.72) 35% 42%, transparent 43%),
    linear-gradient(#a7d8ff, #3d87c4);
  border-color: #4e82a9;
}

.explorer-preview-icon {
  width: 72px;
  height: 54px;
}

.explorer-preview-icon::before {
  width: 36px;
  height: 16px;
  top: -12px;
}

@media (max-width: 980px), (max-height: 690px) {
  .explorer-window {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: calc(100vw - 16px);
    min-width: 0;
    min-height: 0;
  }

  .explorer-shell {
    min-height: 560px;
  }

  .explorer-address-row {
    grid-template-columns: auto minmax(0, 1fr) 28px;
  }

  .explorer-search {
    grid-column: 1 / -1;
  }

  .explorer-main,
  .explorer-shell[data-explorer-preview="hidden"] .explorer-main {
    grid-template-columns: minmax(165px, 205px) minmax(0, 1fr);
  }

  .explorer-preview-pane {
    display: none;
  }
}

@media (max-width: 700px) {
  .explorer-shell {
    min-height: 640px;
  }

  .explorer-menu,
  .explorer-toolbar {
    overflow-x: auto;
  }

  .explorer-main,
  .explorer-shell[data-explorer-preview="hidden"] .explorer-main {
    grid-template-columns: 1fr;
  }

  .explorer-nav-pane {
    display: none;
  }

  .explorer-folder-summary {
    min-height: 74px;
    padding: 11px 13px;
  }

  .explorer-table {
    min-width: 540px;
  }

  .explorer-shell[data-explorer-view="list"] .explorer-table {
    min-width: 0;
  }
}
