.elementor-2338 .elementor-element.elementor-element-a661379{--display:flex;--min-height:0px;}.elementor-2338 .elementor-element.elementor-element-8b56b87{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-8b56b87 */html, body {
      margin: 0;
      padding: 0;
      background-color: #121212;
      color: #e0e0e0;
      font-family: Arial, sans-serif;
      overflow: hidden;
      height: 100%;
    }
    #ui {
      position: absolute;
      top: 10px;
      left: 50%;
      transform: translateX(-50%);
      text-align: center;
      width: 90%;
      z-index: 1000;
      transition: opacity 0.7s ease;
      opacity: 1;
      pointer-events: auto;
    }
    #ui.hidden {
      opacity: 0;
      pointer-events: none;
    }
    #ui button, #ui select {
      padding: 0.5em 1em;
      font-size: 1em;
      background-color: #7A9F35;
      color: #121212;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      box-shadow: 0 0 5px #7A9F35;
      margin-top: 0.5em;
    }
    #ui button:disabled {
      opacity: 0.5;
      cursor: default;
    }
    #ui .stats {
      margin-top: 0.5em;
      font-size: 1em;
      line-height: 1.4;
    }
    #timerDisplay {
      font-size: 1.2em;
      margin-top: 0.5em;
    }
    #fixation, #periphDot {
      position: absolute;
      border-radius: 50%;
      z-index: 500;
    }
  #fixation {
  position: fixed; /* ← Изменено */
  width: 1vw;
  height: 1vw;
  min-width: 8px;
  min-height: 8px;
  max-width: 12px;
  max-height: 12px;
  background-color: #FFFFFF;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 500;
    }
    #periphDot {
      width: 4vw;
      height: 4vw;
      min-width: 20px;
      min-height: 20px;
      max-width: 40px;
      max-height: 40px;
      background-color: #FF3366;
      box-shadow: 0 0 8px #FF3366;
      display: none;
      cursor: pointer;
    }/* End custom CSS */