:root {
  --desktop: #008080;
  --desktop-night: #173c55;
  --silver: #c0c0c0;
  --silver-light: #dfdfdf;
  --white: #ffffff;
  --shadow: #808080;
  --black: #000000;
  --navy: #000080;
  --navy-inactive: #7f7f7f;
  --taskbar-h: 38px;
  --font: "MS Sans Serif", Tahoma, Geneva, Arial, sans-serif;
}
* { box-sizing: border-box; }
html, body { width: 100%; height: 100%; margin: 0; overflow: hidden; }
body { font-family: var(--font); font-size: 13px; color: #000; background: var(--desktop); }
button, input, select, textarea { font: inherit; }
button { color: #000; }
a { color: #000080; }
[hidden] { display: none !important; }

.no-script { max-width: 680px; margin: 4rem auto; padding: 2rem; background: #fff; border: 3px outset #ddd; }

.boot-screen {
  position: fixed; inset: 0; z-index: 99999; display: grid; place-content: center; justify-items: center;
  background: #050505; color: #fff; text-align: center; transition: opacity .25s ease, visibility .25s ease;
}
.boot-screen.is-done { opacity: 0; visibility: hidden; pointer-events: none; }
.boot-logo { display: flex; align-items: center; gap: 20px; margin-bottom: 18px; }
.boot-logo img { width: 84px; height: 84px; image-rendering: pixelated; }
.boot-logo div { display: flex; align-items: baseline; gap: 12px; }
.boot-logo strong { font-family: Georgia, serif; font-size: clamp(38px, 7vw, 82px); font-weight: normal; }
.boot-logo span { font-size: clamp(22px, 4vw, 46px); color: #f2cf3a; }
.boot-screen p { margin: 0 0 18px; color: #d8d8d8; }
.boot-screen small { color: #aaa; }
.boot-progress { width: min(420px, 74vw); height: 16px; margin-bottom: 12px; padding: 2px; border: 2px inset #aaa; background: #111; }
.boot-progress i { display: block; width: 0; height: 100%; background: repeating-linear-gradient(90deg, #008080 0 14px, #00b8b8 14px 18px); animation: boot 1.15s steps(12) forwards; }
@keyframes boot { to { width: 100%; } }

.desktop {
  position: relative; width: 100%; height: 100%; overflow: hidden;
  background-color: var(--desktop);
  background-image:
    radial-gradient(circle at 72% 18%, rgba(255,255,255,.14) 0 1px, transparent 1px),
    radial-gradient(circle at 28% 63%, rgba(255,255,255,.1) 0 1px, transparent 1px),
    linear-gradient(135deg, rgba(255,255,255,.035) 25%, transparent 25%, transparent 50%, rgba(0,0,0,.035) 50%, rgba(0,0,0,.035) 75%, transparent 75%);
  background-size: 97px 97px, 131px 131px, 8px 8px;
}
.desktop[data-wallpaper="night"] { --desktop: #102c46; }
.desktop::after {
  content: "GRAKJIN LAB 97"; position: absolute; right: 24px; bottom: 62px; z-index: 0;
  color: rgba(255,255,255,.11); font-family: Georgia, serif; font-size: clamp(28px, 7vw, 96px); letter-spacing: .06em;
  text-shadow: 1px 1px rgba(0,0,0,.25); pointer-events: none;
}
.desktop-icons {
  position: absolute; top: 12px; left: 10px; bottom: calc(var(--taskbar-h) + 10px); z-index: 2;
  display: grid; grid-auto-flow: column; grid-template-rows: repeat(6, 82px); grid-auto-columns: 92px; gap: 5px 8px;
}
.desktop-icon {
  width: 88px; min-height: 76px; padding: 3px 2px; border: 1px solid transparent; background: transparent; color: #fff;
  display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 4px; cursor: default; text-align: center;
  text-shadow: 1px 1px #000; user-select: none;
}
.desktop-icon img { width: 42px; height: 42px; image-rendering: pixelated; pointer-events: none; }
.desktop-icon span { display: inline; padding: 1px 3px; line-height: 1.15; pointer-events: none; }
.desktop-icon.is-selected { border: 1px dotted #fff; }
.desktop-icon.is-selected span { background: #000080; }
.desktop-icon:focus-visible { outline: 1px dotted #fff; outline-offset: -2px; }

.window-layer { position: absolute; inset: 0 0 var(--taskbar-h) 0; z-index: 10; pointer-events: none; }
.win-window {
  position: absolute; min-width: 300px; min-height: 190px; width: min(720px, calc(100vw - 40px)); height: min(520px, calc(100vh - 88px));
  display: flex; flex-direction: column; padding: 3px; overflow: hidden; resize: both; pointer-events: auto;
  background: var(--silver); border: 2px outset var(--silver-light); box-shadow: 1px 1px 0 #000;
}
.win-window.is-active { z-index: 100; }
.win-window.is-minimized { display: none; }
.win-window.is-maximized { inset: 0 !important; width: 100% !important; height: 100% !important; resize: none; }
.titlebar {
  height: 24px; flex: 0 0 24px; display: flex; align-items: center; gap: 5px; padding: 2px 3px;
  color: #fff; background: linear-gradient(90deg, var(--navy), #1084d0); user-select: none; touch-action: none;
}
.win-window:not(.is-active) .titlebar { background: linear-gradient(90deg, #7f7f7f, #b5b5b5); }
.titlebar img { width: 17px; height: 17px; image-rendering: pixelated; }
.titlebar-title { flex: 1; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-weight: bold; }
.titlebar-controls { display: flex; gap: 2px; }
.titlebar-button {
  width: 20px; height: 18px; padding: 0; display: grid; place-items: center; line-height: 1;
  background: var(--silver); border: 2px outset var(--silver-light); font-family: Arial, sans-serif; font-weight: bold; font-size: 11px;
}
.titlebar-button:active { border-style: inset; }
.window-menubar { min-height: 25px; padding: 2px 5px; display: flex; align-items: center; gap: 18px; background: var(--silver); border-bottom: 1px solid #808080; }
.menu-word { padding: 2px 3px; }
.menu-word::first-letter { text-decoration: underline; }
.window-toolbar { display: flex; gap: 6px; padding: 4px; border-top: 1px solid #fff; border-bottom: 1px solid #808080; background: #c0c0c0; }
.toolbar-button { min-width: 28px; height: 25px; border: 1px solid transparent; background: transparent; }
.toolbar-button:hover { border: 1px outset #ddd; }
.window-body { flex: 1; min-height: 0; overflow: auto; background: #fff; border: 2px inset #fff; }
.window-status { min-height: 23px; display: flex; align-items: center; padding: 2px 5px; border: 1px inset #fff; background: var(--silver); }

.bevel-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 5px; min-height: 26px; padding: 3px 11px;
  background: var(--silver); border: 2px outset var(--silver-light); color: #000; text-decoration: none; cursor: default;
}
.bevel-button:active, .bevel-button.is-pressed { border-style: inset; padding: 4px 10px 2px 12px; }
.bevel-button:focus-visible { outline: 1px dotted #000; outline-offset: -4px; }

.taskbar {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2000; height: var(--taskbar-h); padding: 3px;
  display: flex; align-items: stretch; gap: 4px; background: var(--silver); border-top: 2px outset #fff;
}
.start-button { min-width: 86px; padding: 2px 8px; font-size: 14px; }
.start-button img { width: 24px; height: 24px; image-rendering: pixelated; }
.taskbar-divider { width: 2px; margin: 2px 1px; border-left: 1px solid #808080; border-right: 1px solid #fff; }
.task-buttons { flex: 1; min-width: 0; display: flex; gap: 3px; overflow: hidden; }
.task-button { min-width: 118px; max-width: 190px; flex: 0 1 190px; justify-content: flex-start; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.task-button img { width: 18px; height: 18px; image-rendering: pixelated; }
.tray { min-width: 118px; padding: 3px 8px; display: flex; align-items: center; justify-content: flex-end; gap: 7px; border: 2px inset #fff; }
.tray-language { padding: 1px 4px; border: 1px outset #eee; background: #c0c0c0; }
.tray-led { width: 8px; height: 8px; border-radius: 50%; background: #00b15a; box-shadow: inset -1px -1px #00602d; }
#clock { white-space: nowrap; }

.start-menu {
  position: absolute; left: 3px; bottom: var(--taskbar-h); z-index: 3000; width: 288px; min-height: 330px; display: grid;
  grid-template-columns: 34px 1fr; background: var(--silver); border: 2px outset #fff; box-shadow: 2px 2px #000;
}
.start-side { display: flex; align-items: flex-end; justify-content: center; padding: 8px 4px; background: linear-gradient(#000080, #1084d0); color: #fff; font-size: 22px; font-weight: bold; writing-mode: vertical-rl; transform: rotate(180deg); letter-spacing: 1px; }
.start-items { padding: 5px 3px; }
.start-entry { width: 100%; min-height: 42px; padding: 4px 8px; display: flex; align-items: center; gap: 10px; border: 0; background: transparent; text-align: left; }
.start-entry:hover, .start-entry:focus { color: #fff; background: #000080; outline: none; }
.start-entry img { width: 32px; height: 32px; image-rendering: pixelated; }
.start-entry b { flex: 1; }
.start-separator { height: 2px; margin: 5px 3px; border-top: 1px solid #808080; border-bottom: 1px solid #fff; }

.context-menu { position: absolute; z-index: 3500; min-width: 190px; padding: 3px; background: var(--silver); border: 2px outset #fff; box-shadow: 2px 2px #000; }
.context-menu button { width: 100%; padding: 5px 18px; border: 0; background: transparent; text-align: left; }
.context-menu button:hover { color: #fff; background: #000080; }
.context-menu hr { border: 0; border-top: 1px solid #808080; border-bottom: 1px solid #fff; }

.modal-shade { position: absolute; inset: 0; z-index: 5000; display: grid; place-items: center; background: rgba(0,0,0,.18); }
.dialog { width: min(420px, calc(100vw - 24px)); padding: 3px; background: var(--silver); border: 2px outset #fff; box-shadow: 2px 2px #000; }
.dialog .titlebar { margin-bottom: 12px; }
.dialog-content { display: flex; gap: 16px; padding: 8px 18px 18px; }
.dialog-content img { width: 48px; height: 48px; }
.dialog-actions { display: flex; justify-content: center; gap: 10px; padding: 0 0 12px; }

/* Explorer */
.explorer { min-height: 100%; display: grid; grid-template-columns: 190px 1fr; background: #fff; }
.explorer-tree { padding: 10px; border-right: 2px inset #fff; background: #fff; }
.tree-title { margin-bottom: 8px; font-weight: bold; }
.tree-node { padding: 3px 2px 3px 18px; position: relative; white-space: nowrap; }
.tree-node::before { content: "▾"; position: absolute; left: 3px; }
.tree-node.child::before { content: "└"; color: #808080; }
.explorer-view { padding: 14px; display: grid; align-content: start; grid-template-columns: repeat(auto-fill, minmax(108px, 1fr)); gap: 18px 12px; }
.file-icon { min-height: 92px; padding: 4px; display: flex; flex-direction: column; align-items: center; gap: 5px; border: 1px solid transparent; background: transparent; text-align: center; }
.file-icon:hover, .file-icon:focus { outline: none; border: 1px dotted #000; }
.file-icon img { width: 48px; height: 48px; image-rendering: pixelated; }
.file-icon small { color: #555; }

/* Project / document app */
.project-app { min-height: 100%; padding: 18px; background: #fff; color: #111; }
.project-app-header { display: grid; grid-template-columns: 64px 1fr auto; gap: 14px; align-items: center; padding-bottom: 12px; border-bottom: 2px solid #000080; }
.project-app-header img { width: 58px; height: 58px; image-rendering: pixelated; }
.project-app-header h1 { margin: 0 0 4px; font-size: 25px; }
.project-app-header p { margin: 0; color: #444; }
.status-label { align-self: start; padding: 3px 8px; color: #fff; background: #008080; border: 1px solid #000; font-weight: bold; }
.project-tabs { margin-top: 14px; display: flex; gap: 2px; border-bottom: 2px solid #808080; }
.project-tab { position: relative; top: 2px; padding: 6px 14px; background: #c0c0c0; border: 2px outset #eee; border-bottom: 0; }
.project-tab.is-current { background: #fff; font-weight: bold; }
.project-copy { padding: 18px 4px 4px; font-size: 15px; line-height: 1.55; }
.project-copy h2 { font-size: 18px; margin: 18px 0 8px; color: #000080; }
.project-copy ul { padding-left: 22px; }
.project-copy li { margin-bottom: 7px; }
.group-box { position: relative; margin: 20px 0 8px; padding: 18px 14px 12px; border: 2px groove #fff; }
.group-box > legend { padding: 0 6px; font-weight: bold; }
.service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px,1fr)); gap: 8px; }
.service-item { padding: 6px 8px; background: #ffffe1; border: 1px solid #808080; }

.notepad-app { height: 100%; display: flex; flex-direction: column; background: #fff; }
.notepad-text { flex: 1; width: 100%; min-height: 100%; padding: 10px; resize: none; border: 0; outline: none; font-family: "Courier New", monospace; font-size: 14px; line-height: 1.45; white-space: pre-wrap; }

.system-properties { padding: 18px; background: #c0c0c0; min-height: 100%; }
.system-card { padding: 18px; background: #fff; border: 2px inset #fff; }
.system-logo { display: flex; align-items: center; gap: 18px; margin-bottom: 16px; }
.system-logo img { width: 70px; height: 70px; }
.system-logo h1 { margin: 0; color: #000080; font-size: 28px; }
.system-logo span { font-size: 20px; }
.system-grid { display: grid; grid-template-columns: 140px 1fr; gap: 6px 12px; }
.system-grid dt { font-weight: bold; }
.system-grid dd { margin: 0; }


/* v0.17.25 — clear, newcomer-friendly Welcome Center */
.welcome-center { min-height: 100%; padding: 16px; background: #c0c0c0; }
.welcome-panel { min-height: 100%; padding: 20px; background: #fff; border: 2px inset #fff; }
.welcome-hero { display: grid; grid-template-columns: 84px minmax(0,1fr); gap: 18px; align-items: center; }
.welcome-hero > img { width: 80px; height: 80px; object-fit: contain; image-rendering: pixelated; }
.welcome-kicker { margin: 0 0 4px; color: #555; font-size: 12px; font-weight: bold; letter-spacing: .08em; text-transform: uppercase; }
.welcome-hero h1 { margin: 0 0 8px; color: #000080; font-size: 30px; line-height: 1.05; }
.welcome-lead { max-width: 610px; margin: 0; font-size: 15px; line-height: 1.45; }
.welcome-rule { height: 2px; margin: 18px 0 14px; border-top: 1px solid #808080; border-bottom: 1px solid #fff; }
.welcome-panel > h2 { margin: 0 0 10px; color: #000080; font-size: 16px; }
.welcome-topics { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }
.welcome-topic { min-width: 0; display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 9px; align-items: start; padding: 10px; background: #ffffe1; border: 1px solid #808080; }
.welcome-topic img { width: 38px; height: 38px; object-fit: contain; image-rendering: pixelated; }
.welcome-topic h3 { margin: 0 0 4px; color: #000080; font-size: 14px; line-height: 1.15; }
.welcome-topic p { margin: 0; font-size: 12px; line-height: 1.35; }
.welcome-recommended { margin: 14px 0 12px; padding: 12px; display: grid; grid-template-columns: 52px minmax(0,1fr) auto; gap: 12px; align-items: center; background: #fff8d8; border: 2px solid; border-color: #fff #808080 #808080 #fff; box-shadow: 0 0 0 1px #000; }
.welcome-recommended > img { width: 48px; height: 48px; object-fit: contain; image-rendering: pixelated; }
.welcome-recommended h2 { margin: 1px 0 4px; color: #000080; font-size: 18px; line-height: 1.15; }
.welcome-recommended > div > p:last-child { margin: 0; font-size: 12px; line-height: 1.4; }
.welcome-tour-kicker { margin: 0; color: #6b4300; font-size: 10px; font-weight: bold; letter-spacing: .08em; text-transform: uppercase; }
.welcome-tour-button { min-width: 208px; min-height: 42px; font-weight: bold; line-height: 1.2; }
.welcome-how { margin: 14px 0 12px; padding: 8px 10px; background: #f3f3f3; border: 1px solid #aaa; line-height: 1.4; }
.welcome-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.welcome-actions .bevel-button { min-width: 142px; }
.welcome-primary { min-width: 180px; font-weight: bold; border-color: #fff #404040 #404040 #fff; box-shadow: 0 0 0 1px #000; }
.welcome-footer { margin-top: 14px; padding-top: 10px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #555; border-top: 1px solid #aaa; font-size: 11px; }
.welcome-footer label { color: #111; }

@media (max-width: 760px) {
  .welcome-center { padding: 8px; }
  .welcome-panel { padding: 14px; }
  .welcome-hero { grid-template-columns: 60px minmax(0,1fr); gap: 12px; }
  .welcome-hero > img { width: 58px; height: 58px; }
  .welcome-hero h1 { font-size: 24px; }
  .welcome-lead { font-size: 14px; }
  .welcome-topics { grid-template-columns: 1fr; }
  .welcome-topic { grid-template-columns: 38px minmax(0,1fr); padding: 8px; }
  .welcome-topic img { width: 34px; height: 34px; }
  .welcome-recommended { grid-template-columns: 42px minmax(0,1fr); padding: 10px; }
  .welcome-recommended > img { width: 40px; height: 40px; }
  .welcome-recommended h2 { font-size: 16px; }
  .welcome-tour-button { grid-column: 1 / -1; width: 100%; min-width: 0; }
  .welcome-actions { display: grid; grid-template-columns: 1fr; }
  .welcome-actions .bevel-button, .welcome-primary { width: 100%; min-width: 0; }
  .welcome-footer { align-items: flex-start; flex-direction: column; }
}

.control-panel { padding: 16px; display: grid; grid-template-columns: repeat(auto-fill, minmax(120px,1fr)); gap: 18px; background: #fff; }
.control-item { min-height: 100px; display: flex; flex-direction: column; align-items: center; gap: 7px; padding: 7px; border: 1px solid transparent; background: transparent; text-align: center; }
.control-item:hover { border: 1px dotted #000; }
.control-item img { width: 48px; height: 48px; image-rendering: pixelated; }

.council-console { min-height: 100%; padding: 14px; color: #7dffb5; background: #020704; font-family: "Courier New", monospace; }
.council-console h1 { color: #ffe66a; font-size: 18px; }
.council-console .screen { min-height: 230px; margin: 12px 0; padding: 12px; border: 2px inset #164a2e; background: #00170d; white-space: pre-wrap; }
.council-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.council-actions button { color: #7dffb5; background: #00170d; border: 1px solid #7dffb5; padding: 6px 10px; }

.run-dialog { padding: 16px; display: grid; grid-template-columns: 48px 1fr; gap: 12px; background: #c0c0c0; }
.run-dialog img { width: 42px; }
.run-dialog input { width: 100%; padding: 5px; border: 2px inset #fff; }
.run-actions { grid-column: 2; display: flex; justify-content: flex-end; gap: 8px; }

.error-page { display: grid; place-items: center; background: #008080; }
.error-dialog { width: min(520px, 90vw); background: #c0c0c0; border: 2px outset #fff; box-shadow: 2px 2px #000; }
.error-title { padding: 4px 6px; color: #fff; background: #000080; font-weight: bold; }
.error-body { display: flex; gap: 16px; padding: 22px; }
.error-body img { width: 48px; }
.error-body h1 { font-size: 18px; }

@media (max-width: 760px) {
  :root { --taskbar-h: 42px; }
  .desktop-icons { top: 8px; left: 5px; right: 5px; grid-template-rows: repeat(3, 80px); grid-auto-flow: row; grid-template-columns: repeat(3, minmax(82px, 1fr)); grid-auto-columns: auto; bottom: auto; }
  .desktop-icon { width: auto; min-width: 0; }
  .desktop-icon img { width: 40px; height: 40px; }
  .win-window { left: 4px !important; top: 4px !important; width: calc(100vw - 8px) !important; height: calc(100vh - var(--taskbar-h) - 8px) !important; min-width: 0; min-height: 0; resize: none; }
  .window-menubar { gap: 10px; overflow: hidden; }
  .task-button { min-width: 42px; max-width: 48px; padding: 3px; }
  .task-button span { display: none; }
  .tray { min-width: 88px; padding-inline: 5px; }
  .start-button { min-width: 72px; padding-inline: 5px; }
  .start-menu { width: min(300px, calc(100vw - 6px)); }
  .explorer { grid-template-columns: 1fr; }
  .explorer-tree { display: none; }
  .explorer-view { grid-template-columns: repeat(3, minmax(82px, 1fr)); padding: 10px; gap: 12px 4px; }
  .project-app { padding: 12px; }
  .project-app-header { grid-template-columns: 52px 1fr; }
  .project-app-header img { width: 48px; height: 48px; }
  .project-app-header h1 { font-size: 20px; }
  .status-label { grid-column: 1 / -1; justify-self: start; }
  .project-tabs { overflow-x: auto; }
  .project-tab { white-space: nowrap; padding-inline: 10px; }
  .project-copy { font-size: 14px; }
  .system-grid { grid-template-columns: 1fr; }
  .system-grid dd { margin-bottom: 7px; }
  .desktop::after { display: none; }
}
@media (max-width: 420px) {
  .desktop-icons { grid-template-columns: repeat(4, minmax(66px, 1fr)); grid-template-rows: repeat(3, 74px); }
  .desktop-icon { min-height: 70px; font-size: 11px; }
  .desktop-icon img { width: 36px; height: 36px; }
  .desktop-icon span { max-width: 75px; }
  .explorer-view { grid-template-columns: repeat(2, minmax(110px,1fr)); }
  .window-toolbar { display: none; }
  .start-side { font-size: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .boot-progress i { animation-duration: .01ms; }
}

/* v0.17.1 — organized desktop and user-supplied Win95 icon set */
.desktop-icons {
  grid-auto-flow: initial;
  grid-template-columns: repeat(3, 104px);
  grid-template-rows: repeat(3, 88px);
  grid-auto-columns: unset;
  column-gap: 16px;
  row-gap: 4px;
}
.desktop-icon {
  grid-column: var(--desktop-col);
  grid-row: var(--desktop-row);
  width: 100px;
}
.desktop-icon img,
.file-icon img,
.control-item img,
.start-entry img,
.task-button img,
.titlebar img,
.start-button img {
  object-fit: contain;
  image-rendering: pixelated;
}
.desktop-icon img { width: 32px; height: 32px; margin-top: 4px; }
.desktop-icon--system { margin-right: 6px; }
.desktop-icon--personal { margin-left: 6px; }
.desktop-icon--retro { margin-left: 10px; }
.desktop-icon--recycle {
  position: fixed;
  right: 10px;
  left: auto;
  bottom: calc(var(--taskbar-h) + 12px);
  width: 100px;
}

@media (max-width: 760px) {
  .desktop-icons {
    grid-template-columns: repeat(3, minmax(82px, 1fr));
    grid-template-rows: repeat(3, 80px);
    column-gap: 4px;
    row-gap: 2px;
  }
  .desktop-icon {
    grid-column: auto;
    grid-row: auto;
    width: auto;
    margin: 0;
  }
  .desktop-icon--recycle { position: static; width: auto; }
}


/* v0.17.3 — separated system area and complete project-shortcut row */
.desktop-icons {
  position: absolute;
  inset: 0 0 var(--taskbar-h) 0;
  display: block;
  pointer-events: none;
}
.desktop-core-icons {
  position: absolute;
  top: 12px;
  left: 10px;
  display: grid;
  grid-template-columns: repeat(2, 104px);
  grid-template-rows: repeat(3, 88px);
  gap: 4px 16px;
  pointer-events: auto;
}
.desktop-core-icons .desktop-icon {
  grid-column: var(--desktop-col);
  grid-row: var(--desktop-row);
}
.desktop-project-group {
  position: absolute;
  top: 306px;
  left: 12px;
  width: min(780px, calc(100vw - 24px));
  padding-top: 22px;
  border-top: 1px dotted rgba(255,255,255,.85);
  pointer-events: auto;
}
.desktop-project-heading {
  position: absolute;
  top: -13px;
  left: 0;
  padding: 1px 8px 2px 4px;
  color: #fff6a8;
  background: var(--desktop);
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .08em;
  text-shadow: 1px 1px #000;
}
.desktop[data-wallpaper="night"] .desktop-project-heading { background: var(--desktop-night); }
.desktop-project-icons {
  display: grid;
  grid-template-columns: repeat(7, minmax(92px, 1fr));
  gap: 4px 10px;
}
.desktop-project-icons .desktop-icon {
  width: 100%;
  min-width: 0;
}
.desktop-icon--project img { width: 36px; height: 36px; }
.desktop-icon--recycle {
  position: absolute;
  right: 10px;
  left: auto;
  bottom: 12px;
  width: 100px;
  pointer-events: auto;
}

@media (max-width: 900px) and (min-width: 761px) {
  .desktop-project-group { width: min(680px, calc(100vw - 24px)); }
  .desktop-project-icons { grid-template-columns: repeat(4, minmax(96px, 1fr)); row-gap: 8px; }
}

@media (max-width: 760px) {
  .desktop-icons {
    inset: 0 0 var(--taskbar-h) 0;
    overflow-y: auto;
    padding-bottom: 90px;
  }
  .desktop-core-icons {
    top: 8px;
    left: 5px;
    right: 5px;
    display: grid;
    grid-template-columns: repeat(3, minmax(82px, 1fr));
    grid-template-rows: repeat(2, 78px);
    gap: 2px 4px;
  }
  .desktop-core-icons .desktop-icon {
    grid-column: auto;
    grid-row: auto;
    width: auto;
  }
  .desktop-project-group {
    top: 188px;
    left: 8px;
    right: 8px;
    width: auto;
    padding-top: 20px;
  }
  .desktop-project-icons {
    grid-template-columns: repeat(4, minmax(66px, 1fr));
    gap: 4px 2px;
  }
  .desktop-project-icons .desktop-icon {
    width: auto;
    min-height: 72px;
    font-size: 11px;
  }
  .desktop-project-icons .desktop-icon img { width: 34px; height: 34px; }
  .desktop-icon--recycle {
    position: absolute;
    right: 6px;
    left: auto;
    bottom: 8px;
    width: 82px;
  }
}

@media (max-width: 420px) {
  .desktop-project-icons { grid-template-columns: repeat(3, minmax(78px, 1fr)); }
  .desktop-project-group { top: 184px; }
}


/* v0.17.3 — interactive Projects Explorer */
.project-explorer { min-height: 100%; display: flex; flex-direction: column; background: #fff; color: #111; }
.explorer-address { min-height: 30px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 7px; padding: 3px 5px; background: #c0c0c0; border-top: 1px solid #fff; border-bottom: 1px solid #808080; }
.explorer-address > span { min-width: 48px; }
.explorer-address > div { min-height: 23px; display: flex; align-items: center; gap: 5px; padding: 2px 6px; background: #fff; border: 2px inset #fff; font-family: Tahoma, Arial, sans-serif; }
.explorer-address img { width: 18px; height: 18px; image-rendering: pixelated; }
.project-view-switch { display: flex; gap: 3px; padding: 4px 6px; background: #c0c0c0; border-bottom: 1px solid #808080; }
.project-view-switch button { min-height: 25px; padding: 2px 8px; background: #c0c0c0; border: 2px outset #fff; font: inherit; }
.project-view-switch button:active, .project-view-switch button[aria-pressed="true"] { border-style: inset; background: #d5d5d5; }
.project-explorer-layout { flex: 1; min-height: 0; display: grid; grid-template-columns: 210px 1fr; }
.project-explorer-info { padding: 16px 14px; background: linear-gradient(180deg, #f7fbff, #d8e7f4 58%, #c5d8e9); border-right: 2px inset #fff; overflow: auto; }
.project-info-icon { width: 78px; height: 78px; margin: 0 auto 10px; display: grid; place-items: center; }
.project-info-icon img { max-width: 64px; max-height: 64px; image-rendering: pixelated; }
.project-explorer-info h2 { margin: 0 0 10px; color: #000080; font-size: 19px; text-align: center; }
.project-explorer-info p { line-height: 1.42; }
.project-explorer-info dl { display: grid; grid-template-columns: auto 1fr; gap: 5px 8px; margin: 16px 0; padding-top: 10px; border-top: 1px solid #8095a8; }
.project-explorer-info dt { font-weight: bold; }
.project-explorer-info dd { margin: 0; }
.project-explorer-info small { display: block; margin-top: 18px; color: #46596a; }
.project-explorer-main { min-width: 0; overflow: auto; background: #fff; }
.project-files { padding: 14px; }
.project-explorer-file { color: #111; background: transparent; border: 1px solid transparent; font: inherit; cursor: default; }
.project-explorer-file:focus { outline: 1px dotted #000; outline-offset: -2px; }
.project-explorer-file.is-selected { color: #fff; background: #000080; border-color: #000080; }
.project-explorer-file img { image-rendering: pixelated; pointer-events: none; }
.project-explorer-file span, .project-explorer-file time { pointer-events: none; }
.project-details-head { display: none; }

.project-explorer[data-view="large"] .project-files { display: grid; grid-template-columns: repeat(auto-fill, minmax(125px, 1fr)); align-content: start; gap: 16px 10px; }
.project-explorer[data-view="large"] .project-explorer-file { min-height: 112px; padding: 6px 5px; display: grid; justify-items: center; align-content: start; gap: 5px; text-align: center; }
.project-explorer[data-view="large"] .project-explorer-file img { width: 56px; height: 56px; }
.project-explorer[data-view="large"] .project-file-name { font-weight: bold; line-height: 1.15; }
.project-explorer[data-view="large"] .project-file-type, .project-explorer[data-view="large"] .project-file-date { display: none; }
.project-explorer[data-view="large"] .project-file-status { font-size: 11px; }

.project-explorer[data-view="list"] .project-files { display: grid; grid-template-columns: repeat(2, minmax(230px, 1fr)); align-content: start; gap: 2px 14px; }
.project-explorer[data-view="list"] .project-explorer-file { min-height: 44px; padding: 3px 5px; display: grid; grid-template-columns: 36px 1fr; grid-template-rows: auto auto; align-items: center; text-align: left; }
.project-explorer[data-view="list"] .project-explorer-file img { width: 32px; height: 32px; grid-row: 1 / 3; }
.project-explorer[data-view="list"] .project-file-name { font-weight: bold; }
.project-explorer[data-view="list"] .project-file-type, .project-explorer[data-view="list"] .project-file-date { display: none; }
.project-explorer[data-view="list"] .project-file-status { font-size: 11px; }

.project-explorer[data-view="details"] .project-details-head { display: grid; grid-template-columns: 28px minmax(210px, 2fr) minmax(120px, 1fr) minmax(125px, 1fr) 110px; position: sticky; top: 0; z-index: 2; background: #c0c0c0; border-bottom: 1px solid #808080; }
.project-explorer[data-view="details"] .project-details-head span { padding: 4px 7px; border-right: 2px outset #fff; font-weight: bold; }
.project-explorer[data-view="details"] .project-files { display: block; padding: 0; }
.project-explorer[data-view="details"] .project-explorer-file { width: 100%; min-height: 34px; display: grid; grid-template-columns: 28px minmax(180px, 2fr) minmax(120px, 1fr) minmax(125px, 1fr) 110px; align-items: center; padding: 2px 6px; text-align: left; border-bottom: 1px solid #eee; }
.project-explorer[data-view="details"] .project-explorer-file img { width: 24px; height: 24px; }
.project-explorer[data-view="details"] .project-file-name { font-weight: bold; }
.project-explorer[data-view="details"] .project-file-type, .project-explorer[data-view="details"] .project-file-status, .project-explorer[data-view="details"] .project-file-date { display: block; }

@media (max-width: 760px) {
  .project-explorer-layout { grid-template-columns: 1fr; }
  .project-explorer-info { display: none; }
  .project-view-switch { overflow-x: auto; }
  .project-view-switch button { white-space: nowrap; }
  .project-explorer[data-view="large"] .project-files { grid-template-columns: repeat(3, minmax(82px,1fr)); padding: 10px; gap: 12px 4px; }
  .project-explorer[data-view="large"] .project-explorer-file { min-height: 100px; }
  .project-explorer[data-view="large"] .project-explorer-file img { width: 48px; height: 48px; }
  .project-explorer[data-view="list"] .project-files { grid-template-columns: 1fr; padding: 8px; }
  .project-explorer[data-view="details"] .project-details-head { grid-template-columns: 28px minmax(175px,2fr) 110px; }
  .project-explorer[data-view="details"] .project-details-head span:nth-child(3), .project-explorer[data-view="details"] .project-details-head span:nth-child(5) { display: none; }
  .project-explorer[data-view="details"] .project-explorer-file { grid-template-columns: 28px minmax(145px,2fr) 110px; }
  .project-explorer[data-view="details"] .project-file-type, .project-explorer[data-view="details"] .project-file-date { display: none; }
}
@media (max-width: 430px) { .project-explorer[data-view="large"] .project-files { grid-template-columns: repeat(2, minmax(105px,1fr)); } }


/* v0.17.4 — interactive My Computer */
.computer-explorer { min-height: 100%; display: flex; flex-direction: column; color: #111; background: #fff; }
.computer-explorer-layout { flex: 1; min-height: 0; display: grid; grid-template-columns: 225px 1fr; }
.computer-info-pane { padding: 18px 15px; overflow: auto; background: linear-gradient(180deg,#f7fbff,#dceaf5 60%,#c9ddeb); border-right: 2px inset #fff; }
.computer-info-icon { display: block; width: 64px; height: 64px; margin: 0 auto 10px; object-fit: contain; image-rendering: pixelated; }
.computer-info-pane h2 { margin: 0 0 10px; color: #000080; text-align: center; font-size: 20px; }
.computer-info-pane p { line-height: 1.45; }
.computer-info-pane dl { display: grid; grid-template-columns: auto 1fr; gap: 5px 9px; margin: 16px 0; padding-top: 10px; border-top: 1px solid #8095a8; }
.computer-info-pane dt { font-weight: bold; }
.computer-info-pane dd { margin: 0; }
.computer-info-pane small { display: block; margin-top: 18px; color: #46596a; line-height: 1.35; }
.computer-drive-area { min-width: 0; padding: 14px 16px 20px; overflow: auto; }
.computer-drive-section + .computer-drive-section { margin-top: 24px; }
.computer-drive-section h3 { margin: 0 0 9px; padding: 3px 4px 5px; color: #000080; font-size: 15px; border-bottom: 1px solid #9b9b9b; }
.computer-drive-list { display: grid; grid-template-columns: repeat(2,minmax(240px,1fr)); gap: 8px 14px; }
.computer-drive { min-width: 0; display: grid; grid-template-columns: 50px minmax(135px,1fr); grid-template-rows: auto auto auto; column-gap: 9px; align-items: center; padding: 7px; color: #111; background: transparent; border: 1px solid transparent; font: inherit; text-align: left; cursor: default; }
.computer-drive:focus { outline: 1px dotted #000; outline-offset: -2px; }
.computer-drive.is-selected { color: #fff; background: #000080; border-color: #000080; }
.computer-drive img { grid-row: 1 / 4; width: 44px; height: 44px; object-fit: contain; image-rendering: pixelated; pointer-events: none; }
.computer-drive-copy { min-width: 0; display: flex; align-items: baseline; gap: 7px; pointer-events: none; }
.computer-drive-copy b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.computer-drive-copy small { color: #555; white-space: nowrap; }
.computer-drive.is-selected .computer-drive-copy small { color: #fff; }
.computer-drive-meter { height: 9px; margin: 5px 0 3px; display: block; overflow: hidden; background: #fff; border: 2px inset #fff; pointer-events: none; }
.computer-drive-meter i { display: block; height: 100%; background: #000080; }
.computer-drive.is-selected .computer-drive-meter i { background: #00ffff; }
.computer-drive-space { color: #555; font-size: 11px; pointer-events: none; }
.computer-drive.is-selected .computer-drive-space { color: #fff; }

@media (max-width: 760px) {
  .computer-explorer-layout { grid-template-columns: 1fr; }
  .computer-info-pane { display: none; }
  .computer-drive-area { padding: 10px; }
  .computer-drive-list { grid-template-columns: 1fr; }
  .computer-drive { min-height: 66px; grid-template-columns: 48px minmax(130px,1fr); }
  .computer-drive-copy { flex-wrap: wrap; gap: 2px 7px; }
}


/* v0.17.5 — interactive Network Neighborhood */
.network-explorer { min-height:100%; display:flex; flex-direction:column; color:#111; background:#fff; }
.network-commandbar { min-height:35px; display:flex; align-items:center; gap:7px; padding:4px 6px; background:#c0c0c0; border-top:1px solid #fff; border-bottom:1px solid #808080; }
.network-commandbar .bevel-button { min-height:25px; }
.network-commandbar > span { margin-left:auto; padding-right:4px; white-space:nowrap; }
.network-layout { flex:1; min-height:0; display:grid; grid-template-columns:235px 1fr; }
.network-info-pane { padding:18px 15px; overflow:auto; background:linear-gradient(180deg,#f7fbff,#dceaf5 60%,#c9ddeb); border-right:2px inset #fff; }
.network-info-icon { display:block; width:64px; height:64px; margin:0 auto 10px; object-fit:contain; image-rendering:pixelated; }
.network-info-pane h2 { margin:0 0 10px; color:#000080; text-align:center; font-size:20px; word-break:break-word; }
.network-info-pane p { line-height:1.45; }
.network-info-pane dl { display:grid; grid-template-columns:auto 1fr; gap:5px 9px; margin:16px 0; padding-top:10px; border-top:1px solid #8095a8; }
.network-info-pane dt { font-weight:bold; }
.network-info-pane dd { margin:0; }
.network-info-pane small { display:block; margin-top:18px; color:#46596a; line-height:1.35; }
.network-main { min-width:0; overflow:auto; background:#fff; }
.network-heading { min-height:74px; display:flex; align-items:center; gap:12px; padding:11px 14px; color:#000080; background:linear-gradient(90deg,#e9f4fb,#fff); border-bottom:1px solid #b6c7d5; }
.network-heading img { width:48px; height:48px; object-fit:contain; image-rendering:pixelated; }
.network-heading h3 { margin:0 0 3px; font-size:18px; }
.network-heading p { margin:0; color:#4a6072; }
.network-items { padding:16px; display:grid; grid-template-columns:repeat(2,minmax(230px,1fr)); align-content:start; gap:10px 16px; }
.network-node,.network-share { min-width:0; min-height:72px; display:grid; grid-template-columns:58px minmax(0,1fr); align-items:center; gap:9px; padding:7px; color:#111; background:transparent; border:1px solid transparent; font:inherit; text-align:left; cursor:default; }
.network-node:focus,.network-share:focus { outline:1px dotted #000; outline-offset:-2px; }
.network-node.is-selected,.network-share.is-selected { color:#fff; background:#000080; border-color:#000080; }
.network-node img,.network-share img { width:48px; height:48px; object-fit:contain; image-rendering:pixelated; pointer-events:none; }
.network-node span,.network-share span { min-width:0; display:flex; flex-direction:column; gap:5px; pointer-events:none; }
.network-node b,.network-share b { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.network-node small,.network-share small { color:#555; }
.network-node.is-selected small,.network-share.is-selected small { color:#fff; }
.network-share { min-height:66px; grid-template-columns:52px minmax(0,1fr); }
.network-share img { width:42px; height:42px; }

@media (max-width:760px) {
  .network-commandbar { overflow-x:auto; }
  .network-commandbar > span { display:none; }
  .network-layout { grid-template-columns:1fr; }
  .network-info-pane { display:none; }
  .network-items { grid-template-columns:repeat(2,minmax(115px,1fr)); padding:10px; gap:7px; }
  .network-node,.network-share { min-height:94px; grid-template-columns:1fr; justify-items:center; align-content:start; text-align:center; gap:4px; padding:6px 3px; }
  .network-node span,.network-share span { align-items:center; }
  .network-node b,.network-share b { white-space:normal; line-height:1.15; }
  .network-heading { min-height:62px; padding:8px 10px; }
  .network-heading img { width:40px; height:40px; }
}
@media (max-width:430px) {
  .network-items { grid-template-columns:repeat(2,minmax(105px,1fr)); }
}


/* v0.17.6 — interactive My Documents and local Notepad */
.documents-explorer { min-height:100%; display:flex; flex-direction:column; color:#111; background:#fff; }
.documents-commandbar { min-height:35px; display:flex; align-items:center; gap:6px; padding:4px 6px; background:#c0c0c0; border-top:1px solid #fff; border-bottom:1px solid #808080; }
.documents-commandbar > button:not(.bevel-button) { min-height:25px; padding:3px 8px; background:#c0c0c0; border:2px outset #fff; font:inherit; }
.documents-commandbar > button[aria-pressed="true"] { border-style:inset; background:#ddd; }
.documents-layout { flex:1; min-height:0; display:grid; grid-template-columns:235px 1fr; }
.documents-info-pane { padding:18px 15px; overflow:auto; background:linear-gradient(180deg,#fffbe8,#f2e7bd 62%,#e1d19a); border-right:2px inset #fff; }
.documents-info-icon { display:block; width:64px; height:64px; margin:0 auto 10px; object-fit:contain; image-rendering:pixelated; }
.documents-info-pane h2 { margin:0 0 10px; color:#000080; text-align:center; font-size:20px; word-break:break-word; }
.documents-info-pane p { line-height:1.45; }
.documents-info-pane dl { display:grid; grid-template-columns:auto 1fr; gap:5px 9px; margin:16px 0; padding-top:10px; border-top:1px solid #9c8d5d; }
.documents-info-pane dt { font-weight:bold; }
.documents-info-pane dd { margin:0; }
.documents-info-pane small { display:block; margin-top:18px; color:#675d3e; line-height:1.35; }
.documents-main { min-width:0; overflow:auto; background:#fff; }
.documents-heading { min-height:74px; display:flex; align-items:center; gap:12px; padding:11px 14px; color:#000080; background:linear-gradient(90deg,#fff8d7,#fff); border-bottom:1px solid #d0c699; }
.documents-heading img { width:48px; height:48px; object-fit:contain; image-rendering:pixelated; }
.documents-heading h3 { margin:0 0 3px; font-size:18px; }
.documents-heading p { margin:0; color:#665f48; }
.documents-files { padding:16px; display:grid; grid-template-columns:repeat(3,minmax(130px,1fr)); align-content:start; gap:14px 10px; }
.documents-file { min-width:0; min-height:110px; display:flex; flex-direction:column; align-items:center; justify-content:flex-start; gap:7px; padding:8px 5px; color:#111; background:transparent; border:1px solid transparent; font:inherit; text-align:center; cursor:default; }
.documents-file:focus { outline:1px dotted #000; outline-offset:-2px; }
.documents-file.is-selected { color:#fff; background:#000080; border-color:#000080; }
.documents-file img { width:52px; height:52px; object-fit:contain; image-rendering:pixelated; pointer-events:none; }
.documents-file span { min-width:0; display:flex; flex-direction:column; align-items:center; gap:4px; pointer-events:none; }
.documents-file b { max-width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.documents-file small { color:#555; }
.documents-file.is-selected small { color:#fff; }
.documents-explorer[data-view="list"] .documents-files { grid-template-columns:repeat(2,minmax(250px,1fr)); gap:3px 12px; }
.documents-explorer[data-view="list"] .documents-file { min-height:48px; display:grid; grid-template-columns:42px minmax(0,1fr); align-items:center; justify-items:start; text-align:left; padding:4px 6px; }
.documents-explorer[data-view="list"] .documents-file img { width:36px; height:36px; }
.documents-explorer[data-view="list"] .documents-file span { align-items:flex-start; }

.notes-app { height:100%; display:flex; flex-direction:column; background:#fff; }
.notes-toolbar { min-height:38px; display:flex; align-items:center; gap:7px; padding:5px 7px; background:#c0c0c0; border-bottom:2px groove #fff; }
.notes-toolbar span { margin-left:auto; color:#333; padding-right:4px; }
.notes-editor { flex:1; width:100%; min-height:0; padding:10px 12px; resize:none; border:0; outline:0; color:#111; background:#fff; font:15px/1.45 "Courier New",monospace; tab-size:4; }

@media (max-width:760px) {
  .documents-layout { grid-template-columns:1fr; }
  .documents-info-pane { display:none; }
  .documents-files { grid-template-columns:repeat(3,minmax(82px,1fr)); padding:10px; gap:10px 4px; }
  .documents-file { min-height:100px; padding:5px 2px; }
  .documents-file img { width:46px; height:46px; }
  .documents-file b { white-space:normal; line-height:1.15; }
  .documents-explorer[data-view="list"] .documents-files { grid-template-columns:1fr; padding:8px; }
  .notes-toolbar span { display:none; }
}
@media (max-width:430px) {
  .documents-files { grid-template-columns:repeat(2,minmax(105px,1fr)); }
}


/* v0.17.7 — configurable Control Panel */
.desktop[data-wallpaper="clouds"] {
  --desktop: #4779a9;
  background-image:
    radial-gradient(ellipse at 20% 22%, rgba(255,255,255,.44) 0 7%, transparent 8%),
    radial-gradient(ellipse at 28% 24%, rgba(255,255,255,.34) 0 9%, transparent 10%),
    radial-gradient(ellipse at 76% 42%, rgba(255,255,255,.28) 0 8%, transparent 9%),
    linear-gradient(#3f73a7,#79a8ce);
  background-size: 360px 190px, 360px 190px, 430px 230px, auto;
}
.desktop[data-wallpaper="forest"] {
  --desktop: #164b3c;
  background-image:
    linear-gradient(rgba(95,202,145,.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(95,202,145,.12) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(0,0,0,.25), transparent 68%);
  background-size: 16px 16px,16px 16px,100% 100%;
}
.desktop[data-scheme="plum"] { --navy:#63296f; }
.desktop[data-scheme="olive"] { --navy:#37632f; }
.desktop[data-scheme="graphite"] { --navy:#3d4a5b; }
.desktop[data-textsize="large"] { font-size:15px; }
.desktop[data-textsize="large"] .window-menubar,
.desktop[data-textsize="large"] .window-status { min-height:27px; }
.desktop[data-watermark="off"]::after { display:none; }
.desktop[data-project-shortcuts="hidden"] .desktop-project-group { display:none; }

.control-shell { min-height:100%; background:#fff; }
.control-intro { display:flex; align-items:center; gap:14px; padding:14px 18px; color:#000080; background:linear-gradient(90deg,#edf6ff,#fff); border-bottom:1px solid #a8bfd2; }
.control-intro img { width:56px; height:56px; object-fit:contain; image-rendering:pixelated; }
.control-intro h2 { margin:0 0 4px; font-size:21px; }
.control-intro p { margin:0; color:#40556b; }
.control-panel { padding:14px 18px; display:grid; grid-template-columns:repeat(2,minmax(260px,1fr)); gap:8px 14px; background:#fff; }
.control-item { min-height:82px; display:grid; grid-template-columns:58px minmax(0,1fr); align-items:center; gap:10px; padding:8px; border:1px solid transparent; background:transparent; text-align:left; }
.control-item:hover,.control-item:focus { border:1px dotted #000; outline:0; }
.control-item:active { background:#e3e3e3; }
.control-item img { width:48px; height:48px; object-fit:contain; image-rendering:pixelated; }
.control-item span { min-width:0; display:flex; flex-direction:column; gap:4px; }
.control-item b { color:#000080; font-size:15px; }
.control-item small { color:#555; line-height:1.3; }
.control-footnote { margin:0 18px 14px; padding:8px 10px; color:#4a4a4a; background:#fffce2; border:1px solid #c8bd83; }

.property-sheet { min-height:100%; padding:14px; background:#c0c0c0; }
.property-sheet .group-box { margin:10px 0; padding:12px; background:#c0c0c0; }
.property-note { margin:10px 2px; color:#414141; }
.property-actions { display:flex; justify-content:flex-end; gap:7px; margin-top:14px; }
.display-preview,.appearance-preview,.desktop-settings-preview { display:flex; justify-content:center; padding:8px; }
.preview-monitor { width:245px; padding:12px 12px 28px; background:#c5c1b7; border:3px outset #eee; box-shadow:inset 0 0 0 3px #6e6b65; }
.preview-screen { height:120px; display:grid; place-items:end center; padding:8px; overflow:hidden; color:rgba(255,255,255,.55); background:#008080; border:7px inset #777; font:18px Georgia,serif; }
.preview-screen[data-wallpaper-preview="night"] { background:#102c46; }
.preview-screen[data-wallpaper-preview="clouds"] { background:linear-gradient(#3f73a7,#79a8ce); }
.preview-screen[data-wallpaper-preview="forest"] { background-color:#164b3c; background-image:linear-gradient(rgba(95,202,145,.22) 1px,transparent 1px),linear-gradient(90deg,rgba(95,202,145,.22) 1px,transparent 1px); background-size:12px 12px; }
.wallpaper-grid { display:grid; grid-template-columns:repeat(2,minmax(150px,1fr)); gap:8px; }
.wallpaper-choice { display:grid; grid-template-columns:50px minmax(0,1fr); grid-template-rows:1fr; align-items:center; gap:7px; padding:5px; border:1px solid transparent; }
.wallpaper-choice input { position:absolute; opacity:0; }
.wallpaper-choice:has(input:checked) { border:1px dotted #000; background:#ddd; }
.wallpaper-swatch { width:46px; height:32px; display:block; border:2px inset #fff; background:#008080; }
.wallpaper-swatch--night { background:#102c46; }
.wallpaper-swatch--clouds { background:linear-gradient(#3f73a7,#79a8ce); }
.wallpaper-swatch--forest { background-color:#164b3c; background-image:linear-gradient(rgba(95,202,145,.35) 1px,transparent 1px),linear-gradient(90deg,rgba(95,202,145,.35) 1px,transparent 1px); background-size:7px 7px; }
.property-columns { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.property-columns label,.check-row { display:block; margin:9px 4px; }
.mini-window { width:min(360px,100%); padding:3px; background:#c0c0c0; border:2px outset #fff; box-shadow:1px 1px #000; }
.mini-titlebar { padding:4px 6px; color:#fff; background:linear-gradient(90deg,var(--navy),#1084d0); font-weight:bold; }
.mini-window-body { min-height:85px; padding:12px; display:flex; flex-direction:column; align-items:flex-start; gap:14px; background:#fff; border:2px inset #fff; }
.sound-banner { display:flex; align-items:center; gap:13px; padding:9px 11px; background:#fff; border:2px inset #fff; }
.sound-banner img { width:52px; height:52px; image-rendering:pixelated; }
.sound-banner h2 { margin:0 0 3px; color:#000080; }
.sound-banner p { margin:0; color:#555; }
.range-row { display:grid; grid-template-columns:80px minmax(120px,1fr) 48px; align-items:center; gap:8px; margin:16px 4px; }
.range-row input { width:100%; }
.desktop-settings-preview .mini-desktop { position:relative; width:250px; height:125px; padding:12px; overflow:hidden; color:rgba(255,255,255,.5); background:#008080; border:7px inset #777; }
.mini-desktop i { display:block; width:24px; height:22px; margin-bottom:7px; background:#ffe43b; border:1px solid #000; }
.mini-desktop span { position:absolute; right:8px; bottom:8px; font:18px Georgia,serif; }
.reset-button { margin:4px 0; }
.system-info-card > p { line-height:1.5; }
.system-capabilities { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:7px; margin-top:15px; padding:10px; background:#f2f2f2; border:1px inset #fff; }

@media (max-width:760px) {
  .control-panel { grid-template-columns:1fr; padding:10px; }
  .control-item { min-height:70px; grid-template-columns:50px minmax(0,1fr); }
  .control-item img { width:42px; height:42px; }
  .control-intro { padding:10px; }
  .control-intro img { width:46px; height:46px; }
  .property-columns { grid-template-columns:1fr; }
  .wallpaper-grid { grid-template-columns:1fr; }
  .property-actions { position:sticky; bottom:0; padding-top:8px; background:#c0c0c0; }
  .system-capabilities { grid-template-columns:1fr; }
}


/* v0.17.8 — complete, readable project pages */
.project-app {
  min-height: 100%;
  padding: 0;
  background: #d4d0c8;
  color: #111;
  overflow: auto;
}
.project-app-header {
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 16px;
  padding: 18px 20px 16px;
  color: #fff;
  background: linear-gradient(90deg, #000080 0%, #1084d0 72%, #76b7e5 100%);
  border: 0;
  box-shadow: inset 0 -2px #000040;
}
.project-app-header img {
  width: 64px;
  height: 64px;
  padding: 5px;
  background: #fff;
  border: 2px outset #fff;
  object-fit: contain;
  image-rendering: pixelated;
}
.project-app-header h1 { margin: 2px 0 4px; color: #fff; font-size: 28px; text-shadow: 1px 1px #000040; }
.project-app-header p { margin: 0; max-width: 680px; color: #edf6ff; font-size: 15px; line-height: 1.35; }
.project-file-type { display: block; color: #d7efff; font-size: 11px; font-weight: bold; letter-spacing: .08em; text-transform: uppercase; }
.status-label { align-self: center; min-width: 104px; padding: 5px 9px; color: #000; background: #c0c0c0; border: 2px outset #fff; text-align: center; text-shadow: none; }
.status-label--active { background: #a7e3b4; }
.status-label--development { background: #f5dda1; }
.status-label--planned { background: #ddd4f2; }
.project-tabs { margin: 0; padding: 8px 12px 0; gap: 3px; background: #c0c0c0; border: 0; border-bottom: 2px solid #808080; }
.project-tab { top: 2px; min-width: 118px; padding: 8px 18px; font-weight: normal; cursor: pointer; }
.project-tab.is-current { background: #fff; font-weight: bold; border-bottom-color: #fff; z-index: 1; }
.project-tab:focus-visible { outline: 1px dotted #000; outline-offset: -5px; }
.project-panels { min-height: calc(100% - 160px); padding: 14px; background: #fff; }
.project-panel { min-height: 100%; }
.project-panel[hidden] { display: none !important; }
.project-overview-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(260px, .85fr); gap: 14px; }
.project-lead-card, .project-sidebar-card, .project-detail-card, .project-board-column, .project-status-summary, .project-next-step {
  background: #fff;
  border: 2px inset #fff;
}
.project-lead-card, .project-sidebar-card { padding: 16px; }
.project-lead-card h2, .project-sidebar-card h2, .project-panel-heading h2 { margin: 0 0 10px; color: #000080; font-size: 20px; }
.project-intro { margin: 0; font-size: 16px; line-height: 1.58; }
.project-focus-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.project-focus-strip > div { min-height: 118px; padding: 12px; background: #ffffe1; border: 1px solid #808080; box-shadow: inset 1px 1px #fff; }
.project-focus-strip > div:last-child { background: #e6f2ff; }
.project-focus-strip span, .project-next-step span, .project-panel-heading span, .project-status-summary span { display: block; margin-bottom: 6px; color: #006060; font-size: 11px; font-weight: bold; letter-spacing: .08em; }
.project-focus-strip p, .project-next-step p { margin: 0; line-height: 1.5; }
.project-facts { margin: 0; }
.project-fact { display: grid; grid-template-columns: 105px 1fr; gap: 8px; padding: 7px 0; border-bottom: 1px dotted #808080; }
.project-fact dt { font-weight: bold; }
.project-fact dd { margin: 0; }
.project-related { display: grid; gap: 6px; margin-top: 16px; }
.project-related > b { margin-bottom: 2px; }
.project-related-button { width: 100%; min-height: 30px; text-align: left; }
.project-panel-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 12px; padding: 10px 12px; background: #e8e8e8; border: 2px outset #fff; }
.project-panel-heading h2 { margin: 0; }
.project-panel-heading small { white-space: nowrap; }
.project-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.project-detail-card { display: grid; grid-template-columns: 44px 1fr; gap: 10px; padding: 13px; background: #f7f7f7; }
.project-detail-number { display: grid; width: 38px; height: 38px; place-items: center; color: #fff; background: #000080; border: 2px outset #4f7cc9; font-weight: bold; }
.project-detail-card h3 { margin: 3px 0 8px; color: #000080; font-size: 17px; }
.project-clean-list { margin: 0; padding-left: 20px; }
.project-clean-list li { margin: 0 0 7px; line-height: 1.4; }
.project-safety-note { display: flex; gap: 12px; align-items: baseline; margin-top: 12px; padding: 10px 12px; background: #ffffe1; border: 1px solid #808080; }
.project-safety-note p { margin: 0; }
.project-status-summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 18px; background: #e6f2ff; }
.project-status-summary h2 { margin: 0 0 4px; color: #000080; }
.project-status-summary p { margin: 0; }
.project-status-summary img { width: 60px; height: 60px; object-fit: contain; image-rendering: pixelated; }
.project-board { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 12px; }
.project-board-column { min-height: 230px; padding: 12px 13px; }
.project-board-column h3 { margin: -12px -13px 12px; padding: 8px 11px; color: #fff; background: #555; font-size: 16px; }
.project-board-column--done h3 { background: #006b3c; }
.project-board-column--doing h3 { background: #a65b00; }
.project-board-column--next h3 { background: #000080; }
.project-next-step { margin-top: 12px; padding: 13px 15px; background: #ffffe1; }
.project-app--council .project-app-header { background: linear-gradient(90deg, #001a10, #006044 72%, #2b9b77); }
.project-app--grakjinnet .project-app-header { background: linear-gradient(90deg, #003a4a, #007f86 72%, #45b6ad); }
.project-app--toshiba .project-app-header { background: linear-gradient(90deg, #402000, #a05a00 72%, #d7a43e); }
.project-app--dos .project-app-header { background: linear-gradient(90deg, #151515, #3b3b3b 72%, #686868); }
.project-app--odyssey .project-app-header { background: linear-gradient(90deg, #32104d, #713090 72%, #a66bc4); }
.project-app--retrolab .project-app-header { background: linear-gradient(90deg, #302000, #806300 72%, #baa23a); }

@media (max-width: 760px) {
  .project-app-header { grid-template-columns: 56px minmax(0,1fr); padding: 12px; gap: 11px; }
  .project-app-header img { width: 52px; height: 52px; }
  .project-app-header h1 { font-size: 21px; }
  .project-app-header p { font-size: 13px; }
  .status-label { grid-column: 1 / -1; justify-self: start; min-width: 0; }
  .project-tabs { overflow-x: auto; padding-inline: 7px; }
  .project-tab { min-width: 104px; padding: 7px 11px; }
  .project-panels { padding: 8px; }
  .project-overview-grid, .project-detail-grid, .project-board { grid-template-columns: 1fr; }
  .project-focus-strip { grid-template-columns: 1fr; }
  .project-board-column { min-height: 0; }
  .project-status-summary img { width: 48px; height: 48px; }
  .project-panel-heading { align-items: start; }
  .project-safety-note { display: block; }
  .project-safety-note b { display: block; margin-bottom: 5px; }
}

/* v0.17.10 — Homelab Explorer 97 readable Neocities edition */
.hle-app {
  position: relative;
  height: 100%;
  min-height: 0;
  display: grid;
  grid-template-rows: auto minmax(0,1fr) auto;
  color: #17131d;
  background: #d6d2b9;
  overflow: hidden;
  font-family: Tahoma, Arial, sans-serif;
}
.hle-titlebar {
  min-height: 72px;
  padding: 8px 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff4b7;
  background: linear-gradient(90deg,#291058 0,#34206e 28%,#173c5c 100%);
  border-bottom: 3px ridge #d7c577;
}
.hle-titlebar > div:first-child { position: relative; padding-left: 72px; }
.hle-disc {
  position: absolute;
  left: 0;
  top: 50%;
  width: 58px;
  height: 58px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  color: #2b1459;
  background: radial-gradient(circle,#22113f 0 12%,#e9db70 13% 30%,#77c5b0 31% 48%,#6b3c88 49% 63%,#f4e68b 64% 76%,#241141 77%);
  border: 3px outset #e7d98a;
  border-radius: 50%;
  font: bold 13px/1 "Courier New", monospace;
}
.hle-titlebar h1 { margin: 0; font: bold 34px/1 Georgia, serif; text-shadow: 2px 2px #120a27; }
.hle-titlebar p { margin: 4px 0 0; color: #c9c7d8; font-size: 13px; }
.hle-title-controls { display: flex; align-items: center; gap: 12px; font: bold 10px/1 "Courier New", monospace; }
.hle-title-controls > span { color: #f3d85d; }
.hle-title-controls button { width: 31px; height: 31px; color: #111; background: #c0c0c0; border: 2px outset #fff; font-weight: bold; }
.hle-shell { min-height: 0; display: grid; grid-template-columns: 190px minmax(0,1fr); }
.hle-nav { min-height: 0; padding: 9px; overflow-y: auto; color: #ede8cf; background: #21162d; border-right: 4px ridge #bdb48c; }
.hle-nav-heading { margin-bottom: 9px; padding: 8px 9px; color: #f4d96e; background: #130f1a; border: 2px inset #6f5e7d; font: bold 12px/1 "Courier New", monospace; }
.hle-nav-button {
  width: 100%;
  min-height: 52px;
  margin: 0 0 7px;
  padding: 8px 9px;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 7px;
  align-items: center;
  color: #eee9d4;
  background: #3b2850;
  border: 2px outset #715889;
  text-align: left;
  font-size: 12px;
}
.hle-nav-button span { color: #f7cf5f; font: bold 13px/1 "Courier New", monospace; }
.hle-nav-button b { font-weight: normal; line-height: 1.25; }
.hle-nav-button:hover, .hle-nav-button:focus-visible { color: #fff; background: #57406d; outline: 1px dotted #fff; outline-offset: -5px; }
.hle-nav-button.is-current { color: #18121e; background: #efd36d; border-style: inset; }
.hle-nav-button.is-current span { color: #382352; }
.hle-nav-button.is-current b { font-weight: bold; }
.hle-nav-tip { margin-top: 13px; padding: 9px; color: #9bcfb8; background: #09130e; border: 1px solid #3f7259; font: 10px/1.45 "Courier New", monospace; }
.hle-stage { min-width: 0; min-height: 0; overflow: auto; background: #e9e3cc; }
.hle-screen {
  min-height: 100%;
  padding: 18px 20px 24px;
  background:
    linear-gradient(rgba(62,50,34,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(62,50,34,.04) 1px, transparent 1px),
    #e9e3cc;
  background-size: 18px 18px;
}
.hle-screen[hidden], .hle-lightbox[hidden] { display: none !important; }
.hle-section-head { margin: 0 0 14px; padding: 0 0 11px; border-bottom: 4px double #4b2c62; }
.hle-section-head > span { color: #6f3975; font: bold 11px/1 "Courier New", monospace; letter-spacing: 1px; }
.hle-section-head h2 { margin: 4px 0 5px; color: #201137; font: bold 31px/1.05 Georgia, serif; }
.hle-section-head p { margin: 0; max-width: 980px; font-size: 14px; line-height: 1.45; }
.hle-overview-layout { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(260px,.45fr); gap: 15px; align-items: start; }
.hle-overview-copy { padding: 18px; background: #f8f1d8; border: 4px double #4c2f62; box-shadow: 5px 5px 0 rgba(71,53,39,.28); }
.hle-overview-copy h3 { margin: 0 0 10px; color: #3e2454; font: bold 22px/1.1 Georgia, serif; }
.hle-overview-copy ul { margin: 0 0 18px; padding-left: 21px; }
.hle-overview-copy li { margin: 0 0 8px; font-size: 13px; line-height: 1.35; }
.hle-big-button { width: 100%; padding: 12px 14px; color: #fff9c4; background: #34235a; border: 3px outset #8e79ad; box-shadow: 3px 3px 0 #67564d; font-weight: bold; }
.hle-big-button:active { border-style: inset; box-shadow: none; transform: translate(2px,2px); }
.hle-small-note { margin: 16px 0 0; padding: 8px; color: #305e46; background: #e3f0d9; border: 1px dashed #53765c; font: 10px/1.4 "Courier New", monospace; }
.hle-visual-frame, .hle-gallery-main { position: relative; min-width: 0; padding: 8px; background: #0b0b10; border: 4px ridge #d1c38a; box-shadow: 4px 4px 0 rgba(43,31,20,.2); }
.hle-visual-frame img, .hle-gallery-image-wrap > img { display: block; width: 100%; height: auto; max-height: 640px; object-fit: contain; background: #000; }
.hle-visual-frame--large img { max-height: none; }
.hle-zoom-button { position: absolute; right: 14px; top: 14px; z-index: 3; padding: 7px 10px; color: #111; background: #f2d66e; border: 2px outset #fff3a8; box-shadow: 2px 2px #111; font: bold 11px/1 Tahoma, sans-serif; }
.hle-zoom-button:hover { color: #fff; background: #4b2c65; }
.hle-chapter-links { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 9px; margin-top: 12px; }
.hle-chapter-links button { min-height: 55px; padding: 8px; display: grid; gap: 4px; color: #1c1422; background: #dcd3b6; border: 3px outset #f6efd6; text-align: left; }
.hle-chapter-links button:hover { color: #fff; background: #472c61; }
.hle-chapter-links b { font: bold 11px/1 "Courier New", monospace; color: #603b72; }
.hle-chapter-links button:hover b { color: #ffe074; }
.hle-chapter-links span { font-size: 11px; }
.hle-info-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-top: 11px; }
.hle-info-grid article { padding: 11px 13px; background: #f7f1d8; border: 3px double #88744b; }
.hle-info-grid h3 { margin: 0 0 5px; color: #4b2c62; font: bold 17px/1.1 Georgia, serif; }
.hle-info-grid p { margin: 0; font-size: 13px; line-height: 1.42; }
.hle-gallery { display: grid; gap: 10px; }
.hle-gallery-image-wrap { position: relative; min-height: 0; display: grid; place-items: center; background: #000; }
.hle-gallery-main p { margin: 8px 0 0; min-height: 42px; padding: 8px 10px; color: #d5f3df; background: #102319; border: 1px solid #3c6d4e; font: 11px/1.4 "Courier New", monospace; }
.hle-gallery-thumbs { display: grid; grid-template-columns: repeat(auto-fit,minmax(150px,1fr)); gap: 8px; }
.hle-thumb { min-width: 0; padding: 6px; display: grid; grid-template-rows: 88px auto; gap: 6px; color: #1f1626; background: #d8d0b4; border: 3px outset #f5edcf; text-align: center; font-size: 11px; }
.hle-thumb img { width: 100%; height: 88px; object-fit: cover; background: #111; border: 1px solid #3b3140; }
.hle-thumb:hover, .hle-thumb.is-selected { color: #fff; background: #40245f; }
.hle-legal-mini { margin-top: 11px; padding: 10px 12px; background: #fff8c9; border: 2px dashed #855d2d; }
.hle-legal-mini p { margin: 4px 0 0; font-size: 12px; line-height: 1.42; }
.hle-boundary-strip { margin-top: 11px; padding: 11px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 9px; color: #9bf0c2; background: #07130d; border: 2px inset #35684c; font: 12px/1.25 "Courier New", monospace; }
.hle-boundary-strip span { color: #ffd860; font-size: 18px; }
.hle-reliability-bottom { display: grid; grid-template-columns: minmax(300px,.7fr) minmax(0,1.3fr); gap: 12px; margin-top: 12px; }
.hle-process { padding: 14px; background: #f7f0d4; border: 4px double #5c3d6c; }
.hle-process h3 { margin: 0 0 11px; color: #4c285e; font: bold 20px/1 Georgia, serif; }
.hle-process ol { margin: 0; padding-left: 28px; }
.hle-process li { margin: 0 0 6px; padding: 5px 7px; color: #f4efc7; background: #291b3f; font: bold 13px/1.2 "Courier New", monospace; }
.hle-process p { font-size: 13px; line-height: 1.42; }
.hle-quiz { padding: 14px; color: #e5efcf; background: #102419; border: 3px ridge #4f8b67; }
.hle-quiz h3 { margin: 0 0 5px; color: #ffe37e; font: bold 18px/1 Georgia, serif; }
.hle-quiz p { margin: 0 0 10px; }
.hle-quiz > div { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; }
.hle-quiz button { padding: 8px; color: #e9e2c4; background: #243a2d; border: 2px outset #6b947a; }
.hle-quiz button:hover, .hle-quiz button.is-selected { color: #111; background: #f1d16d; }
.hle-quiz output { display: block; margin-top: 10px; padding: 8px 9px; color: #9ff0bd; background: #07110b; border: 1px solid #46755a; font: 11px/1.35 "Courier New", monospace; }
.hle-legal-page { max-width: 900px; margin: 8px auto; padding: 24px 28px; background: #fbf5dc; border: 5px double #4d2e62; box-shadow: 9px 9px 0 #b7a98b; }
.hle-legal-page h3 { color: #442255; font: bold 23px/1.1 Georgia, serif; }
.hle-legal-page p { font-size: 15px; line-height: 1.6; }
.hle-legal-page hr { border: 0; border-top: 3px double #6d5274; }
.hle-footer { min-height: 46px; padding: 6px 8px; display: flex; align-items: center; justify-content: space-between; gap: 10px; color: #d9e7d5; background: #11131a; border-top: 3px ridge #beb183; font: 10px/1 "Courier New", monospace; }
.hle-footer > div { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; }
.hle-footer span { padding: 5px 7px; background: #05120c; border: 1px solid #315a42; }
.hle-footer button { min-height: 29px; padding: 4px 9px; color: #111; background: #c0c0c0; border: 2px outset #fff; font: 11px/1 Tahoma, sans-serif; }
.hle-footer button:disabled { color: #777; text-shadow: 1px 1px #fff; }
.hle-footer button:active:not(:disabled) { border-style: inset; }
.hle-lightbox { position: absolute; inset: 0; z-index: 50; display: grid; grid-template-rows: auto minmax(0,1fr); color: #fff; background: rgba(4,4,8,.96); }
.hle-lightbox-toolbar { min-height: 45px; padding: 7px 10px; display: flex; justify-content: space-between; align-items: center; gap: 12px; background: #261442; border-bottom: 3px ridge #c8ba7f; }
.hle-lightbox-toolbar strong { font: 12px/1.3 "Courier New", monospace; }
.hle-lightbox-toolbar button { padding: 7px 10px; color: #111; background: #c0c0c0; border: 2px outset #fff; }
.hle-lightbox-canvas { min-width: 0; min-height: 0; overflow: auto; display: grid; place-items: start center; padding: 12px; }
.hle-lightbox-canvas img { display: block; width: auto; height: auto; max-width: none; min-width: min(100%,900px); background: #000; box-shadow: 0 0 0 3px #d7c879; }

@media (max-width: 900px) {
  .hle-shell { grid-template-columns: 165px minmax(0,1fr); }
  .hle-overview-layout { grid-template-columns: 1fr; }
  .hle-overview-copy { box-shadow: none; }
  .hle-chapter-links { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hle-reliability-bottom { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .hle-titlebar { min-height: 62px; padding: 7px 9px; }
  .hle-titlebar > div:first-child { padding-left: 48px; }
  .hle-disc { width: 40px; height: 40px; font-size: 10px; }
  .hle-titlebar h1 { font-size: 23px; }
  .hle-titlebar p, .hle-title-controls > span { display: none; }
  .hle-shell { grid-template-columns: 1fr; grid-template-rows: auto minmax(0,1fr); }
  .hle-nav { padding: 5px; display: flex; gap: 4px; overflow-x: auto; border-right: 0; border-bottom: 3px ridge #a7a180; }
  .hle-nav-heading, .hle-nav-tip { display: none; }
  .hle-nav-button { flex: 0 0 auto; width: auto; min-height: 36px; margin: 0; padding: 5px 8px; grid-template-columns: auto auto; white-space: nowrap; }
  .hle-nav-button span { font-size: 11px; }
  .hle-screen { padding: 12px; }
  .hle-section-head h2 { font-size: 25px; }
  .hle-visual-frame, .hle-gallery-main { padding: 5px; }
  .hle-visual-frame img, .hle-gallery-image-wrap > img { min-width: 760px; max-height: none; }
  .hle-visual-frame, .hle-gallery-image-wrap { overflow: auto; justify-content: start; }
  .hle-gallery-thumbs { grid-template-columns: repeat(2,minmax(140px,1fr)); }
  .hle-info-grid { grid-template-columns: 1fr; }
  .hle-quiz > div { grid-template-columns: 1fr; }
  .hle-footer { align-items: stretch; flex-direction: column; }
  .hle-footer > div:first-child { display: none; }
  .hle-footer > div:last-child { width: 100%; display: grid; grid-template-columns: repeat(4,1fr); }
  .hle-footer button { min-width: 0; padding-inline: 3px; }
  .hle-lightbox-canvas { place-items: start; }
  .hle-lightbox-canvas img { min-width: 1000px; }
}
@media (max-width: 420px) {
  .hle-gallery-thumbs { grid-template-columns: 1fr; }
  .hle-chapter-links { grid-template-columns: 1fr; }
  .hle-legal-page { padding: 17px; }
  .hle-legal-page p { font-size: 13px; }
}



/* v0.17.11 — cohesive Windows 95/98 taskbar polish */
:root { --taskbar-h: 36px; }
.taskbar {
  height: var(--taskbar-h);
  padding: 3px 4px 3px 3px;
  gap: 3px;
  align-items: center;
  background: #c0c0c0;
  border-top: 1px solid #ffffff;
  box-shadow: inset 0 1px #dfdfdf, 0 -1px #000000;
}
.taskbar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -2px;
  height: 1px;
  background: #dfdfdf;
  border-top: 1px solid #ffffff;
  pointer-events: none;
}
.start-button {
  min-width: 82px;
  height: 29px;
  min-height: 29px;
  padding: 2px 7px 2px 5px;
  justify-content: flex-start;
  gap: 5px;
  font-size: 13px;
  font-weight: bold;
}
.start-button img { width: 22px; height: 22px; }
.start-button.is-pressed { padding: 3px 6px 1px 6px; background: #d6d6d6; }
.quick-launch {
  position: relative;
  height: 29px;
  display: flex;
  align-items: center;
  gap: 1px;
  padding: 0 5px 0 8px;
  border-left: 1px solid #808080;
  border-right: 1px solid #ffffff;
}
.quick-launch::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 4px;
  bottom: 4px;
  width: 2px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #808080;
}
.quick-button,
.tray-icon {
  display: grid;
  place-items: center;
  padding: 2px;
  border: 1px solid transparent;
  background: transparent;
  cursor: default;
}
.quick-button { width: 25px; height: 25px; }
.quick-button img { width: 20px; height: 20px; image-rendering: pixelated; object-fit: contain; }
.quick-button:hover,
.quick-button:focus-visible,
.tray-icon:hover,
.tray-icon:focus-visible { border: 1px outset #e8e8e8; outline: none; }
.quick-button:active,
.tray-icon:active { border-style: inset; padding: 3px 1px 1px 3px; }
.taskbar-divider {
  width: 2px;
  height: 26px;
  margin: 0 1px;
  border-left: 1px solid #808080;
  border-right: 1px solid #ffffff;
}
.task-buttons {
  height: 29px;
  align-items: stretch;
  gap: 2px;
}
.task-button {
  min-width: 104px;
  max-width: 185px;
  height: 29px;
  min-height: 29px;
  flex: 0 1 185px;
  padding: 2px 7px 2px 5px;
  gap: 5px;
  border-width: 2px;
  font-size: 12px;
  background: #c0c0c0;
}
.task-button img { width: 18px; height: 18px; flex: 0 0 18px; }
.task-button span { overflow: hidden; text-overflow: ellipsis; }
.task-button.is-pressed {
  padding: 3px 6px 1px 6px;
  font-weight: bold;
  background-color: #dddddd;
  background-image: repeating-linear-gradient(135deg, rgba(0,0,0,.045) 0 1px, transparent 1px 3px);
}
.tray {
  height: 29px;
  min-width: 152px;
  padding: 2px 5px;
  gap: 3px;
  border: 2px inset #ffffff;
  background: #c0c0c0;
}
.tray-icon { width: 22px; height: 22px; }
.tray-icon img { width: 17px; height: 17px; image-rendering: pixelated; object-fit: contain; }
.tray-icon.is-muted img { opacity: .45; filter: grayscale(1); }
.tray-language {
  min-width: 25px;
  height: 20px;
  padding: 0 3px;
  border: 1px solid transparent;
  background: transparent;
  font-size: 11px;
  font-weight: bold;
}
.tray-language:hover,
.tray-language:focus-visible { border: 1px outset #e8e8e8; outline: none; }
#clock {
  min-width: 43px;
  padding: 0 2px;
  text-align: center;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}
.start-menu { bottom: calc(var(--taskbar-h) - 1px); }
.desktop::after { bottom: calc(var(--taskbar-h) + 22px); }

/* slightly cleaner desktop grouping without changing its accepted layout */
.desktop-project-group { border-top-color: rgba(255,255,255,.68); }
.desktop-project-heading { padding-right: 10px; }
.desktop-icon span { max-width: 100%; }

@media (max-width: 760px) {
  :root { --taskbar-h: 40px; }
  .taskbar { padding-inline: 3px; gap: 2px; }
  .start-button { min-width: 69px; height: 31px; padding-inline: 4px; }
  .start-button img { width: 21px; height: 21px; }
  .quick-launch { padding-inline: 6px 3px; }
  .quick-launch .quick-button:nth-child(2) { display: none; }
  .quick-button { width: 24px; }
  .taskbar-divider { display: none; }
  .task-buttons { height: 31px; }
  .task-button { min-width: 35px; max-width: 42px; height: 31px; padding: 3px; flex-basis: 42px; }
  .task-button.is-pressed { padding: 4px 2px 2px 4px; }
  .tray { min-width: 106px; height: 31px; padding-inline: 3px; }
  .tray .tray-icon:first-child { display: none; }
  .tray-icon { width: 20px; }
  .tray-language { min-width: 22px; padding-inline: 1px; }
  #clock { min-width: 39px; font-size: 11px; }
}

@media (max-width: 430px) {
  .quick-launch { display: none; }
  .tray { min-width: 84px; }
  .tray-icon { display: none; }
}

/* v0.17.15 — functional Start menu, search and Run dialog */
.start-entry small {
  margin-left: auto;
  color: #555;
  font-size: 11px;
  font-weight: normal;
}
.start-entry:hover small,
.start-entry:focus small { color: #fff; }
.start-arrow { width: 12px; margin-left: 4px; text-align: right; }

.start-submenu {
  position: absolute;
  left: calc(100% - 3px);
  bottom: 3px;
  z-index: 1;
  width: 306px;
  max-height: min(560px, calc(100vh - var(--taskbar-h) - 8px));
  padding: 3px;
  overflow-y: auto;
  background: #c0c0c0;
  border: 2px outset #fff;
  box-shadow: 2px 2px #000;
}
.start-submenu[hidden] { display: none !important; }
.start-submenu-title {
  padding: 4px 7px;
  color: #fff;
  background: #000080;
  font-size: 12px;
  font-weight: bold;
}
.start-submenu .start-entry {
  min-height: 35px;
  padding-block: 2px;
}
.start-submenu .start-entry img { width: 26px; height: 26px; }
.start-submenu-back {
  display: none;
  width: 100%;
  min-height: 31px;
  margin-bottom: 3px;
  padding: 4px 8px;
  border: 0;
  background: transparent;
  text-align: left;
  font-weight: bold;
}
.start-submenu-back:hover,
.start-submenu-back:focus { color: #fff; background: #000080; outline: none; }

.find-shell {
  min-height: 100%;
  display: grid;
  grid-template-rows: auto auto 1fr;
  background: #fff;
}
.find-banner {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-bottom: 1px solid #808080;
  background: linear-gradient(90deg, #fff, #d9e9f6);
}
.find-banner img { width: 48px; height: 48px; image-rendering: pixelated; }
.find-banner h2 { margin: 0 0 4px; font-size: 20px; }
.find-banner p { margin: 0; color: #444; }
.find-controls {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 10px 12px;
  background: #c0c0c0;
  border-bottom: 2px groove #fff;
}
.find-controls input {
  min-width: 0;
  padding: 5px 7px;
  border: 2px inset #fff;
  font: inherit;
}
.find-results {
  min-height: 0;
  padding: 8px;
  overflow: auto;
  background: #fff;
}
.find-result {
  width: 100%;
  min-height: 56px;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 10px;
  padding: 6px 8px;
  border: 1px solid transparent;
  background: transparent;
  text-align: left;
}
.find-result:hover,
.find-result:focus {
  color: #fff;
  background: #000080;
  outline: none;
}
.find-result img { width: 36px; height: 36px; image-rendering: pixelated; }
.find-result span { min-width: 0; display: grid; grid-template-columns: 1fr auto; gap: 2px 10px; }
.find-result b { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.find-result small { color: #555; }
.find-result em {
  grid-column: 1 / -1;
  color: #555;
  font-style: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.find-result:hover small,
.find-result:hover em,
.find-result:focus small,
.find-result:focus em { color: #fff; }
.find-empty { padding: 44px 20px; text-align: center; color: #555; }
.find-empty img { width: 48px; height: 48px; image-rendering: pixelated; }

.run-dialog {
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: start;
}
.run-copy { min-width: 0; }
.run-copy p { margin-top: 0; }
.run-copy label { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 8px; }
.run-copy small { display: block; margin-top: 8px; color: #555; }
.run-status { min-height: 18px; margin-top: 7px; color: #800000; }
.run-actions { margin-top: 4px; }
.power-note { max-width: 290px; margin: 12px 0 0; color: #555; font-size: 12px; }
.powered-off {
  min-height: 100vh;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 12px;
  padding: 24px;
  background: #000;
  color: #ffcc55;
  text-align: center;
  font-family: Tahoma, Arial, sans-serif;
}
.powered-off img { image-rendering: pixelated; }
.powered-off .bevel-button { margin-top: 12px; }

@media (max-width: 650px) {
  .start-menu { width: min(300px, calc(100vw - 6px)); }
  .start-submenu {
    left: 34px;
    right: 3px;
    bottom: 3px;
    width: auto;
    max-height: calc(100vh - var(--taskbar-h) - 8px);
  }
  .start-submenu-back { display: block; }
  .find-banner { padding: 10px; }
  .find-banner img { width: 40px; height: 40px; }
  .find-controls { grid-template-columns: 1fr; }
  .find-result { grid-template-columns: 36px 1fr; }
  .find-result img { width: 30px; height: 30px; }
  .find-result span { grid-template-columns: 1fr; }
  .find-result small { grid-row: 2; }
  .find-result em { grid-row: 3; }
  .run-copy label { grid-template-columns: 1fr; gap: 3px; }
}

/* GrakjinOS 97 v0.17.15 — shared Explorer navigation */
.explorer-menubar { position: relative; gap: 4px; }
.explorer-menubar .menu-word { appearance: none; border: 1px solid transparent; background: transparent; font: inherit; padding: 2px 6px; }
.explorer-menubar .menu-word:hover,
.explorer-menubar .menu-word[aria-expanded="true"] { border: 1px outset #fff; background: #c0c0c0; }
.window-menu-popup,
.explorer-history-popup {
  position: absolute; z-index: 30; min-width: 190px; padding: 2px; background: #c0c0c0; border: 2px outset #fff; box-shadow: 2px 2px 0 #000;
}
.window-menu-popup[data-window-menu-popup="file"] { top: 24px; left: 4px; }
.window-menu-popup[data-window-menu-popup="view"] { top: 24px; left: 50px; }
.window-menu-popup[data-window-menu-popup="help"] { top: 24px; left: 105px; }
.window-menu-popup button,
.explorer-history-popup button { width: 100%; min-height: 25px; display: flex; align-items: center; gap: 7px; padding: 3px 22px 3px 20px; border: 0; background: transparent; text-align: left; font: inherit; white-space: nowrap; }
.window-menu-popup button:hover,
.window-menu-popup button:focus-visible,
.explorer-history-popup button:hover,
.explorer-history-popup button:focus-visible { color: #fff; background: #000080; outline: none; }
.window-menu-popup hr { margin: 3px 2px; border: 0; border-top: 1px solid #808080; border-bottom: 1px solid #fff; }
.explorer-toolbar { position: relative; align-items: center; gap: 2px; }
.toolbar-separator { align-self: stretch; width: 2px; margin: 1px 4px; border-left: 1px solid #808080; border-right: 1px solid #fff; }
.toolbar-button { display: inline-flex; align-items: center; justify-content: center; gap: 5px; }
.toolbar-button:active:not(:disabled) { border: 1px inset #fff; }
.toolbar-button:disabled { color: #808080; text-shadow: 1px 1px #fff; }
.toolbar-history { min-width: 17px; width: 17px; padding: 0; }
.toolbar-labeled { min-width: auto; padding: 1px 7px; }
.toolbar-labeled img { width: 18px; height: 18px; image-rendering: pixelated; }
.explorer-history-popup { top: 32px; left: 4px; min-width: 255px; max-width: min(420px, calc(100vw - 40px)); }
.explorer-history-popup img { width: 18px; height: 18px; image-rendering: pixelated; }
.explorer-history-popup p { margin: 6px 10px; color: #444; }
.explorer-address { grid-template-columns: auto minmax(0,1fr) 27px; }
.explorer-address-field { min-width: 0; min-height: 23px; display: flex; align-items: center; gap: 5px; padding: 0 3px; background: #fff; border: 2px inset #fff; }
.explorer-address-field img { flex: 0 0 auto; }
.explorer-address-field select { width: 100%; min-width: 0; height: 20px; border: 0; outline: 0; background: #fff; font: inherit; }
.explorer-go-button { height: 25px; padding: 0; background: #c0c0c0; border: 2px outset #fff; font-weight: bold; }
.explorer-go-button:active { border-style: inset; }
.explorer-refresh-flash { filter: brightness(1.12); }
@media (max-width: 620px) {
  .toolbar-labeled span { display: none; }
  .toolbar-labeled { min-width: 29px; padding: 1px 4px; }
  .explorer-address > span { display: none; }
  .explorer-address { grid-template-columns: minmax(0,1fr) 27px; }
  .window-menu-popup { max-width: calc(100vw - 36px); }
}
@media (max-width: 420px) {
  .explorer-toolbar { display: flex; }
  .explorer-toolbar .toolbar-refresh span { display: none; }
}
.recycle-explorer { min-height: 100%; display: flex; flex-direction: column; background: #fff; }
.recycle-empty { flex: 1; display: grid; place-items: center; align-content: center; gap: 10px; padding: 28px; text-align: center; }
.recycle-empty p { margin: 0; }

/* GrakjinOS 97 v0.17.15 — local Recycle Bin and reversible document deletion */
.commandbar-spacer { flex: 1 1 auto; }
.documents-delete:disabled { color: #808080; text-shadow: 1px 1px #fff; }
.folder-empty-message { grid-column: 1 / -1; min-height: 220px; display: grid; place-items: center; align-content: center; gap: 10px; color: #555; text-align: center; }
.folder-empty-message img { width: 64px; height: 64px; object-fit: contain; image-rendering: pixelated; opacity: .75; }
.folder-empty-message p { margin: 0; }

.recycle-commandbar { min-height: 35px; display: flex; align-items: center; gap: 6px; padding: 4px 6px; background: #c0c0c0; border-top: 1px solid #fff; border-bottom: 1px solid #808080; }
.recycle-commandbar button:disabled { color: #808080; text-shadow: 1px 1px #fff; }
.recycle-confirm { display: flex; align-items: center; gap: 8px; padding: 7px 9px; background: #fff3b8; border-bottom: 1px solid #927d25; }
.recycle-confirm span { flex: 1 1 auto; font-weight: bold; }
.recycle-layout { flex: 1; min-height: 0; display: grid; grid-template-columns: 260px 1fr; }
.recycle-info-pane { padding: 18px 15px; overflow: auto; background: linear-gradient(180deg,#e9f7ff,#c8e3ef 62%,#accbd8); border-right: 2px inset #fff; }
.recycle-info-icon { display: block; width: 64px; height: 64px; margin: 0 auto 10px; object-fit: contain; image-rendering: pixelated; }
.recycle-info-pane h2 { margin: 0 0 10px; color: #000080; text-align: center; font-size: 20px; overflow-wrap: anywhere; }
.recycle-info-pane p { line-height: 1.45; }
.recycle-info-pane dl { display: grid; grid-template-columns: 1fr; gap: 2px; margin: 16px 0; padding-top: 10px; border-top: 1px solid #6d8e9d; }
.recycle-info-pane dt { margin-top: 7px; font-weight: bold; }
.recycle-info-pane dd { margin: 0; overflow-wrap: anywhere; }
.recycle-main { min-width: 0; overflow: auto; background: #fff; }
.recycle-heading { min-height: 74px; display: flex; align-items: center; gap: 12px; padding: 11px 14px; color: #000080; background: linear-gradient(90deg,#def3ff,#fff); border-bottom: 1px solid #a9c6d2; }
.recycle-heading img { width: 48px; height: 48px; object-fit: contain; image-rendering: pixelated; }
.recycle-heading h3 { margin: 0 0 3px; font-size: 18px; }
.recycle-heading p { margin: 0; color: #536c77; }
.recycle-items { padding: 12px; display: grid; grid-template-columns: 1fr; align-content: start; gap: 2px; }
.recycle-item { min-width: 0; min-height: 54px; display: grid; grid-template-columns: 44px minmax(0,1fr) 150px; align-items: center; gap: 8px; padding: 4px 7px; color: #111; background: transparent; border: 1px solid transparent; font: inherit; text-align: left; cursor: default; }
.recycle-item:focus { outline: 1px dotted #000; outline-offset: -2px; }
.recycle-item.is-selected { color: #fff; background: #000080; border-color: #000080; }
.recycle-item img { width: 38px; height: 38px; object-fit: contain; image-rendering: pixelated; pointer-events: none; }
.recycle-item span { min-width: 0; display: flex; flex-direction: column; gap: 3px; pointer-events: none; }
.recycle-item b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.recycle-item small { color: #555; }
.recycle-item time { color: #444; font-size: 12px; text-align: right; pointer-events: none; }
.recycle-item.is-selected small,
.recycle-item.is-selected time { color: #fff; }

@media (max-width: 760px) {
  .documents-commandbar { flex-wrap: wrap; }
  .commandbar-spacer { display: none; }
  .documents-delete { margin-left: auto; }
  .recycle-layout { grid-template-columns: 1fr; }
  .recycle-info-pane { display: none; }
  .recycle-item { grid-template-columns: 40px minmax(0,1fr); }
  .recycle-item time { grid-column: 2; text-align: left; }
  .recycle-confirm { align-items: stretch; flex-wrap: wrap; }
  .recycle-confirm span { flex-basis: 100%; }
}


/* GrakjinOS 97 v0.17.15 — movable desktop icons and window management */
@media (min-width: 761px) and (pointer: fine) {
  .desktop-icon[data-desktop-draggable="true"] {
    transform: translate(var(--icon-x, 0px), var(--icon-y, 0px));
    touch-action: none;
    will-change: transform;
  }
  .desktop-icon[data-desktop-draggable="true"].is-user-positioned { z-index: 6; }
  .desktop-icon[data-desktop-draggable="true"].is-dragging {
    z-index: 50;
    opacity: .88;
    filter: drop-shadow(3px 4px 0 rgba(0,0,0,.42));
    cursor: grabbing;
  }
  .desktop-icon[data-desktop-draggable="true"]:not(.is-dragging) { cursor: default; }
}
.quick-button.is-pressed {
  border: 1px inset #fff;
  padding: 3px 1px 1px 3px;
  background: #d6d6d6;
}
.context-menu { min-width: 218px; }
.context-menu button { white-space: nowrap; }


/* v0.17.16 — richer project stories and public homelab service map */
.project-story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 16px; }
.project-story-grid section { min-height: 170px; padding: 13px 14px; background: #f5f1df; border: 1px solid #808080; box-shadow: inset 1px 1px #fff; }
.project-story-grid section:last-child { background: #eaf4f8; }
.project-story-grid span { display: block; margin-bottom: 5px; color: #006060; font-size: 11px; font-weight: bold; letter-spacing: .08em; }
.project-story-grid h3 { margin: 0 0 8px; color: #000080; font-size: 16px; }
.project-story-grid p { margin: 0; line-height: 1.48; }
.homelab-architecture-strip { display: grid; grid-template-columns: minmax(130px,1fr) 26px minmax(130px,1fr) 26px minmax(130px,1fr) 26px minmax(130px,1fr); align-items: stretch; gap: 6px; margin-bottom: 10px; }
.homelab-architecture-strip > div { display: grid; align-content: center; min-height: 72px; padding: 9px 10px; background: #e6f2ff; border: 2px outset #fff; text-align: center; }
.homelab-architecture-strip > div:nth-of-type(2) { background: #e8f5e8; }
.homelab-architecture-strip > div:nth-of-type(3) { background: #fff4d8; }
.homelab-architecture-strip > div:nth-of-type(4) { background: #f0e9ff; }
.homelab-architecture-strip b { color: #000080; }
.homelab-architecture-strip span { margin-top: 3px; font-size: 11px; }
.homelab-architecture-strip i { align-self: center; color: #000080; font-size: 24px; font-style: normal; font-weight: bold; text-align: center; }
.homelab-services-intro { margin: 0 0 14px; padding: 10px 12px; background: #ffffe1; border: 1px solid #808080; line-height: 1.45; }
.homelab-service-groups { display: grid; gap: 14px; }
.homelab-service-group { background: #d4d0c8; border: 2px outset #fff; }
.homelab-service-group-header { display: grid; grid-template-columns: 44px minmax(0,1fr) auto; align-items: center; gap: 10px; padding: 10px 12px; background: linear-gradient(90deg,#000080,#0b6b8c); color: #fff; }
.homelab-service-group-header img { width: 40px; height: 40px; object-fit: contain; image-rendering: pixelated; }
.homelab-service-group-header span { display: block; margin-bottom: 2px; color: #bdefff; font-size: 10px; font-weight: bold; letter-spacing: .09em; }
.homelab-service-group-header h3 { margin: 0 0 3px; font-size: 17px; }
.homelab-service-group-header p { margin: 0; color: #eefaff; font-size: 12px; line-height: 1.35; }
.homelab-service-group-header > b { display: grid; width: 32px; height: 28px; place-items: center; color: #000; background: #c0c0c0; border: 2px outset #fff; }
.homelab-service-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; padding: 9px; }
.homelab-service-card { min-height: 155px; padding: 10px 11px; background: #fff; border: 1px solid #808080; box-shadow: inset 1px 1px #fff; }
.homelab-service-card-top { display: grid; grid-template-columns: 10px minmax(0,1fr) auto; align-items: center; gap: 7px; padding-bottom: 7px; border-bottom: 1px dotted #808080; }
.homelab-service-led { width: 8px; height: 8px; background: #4c7fb5; border: 1px solid #1d3f65; box-shadow: inset 1px 1px rgba(255,255,255,.65); }
.homelab-service-card h4 { margin: 0; color: #000080; font-size: 16px; }
.homelab-service-card small { padding: 2px 5px; background: #e8e8e8; border: 1px solid #aaa; white-space: nowrap; }
.homelab-service-card > p { margin: 9px 0; line-height: 1.42; }
.homelab-service-boundary { padding: 7px 8px; background: #ffffe1; border-left: 3px solid #a87b00; font-size: 11px; line-height: 1.4; }
@media (max-width: 760px) {
  .project-story-grid, .homelab-service-grid { grid-template-columns: 1fr; }
  .project-story-grid section { min-height: 0; }
  .homelab-architecture-strip { grid-template-columns: 1fr; }
  .homelab-architecture-strip i { transform: rotate(90deg); line-height: 18px; }
  .homelab-service-group-header { grid-template-columns: 38px minmax(0,1fr); }
  .homelab-service-group-header img { width: 34px; height: 34px; }
  .homelab-service-group-header > b { display: none; }
  .homelab-service-card { min-height: 0; }
}


/* v0.17.17 — centered project windows and clearer project overview */
.project-highlight-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin: 14px 0 2px;
}
.project-highlight {
  min-width: 0;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: stretch;
  background: #e8eef3;
  border: 2px outset #fff;
}
.project-highlight > span {
  display: grid;
  place-items: center;
  color: #fff;
  background: #000080;
  border-right: 1px solid #808080;
  font: bold 11px/1 "Courier New", monospace;
}
.project-highlight > div { min-width: 0; padding: 7px 8px; }
.project-highlight b { display: block; overflow: hidden; color: #000080; text-overflow: ellipsis; white-space: nowrap; }
.project-highlight small { display: block; margin-top: 3px; overflow: hidden; color: #444; font-size: 10px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.project-sidebar-card { align-self: start; }
@media (min-width: 961px) {
  .project-sidebar-card { position: sticky; top: 0; }
  .project-panels { padding: 16px; }
  .project-lead-card, .project-sidebar-card { padding: 17px; }
}
@media (max-width: 760px) {
  .project-highlight-strip { grid-template-columns: 1fr; }
  .project-highlight small { white-space: normal; }
}


/* v0.17.18 — Machine Council explained for non-technical visitors */
.project-app--council .project-highlight { background: #e4f2ec; }
.project-app--council .project-highlight > span { background: #006044; }
.project-app--council .project-tab.is-current { color: #003e2d; }
.council-plain-intro {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) 72px;
  align-items: center;
  gap: 14px;
  margin-bottom: 13px;
  padding: 14px 16px;
  color: #fff;
  background: linear-gradient(90deg, #001a10, #006044 68%, #2b9b77);
  border: 2px outset #7ed2b4;
}
.council-plain-intro img { width: 68px; height: 68px; object-fit: contain; image-rendering: pixelated; }
.council-plain-intro span, .council-offline-box span, .knowledge-experience-grid span {
  display: block;
  margin-bottom: 4px;
  color: #baf7dd;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: .09em;
}
.council-plain-intro h3 { margin: 0 0 5px; font-size: 21px; }
.council-plain-intro p { margin: 0; color: #f0fff8; line-height: 1.45; }
.council-plain-intro > b {
  display: grid;
  width: 62px;
  height: 46px;
  place-items: center;
  color: #003c2a;
  background: #c9ffe9;
  border: 3px outset #fff;
  font: bold 20px/1 "Courier New", monospace;
}
.council-pipeline { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; margin-bottom: 13px; }
.council-step { position: relative; min-height: 150px; padding: 42px 11px 11px; background: #f7f7f7; border: 2px outset #fff; }
.council-step > span { position: absolute; top: 8px; left: 9px; display: grid; width: 27px; height: 25px; place-items: center; color: #fff; background: #006044; border: 2px outset #58ae8d; font: bold 10px/1 "Courier New", monospace; }
.council-step:not(:last-child)::after { content: "→"; position: absolute; top: 50%; right: -15px; z-index: 2; width: 20px; color: #006044; font-size: 20px; font-weight: bold; text-align: center; transform: translateY(-50%); }
.council-step h3 { margin: 0 0 7px; color: #004b37; font-size: 16px; }
.council-step p { margin: 0; line-height: 1.42; }
.council-analogy-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; margin-bottom: 13px; }
.council-analogy-grid article { display: grid; grid-template-columns: 46px minmax(0,1fr); grid-template-rows: auto auto 1fr; column-gap: 10px; padding: 11px; background: #e9f6f0; border: 1px solid #779889; box-shadow: inset 1px 1px #fff; }
.council-analogy-grid img { grid-row: 1 / 4; width: 42px; height: 42px; object-fit: contain; image-rendering: pixelated; }
.council-analogy-grid span { color: #006044; font-size: 9px; font-weight: bold; letter-spacing: .08em; }
.council-analogy-grid h3 { margin: 2px 0 5px; color: #003f2d; font-size: 16px; }
.council-analogy-grid p { margin: 0; line-height: 1.38; }
.council-comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 13px; }
.council-comparison-card { padding: 12px 14px; border: 2px inset #fff; }
.council-comparison-card--ordinary { background: #f4eee1; }
.council-comparison-card--council { background: #e2f5ec; }
.council-comparison-card > span { display: block; margin-bottom: 5px; color: #6a4c00; font-size: 10px; font-weight: bold; letter-spacing: .07em; }
.council-comparison-card--council > span { color: #006044; }
.council-comparison-card h3 { margin: 0 0 8px; color: #000080; font-size: 17px; }
.council-comparison-card ul { margin: 0; padding-left: 19px; }
.council-comparison-card li { margin-bottom: 6px; line-height: 1.4; }
.council-offline-box { display: grid; grid-template-columns: minmax(190px, .55fr) minmax(0, 1.45fr); gap: 14px; padding: 12px 14px; color: #fff; background: #102738; border: 2px outset #64849a; }
.council-offline-box h3 { margin: 0; font-size: 18px; }
.council-offline-box p { margin: 0; line-height: 1.46; }
.knowledge-campus-intro { display: grid; grid-template-columns: minmax(0,1fr) 42px minmax(0,1.35fr); align-items: stretch; gap: 8px; margin-bottom: 12px; }
.knowledge-campus-intro > div { display: grid; align-content: center; min-height: 92px; padding: 11px 13px; background: #e6f2ff; border: 2px outset #fff; text-align: center; }
.knowledge-campus-intro > div:last-child { background: #e8f6ed; }
.knowledge-campus-intro b { color: #006060; font-size: 10px; letter-spacing: .1em; }
.knowledge-campus-intro span { margin: 4px 0; color: #000080; font-size: 18px; font-weight: bold; }
.knowledge-campus-intro small { line-height: 1.35; }
.knowledge-campus-intro i { align-self: center; color: #006044; font-size: 28px; font-style: normal; font-weight: bold; text-align: center; }
.knowledge-campus-lead { margin: 0 0 13px; padding: 11px 13px; background: #ffffe1; border: 1px solid #808080; font-size: 15px; line-height: 1.48; }
.knowledge-library-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.knowledge-library-card { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 11px; min-height: 150px; padding: 12px; background: #f8f8f8; border: 2px outset #fff; }
.knowledge-library-card img { width: 54px; height: 54px; object-fit: contain; image-rendering: pixelated; }
.knowledge-library-card h3 { margin: 1px 0 7px; color: #000080; font-size: 17px; }
.knowledge-library-card p { margin: 0 0 9px; line-height: 1.43; }
.knowledge-library-card small { display: inline-block; padding: 3px 6px; color: #004a35; background: #dff3e9; border: 1px solid #83a99a; font-weight: bold; }
.knowledge-experience-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 9px; margin-top: 12px; }
.knowledge-experience-grid section { min-height: 126px; padding: 11px 12px; background: #edf2f8; border: 1px solid #808080; box-shadow: inset 1px 1px #fff; }
.knowledge-experience-grid span { color: #006060; }
.knowledge-experience-grid h3 { margin: 0 0 7px; color: #000080; font-size: 16px; }
.knowledge-experience-grid p { margin: 0; line-height: 1.42; }
.knowledge-boundaries { margin-top: 12px; padding: 12px 14px; background: #fff4d8; border-left: 5px solid #a87b00; }
.knowledge-boundaries h3 { margin: 0 0 8px; color: #634700; }
.knowledge-boundaries ul { margin: 0; padding-left: 20px; }
.knowledge-boundaries li { margin-bottom: 6px; line-height: 1.42; }
@media (max-width: 900px) {
  .council-pipeline { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .council-step:not(:last-child)::after { display: none; }
  .council-analogy-grid, .knowledge-experience-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .council-plain-intro { grid-template-columns: 52px minmax(0,1fr); }
  .council-plain-intro img { width: 48px; height: 48px; }
  .council-plain-intro > b { grid-column: 1 / -1; width: 100%; height: 32px; }
  .council-pipeline, .council-comparison, .knowledge-library-grid { grid-template-columns: 1fr; }
  .council-step { min-height: 0; }
  .council-analogy-grid article { grid-template-columns: 40px minmax(0,1fr); }
  .council-offline-box { grid-template-columns: 1fr; }
  .knowledge-campus-intro { grid-template-columns: 1fr; }
  .knowledge-campus-intro i { transform: rotate(90deg); }
  .knowledge-library-card { min-height: 0; grid-template-columns: 48px minmax(0,1fr); }
  .knowledge-library-card img { width: 44px; height: 44px; }
}


/* v0.17.19 — GrakjinNet and Machine Odyssey plain-language project guides */
.retro-plain-intro, .odyssey-manifesto {
  display: grid; grid-template-columns: 72px minmax(0,1fr); gap: 15px; align-items: center;
  margin-bottom: 14px; padding: 15px 17px; background: #e8f7f5; border: 2px outset #fff;
}
.retro-plain-intro img, .odyssey-manifesto img { width: 64px; height: 64px; object-fit: contain; image-rendering: pixelated; }
.retro-plain-intro span, .odyssey-manifesto span, .retro-role-grid span, .retro-pair article > span, .retro-example-walkthrough > span,
.odyssey-ai-era-grid span, .odyssey-layer > span, .odyssey-success-box > span {
  display: block; margin-bottom: 5px; color: #006060; font-size: 11px; font-weight: bold; letter-spacing: .08em;
}
.retro-plain-intro h3, .odyssey-manifesto h3 { margin: 0 0 7px; color: #004f58; font-size: 20px; }
.retro-plain-intro p, .odyssey-manifesto p { margin: 0; line-height: 1.5; }
.retro-route-flow { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 8px; margin-bottom: 14px; }
.retro-route-step { position: relative; min-height: 152px; padding: 13px 12px 12px; background: #f5fbfb; border: 1px solid #808080; box-shadow: inset 1px 1px #fff; }
.retro-route-step:not(:last-child)::after { content: "→"; position: absolute; top: 55px; right: -13px; z-index: 2; color: #006f73; font-size: 22px; font-weight: bold; }
.retro-route-step > span, .odyssey-era-card > span { display: inline-grid; width: 31px; height: 25px; place-items: center; color: #fff; background: #006f73; border: 2px outset #48b6b4; font-weight: bold; }
.retro-route-step h3, .odyssey-era-card h3 { margin: 9px 0 6px; color: #004d58; font-size: 16px; }
.retro-route-step p, .odyssey-era-card p { margin: 0; line-height: 1.42; }
.retro-role-grid, .odyssey-ai-era-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; margin-bottom: 14px; }
.retro-role-grid section, .odyssey-ai-era-grid section { min-height: 148px; padding: 13px 14px; border: 1px solid #808080; box-shadow: inset 1px 1px #fff; background: #ffffe1; }
.retro-role-grid section:nth-child(2), .odyssey-ai-era-grid section:nth-child(2) { background: #e9f2ff; }
.retro-role-grid section:nth-child(3), .odyssey-ai-era-grid section:nth-child(3) { background: #e8f7ef; }
.retro-role-grid h3, .odyssey-ai-era-grid h3 { margin: 0 0 7px; color: #000080; font-size: 16px; }
.retro-role-grid p, .odyssey-ai-era-grid p { margin: 0; line-height: 1.43; }
.retro-security-box, .odyssey-success-box { padding: 13px 15px; background: #fff7d1; border: 2px inset #fff; }
.retro-security-box h3, .odyssey-success-box h3 { margin: 0 0 8px; color: #7a4b00; }
.retro-security-box ul, .odyssey-success-box ul { margin: 0; padding-left: 22px; columns: 2; column-gap: 28px; }
.retro-security-box li, .odyssey-success-box li { margin-bottom: 6px; break-inside: avoid; line-height: 1.35; }
.retro-pair { display: grid; grid-template-columns: minmax(0,1fr) 112px minmax(0,1fr); gap: 13px; align-items: stretch; }
.retro-pair article { padding: 17px; background: #f7fbfb; border: 2px outset #fff; }
.retro-pair article img { float: left; width: 58px; height: 58px; margin: 0 12px 8px 0; object-fit: contain; image-rendering: pixelated; }
.retro-pair article h3 { margin: 3px 0 9px; color: #004f58; font-size: 18px; }
.retro-pair article ul { clear: both; min-height: 100px; margin: 11px 0 13px; padding-left: 21px; }
.retro-pair article li { margin-bottom: 6px; line-height: 1.35; }
.retro-pair article .bevel-button { width: 100%; }
.retro-pair-link { display: grid; place-content: center; text-align: center; color: #004f58; }
.retro-pair-link b { padding: 6px 9px; color: #fff; background: #006f73; border: 2px outset #45aaa8; }
.retro-pair-link span { display: block; margin: 8px 0; font-size: 34px; }
.retro-pair-link small { line-height: 1.3; }
.retro-example-walkthrough { margin-top: 13px; padding: 13px 15px; background: #e8f2ff; border: 1px solid #808080; }
.retro-example-walkthrough ol { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; margin: 9px 0 0; padding-left: 24px; }
.retro-example-walkthrough li { padding-right: 5px; line-height: 1.4; }
.project-app--grakjinnet .project-tab.is-current { color: #004f58; }

.odyssey-manifesto { background: #f2eafa; }
.odyssey-manifesto h3 { color: #54216d; }
.odyssey-era-flow { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 8px; margin-bottom: 14px; }
.odyssey-era-card { min-height: 173px; padding: 12px; background: #faf7ff; border: 1px solid #808080; box-shadow: inset 1px 1px #fff; }
.odyssey-era-card > span { background: #6c2b84; border-color: #ae72c8; }
.odyssey-era-card h3 { color: #5a2370; }
.odyssey-ai-era-grid section:nth-child(3) { background: #f2eafa; }
.k8-dashboard { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(240px,.6fr); gap: 12px; margin-bottom: 14px; }
.k8-machine, .k8-terminal { border: 2px inset #fff; }
.k8-machine { display: grid; grid-template-columns: 74px minmax(0,1fr); gap: 14px; align-items: center; padding: 16px; background: #ede7f4; }
.k8-machine img { width: 68px; height: 68px; object-fit: contain; image-rendering: pixelated; }
.k8-machine span { color: #6c2b84; font-weight: bold; letter-spacing: .16em; }
.k8-machine h3 { margin: 4px 0 7px; color: #522067; }
.k8-machine p { margin: 0; line-height: 1.45; }
.k8-terminal { display: grid; min-height: 132px; place-content: center; padding: 15px; color: #55ff7a; background: #07130a; font-family: "Courier New", monospace; text-align: center; box-shadow: inset 0 0 0 2px #173c1f; }
.k8-terminal span { font-size: 17px; }
.k8-terminal b { margin: 8px 0; font-size: 28px; animation: k8blink 1s steps(2,end) infinite; }
.k8-terminal small { color: #9ad9a8; }
@keyframes k8blink { 50% { opacity: 0; } }
.odyssey-loop { display: grid; grid-template-columns: repeat(9,minmax(0,1fr)); gap: 5px; margin-bottom: 14px; }
.odyssey-loop div { min-height: 66px; padding: 7px 5px; background: #f7f3fb; border: 1px solid #9c85a8; text-align: center; }
.odyssey-loop span { display: block; margin-bottom: 5px; color: #6c2b84; font-size: 10px; font-weight: bold; }
.odyssey-loop b { font-size: 11px; line-height: 1.2; }
.odyssey-layer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin-bottom: 13px; }
.odyssey-layer { padding: 14px 15px; border: 2px outset #fff; }
.odyssey-layer--now { background: #e6f4e9; }
.odyssey-layer--later { background: #f3eafa; }
.odyssey-layer h3 { margin: 2px 0 7px; color: #54216d; }
.odyssey-layer p { margin: 0; line-height: 1.45; }
.odyssey-success-box .bevel-button { margin-top: 9px; }
.project-app--odyssey .project-tab.is-current { color: #5a2370; }

@media (max-width: 850px) {
  .retro-route-flow, .odyssey-era-flow { grid-template-columns: 1fr 1fr; }
  .retro-route-step:not(:last-child)::after { display: none; }
  .retro-role-grid, .odyssey-ai-era-grid { grid-template-columns: 1fr; }
  .retro-pair { grid-template-columns: 1fr; }
  .retro-pair-link { grid-template-columns: auto auto auto; gap: 9px; align-items: center; }
  .retro-pair-link span { margin: 0; transform: rotate(90deg); }
  .retro-example-walkthrough ol { grid-template-columns: 1fr 1fr; }
  .k8-dashboard, .odyssey-layer-grid { grid-template-columns: 1fr; }
  .odyssey-loop { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 520px) {
  .retro-plain-intro, .odyssey-manifesto, .k8-machine { grid-template-columns: 1fr; }
  .retro-plain-intro img, .odyssey-manifesto img, .k8-machine img { width: 52px; height: 52px; }
  .retro-route-flow, .odyssey-era-flow, .retro-example-walkthrough ol { grid-template-columns: 1fr; }
  .retro-security-box ul, .odyssey-success-box ul { columns: 1; }
  .odyssey-loop { grid-template-columns: 1fr 1fr; }
}

/* v0.17.20 — RetroLab and DOS Library plain-language guides */
.project-app--retrolab .project-tab.is-current { color: #725600; }
.project-app--dos .project-tab.is-current { color: #003a70; }
.retrolab-hub-intro, .dos-process-intro {
  display: grid; grid-template-columns: 72px minmax(0,1fr); gap: 15px; align-items: center;
  margin-bottom: 14px; padding: 15px 17px; background: #fff7d7; border: 2px outset #fff;
}
.retrolab-hub-intro img, .dos-process-intro img { width: 64px; height: 64px; object-fit: contain; image-rendering: pixelated; }
.retrolab-hub-intro span, .dos-process-intro span, .retrolab-principle-grid span, .dos-test-pair article > span {
  display: block; margin-bottom: 5px; color: #776000; font-size: 11px; font-weight: bold; letter-spacing: .08em;
}
.retrolab-hub-intro h3, .dos-process-intro h3 { margin: 0 0 7px; color: #6b5200; font-size: 20px; }
.retrolab-hub-intro p, .dos-process-intro p { margin: 0; line-height: 1.5; }
.retrolab-place-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 8px; margin-bottom: 14px; }
.retrolab-place-grid article { position: relative; min-height: 180px; padding: 36px 11px 12px; background: #fffdf3; border: 1px solid #8d8153; box-shadow: inset 1px 1px #fff; text-align: center; }
.retrolab-place-grid article > span { position: absolute; top: 7px; left: 8px; display: grid; width: 29px; height: 24px; place-items: center; color: #fff; background: #806500; border: 2px outset #bea848; font-weight: bold; }
.retrolab-place-grid img { width: 46px; height: 46px; object-fit: contain; image-rendering: pixelated; }
.retrolab-place-grid h3 { margin: 8px 0 6px; color: #675000; font-size: 14px; }
.retrolab-place-grid p { margin: 0; font-size: 12px; line-height: 1.38; }
.retrolab-boundary-strip { display: grid; grid-template-columns: 1fr 40px 1fr; gap: 10px; align-items: center; padding: 13px 15px; background: #edf5ff; border: 2px inset #fff; }
.retrolab-boundary-strip div { min-width: 0; }
.retrolab-boundary-strip b { display: block; margin-bottom: 4px; color: #000080; }
.retrolab-boundary-strip span { line-height: 1.4; }
.retrolab-boundary-strip i { color: #806500; font: bold 28px/1 Georgia, serif; text-align: center; }
.retrolab-visit-flow { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 9px; margin-bottom: 14px; }
.retrolab-visit-flow article { position: relative; min-height: 156px; padding: 42px 12px 12px; background: #fffdf3; border: 1px solid #8d8153; box-shadow: inset 1px 1px #fff; }
.retrolab-visit-flow article > span { position: absolute; top: 8px; left: 9px; display: grid; width: 30px; height: 25px; place-items: center; color: #fff; background: #806500; border: 2px outset #bea848; font-weight: bold; }
.retrolab-visit-flow h3 { margin: 0 0 7px; color: #675000; font-size: 16px; }
.retrolab-visit-flow p { margin: 0; line-height: 1.42; }
.retrolab-principle-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin-bottom: 14px; }
.retrolab-principle-grid section { min-height: 145px; padding: 13px 14px; background: #ffffe1; border: 1px solid #808080; box-shadow: inset 1px 1px #fff; }
.retrolab-principle-grid section:nth-child(2) { background: #e9f2ff; }
.retrolab-principle-grid section:nth-child(3) { background: #e8f7ef; }
.retrolab-principle-grid h3 { margin: 0 0 7px; color: #000080; font-size: 16px; }
.retrolab-principle-grid p { margin: 0; line-height: 1.43; }
.retrolab-safety-note { padding: 12px 14px; background: #fff3cf; border: 2px inset #fff; line-height: 1.45; }
.retrolab-safety-note b { color: #7a4b00; }

.dos-process-intro { background: #e9f3ff; }
.dos-process-intro span { color: #004a80; }
.dos-process-intro h3 { color: #003a70; }
.dos-stage-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; margin-bottom: 14px; }
.dos-stage-grid article { position: relative; min-height: 155px; padding: 42px 12px 12px; background: #f5f9ff; border: 1px solid #6f8198; box-shadow: inset 1px 1px #fff; }
.dos-stage-grid article > span { position: absolute; top: 8px; left: 9px; display: grid; width: 31px; height: 25px; place-items: center; color: #fff; background: #064d87; border: 2px outset #5a99c7; font-weight: bold; }
.dos-stage-grid h3 { margin: 0 0 7px; color: #003a70; font-size: 16px; }
.dos-stage-grid p { margin: 0; line-height: 1.42; }
.dos-rejection-box { padding: 13px 15px; background: #fff4d4; border: 2px inset #fff; line-height: 1.45; }
.dos-rejection-box b { color: #7a4b00; }
.dos-package-stack { display: grid; grid-template-columns: 1fr 34px 1fr 34px 1fr; gap: 7px; align-items: stretch; margin-bottom: 14px; }
.dos-package-stack > i { display: grid; place-items: center; color: #064d87; font: bold 28px/1 Arial, sans-serif; }
.dos-package-layer { display: grid; grid-template-columns: 38px minmax(0,1fr); gap: 10px; min-height: 145px; padding: 13px; border: 2px outset #fff; }
.dos-package-layer > span { display: grid; width: 31px; height: 27px; place-items: center; color: #fff; background: #064d87; border: 2px outset #5a99c7; font-weight: bold; }
.dos-package-layer h3 { margin: 1px 0 7px; color: #003a70; font-size: 16px; }
.dos-package-layer p { margin: 0; line-height: 1.42; }
.dos-package-layer--original { background: #f0f0f0; }
.dos-package-layer--helpers { background: #e9f3ff; }
.dos-package-layer--record { background: #e9f7ea; }
.dos-test-pair { display: grid; grid-template-columns: minmax(0,1fr) 92px minmax(0,1fr); gap: 11px; align-items: stretch; margin-bottom: 14px; }
.dos-test-pair article { padding: 14px; background: #f8fbff; border: 1px solid #71869b; box-shadow: inset 1px 1px #fff; }
.dos-test-pair article img { float: left; width: 54px; height: 54px; margin: 0 11px 8px 0; object-fit: contain; image-rendering: pixelated; }
.dos-test-pair article h3 { margin: 2px 0 7px; color: #003a70; font-size: 17px; }
.dos-test-pair article p { clear: both; margin: 0; line-height: 1.43; }
.dos-test-pair > div { display: grid; place-content: center; gap: 5px; color: #064d87; text-align: center; }
.dos-test-pair > div b { padding: 5px 8px; color: #fff; background: #146c2e; border: 2px outset #64ac73; }
.dos-test-pair > div span { font-size: 24px; font-weight: bold; }
.dos-public-note { padding: 13px 15px; background: #fff7d8; border: 2px inset #fff; }
.dos-public-note h3 { margin: 0 0 7px; color: #7a4b00; }
.dos-public-note p { margin: 0 0 10px; line-height: 1.45; }

@media (max-width: 900px) {
  .retrolab-place-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .retrolab-place-grid article:last-child { grid-column: 1 / -1; }
  .retrolab-visit-flow { grid-template-columns: 1fr 1fr; }
  .dos-package-stack { grid-template-columns: 1fr; }
  .dos-package-stack > i { transform: rotate(90deg); }
}
@media (max-width: 700px) {
  .retrolab-principle-grid, .dos-stage-grid { grid-template-columns: 1fr; }
  .dos-test-pair { grid-template-columns: 1fr; }
  .dos-test-pair > div { grid-template-columns: auto auto auto; gap: 8px; align-items: center; }
}
@media (max-width: 520px) {
  .retrolab-hub-intro, .dos-process-intro { grid-template-columns: 1fr; }
  .retrolab-hub-intro img, .dos-process-intro img { width: 52px; height: 52px; }
  .retrolab-place-grid, .retrolab-visit-flow { grid-template-columns: 1fr; }
  .retrolab-place-grid article:last-child { grid-column: auto; }
  .retrolab-boundary-strip { grid-template-columns: 1fr; }
  .retrolab-boundary-strip i { transform: rotate(90deg); }
}



/* v0.17.21 — Homelab and Toshiba full project guides */
.project-app--homelab .project-tab.is-current { color: #124f2e; }
.project-app--toshiba .project-tab.is-current { color: #183f78; }
.homelab-home-intro,
.toshiba-identity-card { display: grid; grid-template-columns: 86px minmax(0,1fr); gap: 15px; align-items: center; padding: 16px; background: linear-gradient(90deg,#e4f0df,#f7f5df); border: 4px double #426b4e; box-shadow: 4px 4px 0 #a3a790; }
.homelab-home-intro img,
.toshiba-identity-card img { width: 74px; height: 74px; object-fit: contain; image-rendering: pixelated; }
.homelab-home-intro span,
.toshiba-identity-card span { color: #356346; font: bold 10px/1 "Courier New",monospace; letter-spacing: 1px; }
.homelab-home-intro h3,
.toshiba-identity-card h3 { margin: 4px 0 6px; font: bold 22px/1.1 Georgia,serif; }
.homelab-home-intro p,
.toshiba-identity-card p { margin: 0; line-height: 1.5; }
.homelab-request-flow { margin-top: 14px; display: grid; grid-template-columns: repeat(9,auto); gap: 7px; align-items: center; justify-content: center; padding: 14px; background: #12251b; border: 3px inset #64866e; }
.homelab-request-flow article { width: 128px; min-height: 132px; padding: 10px; display: grid; place-items: center; align-content: center; gap: 6px; color: #e9f0d4; background: #274331; border: 2px outset #6c9475; text-align: center; }
.homelab-request-flow article > span { justify-self: start; color: #f4cf6b; font: bold 10px/1 "Courier New",monospace; }
.homelab-request-flow img { width: 42px; height: 42px; object-fit: contain; image-rendering: pixelated; }
.homelab-request-flow b { font-size: 12px; }
.homelab-request-flow small { color: #b8d5bf; font-size: 10px; line-height: 1.25; }
.homelab-request-flow > i { color: #f5d56c; font: bold 20px/1 Georgia,serif; }
.homelab-daily-grid { margin-top: 13px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.homelab-daily-grid article { padding: 12px; display: grid; grid-template-columns: 48px minmax(0,1fr); gap: 10px; background: #fffdf0; border: 3px outset #fff; }
.homelab-daily-grid img { width: 44px; height: 44px; object-fit: contain; image-rendering: pixelated; }
.homelab-daily-grid h3 { margin: 0 0 4px; color: #164b2d; font-size: 15px; }
.homelab-daily-grid p { margin: 0; font-size: 12px; line-height: 1.4; }
.homelab-truth-strip { margin-top: 13px; padding: 10px; display: flex; flex-wrap: wrap; gap: 7px; align-items: center; color: #ddf4df; background: #102217; border: 2px inset #598369; font: 11px/1.35 "Courier New",monospace; }
.homelab-truth-strip b { color: #ffd96c; margin-right: 4px; }
.homelab-truth-strip span { padding: 5px 7px; background: #233e2c; border: 1px solid #52755a; }
.homelab-protection-rings { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 9px; }
.homelab-protection-rings article { min-height: 175px; padding: 13px; color: #e8f0dd; background: linear-gradient(#284933,#142b1d); border: 4px double #7da185; box-shadow: 3px 3px 0 #a3a990; }
.homelab-protection-rings article > span { display: block; color: #f3d56b; font: bold 24px/1 Georgia,serif; }
.homelab-protection-rings h3 { margin: 9px 0 6px; color: #fff5b6; font-size: 16px; }
.homelab-protection-rings p { margin: 0; font-size: 12px; line-height: 1.45; }
.homelab-workflow-card { margin-top: 12px; padding: 13px; color: #1d1d1d; background: #fff6c9; border: 3px double #8a6b31; }
.homelab-workflow-card > span { color: #6b4c16; font: bold 10px/1 "Courier New",monospace; letter-spacing: 1px; }
.homelab-workflow-card > div { margin-top: 8px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; }
.homelab-workflow-card b { padding: 7px 10px; background: #d8e8d2; border: 2px outset #fff; }
.homelab-workflow-card i { color: #6d4d19; font-size: 18px; }
.homelab-workflow-card p { margin: 9px 0 0; text-align: center; }
.homelab-recovery-grid { margin-top: 12px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.homelab-recovery-grid article { padding: 14px; background: #eef3e8; border: 3px outset #fff; }
.homelab-recovery-grid img { float: left; width: 42px; height: 42px; margin: 0 10px 8px 0; object-fit: contain; image-rendering: pixelated; }
.homelab-recovery-grid span { color: #376447; font: bold 10px/1 "Courier New",monospace; }
.homelab-recovery-grid h3 { margin: 5px 0 6px; font-size: 15px; }
.homelab-recovery-grid p { clear: both; margin: 0; font-size: 12px; line-height: 1.42; }
.homelab-v2-strip { margin-top: 12px; display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); gap: 12px; align-items: stretch; }
.homelab-v2-strip > div { padding: 14px; background: #e8eef4; border: 4px double #5d6f83; }
.homelab-v2-strip > i { align-self: center; color: #355b42; font: bold 28px/1 Georgia,serif; }
.homelab-v2-strip span { color: #31546e; font: bold 10px/1 "Courier New",monospace; }
.homelab-v2-strip h3 { margin: 5px 0 6px; font-size: 17px; }
.homelab-v2-strip p { margin: 0; font-size: 12px; line-height: 1.43; }

.toshiba-identity-card { background: linear-gradient(90deg,#e3eaf5,#faf5dc); border-color: #4b6285; }
.toshiba-identity-card span { color: #244c78; }
.toshiba-restored-grid { margin-top: 13px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.toshiba-restored-grid article { padding: 12px; display: grid; grid-template-columns: 54px minmax(0,1fr); gap: 10px; background: #f5f7fb; border: 3px outset #fff; }
.toshiba-restored-grid img { width: 50px; height: 50px; object-fit: contain; image-rendering: pixelated; }
.toshiba-restored-grid span { color: #305c91; font: bold 9px/1 "Courier New",monospace; letter-spacing: 1px; }
.toshiba-restored-grid h3 { margin: 5px 0 4px; font-size: 15px; }
.toshiba-restored-grid p { margin: 0; font-size: 12px; line-height: 1.4; }
.toshiba-real-vs-emulated { margin-top: 12px; display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr) auto; gap: 10px; align-items: center; padding: 12px; color: #e7ecf5; background: #17243a; border: 3px inset #60799d; }
.toshiba-real-vs-emulated article { min-height: 100px; padding: 11px; background: #2a3f5e; border: 2px outset #758dae; }
.toshiba-real-vs-emulated article b { color: #ffe17a; }
.toshiba-real-vs-emulated p { margin: 7px 0 0; font-size: 12px; line-height: 1.4; }
.toshiba-real-vs-emulated > i { color: #ffe17a; font-size: 22px; }
.toshiba-real-vs-emulated > strong { color: #fff3b1; font: bold 11px/1.3 "Courier New",monospace; }
.toshiba-safety-strip { margin-top: 11px; padding: 11px; color: #ffe9c0; background: #522525; border: 3px double #b97862; font-size: 12px; line-height: 1.45; }
.toshiba-safety-strip b { color: #fff08e; }
.toshiba-session-flow { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 8px; }
.toshiba-session-flow article { min-height: 178px; padding: 12px; color: #e8eef8; background: linear-gradient(#344d70,#1d2d47); border: 3px outset #7186a5; }
.toshiba-session-flow article > span { color: #ffe071; font: bold 22px/1 Georgia,serif; }
.toshiba-session-flow h3 { margin: 9px 0 5px; color: #fff3bf; font-size: 15px; }
.toshiba-session-flow p { margin: 0; font-size: 11px; line-height: 1.42; }
.toshiba-project-links { margin-top: 12px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.toshiba-project-links article { padding: 13px; display: flex; flex-direction: column; background: #edf1f7; border: 4px double #667b99; }
.toshiba-project-links img { width: 48px; height: 48px; object-fit: contain; image-rendering: pixelated; }
.toshiba-project-links span { margin-top: 5px; color: #315b8a; font: bold 9px/1 "Courier New",monospace; letter-spacing: 1px; }
.toshiba-project-links h3 { margin: 6px 0; font-size: 15px; }
.toshiba-project-links p { flex: 1; margin: 0 0 10px; font-size: 12px; line-height: 1.42; }
.toshiba-lab-result { margin-top: 12px; padding: 11px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 7px; color: #dfe9fb; background: #132036; border: 3px inset #5b769c; font: 11px/1.35 "Courier New",monospace; }
.toshiba-lab-result span { color: #ffe071; font-weight: bold; }
.toshiba-lab-result b { padding: 5px 7px; background: #263d5e; border: 1px solid #617c9f; }
.toshiba-lab-result i { color: #ffe071; font-size: 17px; }

@media (max-width: 1000px) {
  .homelab-request-flow { grid-template-columns: repeat(5,minmax(110px,1fr)); overflow-x: auto; justify-content: start; }
  .homelab-request-flow > i { display: none; }
  .homelab-protection-rings { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .toshiba-session-flow { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .homelab-home-intro,.toshiba-identity-card { grid-template-columns: 58px minmax(0,1fr); padding: 11px; box-shadow: none; }
  .homelab-home-intro img,.toshiba-identity-card img { width: 52px; height: 52px; }
  .homelab-home-intro h3,.toshiba-identity-card h3 { font-size: 18px; }
  .homelab-daily-grid,.homelab-recovery-grid,.toshiba-project-links { grid-template-columns: 1fr; }
  .homelab-v2-strip { grid-template-columns: 1fr; }
  .homelab-v2-strip > i { transform: rotate(90deg); justify-self: center; }
  .toshiba-restored-grid { grid-template-columns: 1fr; }
  .toshiba-real-vs-emulated { grid-template-columns: 1fr; }
  .toshiba-real-vs-emulated > i { transform: rotate(90deg); justify-self: center; }
  .toshiba-session-flow { grid-template-columns: 1fr; }
  .toshiba-session-flow article { min-height: 0; }
}
@media (max-width: 520px) {
  .homelab-protection-rings { grid-template-columns: 1fr; }
  .homelab-request-flow { grid-template-columns: repeat(5,126px); }
}


/* v0.17.22 — Project Center and ecosystem relationship map */
.project-center { min-height: 100%; padding: 16px; background: #d7d7d7; color: #111; }
.project-center-hero {
  display: grid; grid-template-columns: 72px minmax(0,1fr) auto; gap: 16px; align-items: center;
  padding: 16px 18px; color: #fff; background: linear-gradient(100deg, #001b4f, #064f85 55%, #008080);
  border: 2px outset #e8e8e8; box-shadow: inset 1px 1px rgba(255,255,255,.35);
}
.project-center-hero > img { width: 64px; height: 64px; image-rendering: pixelated; }
.project-center-hero span, .project-center-heading span, .project-center-now-grid article > span { font-size: 11px; font-weight: bold; letter-spacing: .12em; }
.project-center-hero h1 { margin: 2px 0 5px; font-size: 29px; text-shadow: 1px 1px #00142f; }
.project-center-hero p { margin: 0; max-width: 760px; color: #eef9ff; font-size: 14px; line-height: 1.45; }
.project-center-legend { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin: 10px 0; }
.project-center-legend > div { display: flex; align-items: center; gap: 9px; min-height: 48px; padding: 7px 9px; background: #fff; border: 2px inset #fff; }
.project-center-legend p { margin: 0; font-size: 12px; line-height: 1.3; }
.project-center-section { margin-top: 12px; padding: 14px; background: #fff; border: 2px inset #fff; }
.project-center-heading { display: flex; justify-content: space-between; align-items: end; gap: 14px; margin-bottom: 12px; padding-bottom: 8px; border-bottom: 2px solid #003d73; }
.project-center-heading span { color: #00605f; }
.project-center-heading h2 { margin: 2px 0 0; color: #002f66; font-size: 21px; }
.project-center-heading small { padding: 3px 7px; background: #ffffdf; border: 1px solid #808080; }
.project-center-map { padding: 12px; overflow: hidden; background: linear-gradient(#edf7ff, #fff 55%, #f4f0df); border: 1px solid #7692aa; }
.project-center-map-level { display: grid; gap: 12px; justify-content: center; }
.project-center-map-level--foundation, .project-center-map-level--hardware { grid-template-columns: minmax(260px, 480px); }
.project-center-map-level--pillars { grid-template-columns: repeat(2, minmax(260px, 420px)); }
.project-center-map-level--projects { grid-template-columns: repeat(3, minmax(210px, 1fr)); }
.project-center-node {
  position: relative; min-height: 82px; padding: 10px; display: grid; grid-template-columns: 52px minmax(0,1fr); gap: 10px; align-items: center;
  background: #f5f5f5; border: 2px outset #fff; text-align: left; box-shadow: 1px 1px #777;
}
.project-center-node:hover, .project-center-node:focus-visible { background: #ffffdc; outline: 1px dotted #000; outline-offset: -5px; }
.project-center-node:active { border-style: inset; }
.project-center-node img { width: 48px; height: 48px; image-rendering: pixelated; }
.project-center-node b { display: block; margin-bottom: 4px; color: #002a69; font-size: 15px; }
.project-center-node small { display: block; color: #333; font-size: 11px; line-height: 1.28; }
.project-center-node .status-label { position: absolute; right: 5px; top: 5px; padding: 2px 5px; font-size: 9px; font-style: normal; }
.project-center-node--homelab { background: #e9f5eb; }
.project-center-node--council { background: #e7f3ed; }
.project-center-node--retrolab { background: #fff7d8; }
.project-center-node--odyssey { background: #f3e8fa; }
.project-center-node--grakjinnet { background: #e4f7f6; }
.project-center-node--dos { background: #e9eef4; }
.project-center-node--toshiba { background: #fff0da; }
.project-center-map-arrow { display: flex; justify-content: center; align-items: center; gap: 10px; min-height: 42px; color: #004c72; }
.project-center-map-arrow span { font-size: 24px; font-weight: bold; }
.project-center-map-arrow b { padding: 3px 10px; background: #dbeefa; border: 1px solid #8aa6b8; font-size: 11px; text-transform: uppercase; letter-spacing: .05em; }
.project-center-map-relations { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 7px auto; max-width: 860px; text-align: center; }
.project-center-map-relations span { padding: 4px 8px; color: #fff; background: #005f70; border: 1px solid #003845; font-size: 11px; font-weight: bold; }
.project-center-map-arrow--hardware { margin-top: 4px; }
.project-center-map-note { margin: 9px 0 0; padding: 7px 9px; background: #ffffdf; border-left: 5px solid #d09a00; font-size: 12px; line-height: 1.4; }
.project-center-scenarios { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.project-center-scenario { display: grid; grid-template-columns: 48px 1fr; gap: 11px; padding: 11px; background: #f6f6f6; border: 1px solid #8b8b8b; }
.project-center-scenario > span { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: #004f78; border: 2px outset #77a9c1; font-size: 17px; font-weight: bold; }
.project-center-scenario h3 { margin: 0 0 4px; color: #003d70; }
.project-center-scenario p { margin: 0 0 9px; line-height: 1.4; }
.project-center-route { display: flex; align-items: center; flex-wrap: wrap; gap: 5px; margin-bottom: 10px; }
.project-center-route b { padding: 3px 6px; background: #fff; border: 1px solid #8a8a8a; font-size: 11px; }
.project-center-route i { color: #006578; font-style: normal; font-weight: bold; }
.project-center-cards { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 9px; }
.project-center-card { position: relative; min-height: 104px; padding: 10px; display: grid; grid-template-columns: 54px minmax(0,1fr); gap: 10px; align-items: start; background: #f4f4f4; border: 2px outset #fff; text-align: left; }
.project-center-card:hover, .project-center-card:focus-visible { background: #ffffdc; outline: 1px dotted #000; outline-offset: -5px; }
.project-center-card img { width: 50px; height: 50px; image-rendering: pixelated; }
.project-center-card b { display: block; color: #002b6e; font-size: 15px; }
.project-center-card small { display: block; margin: 3px 0 6px; line-height: 1.28; }
.project-center-card em { display: block; padding-top: 5px; border-top: 1px dotted #999; color: #444; font-size: 11px; font-style: normal; line-height: 1.3; }
.project-center-card > .status-label { position: absolute; top: 6px; right: 6px; padding: 2px 5px; font-size: 9px; font-style: normal; }
.project-center-now-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }
.project-center-now-grid article { padding: 12px; background: linear-gradient(#f8f8f8, #e4e4e4); border: 2px outset #fff; }
.project-center-now-grid article > span { display: block; color: #00625b; }
.project-center-now-grid img { float: right; width: 42px; height: 42px; margin: 4px 0 5px 8px; image-rendering: pixelated; }
.project-center-now-grid h3 { margin: 8px 0 5px; color: #003b70; }
.project-center-now-grid p { min-height: 82px; margin: 0 0 10px; line-height: 1.4; }

@media (max-width: 900px) {
  .project-center-map-level--projects { grid-template-columns: 1fr; }
  .project-center-map-level--pillars { grid-template-columns: 1fr 1fr; }
  .project-center-now-grid { grid-template-columns: 1fr; }
  .project-center-now-grid p { min-height: 0; }
}
@media (max-width: 760px) {
  .project-center { padding: 7px; }
  .project-center-hero { grid-template-columns: 48px 1fr; padding: 11px; }
  .project-center-hero > img { width: 44px; height: 44px; }
  .project-center-hero h1 { font-size: 22px; }
  .project-center-hero > .bevel-button { grid-column: 1 / -1; justify-self: start; }
  .project-center-legend, .project-center-scenarios, .project-center-cards { grid-template-columns: 1fr; }
  .project-center-map-level--pillars { grid-template-columns: 1fr; }
  .project-center-map-relations { grid-template-columns: 1fr; }
  .project-center-node { min-height: 76px; }
  .project-center-heading { align-items: start; }
}
@media (max-width: 520px) {
  .project-center-legend > div { align-items: start; flex-direction: column; }
  .project-center-scenario { grid-template-columns: 36px 1fr; }
  .project-center-scenario > span { width: 32px; height: 32px; font-size: 13px; }
  .project-center-card { grid-template-columns: 44px 1fr; }
  .project-center-card img { width: 40px; height: 40px; }
}

/* v0.17.23 — Related-project navigation and centered status labels */
.project-center-legend .status-label,
.project-center-node .status-label,
.project-center-card > .status-label {
  display: grid;
  place-items: center;
  box-sizing: border-box;
  min-width: 92px;
  min-height: 22px;
  padding: 2px 7px;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
}
.project-context-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 31px;
  padding: 4px 13px;
  color: #333;
  background: #e6e6e6;
  border-bottom: 1px solid #808080;
  font-size: 12px;
}
.project-context-bar button {
  padding: 1px 4px;
  color: #000080;
  background: transparent;
  border: 0;
  text-decoration: underline;
  cursor: pointer;
}
.project-context-bar button:focus-visible { outline: 1px dotted #000; }
.project-context-bar span { color: #777; }
.project-context-bar small { margin-left: auto; color: #555; }
.project-relationships-panel { padding-bottom: 10px; }
.project-relationship-intro {
  display: grid;
  grid-template-columns: 60px minmax(0,1fr) auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
  padding: 12px;
  background: #e8f4ff;
  border: 2px inset #fff;
}
.project-relationship-intro img { width: 54px; height: 54px; object-fit: contain; image-rendering: pixelated; }
.project-relationship-intro b { color: #000080; font-size: 17px; }
.project-relationship-intro p { margin: 4px 0 0; max-width: 760px; line-height: 1.42; }
.project-relationship-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 11px; }
.project-relationship-card {
  position: relative;
  min-height: 190px;
  display: grid;
  grid-template-columns: 52px minmax(0,1fr);
  gap: 10px;
  align-content: start;
  padding: 14px 12px 36px;
  color: #111;
  background: linear-gradient(#fff, #edf3f7);
  border: 2px outset #fff;
  text-align: left;
  cursor: pointer;
}
.project-relationship-card:hover,
.project-relationship-card:focus-visible { background: #ffffdc; outline: 1px dotted #000; outline-offset: -6px; }
.project-relationship-card:active { border-style: inset; }
.project-relationship-card > img { width: 48px; height: 48px; object-fit: contain; image-rendering: pixelated; }
.project-relationship-card div > span { display: block; margin: 0 96px 4px 0; color: #006060; font-size: 10px; font-weight: bold; letter-spacing: .07em; text-transform: uppercase; }
.project-relationship-card h3 { margin: 0 0 8px; color: #000080; font-size: 17px; }
.project-relationship-card p { margin: 0; line-height: 1.42; }
.project-relationship-card > .status-label {
  position: absolute;
  top: 8px;
  right: 8px;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  min-width: 88px;
  padding: 2px 6px;
  font-size: 9px;
  font-style: normal;
  line-height: 1.1;
}
.project-relationship-card > b {
  position: absolute;
  right: 11px;
  bottom: 8px;
  color: #006070;
  font-size: 23px;
}
.project-neighbor-navigation {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 9px;
  margin-top: 13px;
  padding-top: 12px;
  border-top: 1px dotted #808080;
}
.project-neighbor-navigation button { min-height: 49px; display: flex; flex-direction: column; justify-content: center; gap: 2px; text-align: left; }
.project-neighbor-navigation button:last-child { text-align: right; }
.project-neighbor-navigation button span { color: #555; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.project-neighbor-navigation button b { color: #000080; }
.project-neighbor-navigation .project-neighbor-center { text-align: center; }

@media (max-width: 980px) {
  .project-relationship-grid { grid-template-columns: 1fr; }
  .project-relationship-card { min-height: 124px; }
}
@media (max-width: 700px) {
  .project-context-bar small { display: none; }
  .project-relationship-intro { grid-template-columns: 46px 1fr; }
  .project-relationship-intro img { width: 42px; height: 42px; }
  .project-relationship-intro .bevel-button { grid-column: 1 / -1; justify-self: start; }
  .project-neighbor-navigation { grid-template-columns: 1fr; }
  .project-neighbor-navigation button,
  .project-neighbor-navigation button:last-child,
  .project-neighbor-navigation .project-neighbor-center { text-align: left; }
}


/* v0.17.24 — status containment and Grakjin Lab timeline */
.project-center-legend .status-label,
.project-center-node .status-label,
.project-center-card > .status-label {
  min-width: 116px;
  max-width: calc(100% - 10px);
  overflow: hidden;
  font-size: 8px;
  letter-spacing: 0;
}
.project-center-hero-actions { display: grid; gap: 7px; justify-items: stretch; }
.project-center-hero-actions .bevel-button { white-space: nowrap; }

.lab-timeline { min-height: 100%; padding: 16px; color: #111; background: #d5d5d5; }
.lab-timeline-hero {
  display: grid;
  grid-template-columns: 68px minmax(0,1fr) auto;
  gap: 15px;
  align-items: center;
  padding: 16px 18px;
  color: #fff;
  background: linear-gradient(105deg, #23104f, #174978 55%, #008080);
  border: 2px outset #eee;
}
.lab-timeline-hero > img { width: 60px; height: 60px; image-rendering: pixelated; }
.lab-timeline-hero span { font-size: 11px; font-weight: bold; letter-spacing: .12em; }
.lab-timeline-hero h1 { margin: 3px 0 5px; font-size: 29px; text-shadow: 1px 1px #13072c; }
.lab-timeline-hero p { max-width: 780px; margin: 0; color: #edf8ff; font-size: 14px; line-height: 1.42; }
.lab-timeline-summary { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin: 10px 0; }
.lab-timeline-summary > div { padding: 9px 12px; background: #fff; border: 2px inset #fff; text-align: center; }
.lab-timeline-summary b { display: block; color: #000080; font-size: 20px; }
.lab-timeline-summary span { display: block; margin-top: 2px; color: #444; font-size: 11px; text-transform: uppercase; letter-spacing: .05em; }
.lab-timeline-filters { display: flex; flex-wrap: wrap; gap: 6px; padding: 9px; background: #c0c0c0; border: 2px inset #fff; }
.lab-timeline-filters button { min-height: 29px; padding: 4px 12px; background: #d4d0c8; border: 2px outset #fff; font: inherit; cursor: pointer; }
.lab-timeline-filters button[aria-pressed="true"] { color: #fff; background: #000080; border-style: inset; font-weight: bold; }
.lab-timeline-filter-note { margin: 0; padding: 7px 10px; color: #444; background: #ffffdf; border: 1px solid #aaa; font-size: 11px; }
.lab-timeline-filter-note span { color: #000080; font-weight: bold; }
.lab-timeline-list { position: relative; padding: 16px 5px 10px 54px; }
.lab-timeline-list::before { content: ""; position: absolute; top: 0; bottom: 0; left: 29px; width: 4px; background: #006778; border-left: 1px solid #003a46; border-right: 1px solid #84ced4; }
.lab-timeline-entry { position: relative; display: grid; grid-template-columns: 44px minmax(0,1fr); gap: 10px; margin-bottom: 14px; }
.lab-timeline-entry[hidden] { display: none; }
.lab-timeline-marker { position: relative; z-index: 1; display: grid; place-items: start center; }
.lab-timeline-marker i { display: grid; place-items: center; width: 32px; height: 32px; margin-top: 18px; color: #fff; background: #006778; border: 3px outset #9fdde0; border-radius: 50%; font-size: 10px; font-style: normal; font-weight: bold; }
.lab-timeline-entry--infra .lab-timeline-marker i { background: #176b42; }
.lab-timeline-entry--retro .lab-timeline-marker i { background: #815b00; }
.lab-timeline-entry--knowledge .lab-timeline-marker i { background: #553278; }
.lab-timeline-entry--web .lab-timeline-marker i { background: #005a85; }
.lab-timeline-card { padding: 13px; background: #fff; border: 2px outset #fff; box-shadow: 1px 1px #777; }
.lab-timeline-card > header { display: grid; grid-template-columns: 58px minmax(0,1fr); gap: 12px; align-items: start; padding-bottom: 10px; border-bottom: 2px solid #d1d1d1; }
.lab-timeline-card > header img { width: 52px; height: 52px; object-fit: contain; image-rendering: pixelated; }
.lab-timeline-card > header span { display: inline-block; margin-right: 8px; color: #006060; font-size: 10px; font-weight: bold; letter-spacing: .08em; }
.lab-timeline-card > header time { color: #555; font-size: 10px; font-weight: bold; }
.lab-timeline-card h2 { margin: 4px 0 4px; color: #000080; font-size: 19px; }
.lab-timeline-card > header p { margin: 0; line-height: 1.42; }
.lab-timeline-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; margin: 10px 0; }
.lab-timeline-fields > div { min-height: 86px; padding: 9px; background: #f3f3f3; border: 1px solid #aaa; }
.lab-timeline-fields span { display: block; margin-bottom: 5px; color: #006060; font-size: 10px; font-weight: bold; letter-spacing: .08em; }
.lab-timeline-fields p { margin: 0; line-height: 1.38; }
.lab-timeline-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 8px; padding: 13px; background: #e8f4ff; border: 2px inset #fff; }
.lab-timeline-footer b { color: #000080; font-size: 16px; }
.lab-timeline-footer p { margin: 4px 0 0; line-height: 1.4; }

@media (max-width: 900px) {
  .lab-timeline-summary { grid-template-columns: repeat(2,1fr); }
  .lab-timeline-fields { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .project-center-hero-actions { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; }
  .lab-timeline { padding: 7px; }
  .lab-timeline-hero { grid-template-columns: 48px minmax(0,1fr); padding: 11px; }
  .lab-timeline-hero > img { width: 44px; height: 44px; }
  .lab-timeline-hero h1 { font-size: 22px; }
  .lab-timeline-hero > .bevel-button { grid-column: 1 / -1; justify-self: start; }
  .lab-timeline-list { padding-left: 37px; }
  .lab-timeline-list::before { left: 17px; }
  .lab-timeline-entry { grid-template-columns: 28px minmax(0,1fr); gap: 6px; }
  .lab-timeline-marker i { width: 25px; height: 25px; margin-top: 16px; border-width: 2px; font-size: 8px; }
  .lab-timeline-card { padding: 9px; }
  .lab-timeline-card > header { grid-template-columns: 42px minmax(0,1fr); gap: 8px; }
  .lab-timeline-card > header img { width: 38px; height: 38px; }
  .lab-timeline-card h2 { font-size: 16px; }
  .lab-timeline-footer { align-items: stretch; flex-direction: column; }
}


/* v0.17.26 — Machine Council interactive knowledge-library vision */
.project-app--council .project-tab[data-project-tab="demo"] { font-weight: bold; }
.council-source-layers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-bottom: 13px;
}
.council-source-layers article {
  min-height: 126px;
  padding: 12px;
  background: #f4f7f5;
  border: 2px outset #fff;
}
.council-source-layers span,
.council-demo-query > span,
.council-demo-answer header span,
.knowledge-growth-path article > span {
  display: block;
  margin-bottom: 5px;
  color: #006044;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: .08em;
}
.council-source-layers h3 { margin: 0 0 7px; color: #004b37; font-size: 16px; }
.council-source-layers p { margin: 0; line-height: 1.43; }
.council-demo-notice {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  padding: 9px 11px;
  background: #ffffd8;
  border: 1px solid #888;
}
.council-demo-notice img { width: 30px; height: 30px; object-fit: contain; image-rendering: pixelated; }
.council-demo-notice p { margin: 0; line-height: 1.4; }
.council-demo-shell {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  min-height: 520px;
  background: #c0c0c0;
  border: 2px inset #fff;
}
.council-demo-questions {
  padding: 10px;
  background: #aeb8b3;
  border-right: 2px ridge #fff;
}
.council-demo-questions::before {
  content: "KNOWLEDGE AREAS";
  display: block;
  margin: 0 0 8px;
  padding: 5px 6px;
  color: #fff;
  background: #004b37;
  font: bold 10px/1.2 "Courier New", monospace;
  letter-spacing: .07em;
}
html[lang="pl"] .council-demo-questions::before { content: "DZIEDZINY WIEDZY"; }
.council-demo-questions button {
  width: 100%;
  min-height: 57px;
  margin-bottom: 7px;
  padding: 7px 8px;
  background: #d4d0c8;
  border: 2px outset #fff;
  color: #111;
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.council-demo-questions button:active,
.council-demo-questions button[aria-pressed="true"] {
  color: #fff;
  background: #006044;
  border-style: inset;
}
.council-demo-questions button span { display: block; margin-bottom: 4px; font-size: 8px; font-weight: bold; letter-spacing: .06em; }
.council-demo-questions button b { font-size: 14px; }
.council-demo-workspace { min-width: 0; padding: 12px; background: #e7ece9; }
.council-demo-query {
  margin-bottom: 9px;
  padding: 11px 13px;
  background: #fff;
  border: 2px inset #fff;
}
.council-demo-query blockquote { margin: 0; color: #000080; font-size: 17px; font-weight: bold; line-height: 1.42; }
.council-demo-search-status {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  margin-bottom: 9px;
  padding: 8px 10px;
  color: #fff;
  background: #102738;
  border: 2px outset #64849a;
}
.council-demo-search-status i {
  display: block;
  width: 22px;
  height: 22px;
  border: 4px solid #7ca3a0;
  border-top-color: #d9fff2;
  border-radius: 50%;
}
.council-demo-shell.is-searching .council-demo-search-status i { animation: council-search-spin .65s linear infinite; }
.council-demo-search-status b { display: block; margin-bottom: 2px; color: #baf7dd; font: bold 10px/1.2 "Courier New", monospace; letter-spacing: .06em; }
.council-demo-search-status p { margin: 0; color: #fff; line-height: 1.35; }
.council-demo-sources { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-bottom: 10px; }
.council-demo-source {
  position: relative;
  min-height: 125px;
  padding: 35px 10px 10px;
  background: #f9f9f9;
  border: 2px outset #fff;
}
.council-demo-source > span {
  position: absolute;
  top: 7px;
  left: 8px;
  display: grid;
  width: 25px;
  height: 22px;
  place-items: center;
  color: #fff;
  background: #006044;
  border: 2px outset #6db99d;
  font: bold 9px/1 "Courier New", monospace;
}
.council-demo-source b { display: block; color: #006044; font-size: 9px; letter-spacing: .07em; }
.council-demo-source h4 { margin: 5px 0 6px; color: #000080; font-size: 14px; }
.council-demo-source p { margin: 0; font-size: 11px; line-height: 1.36; }
.council-demo-answer { padding: 12px 14px; background: #e2f5ec; border: 2px inset #fff; }
.council-demo-answer header { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 9px; align-items: center; padding-bottom: 8px; border-bottom: 1px solid #8db8a8; }
.council-demo-answer header img { width: 36px; height: 36px; object-fit: contain; image-rendering: pixelated; }
.council-demo-answer h3 { margin: 0; color: #004b37; }
.council-demo-answer > p { margin: 10px 0 8px; font-size: 14px; line-height: 1.5; }
.council-demo-answer > small { display: block; padding-top: 7px; color: #4b4b4b; border-top: 1px dotted #7b958b; line-height: 1.4; }
.knowledge-library-snapshot {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-bottom: 11px;
}
.knowledge-library-snapshot > div { padding: 12px; background: #102738; border: 2px outset #64849a; text-align: center; }
.knowledge-library-snapshot b { display: block; color: #baf7dd; font: bold 22px/1.1 "Courier New", monospace; }
.knowledge-library-snapshot span { display: block; margin-top: 4px; color: #fff; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.knowledge-catalog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.knowledge-catalog-card { display: grid; grid-template-columns: 45px minmax(0, 1fr); gap: 10px; min-height: 96px; padding: 10px; background: #f8f8f8; border: 2px outset #fff; }
.knowledge-catalog-card img { width: 42px; height: 42px; object-fit: contain; image-rendering: pixelated; }
.knowledge-catalog-card h3 { margin: 1px 0 5px; color: #000080; font-size: 15px; }
.knowledge-catalog-card p { margin: 0; line-height: 1.38; }
.knowledge-growth-path { display: grid; grid-template-columns: minmax(0,1fr) 30px minmax(0,1fr) 30px minmax(0,1fr); gap: 7px; align-items: stretch; margin-top: 12px; }
.knowledge-growth-path article { min-height: 130px; padding: 11px; background: #e8f6ed; border: 2px outset #fff; }
.knowledge-growth-path article:nth-of-type(2) { background: #e6f2ff; }
.knowledge-growth-path article:nth-of-type(3) { background: #f2e9f8; }
.knowledge-growth-path h3 { margin: 0 0 7px; color: #000080; font-size: 16px; }
.knowledge-growth-path p { margin: 0; line-height: 1.4; }
.knowledge-growth-path > i { align-self: center; color: #006044; font-size: 24px; font-style: normal; font-weight: bold; text-align: center; }
@keyframes council-search-spin { to { transform: rotate(360deg); } }

@media (max-width: 900px) {
  .council-demo-shell { grid-template-columns: 1fr; }
  .council-demo-questions { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; border-right: 0; border-bottom: 2px ridge #fff; }
  .council-demo-questions::before { grid-column: 1 / -1; margin-bottom: 0; }
  .council-demo-questions button { min-height: 50px; margin-bottom: 0; text-align: center; }
}
@media (max-width: 720px) {
  .council-source-layers,
  .council-demo-sources,
  .knowledge-library-snapshot,
  .knowledge-catalog-grid { grid-template-columns: 1fr; }
  .knowledge-growth-path { grid-template-columns: 1fr; }
  .knowledge-growth-path > i { transform: rotate(90deg); }
}
@media (max-width: 520px) {
  .council-demo-questions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .council-demo-workspace { padding: 7px; }
  .council-demo-query blockquote { font-size: 15px; }
}


/* v0.17.28 — Homelab Explorer 97 interactive architecture model */
.hle-screen--map, .hle-screen--scenarios { --hle-purple:#44245e; --hle-gold:#e9ca61; --hle-green:#3e7656; }
.hle-map-toolbar { margin-bottom: 12px; padding: 8px 10px; display:flex; align-items:center; justify-content:space-between; gap:12px; background:#d4ccb0; border:3px outset #f6efd5; }
.hle-map-toolbar > div { display:flex; align-items:center; flex-wrap:wrap; gap:6px; }
.hle-map-toolbar b { margin-right:5px; color:#4c2b61; font: bold 11px/1 "Courier New",monospace; }
.hle-map-toolbar button { padding:6px 10px; color:#18121d; background:#c0c0c0; border:2px outset #fff; font:11px/1 Tahoma,sans-serif; }
.hle-map-toolbar button.is-active { color:#fff7bd; background:#42285f; border-style:inset; }
.hle-map-toolbar small { max-width:520px; color:#315d46; font:10px/1.35 "Courier New",monospace; text-align:right; }
.hle-map-workspace { display:grid; grid-template-columns:minmax(0,1.55fr) minmax(290px,.65fr); gap:13px; align-items:stretch; }
.hle-map-canvas { min-width:0; padding:12px; background:linear-gradient(rgba(120,102,61,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(120,102,61,.08) 1px,transparent 1px),#f5edcf; background-size:20px 20px; border:5px double #4b2c62; box-shadow:5px 5px 0 #ad9f82; transition:background .2s ease; }
.hle-map-canvas.is-future { background:linear-gradient(rgba(54,105,81,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(54,105,81,.1) 1px,transparent 1px),#e2efdc; background-size:20px 20px; }
.hle-map-caption { margin-bottom:12px; padding:8px 10px; display:flex; align-items:center; justify-content:space-between; gap:10px; color:#e9efcf; background:#151724; border:2px inset #655a7a; }
.hle-map-caption span { color:#f2d266; font: bold 10px/1 "Courier New",monospace; }
.hle-map-caption b { font-size:11px; text-align:right; }
.hle-map-flow { display:grid; grid-template-columns:minmax(120px,1fr) 28px minmax(120px,1fr) 28px minmax(120px,1fr); grid-template-rows:auto 27px auto; align-items:center; gap:8px; }
.hle-map-flow > i, .hle-map-flow > em { color:#6e456f; font:bold 24px/1 Georgia,serif; text-align:center; font-style:normal; }
.hle-map-flow > em { grid-column:5; }
.hle-map-flow > span { min-height:1px; }
.hle-map-node { position:relative; min-width:0; min-height:92px; padding:9px; display:grid; grid-template-columns:46px minmax(0,1fr); align-items:center; gap:8px; color:#21172a; background:#d8d0b4; border:4px outset #f7f0d7; box-shadow:2px 2px 0 rgba(45,35,27,.35); text-align:left; }
.hle-map-node img { width:42px; height:42px; object-fit:contain; image-rendering:auto; }
.hle-map-node span { min-width:0; display:grid; gap:6px; }
.hle-map-node b { font:bold 15px/1.05 Georgia,serif; }
.hle-map-node small { display:block; overflow:hidden; color:#6a3a72; font:bold 9px/1.2 "Courier New",monospace; text-overflow:ellipsis; white-space:nowrap; }
.hle-map-node:hover, .hle-map-node:focus-visible { background:#ede1af; outline:2px dotted #3a254a; outline-offset:-7px; }
.hle-map-node.is-related { box-shadow:0 0 0 3px #83a56f,2px 2px 0 rgba(45,35,27,.35); }
.hle-map-node.is-selected { color:#fff9c7; background:#42285f; border-style:inset; box-shadow:0 0 0 3px #e8c85c; }
.hle-map-node.is-selected small { color:#ffe270; }
.hle-map-node.is-scenario-active::after { content:"▶"; position:absolute; right:5px; top:4px; color:#ffe062; font:bold 15px/1 Tahoma,sans-serif; }
.hle-map-canvas.is-future .hle-map-node small { color:#2d6848; }
.hle-map-canvas.is-future .hle-map-node.is-selected small { color:#a9f3c5; }
.hle-map-legend { margin-top:12px; padding:7px 8px; display:flex; flex-wrap:wrap; gap:12px; background:#eee5c8; border:2px inset #fff8de; font:10px/1.2 "Courier New",monospace; }
.hle-map-legend span { display:flex; align-items:center; gap:5px; }
.hle-map-legend i { width:12px; height:12px; border:1px solid #333; }
.hle-map-legend .current { background:#4d7a57; }.hle-map-legend .planned { background:#d4b654; }.hle-map-legend .private { background:#4b2b63; }
.hle-map-detail { min-width:0; padding:14px; color:#e7edd5; background:#111820; border:5px ridge #8a7b9c; box-shadow:5px 5px 0 #a99b80; }
.hle-map-detail-head { display:grid; grid-template-columns:52px minmax(0,1fr); gap:10px; align-items:center; padding-bottom:10px; border-bottom:2px solid #4f765f; }
.hle-map-detail-head img { width:48px; height:48px; object-fit:contain; }
.hle-map-detail-head span { color:#f0cf62; font:bold 9px/1.2 "Courier New",monospace; }
.hle-map-detail h3 { margin:3px 0 0; color:#fff7c6; font:bold 23px/1 Georgia,serif; }
.hle-map-detail > p { min-height:78px; margin:12px 0; font-size:12px; line-height:1.5; }
.hle-map-detail dl { margin:0; display:grid; gap:0; border:1px solid #43614e; }
.hle-map-detail dt { padding:6px 8px 3px; color:#93d2ae; background:#08110d; font:bold 9px/1 "Courier New",monospace; }
.hle-map-detail dd { margin:0; padding:0 8px 7px; color:#dce6d6; background:#08110d; font-size:11px; line-height:1.35; }
.hle-map-scenario-button { width:100%; margin-top:11px; padding:9px 10px; color:#171119; background:#efd268; border:3px outset #fff0a8; font-weight:bold; }
.hle-map-actions { margin-top:13px; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:8px; }
.hle-map-actions button { min-height:55px; padding:8px; display:grid; grid-template-columns:28px minmax(0,1fr); align-items:center; gap:7px; color:#1d1522; background:#d9d0b4; border:3px outset #f5edd2; text-align:left; }
.hle-map-actions button:hover { color:#fff; background:#4b2d64; }
.hle-map-actions b { color:#6a3b75; font:bold 14px/1 "Courier New",monospace; }.hle-map-actions button:hover b { color:#ffe16f; }
.hle-map-actions span { font-size:11px; line-height:1.2; }
.hle-scenario-picker { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:9px; margin-bottom:12px; }
.hle-scenario-picker button { min-width:0; min-height:70px; padding:9px; display:grid; grid-template-columns:44px minmax(0,1fr); align-items:center; gap:8px; color:#201827; background:#d6ceb2; border:3px outset #f6efd6; text-align:left; }
.hle-scenario-picker button.is-active { color:#fff9c8; background:#43285f; border-style:inset; }
.hle-scenario-picker img { width:40px; height:40px; object-fit:contain; }
.hle-scenario-picker span { min-width:0; display:grid; gap:4px; }.hle-scenario-picker b { font: bold 15px/1.1 Georgia,serif; }.hle-scenario-picker small { font:10px/1.2 Tahoma,sans-serif; }
.hle-scenario-stage { padding:14px; color:#e7eed7; background:#10171e; border:5px ridge #8d7e9d; box-shadow:6px 6px 0 #a89a80; }
.hle-scenario-stage > header { padding-bottom:10px; border-bottom:2px solid #4c765d; }
.hle-scenario-stage > header span { color:#f0d064; font:bold 10px/1 "Courier New",monospace; }.hle-scenario-stage h3 { margin:4px 0; color:#fff5bf; font:bold 25px/1.05 Georgia,serif; }.hle-scenario-stage header p { margin:0; color:#cbd7ca; font-size:12px; }
.hle-scenario-route { margin:13px 0; display:flex; align-items:stretch; gap:5px; overflow-x:auto; }
.hle-scenario-route span { flex:1 0 120px; min-height:48px; padding:7px; display:grid; grid-template-columns:24px minmax(0,1fr); align-items:center; gap:5px; color:#9cab9e; background:#1d2922; border:2px outset #526658; font:10px/1.2 Tahoma,sans-serif; }
.hle-scenario-route span b { color:#e0bd58; font: bold 11px/1 "Courier New",monospace; }.hle-scenario-route span.is-done { color:#bfe5cc; background:#244633; }.hle-scenario-route span.is-active { color:#18121d; background:#efd16a; border-style:inset; }.hle-scenario-route span.is-active b { color:#49295f; }
.hle-scenario-route i { align-self:center; color:#f1cf65; font:bold 16px/1 Georgia,serif; font-style:normal; }
.hle-scenario-step { min-height:190px; padding:15px; display:grid; grid-template-columns:130px minmax(0,1fr); gap:16px; align-items:stretch; color:#251b2a; background:#f5edcf; border:4px double #55346a; }
.hle-scenario-step-number { padding:12px; display:grid; align-content:center; gap:8px; color:#dbe8d7; background:#17251c; border:2px inset #56765e; text-align:center; }
.hle-scenario-step-number span { color:#f2d36c; font:bold 18px/1 "Courier New",monospace; }.hle-scenario-step-number b { font:bold 11px/1.25 "Courier New",monospace; }
.hle-scenario-step h4 { margin:2px 0 10px; color:#45265d; font:bold 24px/1.1 Georgia,serif; }.hle-scenario-step p { margin:0 0 12px; font-size:14px; line-height:1.52; }.hle-scenario-step small { display:block; padding:8px; color:#315f45; background:#e1edd8; border:1px dashed #55735c; font:10px/1.4 "Courier New",monospace; }
.hle-scenario-controls { margin-top:12px; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:7px; }.hle-scenario-controls button { padding:8px; color:#111; background:#c0c0c0; border:2px outset #fff; }.hle-scenario-controls button:disabled { color:#777; text-shadow:1px 1px #fff; }.hle-scenario-controls button:last-child { color:#fff6bd; background:#44275f; border-color:#8e78a4; }
.hle-scenario-footnote { margin-top:12px; padding:9px 10px; display:grid; grid-template-columns:auto minmax(0,1fr) auto; align-items:center; gap:10px; color:#d8e7d6; background:#142219; border:2px inset #496b53; }.hle-scenario-footnote b { color:#f1d266; font: bold 9px/1 "Courier New",monospace; }.hle-scenario-footnote span { font-size:11px; line-height:1.35; }.hle-scenario-footnote button { padding:6px 8px; color:#111; background:#c0c0c0; border:2px outset #fff; }
@media (max-width:1050px) { .hle-map-workspace { grid-template-columns:1fr; }.hle-map-detail > p { min-height:0; }.hle-map-actions { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:700px) { .hle-map-toolbar { align-items:stretch; flex-direction:column; }.hle-map-toolbar small { text-align:left; }.hle-map-flow { grid-template-columns:1fr; grid-template-rows:none; }.hle-map-flow > i,.hle-map-flow > em { transform:rotate(90deg); }.hle-map-flow > span { display:none; }.hle-map-node { min-height:68px; }.hle-map-actions,.hle-scenario-picker,.hle-scenario-controls { grid-template-columns:1fr; }.hle-scenario-step { grid-template-columns:1fr; }.hle-scenario-step-number { min-height:70px; }.hle-scenario-footnote { grid-template-columns:1fr; }.hle-scenario-route span { flex-basis:105px; } }


/* v0.17.29 — Homelab Explorer 97 calm guided navigation */
.hle-app { grid-template-rows:auto minmax(0,1fr) auto; }
.hle-shell { position:relative; min-height:0; display:grid; grid-template-rows:auto minmax(0,1fr); grid-template-columns:1fr; }
.hle-commandbar { min-height:38px; padding:5px 8px; display:flex; align-items:center; gap:10px; color:#263728; background:#d8d1b8; border-bottom:3px ridge #b9ad87; }
.hle-commandbar button { flex:0 0 auto; padding:6px 10px; color:#111; background:#c0c0c0; border:2px outset #fff; font:bold 11px/1 Tahoma,sans-serif; }
.hle-commandbar span { min-width:0; overflow:hidden; color:#402755; font:bold 11px/1.2 "Courier New",monospace; text-overflow:ellipsis; white-space:nowrap; }
.hle-nav { position:absolute; z-index:20; left:7px; top:45px; width:min(270px,calc(100% - 14px)); max-height:calc(100% - 54px); border:4px ridge #bdb48c; box-shadow:8px 8px 0 rgba(20,12,27,.35); }
.hle-nav[hidden] { display:none !important; }
.hle-nav-heading { display:flex; align-items:center; justify-content:space-between; gap:8px; }
.hle-nav-heading button { width:27px; height:25px; color:#111; background:#c0c0c0; border:2px outset #fff; font-weight:bold; }
.hle-stage { grid-row:2; }
.hle-screen--start { min-height:100%; display:grid; align-content:center; max-width:1040px; margin:0 auto; }
.hle-start-intro { max-width:760px; margin:0 auto 22px; text-align:center; }
.hle-start-intro > span { color:#6f3975; font:bold 11px/1 "Courier New",monospace; letter-spacing:1px; }
.hle-start-intro h2 { margin:6px 0 8px; color:#201137; font:bold clamp(30px,4vw,46px)/1.03 Georgia,serif; }
.hle-start-intro p { margin:0; font-size:15px; line-height:1.5; }
.hle-start-choices { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.hle-start-choices button { min-width:0; min-height:112px; padding:15px 16px; display:grid; grid-template-columns:58px minmax(0,1fr) 24px; align-items:center; gap:13px; color:#20172a; background:#f4ecd1; border:4px outset #fff7dc; box-shadow:4px 4px 0 #a89a80; text-align:left; }
.hle-start-choices button:hover,.hle-start-choices button:focus-visible { color:#fff8c7; background:#43285f; outline:2px dotted #fff; outline-offset:-8px; }
.hle-start-choices img { width:54px; height:54px; object-fit:contain; }
.hle-start-choices span { min-width:0; display:grid; gap:7px; }
.hle-start-choices b { font:bold 19px/1.12 Georgia,serif; }
.hle-start-choices small { color:#4a493e; font:12px/1.35 Tahoma,sans-serif; }
.hle-start-choices button:hover small,.hle-start-choices button:focus-visible small { color:#e7dfc7; }
.hle-start-choices i { color:#6d3d77; font:bold 28px/1 Georgia,serif; font-style:normal; text-align:right; }
.hle-start-choices button:hover i,.hle-start-choices button:focus-visible i { color:#ffe06c; }
.hle-start-safety { max-width:820px; margin:20px auto 0; padding:9px 12px; color:#315f45; background:#e1edd8; border:1px dashed #55735c; font:10px/1.4 "Courier New",monospace; text-align:center; }
.hle-scenario-simple-head { max-width:860px; margin:4px auto 18px; text-align:center; }
.hle-scenario-simple-head > span { color:#6f3975; font:bold 10px/1 "Courier New",monospace; letter-spacing:.8px; }
.hle-scenario-simple-head h2 { margin:6px 0; color:#201137; font:bold clamp(28px,3.6vw,42px)/1.05 Georgia,serif; }
.hle-scenario-simple-head p { margin:0 auto; max-width:720px; font-size:14px; line-height:1.45; }
.hle-scenario-route--simple { max-width:900px; margin:0 auto 18px; display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:7px; overflow:visible; }
.hle-scenario-route--simple span { min-width:0; min-height:50px; padding:7px 5px; display:grid; grid-template-columns:24px minmax(0,1fr); align-items:center; gap:5px; color:#5f665e; background:#d8d2bc; border:2px outset #f8f1d8; font:10px/1.15 Tahoma,sans-serif; }
.hle-scenario-route--simple span b { width:22px; height:22px; display:grid; place-items:center; color:#fff6bf; background:#4a2c62; border-radius:50%; font:bold 10px/1 "Courier New",monospace; }
.hle-scenario-route--simple span em { min-width:0; overflow:hidden; font-style:normal; text-overflow:ellipsis; white-space:nowrap; }
.hle-scenario-route--simple span.is-done { color:#315a43; background:#dfead8; }
.hle-scenario-route--simple span.is-active { color:#21172a; background:#efd16a; border-style:inset; font-weight:bold; }
.hle-scenario-route--simple span.is-active b { color:#261631; background:#fff5bf; }
.hle-scenario-card { max-width:820px; min-height:300px; margin:0 auto; padding:28px 34px; color:#251b2a; background:#f8f1d8; border:5px double #55346a; box-shadow:7px 7px 0 #a99b80; }
.hle-scenario-card-meta { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:18px; padding-bottom:10px; border-bottom:2px solid #b6a773; }
.hle-scenario-card-meta span { color:#65416f; font:bold 12px/1 "Courier New",monospace; }
.hle-scenario-card-meta b { padding:5px 8px; color:#dce8d7; background:#17251c; border:2px inset #56765e; font:bold 10px/1 "Courier New",monospace; }
.hle-scenario-card h3 { margin:0 0 13px; color:#45265d; font:bold clamp(26px,3.3vw,38px)/1.08 Georgia,serif; }
.hle-scenario-card > p { margin:0; max-width:720px; font-size:16px; line-height:1.58; }
.hle-scenario-more { margin-top:24px; padding:9px 11px; color:#315f45; background:#e1edd8; border:1px dashed #55735c; }
.hle-scenario-more summary { cursor:pointer; font:bold 11px/1.3 "Courier New",monospace; }
.hle-scenario-more p { margin:9px 0 0; font:11px/1.45 "Courier New",monospace; }
.hle-scenario-controls--simple { max-width:820px; margin:18px auto 0; display:grid; grid-template-columns:1fr auto 1fr; gap:10px; }
.hle-scenario-controls--simple button { min-height:42px; padding:8px 14px; color:#111; background:#c0c0c0; border:3px outset #fff; font:12px/1 Tahoma,sans-serif; }
.hle-scenario-controls--simple button:first-child { justify-self:stretch; }
.hle-scenario-controls--simple button:last-child { justify-self:stretch; }
.hle-scenario-controls--simple button.is-primary { color:#fff7bd; background:#44275f; border-color:#8e78a4; font-weight:bold; }
.hle-scenario-controls--simple button:disabled { color:#777; background:#c0c0c0; border-color:#fff; text-shadow:1px 1px #fff; }
.hle-footer--simple { min-height:42px; }
.hle-footer--simple > div:last-child { margin-left:auto; }
@media (max-width:800px) {
  .hle-start-choices { grid-template-columns:1fr; }
  .hle-screen--start { align-content:start; }
  .hle-scenario-route--simple { grid-template-columns:repeat(5,minmax(86px,1fr)); overflow-x:auto; padding-bottom:4px; }
  .hle-scenario-card { padding:22px 20px; }
}
@media (max-width:560px) {
  .hle-titlebar p { display:none; }
  .hle-titlebar h1 { font-size:25px; }
  .hle-titlebar > div:first-child { padding-left:56px; }
  .hle-disc { width:43px; height:43px; }
  .hle-start-choices button { min-height:96px; grid-template-columns:46px minmax(0,1fr) 18px; padding:12px; }
  .hle-start-choices img { width:42px; height:42px; }
  .hle-start-choices b { font-size:16px; }
  .hle-scenario-card { min-height:260px; }
  .hle-scenario-card-meta { align-items:flex-start; flex-direction:column; }
  .hle-scenario-controls--simple { grid-template-columns:1fr 1fr; }
  .hle-scenario-controls--simple button:nth-child(2) { grid-column:1/-1; grid-row:2; }
  .hle-footer--simple > div:first-child span:not(:first-child) { display:none; }
}


/* v0.17.30 — ordered plain-language Homelab Explorer entry journey */
.hle-screen--start { align-content:start; padding-top:22px; padding-bottom:24px; }
.hle-start-intro { margin-bottom:18px; }
.hle-start-intro h2 { font-size:clamp(28px,3.8vw,43px); }
.hle-start-stage { max-width:960px; margin:0 auto 17px; }
.hle-start-stage-label { margin-bottom:7px; display:flex; align-items:center; gap:8px; color:#59336b; font:bold 10px/1 "Courier New",monospace; letter-spacing:.7px; }
.hle-start-stage-label b { width:28px; height:25px; display:grid; place-items:center; color:#fff5bd; background:#44275f; border:2px outset #8f79a2; }
.hle-start-primary { width:100%; min-height:126px; padding:17px 19px; display:grid; grid-template-columns:70px minmax(0,1fr) auto; align-items:center; gap:17px; color:#1f1726; background:#f4e9bf; border:5px outset #fff4ce; box-shadow:5px 5px 0 #9e9076; text-align:left; }
.hle-start-primary:hover,.hle-start-primary:focus-visible { color:#fff7c6; background:#3e2858; outline:2px dotted #fff; outline-offset:-9px; }
.hle-start-primary > img { width:64px; height:64px; object-fit:contain; image-rendering:pixelated; }
.hle-start-primary > span { min-width:0; display:grid; gap:6px; }
.hle-start-primary em { color:#6b3c75; font:bold 9px/1.2 "Courier New",monospace; font-style:normal; letter-spacing:.7px; }
.hle-start-primary b { font:bold 24px/1.1 Georgia,serif; }
.hle-start-primary small { max-width:700px; color:#4a493d; font:13px/1.42 Tahoma,sans-serif; }
.hle-start-primary strong { min-width:112px; padding:10px 12px; color:#fff7c6; background:#44275f; border:3px outset #8f79a2; font:bold 12px/1 Tahoma,sans-serif; text-align:center; }
.hle-start-primary:hover em,.hle-start-primary:focus-visible em,.hle-start-primary:hover small,.hle-start-primary:focus-visible small { color:#e9e1c9; }
.hle-start-primary:hover strong,.hle-start-primary:focus-visible strong { color:#24182d; background:#efd16a; border-color:#fff3a6; }
.hle-start-mini-flow { margin-top:9px; padding:8px 10px; display:flex; align-items:center; justify-content:center; gap:7px; color:#324b38; background:#e3ead8; border:1px dashed #627760; font:10px/1.2 "Courier New",monospace; }
.hle-start-mini-flow i { color:#6e3c75; font:bold 14px/1 Georgia,serif; font-style:normal; }
.hle-start-example-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; }
.hle-start-example-grid button { min-width:0; min-height:104px; padding:12px; display:grid; grid-template-columns:42px minmax(0,1fr) 15px; align-items:center; gap:10px; color:#20172a; background:#f5efd9; border:3px outset #fff8df; text-align:left; }
.hle-start-example-grid button:hover,.hle-start-example-grid button:focus-visible { color:#fff8c7; background:#44275f; outline:2px dotted #fff; outline-offset:-7px; }
.hle-start-example-grid img { width:40px; height:40px; object-fit:contain; }
.hle-start-example-grid span { min-width:0; display:grid; gap:5px; }
.hle-start-example-grid b { font:bold 17px/1.1 Georgia,serif; }
.hle-start-example-grid small { color:#4a493e; font:11px/1.34 Tahoma,sans-serif; }
.hle-start-example-grid button:hover small,.hle-start-example-grid button:focus-visible small { color:#e7dfc7; }
.hle-start-example-grid i { color:#6d3d77; font:bold 22px/1 Georgia,serif; font-style:normal; }
.hle-start-detail-bar { padding:10px 12px; display:grid; grid-template-columns:minmax(220px,1fr) auto; align-items:center; gap:12px; color:#2d292c; background:#d8d1b8; border:3px ridge #b9ad87; }
.hle-start-detail-bar p { margin:0; font:11px/1.38 Tahoma,sans-serif; }
.hle-start-detail-bar > div { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:7px; }
.hle-start-detail-bar button { padding:7px 9px; color:#111; background:#c0c0c0; border:2px outset #fff; font:11px/1 Tahoma,sans-serif; }
.hle-start-detail-bar button:first-child { color:#fff6bd; background:#44275f; border-color:#8e78a4; }
.hle-start-safety { margin-top:10px; }
@media (max-width:900px) {
  .hle-start-example-grid { grid-template-columns:1fr; }
  .hle-start-primary { grid-template-columns:58px minmax(0,1fr); }
  .hle-start-primary > img { width:54px; height:54px; }
  .hle-start-primary strong { grid-column:1/-1; width:100%; }
  .hle-start-detail-bar { grid-template-columns:1fr; }
  .hle-start-detail-bar > div { justify-content:flex-start; }
}
@media (max-width:560px) {
  .hle-screen--start { padding-top:12px; }
  .hle-start-intro { text-align:left; }
  .hle-start-primary { padding:13px; grid-template-columns:45px minmax(0,1fr); gap:10px; }
  .hle-start-primary > img { width:42px; height:42px; }
  .hle-start-primary b { font-size:19px; }
  .hle-start-primary small { font-size:11px; }
  .hle-start-mini-flow { justify-content:flex-start; overflow-x:auto; white-space:nowrap; }
  .hle-start-example-grid button { min-height:88px; }
  .hle-start-detail-bar > div { display:grid; grid-template-columns:1fr; }
  .hle-start-detail-bar button { min-height:38px; }
}


/* v0.17.31 — plain-language Homelab Explorer journey */
.hle-screen--journey { align-content:start; padding-top:22px; padding-bottom:28px; }
.hle-section-head--journey { max-width:930px; margin:0 auto 16px; text-align:left; }
.hle-section-head--journey > span { color:#6f3975; }
.hle-section-head--journey h2 { max-width:850px; font-size:clamp(27px,3.4vw,40px); }
.hle-section-head--journey p { max-width:800px; font-size:14px; line-height:1.5; }
.hle-plain-flow { max-width:900px; margin:0 auto 16px; padding:10px 12px; display:flex; align-items:center; justify-content:center; gap:10px; color:#253b2c; background:#e2ead9; border:2px dashed #617763; font:bold 11px/1.25 "Courier New",monospace; text-align:center; }
.hle-plain-flow span { min-width:0; padding:7px 10px; background:#f4f0d7; border:2px outset #fffbe7; }
.hle-plain-flow i { color:#6d3c75; font:bold 18px/1 Georgia,serif; font-style:normal; }
.hle-benefit-grid { max-width:930px; margin:0 auto 17px; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
.hle-benefit-grid--three { grid-template-columns:repeat(3,minmax(0,1fr)); }
.hle-benefit-grid article { min-width:0; padding:13px; display:grid; grid-template-columns:42px minmax(0,1fr); align-items:start; gap:10px; color:#29222c; background:#f6efd6; border:3px outset #fff9e4; }
.hle-benefit-grid article img { width:40px; height:40px; object-fit:contain; image-rendering:pixelated; }
.hle-benefit-grid h3 { margin:0 0 6px; color:#49285e; font:bold 18px/1.12 Georgia,serif; }
.hle-benefit-grid p { margin:0; font:12px/1.45 Tahoma,sans-serif; }
.hle-simple-points { max-width:930px; margin:0 auto 16px; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:9px; }
.hle-simple-points article { padding:12px 13px; background:#f7f1dc; border:3px double #8a7752; }
.hle-simple-points b { display:block; margin-bottom:5px; color:#4c2d62; font:bold 16px/1.15 Georgia,serif; }
.hle-simple-points p { margin:0; font:12px/1.42 Tahoma,sans-serif; }
.hle-visual-story { max-width:930px; margin:0 auto 15px; display:grid; grid-template-columns:minmax(0,1.5fr) minmax(230px,.5fr); gap:12px; align-items:stretch; }
.hle-visual-story .hle-visual-frame { margin:0; }
.hle-story-caption { padding:15px; display:flex; flex-direction:column; justify-content:center; color:#e3eadc; background:#132119; border:3px inset #56745d; }
.hle-story-caption b { margin-bottom:9px; color:#ffe16d; font:bold 11px/1.2 "Courier New",monospace; }
.hle-story-caption p { margin:0; font:12px/1.5 Tahoma,sans-serif; }
.hle-balance-note { max-width:930px; margin:0 auto 14px; padding:12px 14px; display:grid; grid-template-columns:auto minmax(0,1fr); gap:13px; align-items:start; color:#304b38; background:#e2ead8; border:2px dashed #607861; }
.hle-balance-note b { color:#563268; font:bold 12px/1.25 "Courier New",monospace; text-transform:uppercase; }
.hle-balance-note p { margin:0; font:12px/1.48 Tahoma,sans-serif; }
.hle-project-actions { max-width:930px; margin:15px auto 0; display:flex; flex-wrap:wrap; gap:8px; }
.hle-project-actions button { min-height:38px; padding:8px 11px; color:#111; background:#c0c0c0; border:3px outset #fff; font:11px/1.15 Tahoma,sans-serif; }
.hle-project-actions button:first-child { color:#fff5bd; background:#44275f; border-color:#8e78a4; font-weight:bold; }
.hle-project-actions button:hover,.hle-project-actions button:focus-visible { color:#20152b; background:#efd16a; outline:2px dotted #20152b; outline-offset:-6px; }
.hle-screen--journey > .hle-gallery,.hle-screen--journey > .hle-visual-frame,.hle-screen--journey > .hle-reliability-bottom,.hle-screen--journey > .hle-legal-mini { max-width:930px; margin-left:auto; margin-right:auto; }
.hle-screen--map .hle-map-toolbar small { max-width:420px; }
@media (max-width:900px) {
  .hle-benefit-grid--three { grid-template-columns:1fr; }
  .hle-visual-story { grid-template-columns:1fr; }
  .hle-story-caption { min-height:120px; }
}
@media (max-width:720px) {
  .hle-section-head--journey { text-align:left; }
  .hle-plain-flow { justify-content:flex-start; overflow-x:auto; white-space:nowrap; }
  .hle-benefit-grid,.hle-simple-points { grid-template-columns:1fr; }
  .hle-balance-note { grid-template-columns:1fr; }
  .hle-project-actions { display:grid; grid-template-columns:1fr; }
  .hle-project-actions button { width:100%; }
}


/* v0.17.32 — continuous guided journey across Grakjin Lab */
.hle-tour-progress {
  max-width:820px;
  margin:0 auto 10px;
  padding:7px 9px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  color:#354a39;
  background:#e3ead8;
  border:1px dashed #627760;
  font:bold 10px/1.25 "Courier New",monospace;
}
.hle-tour-progress button {
  padding:5px 8px;
  color:#111;
  background:#c0c0c0;
  border:2px outset #fff;
  font:10px/1 Tahoma,sans-serif;
}
.hle-scenario-route--simple {
  grid-template-columns:repeat(var(--hle-step-count,5),minmax(0,1fr));
}
.hle-scenario-project-link {
  color:#312a31 !important;
  background:#d8d1b8 !important;
  border-color:#fff !important;
  font-size:11px !important;
}
.hle-scenario-project-link:hover,
.hle-scenario-project-link:focus-visible {
  color:#20152b !important;
  background:#efd16a !important;
  outline:2px dotted #20152b;
  outline-offset:-6px;
}
.hle-scenario-controls--simple .is-primary {
  min-width:0;
}
@media (max-width:700px) {
  .hle-tour-progress { align-items:flex-start; flex-direction:column; }
  .hle-tour-progress button { width:100%; min-height:34px; }
  .hle-scenario-route--simple { grid-template-columns:repeat(var(--hle-step-count,5),minmax(92px,1fr)); }
  .hle-scenario-controls--simple { grid-template-columns:1fr 1fr; }
  .hle-scenario-controls--simple .hle-scenario-project-link { grid-column:1/-1; grid-row:2; }
}

/* v0.17.33 — Welcome Center recommends the guided Homelab Explorer tour */
