.win11-dialog {
  position: absolute;
  inset: 22px 18px 70px;
  z-index: 35;
  width: auto;
  max-width: none;
  height: auto;
  max-height: calc(100% - 92px);
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(98, 111, 125, .5);
  border-radius: 9px;
  background: #f3f3f3;
  color: #202020;
  box-shadow: 0 18px 50px #0005, 0 0 1px #fff9 inset;
  font-family: "Segoe UI Variable", "Segoe UI", sans-serif;
  font-size: 13px;
  line-height: 1.45;
  color-scheme: light;
}
.win11-dialog[open] { display: flex; flex-direction: column; }
.win11-dialog *, .win11-dialog *::before, .win11-dialog *::after { box-sizing: border-box; }
.win11-dialog .native-icon, .win11-dialog .nova-icon { width: 20px; height: 20px; flex: 0 0 20px; stroke: currentColor; stroke-width: 1.5; fill: none; }
.win11-dialog .nova-icon { stroke-width: 2; }
.win11-dialog button { font: inherit; color: inherit; cursor: pointer; }
.win11-dialog button:disabled { cursor: default; opacity: .42; }
.win11-dialog button:focus-visible, .win11-dialog input:focus-visible, .win11-dialog pre:focus-visible { outline: 2px solid #0067c0; outline-offset: -2px; }
.win11-dialog h1, .win11-dialog h2, .win11-dialog h3, .win11-dialog p { color: inherit; letter-spacing: normal; }
.win11-titlebar { min-height: 39px; height: 39px; display: flex; align-items: center; gap: 10px; padding: 0 0 0 14px; background: #eef1f6; color: #202020; user-select: none; flex-shrink: 0; }
.win11-titlebar > .nova-icon, .win11-titlebar > .native-icon { width: 17px; height: 17px; flex-basis: 17px; color: #256aa5; }
.win11-titlebar strong, .win11-titlebar b { font-size: 12px; font-weight: 400; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.win11-titlebar h2 { margin: 0; font-size: 12px; font-weight: 400; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.win11-app-icon { display: flex; align-items: center; color: #2872b2; }
.win11-dialog .win11-app-icon .nova-icon { width: 17px; height: 17px; flex-basis: 17px; }
.win11-window-controls { display: flex; align-self: stretch; margin-left: auto; }
.win11-window-controls button { min-width: 45px; width: 45px; height: 38px; margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; color: #202020; }
.win11-window-controls button:hover { background: #dce1e8; }
.win11-window-controls button:last-child:hover { background: #c42b1c; color: #fff; }
.win11-content { flex: 1; min-height: 0; overflow: auto; padding: 0 !important; background: #f3f3f3; }
.win11-dialog.win11-maximized, .win11-dialog.maximized { inset: 0 0 60px !important; width: auto !important; height: auto !important; max-height: calc(100% - 60px); border-radius: 0; }
.native-message-backdrop { position: absolute; inset: 39px 0 0; z-index: 60; display: grid; place-items: center; padding: 18px; background: #0003; }
.victim-desktop > .native-message-backdrop { inset: 0 0 60px; }
.native-message { max-width: 450px; width: 100%; overflow: hidden; border: 1px solid #c7c7c7; border-radius: 8px; background: #fbfbfb; color: #202020; box-shadow: 0 8px 35px #0004; font-family: "Segoe UI Variable", "Segoe UI", sans-serif; color-scheme: light; }
.native-message h3 { color: #202020; font-size: 19px; font-weight: 600; margin: 0; padding: 26px 27px 10px; letter-spacing: normal; }
.native-message p { margin: 0; padding: 0 27px 28px; color: #3f3f3f; font-size: 13px; line-height: 1.6; overflow-wrap: anywhere; }
.native-message footer { display: flex; justify-content: flex-end; gap: 9px; padding: 18px 25px; border-top: 1px solid #e4e4e4; background: #f0f0f0; }
.native-message button { min-width: 100px; min-height: 33px; padding: 6px 17px; background: #fff; color: #202020; border: 1px solid #d1d1d1; border-bottom-color: #b7b7b7; border-radius: 4px; font-family: inherit; font-size: 12px; }
.native-message button.primary { background: #0067c0; color: #fff; border-color: #0060b5; }
.win11-dialog #window-notice:not(:empty) { margin: 0; padding: 10px 15px; background: #edf4fc; color: #1d4b77; border-top: 1px solid #bed4ed; font-size: 12px; }
.win11-dialog .native-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 32px; padding: 5px 18px; border: 1px solid #d3d3d3; border-bottom-color: #bcbcbc; border-radius: 4px; background: #fff; color: #202020; box-shadow: 0 1px 1px #00000005; font-size: 12px; }
.win11-dialog .native-button:hover { background: #f9f9f9; }
.win11-dialog .native-button-primary { background: #0067c0; color: #fff; border-color: #0060b5; }
.win11-dialog .native-button-primary:hover { background: #1975c5; }
.native-explorer { min-height: 100%; height: 100%; display: flex; flex-direction: column; background: #fff; }
.native-explorer-tab { height: 36px; display: flex; align-items: center; gap: 9px; background: #fafafa; border-bottom: 1px solid #e5e5e5; padding: 0 18px; font-size: 12px; }
.native-explorer-tab .nova-icon { color: #b7850a; }
.native-explorer-address { min-height: 62px; display: flex; align-items: center; gap: 7px; padding: 11px 12px; border-bottom: 1px solid #e8e8e8; background: #fafafa; }
.native-explorer-address > button { width: 32px; height: 32px; padding: 7px; border: 0; border-radius: 4px; background: transparent; }
.native-explorer-address > button:hover { background: #e9e9e9; }
.native-explorer-address > button .native-icon { width: 16px; height: 16px; }
.native-breadcrumb { display: flex; align-items: center; gap: 10px; min-width: 120px; flex: 1; height: 36px; padding: 0 10px; border: 1px solid #dcdcdc; border-radius: 5px; background: #fff; white-space: nowrap; overflow: hidden; }
.native-breadcrumb > .nova-icon { color: #b7850a; width: 17px; height: 17px; }
.native-breadcrumb b { font-weight: 400; overflow: hidden; text-overflow: ellipsis; }
.native-separator { font-size: 21px; color: #6b6b6b; }
.native-explorer-search { display: flex; align-items: center; gap: 8px; width: 30%; max-width: 280px; height: 36px; padding: 0 10px; border: 1px solid #dcdcdc; border-radius: 5px; background: #fff; }
.native-explorer-search .native-icon { width: 16px; height: 16px; flex-basis: 16px; color: #666; }
.ransomware-lab .win11-dialog .native-explorer-search input:not([type=radio]):not([type=checkbox]) { width: 100%; min-width: 0; border: 0; padding: 0; height: 32px; margin: 0; background: transparent; color: #202020; font: inherit; font-size: 12px; box-shadow: none; }
.win11-titlebar { touch-action: none; }
.victim-desktop .windowsStartMenu { z-index: 50; }
.native-power-menu { position: relative; }
.native-power-menu summary { display: grid; place-items: center; width: 34px; height: 34px; list-style: none; cursor: pointer; border-radius: 5px; }
.native-power-menu summary:hover { background: #ffffff20; }
.native-power-menu > div { position: absolute; right: 0; bottom: 42px; min-width: 190px; padding: 5px; border-radius: 7px; background: #172c46; box-shadow: 0 8px 25px #0005; }
.native-power-menu > div button { width: 100%; text-align: left; }
.native-explorer-commandbar { min-height: 51px; display: flex; align-items: center; gap: 2px; padding: 6px 10px; border-bottom: 1px solid #e6e6e6; background: #fafafa; flex-wrap: wrap; }
.win11-dialog .native-command { display: flex; align-items: center; gap: 7px; padding: 7px 9px; border: 0; border-radius: 4px; background: transparent; white-space: nowrap; font-size: 12px; }
.win11-dialog .native-command:hover:not(:disabled) { background: #ebebeb; }
.win11-dialog .native-command .nova-icon, .win11-dialog .native-command .native-icon { width: 17px; height: 17px; flex-basis: 17px; color: #4c647f; }
.native-toolbar-divider { height: 20px; width: 1px; margin: 0 5px; background: #dfdfdf; }
.native-sort { margin-left: auto; display: flex; align-items: center; gap: 6px; padding: 0 8px; color: #606060; font-size: 11px; }
.native-sort .native-icon { width: 16px; height: 16px; }
.native-explorer-workspace { display: flex; flex: 1; min-height: 140px; overflow: hidden; }
.native-explorer-sidebar { width: 170px; flex-shrink: 0; padding: 14px 6px; border-right: 1px solid #eee; background: #fafafa; }
.native-explorer-sidebar button { display: flex; align-items: center; gap: 12px; width: 100%; min-height: 37px; border: 0; border-radius: 4px; padding: 8px 10px; margin-bottom: 3px; background: transparent; text-align: left; font-size: 12px; }
.native-explorer-sidebar button:hover { background: #e9e9e9; }
.native-explorer-sidebar button.selected { background: #e4edf7; }
.native-explorer-sidebar .nova-icon, .native-explorer-sidebar .native-icon { width: 18px; height: 18px; flex-basis: 18px; color: #2872b2; }
.native-sidebar-heading { margin: 24px 10px 10px; font-size: 12px; color: #6a6a6a; }
.native-file-area { flex: 1; min-width: 0; overflow: auto; }
.native-file-list { min-width: 570px; padding: 0 9px 30px; }
.native-file-columns, .native-file-row { display: grid; grid-template-columns: minmax(220px, 1.8fr) minmax(120px, 1fr) minmax(105px, .85fr) 65px; align-items: center; gap: 0; }
.native-file-columns { min-height: 35px; color: #5e5e5e; font-size: 11px; border-bottom: 1px solid #ececec; }
.native-file-columns > span { padding: 0 10px; border-right: 1px solid #e9e9e9; }
.native-file-columns > span:first-child { display: flex; justify-content: space-between; }
.native-file-columns > span:last-child { border-right: 0; text-align: right; }
.win11-dialog .native-file-row { width: 100%; min-height: 35px; border: 1px solid transparent; border-radius: 4px; background: #fff; text-align: left; padding: 0; margin: 2px 0; font-size: 12px; }
.win11-dialog .native-file-row:hover { background: #f0f5fa; }
.win11-dialog .native-file-row.selected { background: #e1effc; border-color: #c0dfff; }
.native-file-row > span { padding: 5px 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.native-file-row > span:last-child { text-align: right; }
.native-file-row > span:not(:first-child) { font-size: 11px; color: #686868; }
.native-file-name { display: flex; align-items: center; gap: 9px; }
.native-file-name > span { text-overflow: ellipsis; overflow: hidden; }
.native-file-name .nova-icon { width: 22px; height: 22px; flex-basis: 22px; }
.native-file-sheet > .nova-icon { color: #16834c; }
.native-file-document > .nova-icon { color: #2768aa; }
.native-file-note > .nova-icon { color: #1387b1; }
.native-file-folder > .nova-icon { color: #b58300; }
.native-folder-empty { padding: 55px 15px; text-align: center; color: #666; font-size: 12px; }
.native-explorer-status { display: flex; align-items: center; gap: 18px; min-height: 29px; border-top: 1px solid #e6e6e6; padding: 5px 14px; color: #656565; font-size: 11px; }
.native-status-location { margin-left: auto; }
.native-settings { display: flex; min-height: 100%; background: #f3f3f3; }
.native-settings-nav { width: 225px; flex-shrink: 0; padding: 23px 14px; }
.native-settings-user { display: flex; align-items: center; gap: 10px; padding: 4px 2px 28px; }
.native-settings-user > span { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; flex-shrink: 0; background: #dbeafa; color: #276aa5; border-radius: 50%; }
.native-settings-user > span .nova-icon { width: 27px; height: 27px; }
.native-settings-user b { font-size: 13px; font-weight: 600; }
.native-settings-user small { display: block; font-size: 10px; color: #606060; }
.native-settings-nav nav { display: grid; gap: 5px; }
.native-settings-nav nav button { position: relative; display: flex; align-items: center; gap: 10px; width: 100%; min-height: 40px; border: 0; border-radius: 5px; padding: 10px; background: transparent; text-align: left; font-size: 12px; }
.native-settings-nav nav button:hover { background: #e8e8e8; }
.native-settings-nav nav button.selected { background: #e6e6e6; }
.native-settings-nav nav button.selected::before { content: ""; position: absolute; left: 0; width: 3px; height: 17px; border-radius: 2px; background: #0067c0; }
.native-settings-nav nav .nova-icon, .native-settings-nav nav .native-icon { width: 19px; height: 19px; flex-basis: 19px; color: #35677c; }
.native-settings-main { width: 100%; min-width: 0; padding: 24px 26px 35px 13px; }
.win11-dialog .native-settings-main > h1 { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin: 0 0 25px; font-size: 27px; line-height: 1.25; font-weight: 600; }
.native-settings-main > h1 > span:first-child { color: #6a6a6a; }
.native-heading-chevron { color: #888; font-weight: 300; }
.native-device { display: flex; align-items: center; gap: 16px; margin: 0 0 25px; }
.native-device-monitor { width: 74px; height: 53px; display: flex; align-items: center; justify-content: center; color: #397fa3; border-radius: 6px; background: linear-gradient(130deg, #bce4fc, #d9e9f7); }
.native-device-monitor .native-icon { width: 43px; height: 43px; flex-basis: 43px; stroke-width: 1.2; }
.win11-dialog .native-device h2 { margin: 0 0 2px; font-size: 19px; font-weight: 600; }
.win11-dialog .native-device p { margin: 0; font-size: 12px; }
.native-managed { margin-left: auto; color: #676767; font-size: 11px; max-width: 120px; text-align: right; }
.native-setting-card { margin: 0 0 5px; padding: 19px 22px; background: #fbfbfb; border: 1px solid #e5e5e5; border-radius: 6px; }
.native-spec-card h2 { display: flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 600; margin: 0 0 18px; }
.native-spec-card h2 .native-icon, .native-spec-card h2 .nova-icon { width: 19px; height: 19px; flex-basis: 19px; color: #3b6b8c; }
.native-specs { display: grid; grid-template-columns: minmax(105px, 38%) minmax(0, 1fr); align-items: baseline; column-gap: 14px; row-gap: 10px; margin: 0; font-size: 12px; }
.native-specs dt { font-weight: 600; color: #404040; margin: 0; }
.native-specs dd { margin: 0; color: #4b4b4b; overflow-wrap: anywhere; }
.native-setting-card .native-specs { padding-left: 31px; }
.win11-dialog .native-related-heading { font-size: 13px; margin: 26px 0 10px; font-weight: 600; }
.win11-dialog .native-settings-link { display: flex; align-items: center; gap: 14px; width: 100%; min-height: 62px; padding: 16px 22px; margin: 4px 0; background: #fbfbfb; border: 1px solid #e5e5e5; border-radius: 6px; text-align: left; font-size: 13px; }
.native-settings-link:hover { background: #fdfdfd; }
.native-settings-link > .native-icon:last-child { margin-left: auto; width: 14px; height: 14px; }
.native-settings-link > .native-icon:first-child, .native-settings-link > .nova-icon:first-child { color: #3b6b8c; }
.native-network-summary { display: flex; align-items: center; gap: 23px; padding: 3px 0 27px; }
.native-network-summary > .native-icon { width: 58px; height: 58px; flex-basis: 58px; color: #2776b4; stroke-width: 1; }
.win11-dialog .native-network-summary h2 { font-size: 20px; font-weight: 600; margin: 0 0 3px; }
.win11-dialog .native-network-summary p { margin: 0 0 5px; font-size: 13px; }
.native-network-summary small { color: #666; font-size: 11px; }
.native-adapter { display: flex; align-items: center; gap: 17px; min-height: 100px; }
.native-card-symbol { color: #3b6b8c; }
.win11-dialog .native-adapter h2 { font-size: 13px; margin: 0 0 3px; font-weight: 600; }
.win11-dialog .native-adapter p { font-size: 12px; margin: 0 0 3px; }
.native-adapter small { color: #686868; font-size: 11px; }
.win11-dialog .native-toggle { margin-left: auto; padding: 0; border: 1px solid #666; border-radius: 20px; width: 41px; height: 21px; min-width: 41px; background: #fff; }
.native-toggle > span { display: block; width: 11px; height: 11px; margin-left: 4px; border-radius: 50%; background: #666; }
.win11-dialog .native-toggle.on { background: #0067c0; border-color: #0067c0; }
.native-toggle.on > span { margin-left: 23px; background: #fff; }
.win11-dialog .native-toggle:disabled { opacity: 1; }
.native-network-actions { margin: 18px 0; }
.native-settings-lead { margin: -13px 0 25px; color: #5a5a5a !important; }
.native-security-alert { display: flex; gap: 18px; background: #fff7ed; border-color: #efd5ae; margin-bottom: 17px; }
.native-security-alert > .native-icon, .native-security-alert > .nova-icon { color: #a75a00; width: 29px; height: 29px; flex-basis: 29px; }
.native-security-alert.healthy { background: #eff9f0; border-color: #cce3cc; }
.native-security-alert.healthy > .nova-icon { color: #258339; }
.win11-dialog .native-security-alert h2 { font-size: 16px; margin: 0 0 7px; }
.win11-dialog .native-security-alert p { font-size: 12px; margin: 0 0 8px; }
.native-security-alert small { font-size: 11px; color: #686868; }
.native-spec-card > p { font-size: 12px; margin: 0 0 22px; }
.native-spec-card > .native-button { margin: 23px 0 0 31px; }
.native-properties { min-height: 100%; display: flex; flex-direction: column; background: #f9f9f9; }
.native-properties-tabs { margin: 17px 19px 0; border-bottom: 1px solid #d2d2d2; min-height: 30px; }
.native-properties-tabs > span { display: inline-block; padding: 6px 16px; background: #fff; border: 1px solid #d2d2d2; border-bottom-color: #fff; border-radius: 4px 4px 0 0; margin-bottom: -1px; font-size: 12px; }
.native-properties-body { margin: 0 19px; padding: 22px; background: #fff; border: 1px solid #d2d2d2; border-top: 0; flex: 1; }
.native-properties-name { display: flex; align-items: center; gap: 20px; margin-bottom: 25px; }
.native-properties-name .nova-icon { width: 39px; height: 39px; flex-basis: 39px; }
.native-properties-name span { flex: 1; padding: 7px 10px; border: 1px solid #d0d0d0; border-radius: 3px; overflow-wrap: anywhere; font-size: 12px; }
.native-properties hr { border: 0; border-top: 1px solid #e4e4e4; margin: 20px 0; }
.native-properties .native-specs { grid-template-columns: 105px minmax(0, 1fr); }
.native-properties .native-specs dt { font-weight: 400; }
.native-properties-attributes { display: flex; flex-wrap: wrap; gap: 14px; font-size: 12px; }
.native-properties-attributes label { display: flex; align-items: center; gap: 7px; }
.win11-dialog .native-properties-attributes input { width: 14px; height: 14px; margin: 0; }
.native-properties-footer { display: flex; align-items: center; justify-content: flex-end; gap: 8px; padding: 15px 19px; }
.native-properties-footer .native-button { min-width: 90px; }
.native-notepad { height: 100%; min-height: 300px; display: flex; flex-direction: column; background: #fff; }
.native-notepad-tab { display: flex; align-items: center; gap: 9px; font-size: 12px; padding: 9px 15px; background: #f9f9f9; border-bottom: 1px solid #e5e5e5; }
.native-notepad-tab .nova-icon { color: #1387b1; }
.native-notepad-menubar { display: flex; align-items: center; gap: 25px; padding: 10px 16px; border-bottom: 1px solid #e8e8e8; background: #fafafa; font-size: 12px; }
.native-notepad-readonly { margin-left: auto; color: #6e6e6e; font-size: 11px; }
.win11-dialog .native-notepad-text { flex: 1; margin: 0; padding: 23px; background: #fff; color: #242424; border: 0; border-radius: 0; font: 13px/1.75 Consolas, "Cascadia Mono", monospace; white-space: pre-wrap; word-break: normal; overflow-wrap: anywhere; overflow: auto; }
.native-notepad-status { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; min-height: 30px; padding: 6px 16px; background: #f3f3f3; border-top: 1px solid #e4e4e4; color: #5f5f5f; font-size: 11px; }
.native-notepad-status > span:nth-child(3) { margin-left: auto; }
@media (max-width: 1350px) {
  .native-settings-nav { width: 190px; padding: 20px 10px; }
  .native-settings-main { padding-right: 15px; }
  .native-settings-user small { font-size: 9px; }
  .native-command > span { display: none; }
  .native-command:first-child > span { display: inline; }
  .native-explorer-sidebar { width: 145px; }
}
@media (max-width: 760px) {
  .win11-dialog { inset: 10px 8px 66px; max-height: calc(100% - 76px); }
  .native-settings-nav { width: 55px; padding: 15px 6px; }
  .native-settings-nav nav button { justify-content: center; padding: 10px 7px; }
  .native-settings-nav nav button span, .native-settings-user { display: none; }
  .native-settings-main { padding: 20px 12px 25px; }
  .win11-dialog .native-settings-main > h1 { font-size: 23px; gap: 7px; }
  .native-setting-card { padding: 17px 13px; }
  .native-setting-card .native-specs { padding-left: 0; }
  .native-managed { display: none; }
  .native-device { gap: 12px; }
  .native-device-monitor { width: 55px; height: 47px; }
  .native-specs { grid-template-columns: minmax(85px, 37%) minmax(0, 1fr); font-size: 11px; column-gap: 10px; }
  .native-explorer-sidebar { width: 120px; padding: 10px 4px; }
  .native-explorer-sidebar button { gap: 7px; padding: 8px 6px; font-size: 11px; }
  .native-explorer-address { gap: 4px; padding: 8px; flex-wrap: wrap; }
  .native-explorer-search { width: 100%; max-width: none; margin-top: 2px; }
  .native-breadcrumb { flex: 1; font-size: 12px; }
  .native-sort { display: none; }
  .native-explorer-commandbar { gap: 0; padding: 5px; }
  .win11-dialog .native-command { padding: 7px; }
  .native-properties-body { margin: 0 10px; padding: 17px; }
  .native-properties-tabs { margin-inline: 10px; }
  .native-properties .native-specs { grid-template-columns: 83px minmax(0, 1fr); }
  .native-notepad-status { gap: 12px; font-size: 10px; }
  .native-notepad-menubar { gap: 17px; }
  .native-notepad-readonly { display: none; }
  .native-note-observation > span { display: none; }
  .native-note-observation { justify-content: flex-end; }
}
