/* [project]/src/app/globals.css [app-client] (css) */
@theme {
  --font-mono: "IBM Plex Mono", monospace; --font-sans: "IBM Plex Sans", sans-serif; --color-accent: #1b42ec; --color-bg: var(--theme-bg) ; --color-card: var(--theme-card) ; --color-text: var(--theme-text) ; --color-text-secondary: var(--theme-text-secondary) ; --color-border: var(--theme-border) ; --color-gray-minimap: var(--theme-minimap) ;
}

:root {
  --theme-bg: #f7f7f4;
  --theme-card: #f2f1ed;
  --theme-text: #26251e;
  --theme-text-secondary: #26251e99;
  --theme-border: #26251e0f;
  --theme-minimap: #e5e5e2;
  --theme-radius: 32px;
  --theme-radius-sm: 12px;
  --theme-border-width: .5px;
  --theme-border-style: solid;
  --theme-shadow: none;
  --theme-shadow-hover: 0 8px 24px #0000001a;
  --theme-padding: 40px;
  --theme-gap: 10px;
  --theme-transition: .15s ease;
  --theme-font-display: "IBM Plex Mono", monospace;
  --theme-font-body: "IBM Plex Sans", sans-serif;
  --theme-text-transform: uppercase;
}

@media (prefers-color-scheme: dark) {
  :root {
    --theme-bg: #14120b;
    --theme-card: #1b1913;
    --theme-text: #edecec;
    --theme-text-secondary: #edecec99;
    --theme-border: #edecec14;
    --theme-minimap: #1b1913;
  }
}

[data-theme="win98"] {
  --win98-desktop: teal;
  --win98-window: silver;
  --win98-title-active: navy;
  --win98-title-inactive: gray;
  --win98-border-light: #fff;
  --win98-border-dark: gray;
  --win98-border-darker: #404040;
  --win98-text: #000;
  --win98-title-text: #fff;
  --win98-link: #00f;
  --win98-link-visited: purple;
  --theme-bg: var(--win98-desktop);
  --theme-card: var(--win98-window);
  --theme-text: var(--win98-text);
  --theme-text-secondary: #404040;
  --theme-border: var(--win98-border-light);
  --theme-radius: 0;
  --theme-radius-sm: 0;
  --theme-border-width: 2px;
  --theme-transition: 0s;
  --theme-font-display: "Trebuchet MS", "MS Sans Serif", Tahoma, sans-serif;
  --theme-font-body: "Trebuchet MS", "MS Sans Serif", Tahoma, sans-serif;
}

[data-theme="win98"] body {
  background-color: var(--win98-desktop);
  image-rendering: pixelated;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='21' viewBox='0 0 12 21'%3E%3Cpath d='M0 0v21l4-4 3 6 2-1-3-6h5z' fill='%23fff'/%3E%3Cpath d='M1 2v15l3-3 2 5 1 0-3-5h4z' fill='%23000'/%3E%3C/svg%3E"), auto;
  min-height: 100vh;
  font-family: var(--theme-font-body);
  background-image: url("data:image/svg+xml,%3Csvg width='4' height='4' viewBox='0 0 4 4' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='1' fill='%23007070'/%3E%3Crect x='2' y='2' width='1' height='1' fill='%23007070'/%3E%3C/svg%3E");
  margin: 0;
  padding: 0 0 44px;
}

.win98-button {
  background: var(--win98-window);
  box-shadow: inset -1px -1px 0 var(--win98-border-darker), inset 1px 1px 0 var(--win98-border-light), inset -2px -2px 0 var(--win98-border-dark), inset 2px 2px 0 var(--win98-window);
  cursor: pointer;
  font-family: var(--theme-font-body);
  border: none;
}

.win98-button:active {
  box-shadow: inset 1px 1px 0 var(--win98-border-darker), inset -1px -1px 0 var(--win98-border-light), inset 2px 2px 0 var(--win98-border-dark);
}

.win98-button:focus-visible {
  outline-offset: -4px;
  outline: 1px dotted #000;
}

.win98-inset {
  box-shadow: inset 1px 1px 0 var(--win98-border-darker), inset -1px -1px 0 var(--win98-border-light), inset 2px 2px 0 var(--win98-border-dark);
  background: #fff;
}

.win98-window {
  background: var(--win98-window);
  box-shadow: inset -1px -1px 0 var(--win98-border-darker), inset 1px 1px 0 var(--win98-border-light), inset -2px -2px 0 var(--win98-border-dark), inset 2px 2px 0 var(--win98-window);
}

.win98-title-bar {
  background: linear-gradient(90deg, var(--win98-title-active), #1084d0);
  color: var(--win98-title-text);
  -webkit-user-select: none;
  user-select: none;
  align-items: center;
  gap: 4px;
  padding: 3px 4px;
  font-size: 12px;
  font-weight: bold;
  display: flex;
}

.win98-title-bar.inactive {
  background: linear-gradient(90deg, var(--win98-title-inactive), #a0a0a0);
}

.win98-title-bar-controls {
  gap: 2px;
  margin-left: auto;
  display: flex;
}

.win98-title-btn {
  background: var(--win98-window);
  width: 16px;
  height: 14px;
  box-shadow: inset -1px -1px 0 var(--win98-border-darker), inset 1px 1px 0 var(--win98-border-light);
  cursor: pointer;
  border: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  display: flex;
}

.win98-title-btn:active {
  box-shadow: inset 1px 1px 0 var(--win98-border-darker), inset -1px -1px 0 var(--win98-border-light);
}

.win98-desktop {
  -webkit-user-select: none;
  user-select: none;
  z-index: 1;
  padding: 16px;
  position: fixed;
  inset: 0 0 44px;
  overflow: hidden;
}

.desktop-icon {
  cursor: pointer;
  width: 75px;
  height: 75px;
  font-family: var(--theme-font-body);
  will-change: transform;
  touch-action: none;
  background: none;
  border: none;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 4px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.desktop-icon:focus, .desktop-icon.selected {
  background: #0000804d;
  outline: 1px dotted #fff;
}

.desktop-icon .icon {
  filter: drop-shadow(1px 1px #00000080);
  font-size: 32px;
}

.desktop-icon .label {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  text-align: center;
  text-overflow: ellipsis;
  max-width: 70px;
  font-size: 11px;
  overflow: hidden;
}

.desktop-icon.dragging {
  opacity: .9;
  filter: drop-shadow(0 6px 6px #00000059);
}

.win98-taskbar {
  background: var(--win98-window);
  height: 40px;
  box-shadow: inset 0 1px 0 var(--win98-border-light), inset 0 2px 0 var(--win98-window);
  z-index: 9999;
  font-family: var(--theme-font-body);
  align-items: center;
  gap: 6px;
  padding: 3px 6px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.start-button {
  background: var(--win98-window);
  height: 32px;
  box-shadow: inset -1px -1px 0 var(--win98-border-darker), inset 1px 1px 0 var(--win98-border-light), inset -2px -2px 0 var(--win98-border-dark), inset 2px 2px 0 var(--win98-window);
  cursor: pointer;
  font-family: var(--theme-font-body);
  border: none;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
}

.start-button:active {
  box-shadow: inset 1px 1px 0 var(--win98-border-darker), inset -1px -1px 0 var(--win98-border-light), inset 2px 2px 0 var(--win98-border-dark);
}

.taskbar-divider {
  width: 2px;
  height: 30px;
  box-shadow: inset 1px 0 0 var(--win98-border-dark), inset -1px 0 0 var(--win98-border-light);
  margin: 0 4px;
}

.taskbar-tabs {
  scrollbar-width: none;
  flex: 1;
  gap: 3px;
  min-width: 0;
  display: flex;
  overflow: auto hidden;
}

.taskbar-tabs::-webkit-scrollbar {
  display: none;
}

.taskbar-tab {
  background: var(--win98-window);
  min-width: 100px;
  max-width: 160px;
  height: 32px;
  box-shadow: inset -1px -1px 0 var(--win98-border-darker), inset 1px 1px 0 var(--win98-border-light), inset -2px -2px 0 var(--win98-border-dark), inset 2px 2px 0 var(--win98-window);
  cursor: pointer;
  font-family: var(--theme-font-body);
  text-align: left;
  border: none;
  flex-shrink: 1;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
  font-size: 13px;
  display: flex;
  overflow: hidden;
}

.taskbar-tab.active {
  box-shadow: inset 1px 1px 0 var(--win98-border-darker), inset -1px -1px 0 var(--win98-border-light), inset 2px 2px 0 var(--win98-border-dark);
  background: repeating-linear-gradient(0deg, var(--win98-window), var(--win98-window) 1px, #fff 1px, #fff 2px);
}

.taskbar-tab.minimized {
  opacity: .7;
}

.taskbar-tray {
  height: 28px;
  box-shadow: inset 1px 1px 0 var(--win98-border-dark), inset -1px -1px 0 var(--win98-border-light);
  align-items: center;
  gap: 8px;
  margin-left: auto;
  padding: 0 10px;
  display: flex;
}

.tray-clock {
  color: var(--win98-text);
  font-size: 13px;
  font-family: var(--theme-font-body);
}

[data-theme="win98"] ::-webkit-scrollbar {
  background: url("data:image/svg+xml,%3Csvg width='2' height='2' viewBox='0 0 2 2' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='1' fill='%23c0c0c0'/%3E%3Crect x='1' y='1' width='1' height='1' fill='%23c0c0c0'/%3E%3Crect x='1' width='1' height='1' fill='%23fff'/%3E%3Crect y='1' width='1' height='1' fill='%23fff'/%3E%3C/svg%3E") 0 0 / 2px 2px;
  width: 16px;
  height: 16px;
  display: block;
}

[data-theme="win98"] ::-webkit-scrollbar-thumb {
  background: var(--win98-window);
  box-shadow: inset -1px -1px 0 var(--win98-border-darker), inset 1px 1px 0 var(--win98-border-light), inset -2px -2px 0 var(--win98-border-dark), inset 2px 2px 0 var(--win98-window);
}

[data-theme="win98"] ::-webkit-scrollbar-button {
  background: var(--win98-window);
  width: 16px;
  height: 16px;
  box-shadow: inset -1px -1px 0 var(--win98-border-darker), inset 1px 1px 0 var(--win98-border-light);
  display: block;
}

[data-theme="win98"] ::-webkit-scrollbar-button:vertical:decrement {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M8 5l-4 4h8z' fill='%23000'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}

[data-theme="win98"] ::-webkit-scrollbar-button:vertical:increment {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M8 11l-4-4h8z' fill='%23000'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}

.start-menu {
  background: var(--win98-window);
  border: 2px solid;
  border-color: var(--win98-border-light) var(--win98-border-darker) var(--win98-border-darker) var(--win98-border-light);
  z-index: 10000;
  min-width: 200px;
  font-family: var(--theme-font-body);
  font-size: 12px;
  position: fixed;
  bottom: 40px;
  left: 0;
  box-shadow: 2px 2px 4px #0000004d;
}

.start-menu-item {
  cursor: pointer;
  align-items: center;
  gap: 8px;
  padding: 6px 24px 6px 8px;
  display: flex;
}

.start-menu-item:hover {
  background: var(--win98-title-active);
  color: #fff;
}

.start-menu-divider {
  background: var(--win98-border-dark);
  height: 1px;
  box-shadow: 0 1px 0 var(--win98-border-light);
  margin: 4px 2px;
}

.start-menu-banner {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #fff;
  letter-spacing: 2px;
  background: linear-gradient(navy, #1084d0);
  justify-content: flex-end;
  align-items: center;
  width: 24px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.ie-browser-content {
  background: var(--win98-window);
  flex-direction: column;
  height: 100%;
  display: flex;
}

.ie-menu-bar {
  background: var(--win98-window);
  border-bottom: 1px solid var(--win98-border-dark);
  gap: 2px;
  padding: 2px 4px;
  font-size: 12px;
  display: flex;
}

.ie-menu-item {
  cursor: pointer;
  padding: 2px 8px;
}

.ie-menu-item:hover {
  background: var(--win98-title-active);
  color: #fff;
}

.ie-toolbar {
  background: var(--win98-window);
  border-bottom: 1px solid var(--win98-border-dark);
  align-items: center;
  gap: 4px;
  padding: 4px;
  display: flex;
}

.ie-nav-btn {
  background: var(--win98-window);
  width: 28px;
  height: 24px;
  box-shadow: inset -1px -1px 0 var(--win98-border-darker), inset 1px 1px 0 var(--win98-border-light);
  cursor: pointer;
  border: none;
  font-size: 14px;
}

.ie-nav-btn:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.ie-nav-btn:active:not(:disabled) {
  box-shadow: inset 1px 1px 0 var(--win98-border-darker), inset -1px -1px 0 var(--win98-border-light);
}

.ie-address-bar {
  border: 2px inset var(--win98-border-dark);
  background: #fff;
  flex: 1;
  align-items: center;
  gap: 4px;
  height: 24px;
  padding: 2px 4px;
  display: flex;
}

.ie-address-input {
  font-size: 12px;
  font-family: var(--theme-font-body);
  background: none;
  border: none;
  outline: none;
  flex: 1;
}

.win98-window {
  background: var(--win98-window);
  border: 2px solid #404040;
  border-color: #dfdfdf #404040 #404040 #dfdfdf;
  flex-direction: column;
  font-family: Trebuchet MS, MS Sans Serif, Tahoma, sans-serif;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  box-shadow: inset 1px 1px #fff, inset -1px -1px gray, 1px 1px #000;
}

.win98-window.dragging, .win98-window.resizing {
  -webkit-user-select: none;
  user-select: none;
}

.win98-window.dragging .win98-title-bar {
  cursor: grabbing;
}

.win98-window.focused .win98-title-bar {
  color: #fff;
  background: linear-gradient(90deg, navy, #1084d0);
}

.win98-title-bar {
  color: silver;
  cursor: grab;
  -webkit-user-select: none;
  user-select: none;
  touch-action: none;
  background: linear-gradient(90deg, gray, #a0a0a0);
  flex-shrink: 0;
  align-items: center;
  gap: 4px;
  height: 24px;
  padding: 3px 4px;
  display: flex;
}

.win98-title-icon {
  font-size: 14px;
  line-height: 1;
}

.win98-title-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  font-size: 12px;
  font-weight: bold;
  overflow: hidden;
}

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

.win98-btn {
  cursor: pointer;
  background: silver;
  border: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 14px;
  padding: 0;
  display: flex;
  position: relative;
  box-shadow: inset -1px -1px #404040, inset 1px 1px #fff, inset -2px -2px gray, inset 2px 2px #dfdfdf;
}

.win98-btn:active {
  box-shadow: inset 1px 1px #404040, inset -1px -1px #fff, inset 2px 2px gray;
}

.win98-btn-min:before {
  content: "";
  background: #000;
  height: 2px;
  position: absolute;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.win98-btn-max:before {
  content: "";
  border: 1px solid #000;
  border-top-width: 2px;
  position: absolute;
  inset: 1px;
}

.win98-btn-close:before, .win98-btn-close:after {
  content: "";
  background: #000;
  width: 8px;
  height: 2px;
  position: absolute;
}

.win98-btn-close:before {
  transform: rotate(45deg);
}

.win98-btn-close:after {
  transform: rotate(-45deg);
}

.win98-content {
  background: silver;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

.resize-handle {
  background: none;
  position: absolute;
}

.resize-s {
  cursor: s-resize;
  touch-action: none;
  height: 4px;
  bottom: 0;
  left: 16px;
  right: 16px;
}

.resize-e {
  cursor: e-resize;
  touch-action: none;
  width: 4px;
  top: 24px;
  bottom: 16px;
  right: 0;
}

.resize-se {
  cursor: se-resize;
  touch-action: none;
  background: linear-gradient(135deg, #0000 0% 30%, gray 30% 35%, #0000 35% 45%, gray 45% 50%, #0000 50% 60%, gray 60% 65%, #0000 65% 75%, gray 75% 80%, #0000 80%);
  width: 16px;
  height: 16px;
  bottom: 0;
  right: 0;
}

.resize-sw {
  cursor: sw-resize;
  touch-action: none;
  width: 16px;
  height: 16px;
  bottom: 0;
  left: 0;
}

.resize-n {
  cursor: n-resize;
  touch-action: none;
  height: 4px;
  top: 0;
  left: 16px;
  right: 16px;
}

.resize-ne {
  cursor: ne-resize;
  touch-action: none;
  width: 16px;
  height: 16px;
  top: 0;
  right: 0;
}

.resize-nw {
  cursor: nw-resize;
  touch-action: none;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
}

.resize-w {
  cursor: w-resize;
  touch-action: none;
  width: 4px;
  top: 24px;
  bottom: 16px;
  left: 0;
}

.win98-desktop {
  font-family: MS Sans Serif, Segoe UI, Tahoma, sans-serif;
  bottom: 44px;
}

.win98-taskbar {
  z-index: 10000;
  gap: 6px;
  height: 44px;
  padding: 4px 6px;
  font-family: MS Sans Serif, Segoe UI, Tahoma, sans-serif;
}

.start-button {
  box-shadow: none;
  background: silver;
  border: 2px solid gray;
  border-color: #fff gray gray #fff;
  min-width: 70px;
  height: 34px;
  padding: 4px 12px;
  font-size: 13px;
}

.start-button:active, .start-button.active {
  border-color: gray #fff #fff gray;
  padding: 5px 11px 3px 13px;
}

.start-icon {
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.start-text {
  color: #000;
}

.taskbar-divider {
  background: linear-gradient(to right, gray, #fff);
  flex-shrink: 0;
}

.taskbar-tab {
  min-width: 140px;
  max-width: 200px;
  height: 30px;
  box-shadow: none;
  border: 2px solid gray;
  border-color: #fff gray gray #fff;
  flex-shrink: 0;
  font-size: 12px;
}

.taskbar-tab.active {
  background: silver;
  border-color: gray #fff #fff gray;
}

.tab-icon {
  font-size: 14px;
}

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

.taskbar-tray {
  height: 30px;
  padding: 0 8px;
  font-size: 11px;
}

.tray-icon {
  align-items: center;
  display: flex;
}

.start-menu {
  z-index: 10001;
  background: silver;
  border: 2px solid gray;
  border-color: #fff gray gray #fff;
  min-width: 200px;
  font-family: MS Sans Serif, Segoe UI, Tahoma, sans-serif;
  display: flex;
  position: fixed;
  bottom: 44px;
  left: 6px;
  box-shadow: 2px 2px #000;
}

.start-banner {
  background: linear-gradient(to top, navy, #1084d0);
  justify-content: center;
  align-items: flex-end;
  width: 24px;
  padding-bottom: 8px;
  display: flex;
}

.banner-text {
  writing-mode: vertical-rl;
  color: silver;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: bold;
  transform: rotate(180deg);
}

.banner-95 {
  color: #fff;
  font-size: 24px;
}

.menu-items {
  flex: 1;
  padding: 2px 0;
}

.start-menu .menu-item {
  cursor: pointer;
  text-align: left;
  background: none;
  border: none;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 4px 24px 4px 8px;
  font-family: inherit;
  font-size: 12px;
  display: flex;
  position: relative;
}

.start-menu .menu-item:hover, .start-menu .menu-item.focused, .start-menu .menu-item.active {
  color: #fff;
  background: navy;
}

.start-menu .item-icon {
  text-align: center;
  width: 20px;
  font-size: 14px;
}

.start-menu .item-title {
  flex: 1;
}

.start-menu .item-arrow {
  margin-left: auto;
  font-size: 8px;
}

.start-menu .menu-divider {
  background: linear-gradient(to right, gray, gray 50%, #fff 50%, #fff);
  height: 1px;
  margin: 4px;
}

.start-menu .submenu {
  background: silver;
  border: 2px solid gray;
  border-color: #fff gray gray #fff;
  min-width: 180px;
  padding: 2px 0;
  position: absolute;
  left: 100%;
  box-shadow: 2px 2px #000;
}

.menu-bar {
  background: silver;
  border-bottom: 1px solid gray;
  align-items: center;
  gap: 0;
  height: 20px;
  padding: 2px;
  font-family: Trebuchet MS, MS Sans Serif, Tahoma, sans-serif;
  font-size: 11px;
  display: flex;
}

.menu-container {
  position: relative;
}

.menu-button {
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  border: none;
  padding: 2px 8px;
}

.menu-button:hover, .menu-button.active {
  color: #fff;
  background: navy;
}

.menu-dropdown {
  z-index: 10001;
  background: silver;
  border: 2px solid gray;
  border-color: #fff gray gray #fff;
  min-width: 150px;
  padding: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 2px 2px 4px #0000004d;
}

.menu-bar .menu-item {
  cursor: pointer;
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 4px 20px 4px 8px;
  display: flex;
}

.menu-bar .menu-item:hover:not(.disabled) {
  color: #fff;
  background: navy;
}

.menu-bar .menu-item.disabled {
  color: gray;
  cursor: default;
}

.menu-label {
  flex: 1;
}

.menu-shortcut {
  color: gray;
  margin-left: 20px;
}

.menu-bar .menu-item:hover:not(.disabled) .menu-shortcut {
  color: silver;
}

.menu-separator {
  background: gray;
  height: 1px;
  margin: 4px 2px;
  box-shadow: 0 1px #fff;
}

.menu-item.disabled {
  color: gray;
  cursor: default;
}

.explorer-content {
  background: silver;
  flex-direction: column;
  height: 100%;
  font-family: Trebuchet MS, MS Sans Serif, Tahoma, sans-serif;
  font-size: 12px;
  display: flex;
}

.explorer-toolbar {
  background: silver;
  border-bottom: 1px solid gray;
  align-items: center;
  gap: 2px;
  padding: 4px;
  display: flex;
}

.toolbar-btn {
  cursor: pointer;
  background: silver;
  border: none;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 4px 8px;
  font-family: inherit;
  font-size: 10px;
  display: flex;
}

.toolbar-btn:hover:not(:disabled) {
  box-shadow: inset -1px -1px #404040, inset 1px 1px #fff;
}

.toolbar-btn:active:not(:disabled) {
  box-shadow: inset 1px 1px #404040, inset -1px -1px #fff;
}

.toolbar-btn:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.btn-icon {
  font-size: 16px;
}

.btn-text {
  font-size: 10px;
}

.toolbar-sep {
  width: 2px;
  height: 32px;
  margin: 0 4px;
  box-shadow: inset 1px 0 gray, inset -1px 0 #fff;
}

.explorer-address {
  background: silver;
  border-bottom: 1px solid gray;
  align-items: center;
  gap: 4px;
  padding: 4px;
  display: flex;
}

.address-label {
  font-size: 11px;
}

.address-input {
  background: #fff;
  border: 2px solid #fff;
  border-color: gray #fff #fff gray;
  flex: 1;
  align-items: center;
  gap: 4px;
  padding: 2px 4px;
  font-size: 12px;
  display: flex;
}

.folder-icon {
  font-size: 14px;
}

.explorer-files {
  background: #fff;
  flex-wrap: wrap;
  flex: 1;
  align-content: flex-start;
  gap: 8px;
  padding: 16px;
  display: flex;
  overflow: auto;
}

.file-item {
  cursor: pointer;
  background: none;
  border: none;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 72px;
  padding: 4px;
  font-family: inherit;
  font-size: 11px;
  display: flex;
}

.file-item:hover {
  background: #0000801a;
}

.file-item.selected {
  color: #fff;
  background: navy;
}

.file-icon {
  font-size: 32px;
}

.file-name {
  text-align: center;
  word-break: break-word;
  max-width: 100%;
}

.empty-folder {
  color: gray;
  padding: 16px;
  font-style: italic;
}

.explorer-status {
  background: silver;
  border-top: 1px solid #fff;
  padding: 2px 8px;
  font-size: 11px;
  display: flex;
}

.notepad-content {
  background: silver;
  flex-direction: column;
  height: 100%;
  font-family: Trebuchet MS, MS Sans Serif, Tahoma, sans-serif;
  font-size: 11px;
  display: flex;
}

.notepad-menu {
  border-bottom: 1px solid gray;
  gap: 0;
  padding: 2px;
  display: flex;
}

.notepad-menu .menu-item, .imageviewer-menu .menu-item {
  cursor: pointer;
  padding: 2px 8px;
}

.notepad-menu .menu-item:hover, .imageviewer-menu .menu-item:hover {
  color: #fff;
  background: navy;
}

.notepad-text {
  resize: none;
  background: #fff;
  border: none;
  outline: none;
  flex: 1;
  padding: 4px;
  font-family: Courier New, Courier, monospace;
  font-size: 14px;
  line-height: 1.4;
  box-shadow: inset 1px 1px gray;
}

.notepad-text.wrap {
  white-space: pre-wrap;
  word-wrap: break-word;
}

.notepad-text:not(.wrap) {
  white-space: pre;
  overflow-x: auto;
}

.notepad-status {
  color: #404040;
  border-top: 1px solid gray;
  padding: 2px 4px;
  font-size: 11px;
}

.imageviewer-content {
  background: silver;
  flex-direction: column;
  height: 100%;
  font-family: Trebuchet MS, MS Sans Serif, Tahoma, sans-serif;
  font-size: 11px;
  display: flex;
}

.imageviewer-menu {
  border-bottom: 1px solid gray;
  gap: 0;
  padding: 2px;
  display: flex;
}

.imageviewer-toolbar {
  border-bottom: 1px solid gray;
  align-items: center;
  gap: 4px;
  padding: 4px;
  display: flex;
}

.imageviewer-toolbar .toolbar-btn {
  cursor: pointer;
  background: silver;
  border: 2px solid gray;
  border-color: #fff gray gray #fff;
  padding: 2px 8px;
  font-family: inherit;
  font-size: 11px;
}

.imageviewer-toolbar .toolbar-btn:hover:not(:disabled) {
  background: #d0d0d0;
}

.imageviewer-toolbar .toolbar-btn:active:not(:disabled) {
  border-color: gray #fff #fff gray;
}

.imageviewer-toolbar .toolbar-btn:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.zoom-level {
  text-align: center;
  min-width: 40px;
  font-size: 11px;
}

.imageviewer-canvas {
  background: #404040;
  border: 2px solid #fff;
  border-color: gray #fff #fff gray;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 4px;
  display: flex;
  overflow: auto;
}

.viewer-image {
  object-fit: contain;
  transform-origin: center;
  max-width: none;
  max-height: none;
  transition: transform .1s;
}

.imageviewer-status {
  color: #000;
  border-top: 1px solid #fff;
  justify-content: space-between;
  padding: 2px 8px;
  font-size: 11px;
  display: flex;
}

.beepboop-content {
  background: silver;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  padding: 8px;
  font-family: Trebuchet MS, MS Sans Serif, Tahoma, sans-serif;
  font-size: 12px;
  display: flex;
}

.beepboop-title {
  color: #fff;
  background: linear-gradient(90deg, navy, #1084d0);
  align-items: center;
  gap: 8px;
  padding: 8px;
  font-weight: bold;
  display: flex;
}

.title-icon {
  font-size: 20px;
}

.sound-grid {
  background: #fff;
  border: 2px solid #fff;
  border-color: gray #fff #fff gray;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  padding: 8px;
  display: grid;
}

.sound-btn {
  cursor: pointer;
  background: silver;
  border: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  padding: 12px 8px;
  font-family: inherit;
  display: flex;
  box-shadow: inset -1px -1px #404040, inset 1px 1px #fff, inset -2px -2px gray, inset 2px 2px #dfdfdf;
}

.sound-btn:hover {
  background: #d4d0c8;
}

.sound-btn:active {
  box-shadow: inset 1px 1px #404040, inset -1px -1px #fff, inset 2px 2px gray;
}

.sound-name {
  font-size: 12px;
  font-weight: bold;
}

.sound-freq {
  color: #666;
  font-size: 10px;
}

.controls {
  justify-content: center;
  padding: 8px;
  display: flex;
}

.random-btn {
  cursor: pointer;
  background: silver;
  border: none;
  padding: 8px 24px;
  font-family: inherit;
  font-size: 12px;
  font-weight: bold;
  box-shadow: inset -1px -1px #404040, inset 1px 1px #fff, inset -2px -2px gray, inset 2px 2px #dfdfdf;
}

.random-btn:hover:not(:disabled) {
  background: #d4d0c8;
}

.random-btn:active:not(:disabled) {
  box-shadow: inset 1px 1px #404040, inset -1px -1px #fff, inset 2px 2px gray;
}

.random-btn:disabled {
  opacity: .7;
  cursor: not-allowed;
}

.beepboop-footer {
  text-align: center;
  color: #666;
  padding: 4px;
  font-size: 11px;
}

.context-menu {
  z-index: 10000;
  background: silver;
  border: 2px solid gray;
  border-color: #fff gray gray #fff;
  outline: none;
  min-width: 120px;
  margin: 0;
  padding: 2px;
  font-family: MS Sans Serif, Segoe UI, Tahoma, sans-serif;
  font-size: 11px;
  list-style: none;
  position: fixed;
  box-shadow: 2px 2px #00000080;
}

.context-menu .menu-item {
  cursor: pointer;
  white-space: nowrap;
  padding: 4px 20px 4px 8px;
}

.context-menu .menu-item:hover:not(.disabled) {
  color: #fff;
  background: navy;
}

.context-menu .menu-item.disabled {
  color: gray;
  cursor: default;
}

.context-menu .separator {
  background: gray;
  height: 1px;
  margin: 4px 2px;
  box-shadow: 0 1px #fff;
}

.shutdown-overlay {
  z-index: 10003;
  background: #0000004d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.shutdown-dialog {
  background: silver;
  border: 2px solid #404040;
  border-color: #dfdfdf #404040 #404040 #dfdfdf;
  width: 340px;
  font-family: Trebuchet MS, MS Sans Serif, Tahoma, sans-serif;
  font-size: 12px;
  box-shadow: 2px 2px 8px #00000080;
}

.sd-titlebar {
  color: #fff;
  background: linear-gradient(90deg, navy, #1084d0);
  justify-content: space-between;
  align-items: center;
  padding: 3px 4px;
  font-weight: bold;
  display: flex;
}

.sd-close {
  cursor: pointer;
  background: silver;
  border: none;
  width: 16px;
  height: 14px;
  font-size: 10px;
  line-height: 1;
  box-shadow: inset -1px -1px #404040, inset 1px 1px #fff;
}

.sd-content {
  gap: 16px;
  padding: 20px;
  display: flex;
}

.sd-icon {
  flex-shrink: 0;
  font-size: 48px;
}

.sd-options p {
  margin: 0 0 12px;
}

.sd-radio-group {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.sd-radio {
  cursor: pointer;
  align-items: center;
  gap: 6px;
  display: flex;
}

.sd-buttons {
  justify-content: flex-end;
  gap: 8px;
  padding: 0 20px 20px;
  display: flex;
}

.sd-btn {
  min-width: 75px;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  background: silver;
  border: none;
  padding: 4px 12px;
  box-shadow: inset -1px -1px #404040, inset 1px 1px #fff, inset -2px -2px gray, inset 2px 2px #dfdfdf;
}

.sd-btn:hover:not(:disabled) {
  background: #d0d0d0;
}

.sd-btn:disabled {
  color: gray;
  cursor: not-allowed;
}

.boot-screen {
  color: #fff;
  z-index: 10020;
  background: #000;
  justify-content: center;
  align-items: center;
  font-family: MS Sans Serif, Segoe UI, Tahoma, sans-serif;
  display: flex;
  position: fixed;
  inset: 0;
}

.boot-center {
  flex-direction: column;
  align-items: center;
  gap: 16px;
  display: flex;
}

.boot-logo {
  align-items: center;
  gap: 12px;
  display: flex;
}

.boot-flag {
  grid-template-rows: repeat(2, 14px);
  grid-template-columns: repeat(2, 14px);
  gap: 2px;
  display: grid;
  transform: skewX(-8deg);
}

.boot-flag-square {
  width: 14px;
  height: 14px;
}

.boot-flag-red {
  background: #f25022;
}

.boot-flag-green {
  background: #7fba00;
}

.boot-flag-blue {
  background: #00a4ef;
}

.boot-flag-yellow {
  background: #ffb900;
}

.boot-logo-text {
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
  display: flex;
}

.boot-logo-microsoft {
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: .8;
  font-size: 12px;
}

.boot-logo-windows {
  font-size: 28px;
  font-weight: 700;
}

.boot-logo-98 {
  margin-left: 2px;
  font-size: 20px;
  font-weight: 700;
}

.boot-progress {
  border: 2px solid #fff;
  width: 220px;
  height: 12px;
  padding: 1px;
}

.boot-progress-bar {
  transform-origin: 0;
  background: linear-gradient(90deg, #00a4ef, #7fba00);
  width: 100%;
  height: 100%;
  animation: 1.6s ease-in-out infinite boot-progress;
}

.boot-text {
  letter-spacing: .4px;
  opacity: .8;
  font-size: 12px;
}

@keyframes boot-progress {
  0% {
    opacity: .6;
    transform: scaleX(.15);
  }

  50% {
    opacity: 1;
    transform: scaleX(1);
  }

  100% {
    opacity: .6;
    transform: scaleX(.15);
  }
}

.shutdown-sequence {
  z-index: 10020;
  background: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.shutdown-camera {
  position: absolute;
  inset: 0;
}

.shutdown-camera-video {
  object-fit: cover;
  filter: grayscale() contrast(1.2) brightness(.6);
  opacity: .25;
  width: 100%;
  height: 100%;
  transform: scaleX(-1);
}

.shutdown-camera-overlay {
  background: radial-gradient(circle at 50% 30%, #fff3, #0000 60%), linear-gradient(#0003, #000c);
  position: absolute;
  inset: 0;
}

.shutdown-camera-text {
  color: #fff;
  letter-spacing: .5px;
  text-shadow: 0 0 8px #000c;
  font-size: 14px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}

.shutdown-camera-fallback {
  color: silver;
  font-size: 11px;
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
}

.shutdown-crt {
  background: #000;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.shutdown-crt:before {
  content: "";
  transform-origin: center;
  background: #111;
  animation: .7s ease-in forwards crt-collapse;
  position: absolute;
  inset: 0;
}

.crt-line {
  opacity: 0;
  background: #fff;
  height: 2px;
  animation: .7s ease-in forwards crt-line;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.crt-dot {
  opacity: 0;
  background: #fff;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
  animation: .7s ease-in forwards crt-dot;
  position: absolute;
  top: 50%;
  left: 50%;
}

@keyframes crt-collapse {
  0% {
    opacity: 1;
    transform: scaleY(1)scaleX(1);
  }

  60% {
    opacity: .9;
    transform: scaleY(.02)scaleX(1);
  }

  100% {
    opacity: 0;
    transform: scaleY(.02)scaleX(0);
  }
}

@keyframes crt-line {
  0% {
    opacity: 0;
    transform: scaleX(1);
  }

  60% {
    opacity: 1;
    transform: scaleX(1);
  }

  100% {
    opacity: 0;
    transform: scaleX(0);
  }
}

@keyframes crt-dot {
  0% {
    opacity: 0;
    transform: scale(.5);
  }

  70% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(.2);
  }
}

@media (prefers-reduced-motion: reduce) {
  .boot-progress-bar, .shutdown-crt:before, .crt-line, .crt-dot {
    animation: none;
  }
}

.about-content {
  background: silver;
  padding: 16px;
  font-family: MS Sans Serif, Segoe UI, Tahoma, sans-serif;
  font-size: 12px;
  line-height: 1.4;
}

.about-content .avatar {
  image-rendering: auto;
  border: 2px inset gray;
  width: 64px;
  height: 64px;
}

.about-content h2 {
  margin: 12px 0 8px;
  font-size: 14px;
  font-weight: bold;
}

.about-content p {
  margin-bottom: 8px;
}

.about-content a {
  color: #00f;
  text-decoration: underline;
}

.about-content a:visited {
  color: purple;
}

.mycomputer-content {
  background: #fff;
  grid-template-columns: repeat(auto-fill, 80px);
  gap: 16px;
  padding: 16px;
  font-family: MS Sans Serif, Segoe UI, Tahoma, sans-serif;
  display: grid;
}

.drive {
  cursor: pointer;
  background: none;
  border: none;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 4px;
  display: flex;
}

.drive:hover {
  background: #00008033;
}

.drive-icon {
  font-size: 32px;
}

.drive-label {
  text-align: center;
  color: #000;
  font-size: 11px;
}

.ie-iframe {
  border: none;
  width: 100%;
  height: 100%;
  display: block;
}

.ie-address-label {
  color: #000;
  white-space: nowrap;
  font-size: 11px;
}

.ie-nav-btn {
  background: silver;
  border: 2px solid gray;
  border-color: #fff gray gray #fff;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.ie-nav-btn:active:not(:disabled) {
  border-color: gray #fff #fff gray;
}

.ie-address-bar {
  border: 2px solid #fff;
  border-color: gray #fff #fff gray;
  height: 22px;
}

.ie-go-btn {
  cursor: pointer;
  background: silver;
  border: 2px solid gray;
  border-color: #fff gray gray #fff;
  padding: 2px 12px;
  font-family: inherit;
  font-size: 12px;
}

.ie-go-btn:active {
  border-color: gray #fff #fff gray;
}

[data-theme="win98"] #webamp {
  position: fixed !important;
  transform: none !important;
}

[data-theme="win98"] #webamp > div > div > div {
  transform: none !important;
}

.ie-content-frame {
  border: 2px inset var(--win98-border-dark);
  background: #fff;
  flex: 1;
  min-height: 0;
  margin: 4px;
  overflow: hidden;
}

.ie-status-bar {
  background: var(--win98-window);
  border-top: 1px solid var(--win98-border-light);
  color: var(--win98-text);
  justify-content: space-between;
  padding: 2px 8px;
  font-size: 11px;
  display: flex;
}

[data-theme="win98"] body.cursor-wait, [data-theme="win98"] body.cursor-wait * {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='24' viewBox='0 0 16 24'%3E%3Cpath d='M1 1h14v3l-5 7 5 7v5H1v-5l5-7-5-7V1z' fill='%23fff' stroke='%23000'/%3E%3Cpath d='M3 3h10v1l-4 6h-2l-4-6V3z' fill='%23000'/%3E%3Cpath d='M3 21h10v-1l-4-6h-2l-4 6v1z' fill='%23808080'/%3E%3Cpath d='M6 11h4l-2 3-2-3z' fill='%23000'/%3E%3C/svg%3E"), wait !important;
}

[data-theme="win98"] * {
  transition: none !important;
}

[data-theme="win98"] [data-framer-motion] {
  transition: unset !important;
}

body {
  background-color: var(--color-bg);
  color: var(--color-text);
}

html {
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

::-webkit-scrollbar {
  display: none;
}

.squircle {
  border-radius: var(--theme-radius);
  corner-shape: squircle;
  border: var(--theme-border-width) var(--theme-border-style) var(--color-border);
  box-shadow: var(--theme-shadow);
  transition: box-shadow var(--theme-transition), border-color var(--theme-transition);
}

.squircle-sm {
  border-radius: var(--theme-radius-sm);
  corner-shape: squircle;
}

@keyframes blurIn {
  0% {
    opacity: 0;
    filter: blur(8px);
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    filter: blur();
    transform: translateY(0);
  }
}

.blur-in {
  animation: .6s ease-out forwards blurIn;
}

.blur-in-1 {
  opacity: 0;
  animation-delay: 50ms;
}

.blur-in-2 {
  opacity: 0;
  animation-delay: .1s;
}

.blur-in-3 {
  opacity: 0;
  animation-delay: .15s;
}

@media (prefers-reduced-motion: reduce) {
  .blur-in, .blur-in-1, .blur-in-2, .blur-in-3 {
    opacity: 1;
    animation: none;
  }

  html {
    scroll-behavior: auto;
  }
}

.link-hover {
  transition: color var(--theme-transition);
}

.link-hover:hover {
  color: var(--color-accent);
}

a:focus-visible, button:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
  border-radius: 2px;
}

.skip-link {
  background: var(--color-accent);
  color: #fff;
  z-index: 100;
  padding: 8px 16px;
  transition: top .2s;
  position: absolute;
  top: -40px;
  left: 0;
}

.skip-link:focus {
  top: 0;
}

.nav-item {
  transition: background-color var(--theme-transition);
  border-radius: 8px;
  margin: -8px -12px;
  padding: 8px 12px;
}

.nav-item:hover {
  background-color: var(--color-border);
}

.card-hover {
  transition: transform var(--theme-transition), box-shadow var(--theme-transition);
  border: var(--theme-border-width) var(--theme-border-style) var(--color-border);
  box-shadow: var(--theme-shadow);
}

.card-hover:hover {
  box-shadow: var(--theme-shadow-hover);
  transform: translateY(-2px);
}

.project-item {
  transition: background-color var(--theme-transition);
  border-radius: 6px;
  margin: -6px -8px;
  padding: 6px 8px;
}

.project-item:hover {
  background-color: #ffffff1a;
}

.sidebar {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow-y: auto;
}

.minimap-container {
  flex-shrink: 0;
}

.minimap-sticky {
  height: calc(100vh - 16px);
  position: sticky;
  top: 8px;
  overflow: hidden;
}

.minimap-wrapper {
  --minimap-padding: 4px;
  --viewport-gap: 2px;
  cursor: pointer;
  height: 100%;
  position: relative;
}

.minimap-viewport {
  left: calc(var(--minimap-padding)  - var(--viewport-gap));
  right: calc(var(--minimap-padding)  - var(--viewport-gap));
  z-index: 10;
  cursor: grab;
  border-radius: var(--theme-radius-sm);
  corner-shape: squircle;
  border: var(--viewport-gap) solid transparent;
  outline-offset: 0;
  background: #1b42ec1f;
  outline: 2px solid #1b42ec80;
  transition: top 50ms linear, outline-color .15s, background .15s;
  position: absolute;
}

.minimap-viewport:active, .minimap-viewport.dragging {
  cursor: grabbing;
}

.minimap-wrapper:hover .minimap-viewport {
  background: #1b42ec29;
  outline-color: #1b42ecb3;
}

.minimap-viewport.dragging {
  background: #1b42ec33;
  outline-color: #1b42ecd9;
}

.minimap-clone {
  transform-origin: 0 0;
  pointer-events: none;
  visibility: hidden;
  position: absolute;
  top: 4px;
  left: 4px;
}

.minimap-clone.active {
  visibility: visible;
}

.minimap-clone * {
  pointer-events: none !important;
}

.minimap-clone a, .minimap-clone button {
  cursor: default !important;
}

html:not([data-theme]) .card-header {
  display: none;
}

.gallery-nav::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.gallery-nav::-webkit-scrollbar-track {
  background: none;
}

.gallery-nav::-webkit-scrollbar-thumb {
  background: #ffffff4d;
  border-radius: 2px;
}

.gallery-nav::-webkit-scrollbar-thumb:hover {
  background: #ffffff80;
}

.gallery-nav {
  scrollbar-width: thin;
  scrollbar-color: #ffffff4d transparent;
}

.find-dialog-overlay {
  z-index: 10001;
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
  display: flex;
  position: fixed;
  inset: 0;
}

.find-dialog {
  background: silver;
  border: 2px solid gray;
  border-color: #fff gray gray #fff;
  min-width: 360px;
  font-family: Trebuchet MS, MS Sans Serif, Tahoma, sans-serif;
  font-size: 11px;
  box-shadow: 2px 2px #00000080;
}

.find-dialog-titlebar {
  color: #fff;
  background: linear-gradient(90deg, navy, #1084d0);
  justify-content: space-between;
  align-items: center;
  padding: 3px 4px;
  font-size: 12px;
  font-weight: bold;
  display: flex;
}

.find-dialog-title {
  flex: 1;
}

.find-dialog-close {
  cursor: pointer;
  background: silver;
  border: none;
  width: 16px;
  height: 14px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  box-shadow: inset -1px -1px #404040, inset 1px 1px #fff;
}

.find-dialog-close:active {
  box-shadow: inset 1px 1px #404040, inset -1px -1px #fff;
}

.find-dialog-body {
  padding: 16px;
}

.find-dialog-row {
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  display: flex;
}

.find-label {
  min-width: 60px;
}

.find-input {
  font-family: inherit;
  font-size: inherit;
  background: #fff;
  border: 2px solid #fff;
  border-color: gray #fff #fff gray;
  outline: none;
  flex: 1;
  padding: 2px 4px;
}

.find-match-count {
  color: #404040;
  margin-bottom: 12px;
  padding-left: 68px;
  font-size: 11px;
}

.find-dialog-buttons {
  justify-content: flex-end;
  gap: 8px;
  margin-top: 16px;
  display: flex;
}

.find-dialog-buttons .win98-button {
  min-width: 75px;
  font-family: inherit;
  font-size: inherit;
  padding: 4px 12px;
}

.find-dialog-buttons .win98-button:disabled {
  color: gray;
  cursor: not-allowed;
}

.file-item.cut-pending {
  opacity: .5;
}

.file-item.cut-pending .file-icon {
  filter: grayscale(50%);
}

.explorer-rename-input {
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  text-align: center;
  background: #fff;
  border: 1px solid navy;
  outline: none;
  padding: 1px 2px;
}

.explorer-status {
  justify-content: space-between;
  gap: 16px;
  display: flex;
}

.nav-position {
  text-align: center;
  color: #404040;
  min-width: 60px;
  font-size: 11px;
}

.imageviewer-loading {
  color: #fff;
  z-index: 1;
  background: #404040cc;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: flex;
  position: absolute;
  inset: 0;
}

.imageviewer-toolbar .toolbar-btn:disabled .btn-icon {
  opacity: .5;
}

/*# sourceMappingURL=src_app_globals_91e4631d.css.map*/