:root {
  color-scheme: light;
  --desk: #008080;
  --face: #c0c0c0;
  --paper: #fff;
  --ink: #161616;
  --navy: #000080;
  --highlight: #fff;
  --shadow: #808080;
  --dark: #101010;
  --taskbar: 46px;
  --outset: inset 1px 1px #fff, inset -1px -1px #101010, inset 2px 2px #dfdfdf, inset -2px -2px #808080;
  --inset: inset 1px 1px #808080, inset -1px -1px #fff, inset 2px 2px #101010, inset -2px -2px #dfdfdf;
  font-family: "MS Sans Serif", "Microsoft Sans Serif", Tahoma, Arial, sans-serif;
  font-size: 14px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
body { margin: 0; background: var(--desk); color: var(--ink); line-height: 1.5; }
button, input, select { font: inherit; color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: var(--navy); text-underline-offset: 3px; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, [tabindex]:focus-visible {
  outline: 2px dotted currentColor;
  outline-offset: -5px;
}
input:focus-visible, select:focus-visible, .reading-pane:focus-visible { outline-offset: 2px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: 34px; letter-spacing: -1.2px; line-height: 1.1; margin-bottom: 18px; }
h2 { font-size: 23px; line-height: 1.2; }
h3 { font-size: 15px; }
p { margin-bottom: 18px; }
hr { border: 0; border-top: 1px solid #808080; border-bottom: 1px solid #fff; margin: 24px 0 18px; }
::selection { background: var(--navy); color: #fff; }
.icon { width: 32px; height: 32px; flex: 0 0 32px; }
.tiny-icon { width: 16px; height: 16px; flex: 0 0 16px; }
svg { shape-rendering: crispEdges; }
.inset { box-shadow: var(--inset); background: #fff; border: 0; padding: 5px; }
.button95, .task-button, .start-button, .desktop-toggle, .window-controls button, .game-reset, .mine-cell {
  border: 0; border-radius: 0; box-shadow: var(--outset); background: var(--face);
  color: var(--ink); font-weight: 400; text-decoration: none;
}
.button95 { display: inline-flex; align-items: center; justify-content: center; min-height: 36px; padding: 6px 18px; }
.button95:active, .task-button:active, .start-button:active, .desktop-toggle:active, .window-controls button:active, .game-reset:active {
  box-shadow: var(--inset); padding-top: 7px;
}
.skip-link { position: fixed; top: -100px; left: 8px; z-index: 10000; padding: 10px; background: #fff; color: #000; }
.skip-link:focus { top: 8px; }
body:not(.desktop-ready) .enhanced-only { display: none !important; }
.plain-nav { display: flex; flex-wrap: wrap; gap: 20px; padding: 16px; background: var(--face); }
body:not(.desktop-ready) .window { max-width: 1100px; margin: 24px auto; }
body:not(.desktop-ready) .file-sidebar { max-width: none; }
body:not(.desktop-ready) .explorer-layout { display: block; }
body:not(.desktop-ready) .file-list { display: flex; flex-wrap: wrap; }
body:not(.desktop-ready) .story { max-width: 840px; margin: 0 auto; border-bottom: 1px solid #b0b0b0; }
.no-script-about, .noscript-note { max-width: 900px; background: #fff; margin: 24px auto; padding: 24px; }
.desktop-ready { overflow: hidden; height: 100vh; height: 100dvh; }
.desktop-ready .plain-nav, .desktop-ready .no-script-about { display: none; }
.desktop-ready #desktop { position: relative; height: calc(100vh - var(--taskbar)); height: calc(100dvh - var(--taskbar)); overflow: hidden; }

.desktop-icons {
  position: absolute; inset: 16px auto auto 8px; width: 92px;
  display: flex; flex-direction: column; gap: 12px; z-index: 1;
}
.desktop-icon {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  min-height: 76px; padding: 5px 4px; gap: 6px; color: #fff; text-align: center;
  text-decoration: none; font-size: 12px; line-height: 1.3; user-select: none;
}
.desktop-icon .icon { width: 40px; height: 40px; flex-basis: 40px; filter: drop-shadow(1px 2px #005b5b); }
.desktop-icon > span { padding: 1px 4px; }
.desktop-icon:hover > span, .desktop-icon:focus-visible > span { background: var(--navy); color: #fff; }
.window { display: flex; flex-direction: column; padding: 4px; background: var(--face); box-shadow: var(--outset), 3px 3px 0 #004848; min-width: 0; }
.desktop-ready .window { position: absolute; }
.window.is-opening { animation: open-window 140ms ease-out; }
.window.is-maximized { left: 0 !important; top: 0 !important; width: 100% !important; height: 100% !important; }
.window.is-dragging { user-select: none; }
.window.is-dragging iframe { pointer-events: none; }
.titlebar {
  display: flex; align-items: center; flex: 0 0 31px; min-height: 31px; gap: 7px;
  padding: 3px 3px 3px 6px; background: #6c6c6c; color: #fff;
  user-select: none; touch-action: none;
}
.is-active .titlebar { background: var(--navy); }
.window-title { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; font-weight: 700; }
.window-controls { display: flex; gap: 3px; }
.window-controls button { display: grid; place-items: center; width: 27px; height: 25px; padding: 3px; }
.window-controls button:active { padding: 4px 2px 2px 4px; }
.minimize-mark { display: block; width: 10px; height: 3px; background: #000; margin-top: 9px; }
.maximize-mark { display: block; width: 12px; height: 11px; border: 1px solid #000; border-top-width: 3px; }
.close-mark { font: bold 20px/1 Arial, sans-serif; margin-top: -2px; }
.window-content { min-height: 0; flex: 1; overflow: auto; scrollbar-color: #c0c0c0 #dfdfdf; }
.window-content:focus-visible { outline: 1px dotted #555; outline-offset: -4px; }
.window-content::-webkit-scrollbar { width: 16px; height: 16px; }
.window-content::-webkit-scrollbar-track { background: repeating-conic-gradient(#fff 0% 25%, #dfdfdf 0% 50%) 0 / 2px 2px; }
.window-content::-webkit-scrollbar-thumb { background: #c0c0c0; border: 2px solid #dfdfdf; box-shadow: inset -1px -1px #808080; }
.window-body { padding: 20px; }
.statusbar { display: flex; gap: 3px; flex-shrink: 0; padding-top: 4px; font-size: 12px; }
.statusbar > span { flex: 1; padding: 3px 6px; box-shadow: inset 1px 1px #808080, inset -1px -1px #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.statusbar > span:first-child { flex: 0 0 116px; }
.menubar { display: flex; align-items: center; flex-wrap: wrap; gap: 1px; padding: 3px; font-size: 13px; }
.menubar a, .menubar button { padding: 5px 10px; border: 0; background: transparent; color: #111; text-decoration: none; }
.menubar a:hover, .menubar button:hover { background: var(--navy); color: #fff; }
.file-label { font: 11px/1.5 "Courier New", monospace; letter-spacing: .6px; color: #555; }
.small-note { font-size: 12px; line-height: 1.6; }

.home-window .window-content { display: flex; flex-direction: column; }
.welcome-layout { display: grid; grid-template-columns: 172px minmax(0, 1fr); flex: 1; }
.welcome-art {
  position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start;
  padding: 24px 18px 28px; background: #000080; color: white;
}
.welcome-art::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 60px; opacity: .28;
  background: repeating-conic-gradient(transparent 0% 25%, #c0c0c0 0% 50%) 0 / 4px 4px;
  mask-image: linear-gradient(transparent, black);
}
.edition-label, .edition-footer { font: 10px/1.7 "Courier New", monospace; letter-spacing: 1px; }
.welcome-computer { width: 100px; height: 100px; margin: 45px 0 28px; align-self: center; }
.edition-wordmark { font-size: 28px; font-weight: 800; line-height: 1; letter-spacing: -1.5px; }
.edition-wordmark span { display: block; font: 12px/1.5 "Courier New", monospace; letter-spacing: 2px; text-transform: uppercase; margin-top: 9px; }
.edition-footer { margin-top: auto; padding-top: 30px; z-index: 1; }
.welcome-copy { padding: 26px 28px 18px; background: #e6e6e6; }
.welcome-lede { font-size: 16px; line-height: 1.65; }
.welcome-copy > p:not(.file-label) { max-width: 45ch; }
.prompt-line { margin-bottom: 10px; font-weight: 700; }
.welcome-shortcuts { display: grid; gap: 4px; }
.shortcut-row { display: flex; align-items: center; gap: 12px; min-height: 64px; padding: 10px; color: #111; text-decoration: none; border: 1px solid transparent; }
.shortcut-row > span:nth-child(2) { min-width: 0; flex: 1; }
.shortcut-row strong, .shortcut-row small { display: block; }
.shortcut-row strong { font-size: 13px; }
.shortcut-row small { font-size: 12px; color: #444; margin-top: 3px; line-height: 1.5; }
.shortcut-row:hover, .shortcut-row:focus-visible { border-color: #808080; background: #fff; }
.row-arrow { font: 24px/1 Arial, sans-serif; }
.welcome-footer { display: flex; flex-shrink: 0; justify-content: space-between; align-items: center; gap: 12px; padding: 12px; border-top: 1px solid #808080; }
.welcome-footer > span { font-size: 11px; }
.footer-buttons { display: flex; flex-wrap: wrap; gap: 8px; }
.connection-dot { display: inline-block; width: 7px; height: 7px; background: #008000; margin-right: 3px; }
.notepad { background: #ffffe6; padding: 20px; font: 14px/1.7 "Courier New", monospace; }
.notepad p:last-child { margin-bottom: 0; }
.note-rule { white-space: nowrap; overflow: hidden; margin: 18px 0; color: #666; }
.notepad .small-note { font: inherit; font-size: 12px; }

.explorer { display: flex; flex-direction: column; }
.address-bar { display: flex; gap: 8px; align-items: center; padding: 3px 5px 8px; font-size: 12px; }
.address-bar .inset { display: flex; align-items: center; gap: 5px; flex: 1; min-width: 0; white-space: nowrap; overflow: hidden; }
.explorer-layout { display: flex; flex: 1; min-height: 0; gap: 7px; }
.file-sidebar { width: 242px; flex-shrink: 0; padding: 13px 8px 8px; overflow-y: auto; }
.file-sidebar h2 { font-size: 22px; letter-spacing: -.5px; margin-bottom: 8px; }
.file-sidebar p { font-size: 12px; margin-bottom: 16px; }
.search-label { font-size: 12px; }
#file-search { width: 100%; padding: 8px; margin: 4px 0 13px; border-radius: 0; min-height: 36px; }
.file-list { display: flex; flex-direction: column; gap: 2px; }
.file-list a { display: flex; align-items: center; gap: 7px; padding: 9px 5px; color: #111; font-size: 12px; text-decoration: none; }
.file-list a .icon { width: 25px; height: 25px; flex-basis: 25px; }
.file-list a small { display: block; font-size: 11px; color: #444; margin-top: 1px; }
.file-list a:hover { background: #dfdfdf; }
.file-list a[aria-current="true"] { background: var(--navy); color: #fff; }
.file-list a[aria-current="true"] small { color: #fff; }
.reading-pane { min-width: 0; flex: 1; overflow: auto; padding: 3px; scrollbar-color: #c0c0c0 #dfdfdf; }
.story { padding: 30px 36px 32px; max-width: 850px; }
.story h2 { font-size: 29px; letter-spacing: -.7px; margin-bottom: 16px; }
.story h3 { border-top: 1px solid #ddd; padding-top: 18px; margin: 22px 0 8px; }
.story p, .story li { font-size: 14px; line-height: 1.7; }
.story ul { padding-left: 20px; }
.story li { margin: 7px 0; }
.story .story-lede { font-size: 16px; color: #444; margin-bottom: 20px; }
.file-properties { font-size: 12px; border: 1px solid #b0b0b0; padding: 8px 12px; background: #f4f4f4; }
.file-properties > div { display: flex; gap: 12px; padding: 5px 0; }
.file-properties dt { min-width: 43px; color: #444; }
.file-properties dd { margin: 0; }
.result-box { margin-top: 24px; border-left: 3px solid #000080; padding: 12px 16px; background: #eeeef7; }
.result-box strong { font-size: 13px; }
.result-box p { margin: 7px 0 0; }
.story-metrics { display: flex; flex-wrap: wrap; margin: 20px 0; padding: 0; border: 1px solid #808080; background: #f4f4f4; }
.story-metrics > div { flex: 1; padding: 12px 16px; }
.story-metrics dt { font-size: 11px; }
.story-metrics dd { font: 700 26px/1.2 "Courier New", monospace; margin: 7px 0 0; color: #000080; }
.copy-status { margin: 0; font-size: 12px; }
.copy-status:not(:empty) { padding: 6px 10px; background: #ffffdb; }
.mobile-file-picker { display: none; }

.taskbar {
  display: flex; position: fixed; inset: auto 0 0; height: var(--taskbar);
  padding: 5px 6px; gap: 6px; align-items: stretch; background: var(--face);
  border-top: 2px solid #fff; box-shadow: 0 -1px #808080; z-index: 2000;
}
.start-button { display: flex; align-items: center; gap: 6px; padding: 3px 10px; font-size: 15px; font-weight: 700; flex-shrink: 0; }
.start-button .icon { width: 24px; height: 24px; flex-basis: 24px; }
.start-button[aria-expanded="true"], .task-button[aria-pressed="true"] { box-shadow: var(--inset); background: #dfdfdf; font-weight: 700; }
.task-divider { width: 2px; background: #808080; border-right: 1px solid #fff; margin: 1px 2px; flex-shrink: 0; }
.task-list { display: flex; flex: 1; min-width: 0; gap: 4px; overflow-x: auto; scrollbar-width: none; }
.task-list::-webkit-scrollbar { display: none; }
.task-button { display: flex; align-items: center; min-width: 80px; max-width: 190px; flex: 0 1 190px; gap: 6px; padding: 4px 8px; font-size: 12px; white-space: nowrap; text-align: left; }
.task-button > span { overflow: hidden; text-overflow: ellipsis; }
.tray-clock { box-shadow: inset 1px 1px #808080, inset -1px -1px #fff; display: flex; align-items: center; justify-content: center; min-width: 83px; padding: 2px 8px; font-size: 12px; white-space: nowrap; }
.desktop-toggle { width: 34px; flex-shrink: 0; display: grid; place-items: center; }
.start-menu { position: fixed; left: 6px; bottom: var(--taskbar); width: 265px; max-height: calc(100dvh - var(--taskbar) - 12px); z-index: 2100; display: flex; padding: 4px; background: var(--face); box-shadow: var(--outset), 3px 3px 0 rgba(0,0,0,.4); }
.start-rail { writing-mode: vertical-rl; transform: rotate(180deg); background: #686868; color: #fff; font-size: 22px; letter-spacing: -.5px; padding: 12px 5px; user-select: none; }
.start-rail span { font-weight: 400; color: #fff; }
.start-items { flex: 1; min-width: 0; overflow-y: auto; }
.start-items a, .start-items button { display: flex; width: 100%; min-height: 44px; gap: 10px; align-items: center; padding: 6px 10px; background: transparent; border: 0; color: #111; text-decoration: none; text-align: left; font-size: 13px; }
.start-items .icon { width: 24px; height: 24px; flex-basis: 24px; }
.start-items a:hover, .start-items button:hover, .start-items a:focus-visible, .start-items button:focus-visible { color: #fff; background: var(--navy); }
.start-items hr { margin: 4px 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.desktop-hint { position: absolute; left: 125px; bottom: 15px; color: #fff; font-size: 11px; pointer-events: none; }

.property-tabs { display: flex; padding: 12px 12px 0; gap: 3px; background: var(--face); }
.property-tabs button { border: 0; padding: 7px 12px; border-radius: 0; background: var(--face); box-shadow: inset 1px 1px #fff, inset -1px 0 #808080; min-height: 36px; }
.property-tabs button[aria-selected="true"] { font-weight: 700; background: #dfdfdf; border-bottom: 2px solid #000080; }
.property-panel { padding: 22px; background: #dfdfdf; margin: 0 12px 12px; min-height: 300px; }
.property-panel h2 { font-size: 22px; }
.property-panel h3 { margin: 18px 0 4px; }
.property-panel p { font-size: 13px; }
.identity-heading { display: flex; align-items: center; gap: 18px; padding-bottom: 18px; margin-bottom: 18px; border-bottom: 1px solid #999; }
.identity-heading .icon { width: 58px; height: 58px; flex-basis: 58px; }
.identity-heading h2 { margin: 0 0 3px; }
.identity-heading p { margin: 0; }
.system-spec { font-size: 12px; }
.system-spec > div { display: grid; grid-template-columns: 100px 1fr; gap: 15px; margin-bottom: 10px; }
.system-spec dt { font-weight: 700; }
.system-spec dd { margin: 0; }
.app-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; padding: 0 12px 12px; gap: 8px; }
.pdf-window .window-content { display: flex; flex-direction: column; overflow: hidden; }
.pdf-actions { display: flex; flex-shrink: 0; align-items: center; flex-wrap: wrap; justify-content: space-between; gap: 8px; padding: 10px; font-size: 12px; }
.pdf-links { display: flex; gap: 8px; }
.pdf-links .button95 { min-height: 40px; padding: 6px 12px; }
.pdf-frame { display: block; flex: 1; min-height: 0; width: 100%; border: 2px inset #c0c0c0; background: #fff; }
.resume-image-preview { display: flex; flex-direction: column; flex: 1; min-height: 0; }
.resume-preview-tools { display: flex; align-items: center; gap: 6px; padding: 0 10px 8px; flex-shrink: 0; }
.resume-preview-tools .button95 { min-width: 40px; min-height: 40px; padding: 6px 10px; }
.resume-preview-tools .button95:disabled { color: #555; cursor: default; }
.resume-zoom { min-width: 58px; text-align: center; font: 12px/1.2 "Courier New", monospace; }
.resume-preview-message { padding: 0 10px 10px; flex-shrink: 0; }
.resume-preview-message p { margin: 0; font-size: 12px; }
.resume-preview-message .button95 { margin-top: 8px; }
.resume-image-scroll { flex: 1; min-height: 0; overflow: auto; padding: 2px; background: #808080; }
.resume-pages { width: 100%; padding: 10px; }
.resume-pages figure { margin: 0 0 12px; }
.resume-pages figure:last-child { margin-bottom: 0; }
.resume-pages img { display: block; width: 100%; height: auto; background: white; box-shadow: 2px 2px #414141; }
.resume-pages figcaption { width: fit-content; padding: 4px 8px; margin: 8px auto 0; color: #111; background: #c0c0c0; font-size: 11px; }
.contact-links { display: grid; gap: 9px; margin: 22px 0; }
.contact-links a { display: flex; align-items: center; gap: 12px; min-height: 46px; background: #fff; border: 1px solid #808080; padding: 9px 12px; text-decoration: none; }
.contact-links a:hover { color: #fff; background: var(--navy); }
.after-hours h2 { font: bold 23px/1.25 "Courier New", monospace; }
.after-hours h3 { margin-bottom: 4px; }
.after-hours p { font-size: 13px; }
.bin-empty { text-align: center; padding: 28px 24px; background: #fff; }
.bin-empty .icon { width: 64px; height: 64px; margin-bottom: 16px; }
.bin-empty h2 { font-size: 18px; }
.bin-empty p { font-size: 13px; }
.display-preview { height: 96px; margin: 14px 0; border: 3px inset #dfdfdf; display: grid; place-items: center; color: #fff; background: var(--desk); font: bold 18px "Courier New", monospace; }
.wallpaper-form fieldset { border: 1px solid #808080; margin: 15px 0; padding: 12px; }
.wallpaper-form label { display: flex; align-items: center; gap: 7px; padding: 5px; }
.wallpaper-form input { accent-color: #000080; }
.help-list { padding-left: 20px; }
.help-list li { margin: 12px 0; }
kbd { border: 1px solid #808080; padding: 1px 4px; background: #fff; font: 12px "Courier New", monospace; box-shadow: 1px 1px #808080; }

.game-window .window-content { overflow: auto; }
.game-shell { padding: 12px; max-width: 338px; margin: auto; }
.game-top { display: flex; align-items: center; justify-content: space-between; padding: 9px; box-shadow: var(--inset); margin-bottom: 12px; }
.game-counter { font: bold 27px/1 "Courier New", monospace; letter-spacing: 1px; background: #111; color: #ff4c4c; padding: 4px; }
.game-reset { width: 38px; height: 38px; font: bold 21px "Courier New", monospace; }
.mine-board { display: grid; grid-template-columns: repeat(8, 1fr); gap: 0; padding: 3px; box-shadow: var(--inset); background: #808080; }
.mine-cell { aspect-ratio: 1; width: 100%; padding: 0; display: grid; place-items: center; font: bold 17px/1 "Courier New", monospace; min-height: 30px; }
.mine-cell:focus-visible { outline-offset: -4px; z-index: 1; }
.mine-cell.is-revealed { box-shadow: none; border: 1px solid #909090; border-right: 0; border-bottom: 0; background: #c0c0c0; cursor: default; }
.mine-cell.is-flagged { color: #a00000; }
.mine-cell[data-number="1"] { color: #0000a0; }
.mine-cell[data-number="2"] { color: #005000; }
.mine-cell[data-number="3"] { color: #a00000; }
.mine-cell[data-number="4"] { color: #000070; }
.mine-cell[data-number="5"], .mine-cell[data-number="6"], .mine-cell[data-number="7"], .mine-cell[data-number="8"] { color: #500030; }
.mine-cell.is-exploded { background: #e04a4a; }
.game-tools { display: flex; align-items: center; gap: 10px; padding-top: 12px; font-size: 11px; }
.game-tools .button95 { min-height: 34px; padding-inline: 10px; font-size: 12px; }
.game-tools .button95[aria-pressed="true"] { box-shadow: var(--inset); background: #dfdfdf; }
.game-status { font-size: 12px; margin: 10px 0 0; min-height: 54px; }

@keyframes open-window { from { opacity: .6; transform: translateY(5px); } to { opacity: 1; transform: none; } }

@media (max-width: 760px) {
  :root { --taskbar: 50px; }
  .desktop-ready .desktop-icons { top: 6px; left: 4px; width: calc(100% - 8px); flex-direction: row; gap: 0; overflow-x: auto; padding: 0 4px; scrollbar-width: thin; }
  .desktop-icon { min-width: 74px; width: 74px; min-height: 82px; flex: 0 0 74px; font-size: 11px; gap: 4px; }
  .desktop-icon .icon { width: 32px; height: 32px; flex-basis: 32px; }
  .desktop-ready .window:not(.is-active) { display: none; }
  .titlebar { min-height: 46px; flex-basis: 46px; padding: 2px 3px 2px 5px; }
  .titlebar > .tiny-icon { display: none; }
  .window-title { font-size: 12px; }
  .window-controls { gap: 2px; }
  .window-controls button { width: 40px; height: 44px; }
  .taskbar { padding: 5px 4px; gap: 4px; }
  .start-button { padding: 2px 8px; font-size: 14px; }
  .start-button .icon { width: 20px; height: 20px; flex-basis: 20px; }
  .task-button { min-width: 66px; flex-basis: 120px; }
  .task-button .tiny-icon { display: none; }
  .tray-clock { min-width: 63px; font-size: 11px; padding-inline: 4px; }
  .desktop-toggle { width: 30px; }
  .task-divider { display: none; }
  .desktop-hint { left: 18px; bottom: 12px; font-size: 10px; }
  .welcome-layout { display: block; }
  .welcome-art { padding: 10px 14px; min-height: 54px; flex-direction: row; align-items: center; gap: 10px; }
  .welcome-computer { width: 36px; height: 36px; margin: 0; order: -1; }
  .edition-wordmark { font-size: 25px; margin-left: auto; white-space: nowrap; }
  .edition-wordmark span { font-size: 10px; letter-spacing: 1.5px; margin-top: 2px; }
  .edition-label { font-size: 9px; max-width: 65px; }
  .edition-footer { display: none; }
  .welcome-copy { padding: 21px 18px 15px; }
  h1 { font-size: 31px; }
  .welcome-lede { font-size: 16px; }
  .welcome-footer { flex-direction: column; align-items: stretch; padding: 12px; }
  .footer-buttons > a { flex: 1; }
  .shortcut-row { padding: 9px 3px; }
  .shortcut-row small { font-size: 12px; }
  .file-sidebar { display: none; }
  body:not(.desktop-ready) .file-sidebar { display: block; width: 100%; }
  .explorer-layout { flex-direction: column; gap: 6px; }
  .mobile-file-picker { display: flex; gap: 8px; align-items: center; padding: 0 5px; flex: 0 0 auto; font-size: 12px; }
  .mobile-file-picker select { flex: 1; min-width: 0; border-radius: 0; background: #fff; border: 2px inset #dfdfdf; padding: 7px 4px; font-size: 13px; }
  .menubar { font-size: 12px; padding: 2px; }
  .menubar a, .menubar button { padding: 7px; }
  .address-bar { font-size: 10px; padding-bottom: 7px; }
  .address-bar > span { display: none; }
  .reading-pane { min-height: 0; }
  .story { padding: 20px 18px; }
  .story h2 { font-size: 25px; }
  .story p, .story li { font-size: 15px; }
  .file-properties > div { flex-direction: column; gap: 2px; }
  .statusbar > span:first-child { flex-basis: 64px; }
  .statusbar > span:last-child { display: none; }
  .statusbar { font-size: 10px; }
  .property-panel { padding: 17px; }
  .identity-heading { gap: 12px; }
  .identity-heading .icon { width: 40px; height: 40px; flex-basis: 40px; }
  .system-spec > div { grid-template-columns: 72px 1fr; gap: 12px; }
  .notepad { padding: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; scroll-behavior: auto !important; }
}

@media (forced-colors: active) {
  .window, .button95, .task-button, .start-button, .window-controls button, .mine-cell { border: 1px solid ButtonText; }
  .is-active .titlebar, .file-list a[aria-current="true"] { background: Highlight; color: HighlightText; forced-color-adjust: none; }
}
