﻿.folder-desktop-shortcut { top: 112px; }
.xp-folder-window { top: 11%; left: 20%; width: min(70vw, 980px); min-width: 610px; height: min(68vh, 650px); min-height: 430px; z-index: 11; }
.xp-folder-window.is-maximized { inset: 0 0 var(--xp-taskbar-height) 0 !important; width: auto !important; height: auto !important; border-radius: 0; }
.folder-chrome { flex: 0 0 auto; border-bottom: 1px solid #aca899; background: #ece9d8; }
.folder-toolbar { display: flex; min-height: 48px; align-items: center; gap: 2px; border-top: 1px solid #fff; border-bottom: 1px solid #aca899; padding: 3px 6px; }
.folder-tool { display: inline-flex; height: 40px; align-items: center; gap: 4px; border: 1px solid transparent; padding: 2px 6px; background: transparent; color: #111; font: 11px var(--font-xp-system); cursor: default; }
.folder-tool img { width: 30px; height: 30px; object-fit: contain; }
.folder-tool:hover:not(:disabled), .folder-tool:focus-visible:not(:disabled) { border-color: #316ac5; background: #d8e7fa; outline: none; }
.folder-tool:disabled { opacity: .5; }
.folder-tool-icon-only { min-width: 34px; padding-inline: 2px; }
.folder-toolbar-divider { width: 2px; height: 36px; margin: 0 4px; border-left: 1px solid #aca899; border-right: 1px solid #fff; }
.folder-address-row { display: flex; min-height: 30px; align-items: center; gap: 5px; padding: 3px 5px; color: #333; font-size: 11px; }
.folder-address-box { display: flex; min-width: 0; height: 23px; flex: 1 1 auto; align-items: center; gap: 4px; overflow: hidden; border: 1px solid #7f9db9; padding: 1px 5px; background: #fff; box-shadow: inset 1px 1px #d4d0c8; white-space: nowrap; }
.folder-address-box img { width: 18px; height: 18px; object-fit: contain; }
.folder-address-box span { overflow: hidden; text-overflow: ellipsis; }
.folder-go { display: inline-flex; height: 23px; align-items: center; gap: 2px; border: 1px solid transparent; padding: 1px 4px; background: transparent; color: #111; font-size: 11px; }
.folder-go img { width: 19px; height: 19px; }
.folder-content { display: flex; min-height: 0; flex: 1 1 auto; overflow: hidden; background: #fff; }
.folder-task-pane { width: 215px; flex: 0 0 215px; overflow: auto; border-right: 1px solid #7ba2e7; padding: 12px 10px; background: linear-gradient(110deg, #718bd9, #b8c8f1); }
.folder-task-group { overflow: hidden; margin-bottom: 12px; border: 1px solid #fff; border-radius: 7px 7px 2px 2px; background: #d6e7f7; box-shadow: 1px 1px 2px rgba(35, 67, 145, .4); }
.folder-task-group h2 { margin: 0 0 4px; padding: 6px 9px; color: #2357a6; background: linear-gradient(90deg, #fff, #d9e5fb); font: 700 11px var(--font-xp-system); }
.folder-task-group a, .folder-task-group strong, .folder-task-group span { display: block; margin: 0 9px 6px; color: #164ba5; font-size: 10px; line-height: 1.25; text-decoration: none; }
.folder-task-group a:hover { text-decoration: underline; }
.folder-task-group strong { color: #111; }
.folder-task-group span { color: #555; }
.folder-file-area { position: relative; display: flex; min-width: 0; flex: 1 1 auto; align-items: flex-start; padding: 28px 34px; overflow: auto; background: #fff; }
.folder-file-shortcut { display: grid; width: 112px; justify-items: center; gap: 6px; border: 1px solid transparent; padding: 6px; background: transparent; color: #111; font: 11px var(--font-xp-system); line-height: 1.25; text-align: center; cursor: default; }
.folder-file-shortcut img { width: 48px; height: 48px; object-fit: contain; }
.folder-file-shortcut:hover, .folder-file-shortcut.is-selected, .folder-file-shortcut:focus-visible { border-color: #316ac5; background: #c1d2ee; outline: none; }
.folder-status-bar { display: flex; height: 23px; flex: 0 0 23px; align-items: center; justify-content: space-between; border-top: 1px solid #aca899; padding: 2px 7px; background: #ece9d8; color: #333; font-size: 10px; }
@media (max-width: 760px) { .xp-folder-window { top: 5%; left: 3%; width: 94vw; min-width: 0; height: 78vh; } .folder-task-pane { width: 165px; flex-basis: 165px; } .folder-tool span { display: none; } }
