    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      background: #0a0c0f;
      background-image: url("./background.jpg");
      /* background-size: 40px 40px; */
      font-family: 'Courier New', 'Lucida Console', 'OCR A Extended', monospace;
      color: #b3ffcf;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 15px 15px 0 15px;
      margin: 0;
      position: relative;
      overflow-x: hidden;
      /* даём место снизу под таскбар */
      padding-bottom: 50px;
      background-size: cover;
    }

    .image-placeholder-box {
      width: 500px;
      height: 350px;
      border: 3px dashed #4dff88;
      border-radius: 8px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      color: #7eff9e;
      font-family: 'Courier New', monospace;
      font-size: 1.2rem;
      text-shadow: 0 0 10px #0f0;
      gap: 12px;
      background: rgba(0, 30, 0, 0.3);
    }

    .image-placeholder-box span:first-child {
      font-size: 4rem;
      opacity: 0.7;
    }

    /* scanlines */
    body::before {
      content: "";
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: repeating-linear-gradient(0deg, rgba(0,0,0,0.25) 0px, rgba(0,0,0,0.25) 2px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.03) 4px);
      pointer-events: none;
      z-index: 998;
      opacity: 0.5;
    }

    /* Основное окно Windows XP */
    .winxp-window {
      max-width: 1000px;
      width: 95%;
      background: #ECE9D8;
      background: linear-gradient(180deg, #ffffff 0%, #ECE9D8 3%, #ECE9D8 100%);
      border: 3px solid #0054E3;
      border-radius: 8px 8px 0 0;
      box-shadow: 
        inset 0 0 0 1px #ffffff,
        0 5px 25px rgba(0, 80, 255, 0.5),
        0 10px 40px rgba(0, 0, 0, 0.7);
      position: relative;
      z-index: 10;
      display: flex;
      flex-direction: column;
      font-family: 'Tahoma', 'Segoe UI', 'Arial', sans-serif;
      color: #000;
    }

    .winxp-titlebar {
      background: linear-gradient(180deg, #0A5EF5 0%, #0054E3 3%, #0054E3 50%, #0048C7 100%);
      color: white;
      padding: 8px 14px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 14px;
      font-weight: bold;
      text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
      font-family: 'Tahoma', sans-serif;
      letter-spacing: 0.3px;
      user-select: none;
    }

    .winxp-title-icon {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 15px;
    }

    .winxp-buttons {
      display: flex;
      gap: 3px;
    }

    .winxp-btn {
      width: 24px;
      height: 24px;
      border-radius: 3px;
      border: 1px solid rgba(255,255,255,0.4);
      background: linear-gradient(180deg, #3C86F7 0%, #2B6FE0 100%);
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 13px;
      cursor: pointer;
      font-family: 'Tahoma', sans-serif;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
    }

    .winxp-btn.close {
      background: linear-gradient(180deg, #E48B4D 0%, #C44B2A 100%);
      border-color: #9C3020;
    }

    .winxp-btn:hover {
      filter: brightness(1.2);
    }

    .winxp-body {
      padding: 16px;
      background: #ECE9D8;
      display: flex;
      flex-direction: column;
      gap: 14px;
      border-top: 1px solid #fff;
    }

    .winxp-menubar {
      background: #ECE9D8;
      border-bottom: 1px solid #ACA899;
      padding: 3px 4px;
      font-size: 13px;
      font-family: 'Tahoma', sans-serif;
      color: #000;
    }

    .winxp-menubar span {
      padding: 3px 10px;
      cursor: default;
    }

    .winxp-menubar span:hover {
      background: #316AC5;
      color: white;
    }

    .winxp-addressbar {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 13px;
      font-family: 'Tahoma', sans-serif;
      padding: 4px 14px;
    }

    .winxp-addressbar label {
      color: #000;
      font-size: 13px;
    }

    .winxp-address-input {
      flex: 1;
      background: white;
      border: 1px solid #7F9DB9;
      padding: 4px 8px;
      font-size: 13px;
      font-family: 'Tahoma', sans-serif;
      color: #000;
      box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    }

    .winxp-content {
      background: white;
      border: 1px solid #ACA899;
      padding: 18px;
      min-height: 450px;
      box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 2px #D4D0C8;
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .winxp-statusbar {
      background: #ECE9D8;
      border-top: 1px solid #ACA899;
      padding: 6px 14px;
      font-size: 12px;
      font-family: 'Tahoma', sans-serif;
      color: #000;
      display: flex;
      justify-content: space-between;
    }

    .led {
      width: 12px;
      height: 12px;
      background: #0f0;
      box-shadow: 0 0 8px #0f0;
      border-radius: 2px;
      display: inline-block;
      margin-right: 6px;
    }

    .console-wrapper {
      background: #000;
      border: 2px solid #7F9DB9;
      border-radius: 2px;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      flex: 1;
    }

    .console-log {
      padding: 14px 14px 6px 14px;
      font-size: 0.9rem;
      height: 300px;
      overflow-y: auto;
      color: #b9ffb0;
      font-family: 'Courier New', monospace;
      white-space: pre-wrap;
      word-break: break-all;
      line-height: 1.6;
    }

    .console-input-line {
      display: flex;
      align-items: center;
      background: #000;
      padding: 4px 14px 10px 14px;
      font-family: 'Courier New', monospace;
      font-size: 0.9rem;
      color: #b9ffb0;
      position: relative;
    }

    .prompt {
      white-space: nowrap;
      color: #adffa2;
      text-shadow: 0 0 8px #0f0;
      margin-right: 4px;
      user-select: none;
    }

    .console-input {
      flex: 1;
      background: transparent;
      border: none;
      outline: none;
      color: #b9ffb0;
      font-family: 'Courier New', monospace;
      font-size: 0.9rem;
      caret-color: #adff2f;
      padding: 0;
      margin: 0;
      line-height: 1.6;
    }

    .console-input::placeholder {
      color: #0a4a0a;
    }

    .status-row {
      display: flex;
      gap: 24px;
      font-size: 13px;
      color: #000;
      font-family: 'Tahoma', sans-serif;
      flex-wrap: wrap;
    }

    button {
      background: linear-gradient(180deg, #ffffff 0%, #ECE9D8 100%);
      border: 1px solid #7F9DB9;
      color: #000;
      font-family: 'Tahoma', sans-serif;
      padding: 6px 20px;
      cursor: pointer;
      font-size: 13px;
      box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    }

    button:active {
      background: #D4D0C8;
      box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    }

    .silent-note {
      color: #444;
      font-size: 12px;
      font-family: 'Tahoma', sans-serif;
      text-align: center;
      margin-top: 4px;
    }

    .console-log::-webkit-scrollbar {
      width: 12px;
    }
    .console-log::-webkit-scrollbar-track {
      background: #111;
    }
    .console-log::-webkit-scrollbar-thumb {
      background: #333;
      border: 2px solid #111;
    }

    /* ========== ТАСКБАР WINDOWS XP ========== */
    .winxp-taskbar {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 38px;
      background: linear-gradient(180deg, #2D6BD6 0%, #1E52B8 3%, #1A4AA8 50%, #1A44A0 100%);
      border-top: 2px solid #5998F7;
      display: flex;
      align-items: center;
      padding: 0 4px;
      z-index: 9999;
      box-shadow: 0 -2px 10px rgba(0,0,0,0.5);
      gap: 4px;
    }

    /* Кнопка ПУСК */
    .taskbar-start {
      height: 28px;
      padding: 0 12px;
      border-radius: 0 12px 12px 0;
      background: linear-gradient(180deg, #3C9A3C 0%, #2E7D2E 50%, #1F6A1F 100%);
      border: none;
      color: white;
      font-family: 'Tahoma', sans-serif;
      font-size: 12px;
      font-weight: bold;
      display: flex;
      align-items: center;
      gap: 6px;
      cursor: default;
      box-shadow: 0 1px 2px rgba(0,0,0,0.4);
      text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
      letter-spacing: 0.5px;
      white-space: nowrap;
    }

    .taskbar-start:hover {
      background: linear-gradient(180deg, #4AB84A 0%, #358B35 50%, #267A26 100%);
    }

    .start-icon {
      font-size: 16px;
      filter: drop-shadow(0 1px 1px rgba(0,0,0,0.5));
    }

    /* Разделитель */
    .taskbar-divider {
      width: 2px;
      height: 28px;
      background: #4A7ED4;
      margin: 0 4px;
      border-right: 1px solid #1A3E80;
    }

    /* Кнопка открытого окна (активная) */
    .taskbar-window {
      height: 24px;
      padding: 0 14px;
      background: linear-gradient(180deg, #F0E68C 0%, #E8D86A 50%, #D4C44A 100%);
      border: 1px solid #3C5A9C;
      border-radius: 2px;
      color: #111;
      font-family: 'Tahoma', sans-serif;
      font-size: 11px;
      display: flex;
      align-items: center;
      gap: 6px;
      cursor: default;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
      white-space: nowrap;
      min-width: 140px;
    }

    .taskbar-window-icon {
      font-size: 14px;
    }

    /* Кнопки быстрого запуска */
    .taskbar-quicklaunch {
      display: flex;
      align-items: center;
      gap: 2px;
      margin-left: 2px;
    }

    .quicklaunch-icon {
      width: 24px;
      height: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      cursor: default;
      border-radius: 2px;
    }

    .quicklaunch-icon:hover {
      background: rgba(255,255,255,0.15);
    }

    /* Системный трей */
    .taskbar-tray {
      margin-left: auto;
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 0 8px;
      height: 28px;
      background: rgba(0,0,0,0.05);
      border-left: 1px solid #3D6FC4;
    }

    .tray-icon {
      font-size: 14px;
      cursor: default;
      opacity: 0.9;
    }

    .tray-clock {
      color: white;
      font-family: 'Tahoma', sans-serif;
      font-size: 11px;
      text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    }