:root {
  --appdo-win-bg: #d7d7d5;
  --appdo-win-content: #e1e1df;
  --appdo-win-title: #bfc1c3;
  --appdo-win-dark: #70747a;
  --appdo-win-light: #f2f2ef;
  --appdo-win-ink: #17191d;
  --appdo-win-muted: #5f636a;
  --appdo-win-blue: #4d91c9;
  --appdo-win-shadow: rgba(23, 25, 29, .28);
}

html[data-theme="lisa"],
html[data-theme="lisa"] body { overflow: hidden; }

.appdo-info-shell,
.appdo-info-shell * { box-sizing: border-box; }
.appdo-info-shell [hidden] { display: none !important; }
.appdo-info-shell button,
.appdo-audio-switch { font: inherit; }

.c-lisa-step_choice[data-target="connecting"],
.c-lisa-step_choice[data-target="greeting"],
.c-lisa-step_choice[data-target="needs-prompt"] { display: none !important; }
html[data-appdo-aido-phase="booting"] .c-lisa-step_dialog::after,
html[data-appdo-aido-phase="connecting"] .c-lisa-step_dialog::after {
  content: "▮";
  display: inline-block;
  margin-left: .22em;
  color: currentColor;
}
html[data-appdo-aido-phase="booting"] .c-lisa-step_dialog::after { animation: appdoCursorJump .75s steps(1, end) 1; }
html[data-appdo-aido-phase="connecting"] .c-lisa-step_dialog::after { animation: appdoCursorJump .75s steps(1, end) 3; }
@keyframes appdoCursorJump {
  0%, 49% { opacity: 1; transform: translateY(0); }
  50%, 100% { opacity: .18; transform: translateY(-.2em); }
}

.appdo-info-shell {
  position: fixed;
  inset: 0;
  z-index: 5000;
  visibility: hidden;
  pointer-events: none;
  color: var(--appdo-win-ink);
  font-family: Inter, "SF Pro Display", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.appdo-info-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  border: 0;
  background: rgba(92, 96, 99, .18);
  opacity: 0;
  backdrop-filter: blur(2px) brightness(.88);
  transition: opacity .45s ease;
}

.appdo-info-panel {
  --win-x: 0px;
  --win-y: 0px;
  position: absolute;
  top: 51%;
  left: 55%;
  display: flex;
  width: min(70vw, 1040px);
  height: min(74vh, 760px);
  min-width: 720px;
  min-height: 520px;
  flex-direction: column;
  overflow: hidden;
  border: 2px solid var(--appdo-win-light);
  border-right-color: #555a60;
  border-bottom-color: #555a60;
  border-radius: 2px;
  background: var(--appdo-win-bg);
  box-shadow: 1px 1px 0 #23262a, 18px 24px 60px rgba(22, 25, 28, .24);
  opacity: 0;
  transform: translate(calc(-50% + var(--win-x)), calc(-50% + var(--win-y))) scale(.055);
  transform-origin: 74% 38%;
  outline: none;
}

.appdo-info-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 30;
  pointer-events: none;
  opacity: 0;
  background: repeating-linear-gradient(0deg, transparent 0 3px, rgba(30, 37, 42, .08) 3px 4px);
}

.appdo-crt-burst {
  position: absolute;
  top: 42%;
  left: 69%;
  z-index: 20;
  width: 210px;
  height: 96px;
  overflow: hidden;
  border: 1px solid rgba(77, 145, 201, .6);
  background: rgba(17, 20, 23, .72);
  opacity: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.appdo-crt-burst::before {
  content: "";
  position: absolute;
  inset: -20% 0;
  background: linear-gradient(transparent 42%, rgba(224, 232, 236, .8) 49%, transparent 55%);
  transform: translateY(-60%);
}

.appdo-crt-burst span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #9fbcd3;
  font: 11px/1 monospace;
  letter-spacing: .18em;
}

html.is-appdo-info-open { overflow: hidden; }
html.is-appdo-info-open .appdo-info-shell { visibility: visible; pointer-events: auto; }
html.is-appdo-info-open .appdo-info-backdrop { opacity: 1; }
html.is-appdo-info-open .appdo-info-panel { animation: appdoWindowOpen .56s cubic-bezier(.18,.82,.28,1) forwards; }
html.is-appdo-info-open .appdo-crt-burst { animation: appdoCrtBurst .56s steps(2, end) both; }
html.is-appdo-info-open .appdo-info-panel::after { animation: appdoScanNoise .62s steps(2, end) both; }
html.is-appdo-info-open .c-header { z-index: 5200; }

html.is-appdo-window-closing .appdo-info-panel { animation: appdoWindowClose .42s cubic-bezier(.55,0,.8,.3) forwards; }
html.is-appdo-window-closing .appdo-crt-burst { animation: appdoCrtClose .42s steps(2, end) both; }
html.is-appdo-window-switching .appdo-info-scroll { animation: appdoFolderSwitch .34s ease both; }

@keyframes appdoWindowOpen {
  0% { opacity: 0; transform: translate(calc(-50% + 16vw), calc(-50% - 5vh)) scale(.055, .09); filter: contrast(1.5) saturate(.55); }
  18% { opacity: .82; transform: translate(calc(-50% + 10vw), calc(-50% - 3vh)) scale(.18, .045); }
  62% { opacity: 1; transform: translate(calc(-50% + var(--win-x)), calc(-50% + var(--win-y))) scale(1.018); filter: contrast(1.08) saturate(.85); }
  100% { opacity: 1; transform: translate(calc(-50% + var(--win-x)), calc(-50% + var(--win-y))) scale(1); filter: none; }
}

@keyframes appdoWindowClose {
  0% { opacity: 1; transform: translate(calc(-50% + var(--win-x)), calc(-50% + var(--win-y))) scale(1); }
  64% { opacity: .7; transform: translate(calc(-50% + 10vw), calc(-50% - 3vh)) scale(.2, .05); }
  100% { opacity: 0; transform: translate(calc(-50% + 16vw), calc(-50% - 5vh)) scale(.03, .07); }
}

@keyframes appdoCrtBurst {
  0%, 100% { opacity: 0; }
  8%, 42% { opacity: .76; transform: translate(-50%, -50%) skewX(-2deg); }
  22% { transform: translate(calc(-50% + 6px), calc(-50% - 2px)) skewX(3deg); }
  52% { opacity: .2; }
}

@keyframes appdoCrtClose { 0% { opacity: 0; } 42% { opacity: .58; } 100% { opacity: 0; transform: translate(-50%, -50%) scaleX(.08); } }
@keyframes appdoScanNoise { 0%, 100% { opacity: 0; } 18% { opacity: .32; transform: translateX(-3px); } 36% { transform: translateX(4px); } 54% { opacity: .16; } }
@keyframes appdoFolderSwitch { 0% { opacity: 1; transform: translateX(0); } 48% { opacity: 0; transform: translateX(-16px); } 49% { transform: translateX(18px); } 100% { opacity: 1; transform: translateX(0); } }

.appdo-win-titlebar {
  display: flex;
  min-height: 35px;
  align-items: center;
  justify-content: space-between;
  padding: 4px 5px 4px 8px;
  border-bottom: 1px solid #8c9094;
  background: var(--appdo-win-title);
  box-shadow: inset 0 1px 0 var(--appdo-win-light);
  cursor: default;
  user-select: none;
  touch-action: none;
}

.appdo-win-title,
.appdo-property-title { display: flex; align-items: center; gap: 8px; min-width: 0; }
.appdo-win-title strong { overflow: hidden; color: #24272b; font-size: 12px; font-weight: 650; letter-spacing: .015em; text-overflow: ellipsis; white-space: nowrap; }
.appdo-win-icon { display: inline-grid; width: 20px; height: 20px; flex: 0 0 20px; place-items: center; border: 1px solid #2f6290; background: #4d91c9; box-shadow: inset 1px 1px 0 #97c1e1, inset -1px -1px 0 #2b5a80; color: #f4f6f6; font: 700 11px/1 Arial, sans-serif; }
.appdo-win-controls { display: flex; gap: 3px; }
.appdo-win-controls button,
.appdo-system-dialog header button {
  display: grid;
  width: 27px;
  height: 25px;
  place-items: center;
  border: 1px solid var(--appdo-win-light);
  border-right-color: #5d6267;
  border-bottom-color: #5d6267;
  border-radius: 1px;
  background: #d0d1cf;
  box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #85898d;
  color: #26292d;
  font: 700 14px/1 Arial, sans-serif;
}
.appdo-win-controls button:active,
.appdo-system-dialog header button:active,
.appdo-win-primary:active { border-color: #5d6267 var(--appdo-win-light) var(--appdo-win-light) #5d6267; box-shadow: inset 1px 1px 1px #8a8d8f; }
.appdo-win-controls button:last-child:hover { background: #c8b8b5; }

.appdo-win-menu { display: flex; min-height: 26px; align-items: center; gap: 2px; padding: 0 7px; border-bottom: 1px solid #a7aaac; background: var(--appdo-win-bg); }
.appdo-win-menu button { padding: 4px 8px; border: 1px solid transparent; color: #303338; font-size: 11px; }
.appdo-win-menu button:hover { border-color: #9a9d9f; background: #e4e4e1; }

.appdo-win-toolbar {
  display: flex;
  min-height: 55px;
  align-items: center;
  gap: 10px;
  padding: 5px 8px;
  border-top: 1px solid var(--appdo-win-light);
  border-bottom: 1px solid #96999c;
  background: #d4d4d2;
}
.appdo-toolbar-actions { display: flex; flex: 0 0 auto; gap: 4px; padding-right: 10px; border-right: 1px solid #aaa; }
.appdo-toolbar-actions button { display: grid; min-width: 43px; height: 42px; place-items: center; border: 1px solid transparent; color: #32353a; }
.appdo-toolbar-actions button:hover { border-color: #9ca0a3; background: #e2e2df; }
.appdo-toolbar-actions span { font-size: 20px; line-height: 15px; }
.appdo-toolbar-actions small { font-size: 9px; }
.appdo-pathbar { display: flex; min-width: 0; flex: 1; align-items: center; gap: 7px; color: #55595f; font-size: 10px; }
.appdo-pathbar input { width: 100%; height: 28px; border: 1px solid #70747a; border-right-color: var(--appdo-win-light); border-bottom-color: var(--appdo-win-light); border-radius: 0; background: #e8e8e5; box-shadow: inset 1px 1px 1px #a0a3a5; color: #22252a; font: 11px/1.2 "SFMono-Regular", Consolas, monospace; letter-spacing: .015em; }

.appdo-searchbar { padding: 8px 10px; border-bottom: 1px solid #9ca0a4; background: #cbccca; }
.appdo-searchbar label { display: flex; align-items: center; gap: 8px; font-size: 11px; }
.appdo-searchbar input { width: min(360px, 60vw); height: 26px; border: 1px solid #6e7378; background: #e8e8e5; box-shadow: inset 1px 1px 1px #a3a5a7; }
.appdo-searchbar button { margin-left: 8px; padding: 4px 9px; border: 1px solid #f1f1ee; border-right-color: #6d7176; border-bottom-color: #6d7176; background: #d4d4d1; font-size: 10px; }
.appdo-mobile-directory { display: none; }

.appdo-win-body { display: grid; min-height: 0; flex: 1; grid-template-columns: 190px minmax(0, 1fr); border-top: 1px solid var(--appdo-win-light); }
.appdo-win-sidebar { display: flex; min-height: 0; flex-direction: column; padding: 14px 12px 12px; border-right: 1px solid #85898d; background: #cccdcb; box-shadow: inset -1px 0 0 var(--appdo-win-light); }
.appdo-sidebar-head { display: flex; align-items: center; gap: 10px; padding: 6px 4px 16px; border-bottom: 1px solid #a4a7a9; }
.appdo-sidebar-head div { display: grid; gap: 4px; }
.appdo-sidebar-head small { color: #6d7177; font: 8px/1 monospace; letter-spacing: .12em; }
.appdo-sidebar-head strong { font-size: 13px; }
.appdo-folder-large,
.appdo-folder-icon { position: relative; display: block; border: 1px solid #8a7844; background: #c8b167; box-shadow: inset 1px 1px 0 #eee0a3, inset -1px -1px 0 #8e7940; }
.appdo-folder-large { width: 37px; height: 28px; }
.appdo-folder-icon { width: 42px; height: 31px; }
.appdo-folder-large::before,
.appdo-folder-icon::before { content: ""; position: absolute; top: -6px; left: 2px; width: 44%; height: 7px; border: 1px solid #8a7844; border-bottom: 0; background: #c8b167; }
.appdo-win-sidebar nav { min-height: 0; flex: 1; overflow: auto; padding-top: 12px; }
.appdo-win-sidebar nav > div { position: relative; }
.appdo-win-sidebar nav > div::before { content: ""; position: absolute; top: 6px; bottom: 9px; left: 7px; border-left: 1px dotted #7a7e82; }
.appdo-win-sidebar nav button { position: relative; display: block; width: 100%; padding: 7px 6px 7px 25px; border: 0; color: #33363a; text-align: left; font-size: 11px; }
.appdo-win-sidebar nav button::before { content: ""; position: absolute; top: 50%; left: 7px; width: 11px; border-top: 1px dotted #7a7e82; }
.appdo-win-sidebar nav button:hover,
.appdo-win-sidebar nav button.is-active { background: #4d91c9; color: #f5f6f6; }
.appdo-sidebar-note { display: flex; gap: 8px; padding: 11px 8px; border: 1px solid #9b9ea0; background: #d9d9d6; }
.appdo-sidebar-note span { display: grid; width: 18px; height: 18px; flex: 0 0 18px; place-items: center; border-radius: 50%; background: #6f96b6; color: white; font: 700 12px/1 serif; }
.appdo-sidebar-note p { color: #666a70; font-size: 9px; line-height: 1.5; }

.appdo-info-scroll { min-width: 0; min-height: 0; overflow: auto; overscroll-behavior: contain; background: var(--appdo-win-content); box-shadow: inset 1px 1px 0 #b0b2b3; scrollbar-color: #aeb0b1 #d5d5d3; }
.appdo-info-view { min-height: 100%; padding: clamp(24px, 3.1vw, 42px); }
.appdo-view-hero { max-width: 790px; padding-bottom: 25px; border-bottom: 1px solid #b8b9b8; }
.appdo-view-eyebrow { color: #397eb6; font: 700 9px/1.4 "SFMono-Regular", Consolas, monospace; letter-spacing: .13em; }
.appdo-view-hero h2 { margin: 8px 0 11px; color: #17191d; font-size: clamp(31px, 3.5vw, 50px); font-weight: 650; letter-spacing: -.055em; line-height: 1; }
.appdo-view-hero > p:last-child { max-width: 680px; color: #5c6066; font-size: 13px; line-height: 1.75; }

.appdo-property-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 22px; }
.appdo-property-grid article { min-height: 122px; padding: 15px; border: 1px solid #a5a8aa; border-top-color: #f2f2ef; border-left-color: #f2f2ef; background: #d7d7d4; }
.appdo-line-icon { display: grid; width: 27px; height: 27px; place-items: center; border: 1px solid #8d9295; color: #397eb6; font: 700 9px/1 monospace; }
.appdo-property-grid h3 { margin-top: 13px; font-size: 13px; }
.appdo-property-grid p { margin-top: 5px; color: #666a70; font-size: 10px; line-height: 1.45; }
.appdo-about-split { display: grid; grid-template-columns: 1.15fr .85fr; gap: 16px; margin-top: 16px; }
.appdo-system-copy,
.appdo-system-info { padding: 20px; border: 1px solid #a6a8a9; border-top-color: var(--appdo-win-light); border-left-color: var(--appdo-win-light); background: #d7d7d4; }
.appdo-system-copy h3 { max-width: 420px; font-size: clamp(20px, 2vw, 28px); letter-spacing: -.035em; line-height: 1.12; }
.appdo-system-copy p { margin-top: 12px; color: #60646a; font-size: 11px; line-height: 1.7; }
.appdo-system-info { display: grid; padding: 0; }
.appdo-system-info > div { display: grid; grid-template-columns: 44% 56%; border-bottom: 1px solid #b8b9b8; }
.appdo-system-info > div:last-child { border-bottom: 0; }
.appdo-system-info dt,
.appdo-system-info dd { padding: 8px 10px; font: 9px/1.35 "SFMono-Regular", Consolas, monospace; }
.appdo-system-info dt { color: #666a70; background: #cecfcd; }
.appdo-status-dot { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: #4d91c9; box-shadow: 0 0 0 2px rgba(77,145,201,.14); }
.appdo-timeline { margin-top: 16px; padding: 18px 20px; border: 1px solid #a6a8aa; border-top-color: var(--appdo-win-light); border-left-color: var(--appdo-win-light); background: #d7d7d4; }
.appdo-timeline h3 { margin-bottom: 9px; font-size: 12px; }
.appdo-timeline li { display: grid; grid-template-columns: 86px 1fr; gap: 12px; padding: 8px 0; border-top: 1px solid #bdc0c0; }
.appdo-timeline time { color: #397eb6; font: 700 9px/1.5 monospace; }
.appdo-timeline p { color: #5f6369; font-size: 10px; line-height: 1.5; }
.appdo-official-links { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.appdo-official-links a,
.appdo-contact-book a { color: #2e6f9f; text-decoration: underline; text-underline-offset: 2px; }
.appdo-official-links a { padding: 7px 10px; border: 1px solid #f3f3ef; border-right-color: #64696e; border-bottom-color: #64696e; background: #d3d4d1; box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #96999b; font-size: 9px; text-decoration: none; }
.appdo-official-links a:hover,
.appdo-contact-book a:hover { color: #174e77; outline: 1px solid var(--appdo-win-blue); outline-offset: 1px; }

.appdo-explorer-layout { display: grid; grid-template-columns: minmax(0,1fr) 218px; gap: 12px; margin-top: 22px; }
.appdo-file-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; align-content: start; }
.appdo-file-card { position: relative; display: flex; min-height: 136px; flex-direction: column; align-items: center; justify-content: flex-start; padding: 13px 8px 10px; border: 1px solid transparent; color: #202328; text-align: center; }
.appdo-file-card:hover,
.appdo-file-card.is-selected { border-color: #7d9fbb; background: rgba(77,145,201,.12); box-shadow: inset 0 0 0 1px rgba(242,242,239,.55); }
.appdo-file-card strong { max-width: 145px; margin-top: 9px; font-size: 10px; line-height: 1.35; }
.appdo-file-card small { margin-top: 4px; color: #6b6f74; font-size: 9px; }
.appdo-file-card em { position: absolute; top: 8px; right: 7px; padding: 2px 4px; border: 1px solid #9da0a2; background: #d6d7d4; color: #4f555a; font: 700 7px/1.2 monospace; }
.appdo-program-icon { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid #315f84; background: #4d91c9; box-shadow: inset 2px 2px 0 #a2c7e2, inset -2px -2px 0 #2b5578; color: #eef4f7; font: 700 20px/1 Arial, sans-serif; }
.appdo-product-properties { align-self: start; padding: 13px; border: 1px solid #8f9396; border-top-color: #f0f0ed; border-left-color: #f0f0ed; background: #d3d4d1; box-shadow: 1px 1px 0 #777b7e; }
.appdo-property-title { padding-bottom: 12px; border-bottom: 1px solid #a9acad; }
.appdo-property-title > div { display: grid; min-width: 0; gap: 3px; }
.appdo-property-title small { color: #6c7075; font-size: 8px; }
.appdo-property-title strong { overflow: hidden; font-size: 10px; text-overflow: ellipsis; }
.appdo-product-properties dl { margin-top: 10px; border: 1px solid #abaeaf; }
.appdo-product-properties dl > div { display: grid; grid-template-columns: 55px 1fr; border-bottom: 1px solid #b9bbbc; }
.appdo-product-properties dl > div:last-child { border-bottom: 0; }
.appdo-product-properties dt,
.appdo-product-properties dd { padding: 6px; font-size: 8px; }
.appdo-product-properties dt { background: #c6c8c6; color: #62666b; }
.appdo-product-properties p { min-height: 67px; margin-top: 12px; color: #5f6368; font-size: 9px; line-height: 1.55; }
.appdo-product-properties > a,
.appdo-control-grid button,
.appdo-win-primary,
.appdo-system-dialog footer button { padding: 7px 12px; border: 1px solid #f3f3ef; border-right-color: #64696e; border-bottom-color: #64696e; border-radius: 1px; background: #d6d6d3; box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #96999b; color: #24272b; font-size: 9px; }
.appdo-product-properties > a,
.appdo-win-primary { display: inline-flex; align-items: center; justify-content: center; text-align: center; text-decoration: none; }
.appdo-product-properties > a:hover,
.appdo-control-grid button:hover,
.appdo-win-primary:hover { outline: 1px solid var(--appdo-win-blue); outline-offset: 1px; }

.appdo-network-wrap { display: grid; grid-template-columns: minmax(0,1fr) 205px; gap: 12px; margin-top: 20px; }
.appdo-network-map { position: relative; height: 288px; overflow: hidden; border: 1px solid #a0a3a5; background: #d6d7d4; box-shadow: inset 1px 1px 0 #f1f1ee; }
.appdo-network-map::before { content: ""; position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(#aeb2b3 1px, transparent 1px), linear-gradient(90deg,#aeb2b3 1px,transparent 1px); background-size: 20px 20px; }
.appdo-network-map svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.appdo-network-map svg path { fill: none; stroke: #80868a; stroke-width: 1; stroke-dasharray: 3 4; }
.appdo-network-map button { position: absolute; top: var(--y); left: var(--x); min-width: 76px; padding: 7px 8px; border: 1px solid #f0f0ed; border-right-color: #70757a; border-bottom-color: #70757a; background: #d2d3d0; color: #34373b; font-size: 9px; box-shadow: 1px 1px 0 rgba(0,0,0,.18); }
.appdo-network-map button:hover,
.appdo-network-map button.is-active { border-color: #8bb8db #2f638b #2f638b #8bb8db; background: #4d91c9; color: white; }
.appdo-network-map .appdo-network-core { top: 50%; left: 50%; min-width: 94px; padding: 11px; transform: translate(-50%,-50%); border-color: #96c0df #2e5c81 #2e5c81 #96c0df; background: #4d91c9; color: white; font-weight: 700; letter-spacing: .08em; }
.appdo-eco-detail { padding: 16px; border: 1px solid #979a9d; border-top-color: #f0f0ed; border-left-color: #f0f0ed; background: #d3d4d1; }
.appdo-eco-detail small { color: #397eb6; font: 700 8px/1 monospace; letter-spacing: .11em; }
.appdo-eco-detail h3 { margin-top: 11px; font-size: 20px; letter-spacing: -.035em; }
.appdo-eco-detail p { min-height: 120px; margin-top: 11px; color: #60646a; font-size: 10px; line-height: 1.65; }
.appdo-eco-detail span { display: block; padding-top: 9px; border-top: 1px solid #aeb0b1; color: #417ca9; font: 8px/1 monospace; }
.appdo-monitor-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 5px; margin-top: 12px; }
.appdo-monitor-grid > div { padding: 10px; border: 1px solid #a2a5a6; background: #d3d4d1; }
.appdo-monitor-grid span { display: block; color: #65696e; font-size: 8px; }
.appdo-monitor-grid strong { display: block; min-height: 23px; margin-top: 6px; font-size: 13px; }
.appdo-monitor-grid i { display: block; width: 100%; height: 4px; margin-top: 7px; background: #afb1b1; }
.appdo-monitor-grid i::after { content: ""; display: block; width: var(--level); height: 100%; background: #4d91c9; }

.appdo-control-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 20px; }
.appdo-control-grid article { display: flex; min-height: 122px; gap: 12px; padding: 14px; border: 1px solid #a3a6a8; border-top-color: #f0f0ed; border-left-color: #f0f0ed; background: #d5d6d3; }
.appdo-control-grid article > span { display: grid; width: 31px; height: 31px; flex: 0 0 31px; place-items: center; border: 1px solid #7a838a; color: #397eb6; font-size: 17px; }
.appdo-control-grid h3 { font-size: 12px; }
.appdo-control-grid p { min-height: 35px; margin-top: 5px; color: #62666b; font-size: 9px; line-height: 1.45; }
.appdo-control-grid button { margin-top: 8px; padding: 5px 8px; }
.appdo-wizard { margin-top: 12px; border: 1px solid #979b9e; background: #d3d4d1; }
.appdo-wizard-head { display: flex; justify-content: space-between; padding: 7px 10px; border-bottom: 1px solid #9fa2a4; background: #c4c6c5; font-size: 9px; }
.appdo-wizard ol { position: relative; display: grid; grid-template-columns: repeat(4,1fr); padding: 15px 10px 13px; }
.appdo-wizard ol::before { content: ""; position: absolute; top: 27px; right: 12%; left: 12%; border-top: 1px solid #929699; }
.appdo-wizard li { position: relative; z-index: 1; display: grid; justify-items: center; gap: 6px; }
.appdo-wizard b { display: grid; width: 24px; height: 24px; place-items: center; border: 1px solid #7e8387; background: #d7d7d4; font-size: 9px; }
.appdo-wizard li.is-current b { border-color: #2e638d; background: #4d91c9; color: #fff; }
.appdo-wizard li span { font-size: 8px; }
.appdo-coop-footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 12px; }
.appdo-coop-footer p { color: #696d71; font-size: 8px; }
.appdo-coop-footer > div { display: flex; flex: 0 0 auto; gap: 6px; }
.appdo-win-primary { min-width: 96px; padding: 8px 15px; font-weight: 650; }

.appdo-contact-layout { display: grid; grid-template-columns: 216px minmax(0,1fr); gap: 12px; margin-top: 20px; }
.appdo-contact-book,
.appdo-mail-form { border: 1px solid #9ca0a2; border-top-color: #f0f0ed; border-left-color: #f0f0ed; background: #d4d5d2; }
.appdo-contact-book { padding: 15px; }
.appdo-contact-book h3 { padding-bottom: 10px; border-bottom: 1px solid #a8abad; font-size: 13px; }
.appdo-contact-book dl > div { padding: 9px 0; border-bottom: 1px solid #b8babb; }
.appdo-contact-book dt { color: #70747a; font-size: 8px; }
.appdo-contact-book dd { margin-top: 4px; color: #24272b; font-size: 9px; line-height: 1.4; }
.appdo-contact-book dd a { display: inline-block; }
.appdo-contact-online { margin-top: 13px; padding: 8px; border: 1px solid #9fa2a4; background: #cbccca; color: #4e555a; font: 8px/1 monospace; }
.appdo-contact-online span { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: #4d91c9; }
.appdo-mail-form { padding: 15px; }
.appdo-mail-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.appdo-mail-form label { display: grid; gap: 4px; color: #555a60; font-size: 9px; }
.appdo-mail-form input,
.appdo-mail-form select,
.appdo-mail-form textarea { width: 100%; border: 1px solid #70747a; border-right-color: var(--appdo-win-light); border-bottom-color: var(--appdo-win-light); border-radius: 0; background: #e7e7e4; box-shadow: inset 1px 1px 2px #a9acad; color: #24272b; font: 10px/1.4 inherit; }
.appdo-mail-form input,
.appdo-mail-form select { height: 27px; padding: 4px 6px; }
.appdo-message-field { margin-top: 9px; }
.appdo-mail-form textarea { min-height: 90px; resize: vertical; padding: 7px; }
.appdo-mail-actions { display: flex; align-items: end; justify-content: space-between; gap: 10px; margin-top: 10px; }
.appdo-attach { min-width: 0; }
.appdo-attach input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.appdo-attach span { display: block; min-width: 180px; padding: 7px 9px; overflow: hidden; border: 1px solid #777b7f; border-right-color: #f0f0ed; border-bottom-color: #f0f0ed; background: #c9cac8; text-overflow: ellipsis; white-space: nowrap; }

.appdo-info-view[data-appdo-view="contact"] { padding-top: 24px; padding-bottom: 24px; }
.appdo-info-view[data-appdo-view="contact"] .appdo-view-hero { padding-bottom: 14px; }
.appdo-info-view[data-appdo-view="contact"] .appdo-view-hero h2 { margin-top: 6px; margin-bottom: 7px; font-size: clamp(30px, 3vw, 43px); }
.appdo-info-view[data-appdo-view="contact"] .appdo-contact-layout { margin-top: 12px; }
.appdo-info-view[data-appdo-view="contact"] .appdo-contact-book,
.appdo-info-view[data-appdo-view="contact"] .appdo-mail-form { padding: 11px; }
.appdo-info-view[data-appdo-view="contact"] .appdo-contact-book dl > div { padding: 6px 0; }
.appdo-info-view[data-appdo-view="contact"] .appdo-mail-meta { gap: 6px 9px; }
.appdo-info-view[data-appdo-view="contact"] .appdo-mail-form input,
.appdo-info-view[data-appdo-view="contact"] .appdo-mail-form select { height: 24px; }
.appdo-info-view[data-appdo-view="contact"] .appdo-mail-form textarea { min-height: 58px; }
.appdo-info-view[data-appdo-view="contact"] .appdo-message-field,
.appdo-info-view[data-appdo-view="contact"] .appdo-mail-actions { margin-top: 6px; }
.appdo-info-view[data-appdo-view="contact"] .appdo-contact-online { margin-top: 8px; }

.appdo-win-statusbar { display: grid; min-height: 25px; grid-template-columns: 1fr auto auto auto; gap: 3px; padding: 3px; border-top: 1px solid #f2f2ef; background: #c9cac8; }
.appdo-win-statusbar > * { display: flex; align-items: center; padding: 3px 8px; border: 1px solid #a0a3a5; border-right-color: #efefec; border-bottom-color: #efefec; color: #5f6469; font-size: 8px; }
.appdo-win-statusbar strong { color: #426f91; font: 700 8px/1 monospace; }
.appdo-win-statusbar i { width: 5px; height: 5px; margin-right: 5px; border-radius: 50%; background: #4d91c9; }

.appdo-taskbar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5500;
  display: none;
  height: 38px;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border-top: 1px solid #f0f0ed;
  background: #bfc1c3;
  box-shadow: 0 -1px 0 #777b7e;
}
html.is-appdo-info-open .appdo-taskbar { display: flex; }
.appdo-start-button,
.appdo-task-button { display: flex; height: 30px; align-items: center; gap: 7px; padding: 3px 9px; border: 1px solid #f3f3ef; border-right-color: #666b70; border-bottom-color: #666b70; background: #d2d3d1; color: #25282c; font-size: 10px; }
.appdo-start-button { font-weight: 700; }
.appdo-task-button { width: min(280px, 34vw); justify-content: flex-start; }
.appdo-task-status { display: flex; height: 30px; margin-left: auto; align-items: center; gap: 8px; padding: 0 10px; border: 1px solid #777b7f; border-right-color: #efefec; border-bottom-color: #efefec; color: #4f5559; font: 8px/1 monospace; }
.appdo-network-status { width: 10px; height: 8px; border-right: 2px solid #4d91c9; border-bottom: 2px solid #4d91c9; transform: skew(-15deg); }

html.is-appdo-window-minimized .appdo-info-backdrop { opacity: 0; pointer-events: none; backdrop-filter: none; }
html.is-appdo-window-minimized .appdo-info-panel { animation: appdoMinimize .32s ease forwards; pointer-events: none; }
html.is-appdo-window-minimized .appdo-crt-burst { display: none; }
@keyframes appdoMinimize { from { opacity: 1; transform: translate(calc(-50% + var(--win-x)), calc(-50% + var(--win-y))) scale(1); } to { opacity: 0; transform: translate(-42vw, 43vh) scale(.08); } }

html.is-appdo-window-maximized .appdo-info-panel {
  top: 72px;
  right: 28px;
  bottom: 52px;
  left: 28px;
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  transform: none !important;
  animation: appdoMaximize .26s ease forwards;
}
@keyframes appdoMaximize { from { opacity: .7; clip-path: inset(8% 10%); } to { opacity: 1; clip-path: inset(0); } }

.appdo-system-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 5700;
  width: min(390px, calc(100vw - 32px));
  border: 2px solid #f2f2ef;
  border-right-color: #5d6266;
  border-bottom-color: #5d6266;
  background: #d7d7d5;
  box-shadow: 1px 1px 0 #2f3337, 14px 18px 40px rgba(20,22,24,.28);
  opacity: 0;
  transform: translate(-50%,-50%) scale(.94);
  pointer-events: none;
  transition: .18s ease;
}
.appdo-system-dialog[aria-hidden="false"] { opacity: 1; transform: translate(-50%,-50%) scale(1); pointer-events: auto; }
.appdo-system-dialog header { display: flex; min-height: 32px; align-items: center; gap: 7px; padding: 3px 4px 3px 7px; background: #bfc1c3; box-shadow: inset 0 1px 0 #f2f2ef; }
.appdo-system-dialog header strong { flex: 1; font-size: 11px; }
.appdo-system-dialog header button { width: 25px; height: 23px; }
.appdo-system-dialog > div { display: flex; min-height: 120px; align-items: center; gap: 18px; padding: 25px; }
.appdo-dialog-info { display: grid; width: 43px; height: 43px; flex: 0 0 43px; place-items: center; border-radius: 50%; background: #4d91c9; box-shadow: inset 2px 2px 0 #a9d0ea, inset -2px -2px 0 #2c5f87; color: white; font: italic 700 29px/1 Georgia, serif; }
.appdo-system-dialog p { font-size: 11px; line-height: 1.6; }
.appdo-system-dialog footer { display: flex; justify-content: center; padding: 9px; border-top: 1px solid #a4a7a9; background: #cbccca; }
.appdo-system-dialog footer button { min-width: 78px; }

.appdo-audio-switch {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 5800;
  display: flex;
  min-width: 98px;
  height: 42px;
  align-items: center;
  gap: 9px;
  padding: 6px 10px;
  border: 1px solid rgba(242,242,239,.85);
  border-right-color: rgba(75,80,85,.85);
  border-bottom-color: rgba(75,80,85,.85);
  border-radius: 2px;
  background: rgba(201,203,203,.88);
  box-shadow: 1px 1px 0 rgba(42,45,49,.55), 0 8px 28px rgba(42,45,49,.1);
  backdrop-filter: blur(8px);
  color: #272a2e;
}
html.is-appdo-info-open .appdo-audio-switch { bottom: 50px; }
.appdo-audio-switch > span:last-child { display: grid; gap: 2px; text-align: left; }
.appdo-audio-switch b { font-size: 10px; font-weight: 650; }
.appdo-audio-switch small { color: #686c71; font: 8px/1 monospace; }
.appdo-audio-icon { display: flex; width: 24px; height: 22px; align-items: end; justify-content: center; gap: 2px; padding-bottom: 3px; border: 1px solid #81868a; background: #d9dad7; }
.appdo-audio-icon i { width: 2px; height: 4px; background: #6d7276; }
.appdo-audio-icon i:nth-child(2) { height: 9px; }
.appdo-audio-icon i:nth-child(3) { height: 6px; }
.appdo-audio-switch[aria-pressed="true"] { border-color: #94bedc #315f84 #315f84 #94bedc; background: #c7d6e0; }
.appdo-audio-switch[aria-pressed="true"] .appdo-audio-icon i { background: #3f82b7; animation: appdoAudioLevel .8s ease-in-out infinite alternate; }
.appdo-audio-switch[aria-pressed="true"] .appdo-audio-icon i:nth-child(2) { animation-delay: -.35s; }
@keyframes appdoAudioLevel { to { height: 14px; } }

@media (max-width: 1100px) {
  .appdo-info-panel { left: 52%; width: 82vw; }
  .appdo-property-grid { grid-template-columns: repeat(2,1fr); }
  .appdo-control-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 820px) {
  .appdo-info-panel { left: 50%; width: 88vw; min-width: 0; height: 78vh; }
  .appdo-win-body { grid-template-columns: 150px minmax(0,1fr); }
  .appdo-win-sidebar { padding-right: 8px; padding-left: 8px; }
  .appdo-explorer-layout,
  .appdo-network-wrap,
  .appdo-contact-layout { grid-template-columns: 1fr; }
  .appdo-product-properties,
  .appdo-eco-detail { order: -1; }
  .appdo-file-grid { grid-template-columns: repeat(2,1fr); }
  .appdo-monitor-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 699px) {
  .appdo-info-panel,
  html.is-appdo-window-maximized .appdo-info-panel {
    top: 54px;
    right: 10px;
    bottom: 48px;
    left: 10px;
    width: auto;
    height: auto;
    min-height: 0;
    transform: none;
    transform-origin: 70% 20%;
  }
  html.is-appdo-info-open .appdo-info-panel { animation-name: appdoMobileOpen; }
  @keyframes appdoMobileOpen { from { opacity: 0; transform: scale(.12,.05); } 65% { opacity: 1; transform: scale(1.01); } to { opacity: 1; transform: scale(1); } }
  .appdo-win-controls button:nth-child(2) { display: none; }
  .appdo-win-menu { display: none; }
  .appdo-win-toolbar { min-height: 47px; }
  .appdo-toolbar-actions button { min-width: 35px; height: 34px; }
  .appdo-toolbar-actions button small { display: none; }
  .appdo-pathbar > span { display: none; }
  .appdo-mobile-directory { display: flex; align-items: center; gap: 8px; padding: 7px 10px; border-bottom: 1px solid #95999c; background: #cecfcd; color: #555a5f; font-size: 9px; }
  .appdo-mobile-directory select { min-width: 0; flex: 1; height: 26px; border: 1px solid #70747a; background: #e4e4e1; font-size: 10px; }
  .appdo-win-body { display: block; }
  .appdo-win-sidebar { display: none; }
  .appdo-info-scroll { height: 100%; }
  .appdo-info-view { padding: 24px 18px 48px; }
  .appdo-property-grid,
  .appdo-about-split,
  .appdo-control-grid,
  .appdo-mail-meta { grid-template-columns: 1fr; }
  .appdo-file-grid { grid-template-columns: repeat(2,1fr); }
  .appdo-network-map { height: 245px; }
  .appdo-monitor-grid { grid-template-columns: repeat(2,1fr); }
  .appdo-win-statusbar { grid-template-columns: 1fr auto; }
  .appdo-win-statusbar > :nth-child(2),
  .appdo-win-statusbar > :nth-child(3) { display: none; }
  .appdo-task-button { width: min(190px, 45vw); }
  .appdo-task-status b { display: none; }
  .appdo-audio-switch { right: 10px; bottom: 10px; min-width: 82px; height: 36px; }
  html.is-appdo-info-open .appdo-audio-switch { bottom: 46px; }
}

html.is-appdo-force-mobile .appdo-info-panel,
html.is-appdo-force-mobile.is-appdo-window-maximized .appdo-info-panel {
  top: 16px;
  right: auto;
  bottom: auto;
  left: 50%;
  width: min(390px, calc(100vw - 20px));
  height: calc(100vh - 64px);
  min-width: 0;
  min-height: 0;
  max-height: 780px;
  transform: translateX(-50%);
  transform-origin: 70% 20%;
}
html.is-appdo-force-mobile .c-header { z-index: 4900 !important; }
html.is-appdo-force-mobile.is-appdo-info-open .appdo-info-panel { animation-name: appdoForceMobileOpen; }
@keyframes appdoForceMobileOpen { from { opacity: 0; transform: translateX(-50%) scale(.12,.05); } 65% { opacity: 1; transform: translateX(-50%) scale(1.01); } to { opacity: 1; transform: translateX(-50%) scale(1); } }
html.is-appdo-force-mobile .appdo-win-controls button:nth-child(2),
html.is-appdo-force-mobile .appdo-win-menu { display: none; }
html.is-appdo-force-mobile .appdo-win-toolbar { min-height: 47px; }
html.is-appdo-force-mobile .appdo-toolbar-actions button { min-width: 35px; height: 34px; }
html.is-appdo-force-mobile .appdo-toolbar-actions button small,
html.is-appdo-force-mobile .appdo-pathbar > span { display: none; }
html.is-appdo-force-mobile .appdo-mobile-directory { display: flex; align-items: center; gap: 8px; padding: 7px 10px; border-bottom: 1px solid #95999c; background: #cecfcd; color: #555a5f; font-size: 9px; }
html.is-appdo-force-mobile .appdo-mobile-directory select { min-width: 0; flex: 1; height: 26px; border: 1px solid #70747a; background: #e4e4e1; font-size: 10px; }
html.is-appdo-force-mobile .appdo-win-body { display: block; }
html.is-appdo-force-mobile .appdo-win-sidebar { display: none; }
html.is-appdo-force-mobile .appdo-info-scroll { height: 100%; }
html.is-appdo-force-mobile .appdo-info-view { padding: 24px 18px 48px; }
html.is-appdo-force-mobile .appdo-property-grid,
html.is-appdo-force-mobile .appdo-about-split,
html.is-appdo-force-mobile .appdo-control-grid,
html.is-appdo-force-mobile .appdo-mail-meta { grid-template-columns: 1fr; }
html.is-appdo-force-mobile .appdo-file-grid { grid-template-columns: repeat(2,1fr); }
html.is-appdo-force-mobile .appdo-network-map { height: 245px; }
html.is-appdo-force-mobile .appdo-monitor-grid { grid-template-columns: repeat(2,1fr); }
html.is-appdo-force-mobile .appdo-win-statusbar { grid-template-columns: 1fr auto; }
html.is-appdo-force-mobile .appdo-win-statusbar > :nth-child(2),
html.is-appdo-force-mobile .appdo-win-statusbar > :nth-child(3) { display: none; }
html.is-appdo-force-mobile .appdo-taskbar { right: auto; left: 50%; width: min(390px, 100vw); transform: translateX(-50%); }
html.is-appdo-force-mobile .appdo-task-button { width: min(190px, 45vw); }
html.is-appdo-force-mobile .appdo-task-status b { display: none; }
html.is-appdo-force-mobile .appdo-audio-switch { right: calc(50% - 185px); bottom: 44px; min-width: 82px; height: 36px; }

@media (prefers-reduced-motion: reduce) {
  .appdo-info-panel,
  .appdo-crt-burst,
  .appdo-info-panel::after,
  .appdo-info-scroll { animation-duration: .01ms !important; }
}
