/* inter-cyrillic-ext-400-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/assets/inter-cyrillic-ext-400-normal-BQZuk6qB.woff2) format('woff2'), url(/assets/inter-cyrillic-ext-400-normal-DQukG94-.woff) format('woff');
  unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

/* inter-cyrillic-400-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/assets/inter-cyrillic-400-normal-obahsSVq.woff2) format('woff2'), url(/assets/inter-cyrillic-400-normal-HOLc17fK.woff) format('woff');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

/* inter-greek-ext-400-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/assets/inter-greek-ext-400-normal-DGGRlc-M.woff2) format('woff2'), url(/assets/inter-greek-ext-400-normal-KugGGMne.woff) format('woff');
  unicode-range: U+1F00-1FFF;
}

/* inter-greek-400-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/assets/inter-greek-400-normal-B4URO6DV.woff2) format('woff2'), url(/assets/inter-greek-400-normal-q2sYcFCs.woff) format('woff');
  unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
}

/* inter-vietnamese-400-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/assets/inter-vietnamese-400-normal-DMkecbls.woff2) format('woff2'), url(/assets/inter-vietnamese-400-normal-Bbgyi5SW.woff) format('woff');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}

/* inter-latin-ext-400-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/assets/inter-latin-ext-400-normal-C1nco2VV.woff2) format('woff2'), url(/assets/inter-latin-ext-400-normal-77YHD8bZ.woff) format('woff');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* inter-latin-400-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/assets/inter-latin-400-normal-C38fXH4l.woff2) format('woff2'), url(/assets/inter-latin-400-normal-CyCys3Eg.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}.App {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.HeadingTop{
  margin: 20px;
}

.Controls {
  padding: 1vh;
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 80rem;
}

.parent {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  max-width: 80rem;
}

.div1 { grid-area: 1 / 1 / 3 / 6; }
.div2 { grid-area: 1 / 1 / 2 / 4; }
.div3 { grid-area: 1 / 3 / 2 / 6; }
.div4 { grid-area: 2 / 1 / 3 / 6; }
.div5 { grid-area: 3 / 1 / 4 / 6; }
.div6 { grid-area: 1 / 5 / 2 / 6; }
.div7 { grid-area: 1 / 4 / 2 / 6; }

.content-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px auto;
  width: 100%;
  max-width: 80rem;
  padding: 0 1rem 100px;
  flex: 1;
}

.content-area-wide {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px auto;
  width: 100%;
  max-width: 100rem; 
  padding: 0 1rem 100px;
  flex: 1;
}

.tabs-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px auto;
  width: 100%;
  max-width: 80rem;
  padding: 0 1rem;
}

.tabs-wrapper {
  width: 100%;
  max-width: 80rem;
  text-align: center;
}

.loading-indicator {
  padding-top: 20px;
  padding-bottom: 20px;
}

.loading-indicator-linear {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.feature-header {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 80rem;
}

.section-header {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 80rem;
}

.validation-notification {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 80rem;
}

.modal-content {
  width: 100%;
  min-width: 500px;
  flex: 1;
  margin-bottom: 30px;
}

.modal-row {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.modal-column {
  display: flex;
}

.modal-column.label {
  width: 200px;
  margin-right: 10px;
}

.modal-column.value {
  flex: 1;
}

.modal-column:last-child {
  margin-right: 0;
}

.modal-text-block p-text {
  margin-bottom: 5px;
}

.multi-section-form-container {
  margin-top: 1rem;
  width: 100%;
  max-width: 80rem;
}

.form-columns-container {
  display: flex;
  justify-content: space-between;
}

.form-section {
  margin-right: 10px;
  padding: 10px;
  border: 1px solid var(--color-border-medium);
  flex: 1;
}

.form-section:last-child {
  margin-right: 0;
}

.form-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.form-row-center {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.form-column {
  flex: 1;
  margin-right: 10px;
}

.form-column:last-child {
  margin-right: 0;
}

.form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  gap: 10px;
  width: 100%;
}

.form-container-without-margin {
  margin-top: 0;
}

.form-section-first {
  padding-top: 10px;
  padding-bottom: 40px;
}

.form-section-last {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 60px;
}

.select-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.select-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  width: 100%;
}

.textarea-container {
  display: flex;
  flex-direction: column;
  min-width: 700px;
  width: 100%;
}

.textarea-label {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 5px;
  width: 100%;
}

.pre-tailoring-hint {
  margin-bottom: 20px;
}

.filename {
  margin-left: 0.5rem;
}

.search-with-drop-down {
  position: relative;
  width: auto;
  min-width: 400px;
  padding: 10px;
}

.search-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  width: 100%;
}

.drop-down-list {
  position: absolute;
  top: 100%;
  width: auto;
  min-width: 400px;
  max-height: 300px;
  overflow-y: auto;
  padding: 0px;
  margin: 0px 0 0;
  background-color: var(--color-dropdown-bg);
  border: 1px solid var(--color-dropdown-border);
  box-shadow: 0px 4px 6px var(--color-shadow);
  list-style: none;
  z-index: 2100;
}

.drop-down-list-item {
  padding: 10px;
  cursor: pointer;
  background-color: var(--color-dropdown-item-bg);
  border-bottom: 1px solid var(--color-dropdown-item-border);
  transition: background-color 0.1s ease-in-out;
}

.drop-down-list-item.selected {
  background-color: var(--color-bg-hover);
}

.adaptable-select {
  width: auto;
  min-width: 400px;
  padding: 10px;
}

.adaptable-select-without-label {
  margin-top: -5px;
}

.fixed-select {
  width: 200px;
  padding: 10px;
}

.fixed-select-without-label {
  margin-top: -5px;
}

.popover-right-margin {
  margin-right: 20px;
}

.popover-left-margin {
  margin-left: 5px;
}

.centered-row {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.next-button {
  padding: 30px 5px;
}

.back-button {
  padding: 30px 5px;
  color: var(--color-text-muted);
}

.change-button {
  padding: 5px 5px;
}

.button-large-padding {
  padding: 30px 5px;
}

.search-bar-container {
  margin-bottom: 1rem;
  max-width: 400px;
}

.minimum-standards-table {
  table-layout: fixed;
  width: 100%;
}

.table-col-15 { width: 15%; }
.table-col-30 { width: 30%; }
.table-col-10 { width: 10%; }

.process-tracker-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  gap: 10px;
  width: 100%;
  max-width: 100rem;
}

.mqtt-msg-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2rem;
  gap: 10px;
  width: 100%;
  max-width: 100rem;
}

.mqtt-msg-list {
  list-style-type: none;
}

.mqtt-msg-item {
  display: flex;
  align-items: flex-start;
}

.mqtt-msg-content {
  margin-left: 0.5rem;
}

.disabled-table-cell {
  opacity: 0.5;
}

.filter-bar {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  margin-bottom: 70px
}

.filter-input {
  height: 2.5rem;
}

.filter-button {
  height: 2.5rem;
}

.active-filter-info {
  display: flex;
  align-items: flex-end;
  font-size: 1px;
  text-align: left
}

.fixed-select,
.adaptable-select,
.select-container,
.select-label,
.search-label {
  text-align: left;
}
.App {
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.App-logo {
  height: 16vmin;
  pointer-events: none;
}

.App-header-icon {
  height: 8vmin;
  width: 8vmin;
  pointer-events: none;
  margin: 1vmin;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 5s linear;
  }
}

.App-header {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  min-height: max(35vh, 320px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  padding: 0vh 5vh 5vh 5vh;
}

.App-header--compact {
  min-height: max(18vh, 160px);
  padding: 0vh 5vh 3vh 5vh;
}

.App-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--color-overlay-bg);
  pointer-events: none;
}

.App-header > * {
  position: relative;
  z-index: 1;
}

.App-header-content {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  justify-items: center; 
  gap: 16px;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}

.App-header-left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.App-header-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  max-width: 25ch;
}

@media (max-width: 700px) {
  .App-header-content {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .App-header-left {
    justify-content: center;
    margin-top: 15px;
  }
  .App-header-right {
    align-items: center;
    margin: 0 auto;
  }
  .App-header-icon {
    height: 90px;
    width: 90px;
  }
  .App-logo {
    height: 25vmin;
  }
}.Sidebar-nav {
  display: flex;
  flex-direction: column;
  padding: 16px 0 0 0;
  min-height: 100%;
}

p-flyout {
  --p-flyout-width: 500px;
  --p-flyout-max-width: 500px;
}

.Sidebar-navItem {
  font-family: var(--font-porsche);
  font-size: 21px;
  color: var(--color-text);
  background: none;
  border: none;
  padding: 16px 24px;
  margin: 0 -24px;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.3s ease;
}

.Sidebar-navItem:hover {
  background-color: var(--color-bg-hover);
  border-radius: 4px;
}

.Sidebar-navItem--title {
  font-weight: 600;
}

.Sidebar-language {
  margin-top: auto;
  padding: 40px 0 16px 0;
}

.Sidebar-theme-toggle {
  font-family: var(--font-porsche);
  font-size: 16px;
  color: var(--color-text);
  background: none;
  border: none;
  padding: 12px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: opacity 0.2s ease;
}

.Sidebar-theme-toggle:hover {
  opacity: 0.7;
}

@media (max-width: 520px) {
  p-flyout {
    --p-flyout-width: 100vw;
    --p-flyout-max-width: 100vw;
  }
}
.NavBar {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: var(--color-navbar-bg);
  border-bottom: 1px solid var(--color-border);
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.NavBar-content {
  display: grid;
  grid-template-columns: 1fr auto 1fr; 
  align-items: center;
  min-height: 48px;
  padding: 4px 30px; 
  gap: 8px;
}

@media (max-width: 520px) {
  .NavBar-content {
  padding: 4px 10px;
}
}

.NavBar-wordmark { display: none; }
.NavBar-crest { display: inline-block; height: 30px; width: auto; }

@media (min-width: 700px) {
  .NavBar-wordmark { display: inline-flex; }
  .NavBar-crest { display: none; }
}

.NavBar-left {
  display: flex;
  align-items: center;
}

.NavBar-titleLink {
  font-family: var(--font-porsche);
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  color: var(--color-text);
  background: none;
  border: none;
  padding: 10px 12px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.NavBar-menuIcon {
  flex-shrink: 0;
}

.NavBar-titleLink:hover {
  background-color: var(--color-bg-hover);
}

.NavBar-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.NavBar-logo {
  height: 20px;
  width: auto;
  opacity: 0.9;
}

.NavBar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px; 
}

.NavBar-right .MainMenuButton,
.NavBar-right .ManualButton,
.NavBar-right .HelpButton,
.NavBar-right .LoginLogoutButton {
  position: static;
  width: auto;
  height: auto;
  margin: 0; 
  top: auto;
  right: auto;
}

.IconOnly {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  min-width: auto !important;
  padding: 4px !important;
  border-radius: 4px;
  color: var(--color-text) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.IconOnly:hover { 
  background-color: var(--color-bg-hover) !important;
}

.IconOnly:focus-visible { outline: none; }

.LanguageSelectorWrapper {
  display: flex;
  align-items: center;
}

/* Tooltip Styles */
.NavBar-tooltip-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.NavBar-tooltip {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 8px;
  padding: 6px 12px;
  background-color: var(--color-tooltip-bg);
  color: var(--color-tooltip-text);
  font-size: 12px;
  font-family: var(--font-porsche);
  white-space: nowrap;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  transition-delay: 0s;
  pointer-events: none;
  z-index: 1001;
}

.NavBar-tooltip-wrapper:hover .NavBar-tooltip {
  opacity: 1;
  visibility: visible;
  transition-delay: 300ms;
}

.NavBar-env-badge {
  font-family: var(--font-porsche);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.5px;
  color: var(--color-footer-text);
  border: none;
  border-radius: 4px;
  padding: 0 15px;
  margin-right: 10px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.2s ease;
  white-space: nowrap;
}

.NavBar-env-badge:hover {
  opacity: 0.8;
}

.NavBar-env-badge--hidden {
  min-width: 48px;
  opacity: 0;
}

.NavBar-env-badge--hidden:hover {
  opacity: 0;
}

.NavBar-env-line {
  width: 100%;
  height: 5px;
  flex-shrink: 0;
}
.Footer {
  margin-top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  background: var(--color-footer-bg);
  color: var(--color-footer-text) !important;
  z-index: 2000;
  transition: background-color 0.3s ease;
}

.Footer-content {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end; 
  justify-content: space-between;
  padding: 8px 16px;
}

.Footer-left,
.Footer-center,
.Footer-right {
  display: flex;
  align-items: flex-end;
}

.Footer-right {
  position: absolute;
  right: 35px;
  bottom: 25px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.Footer-theme-toggle {
  display: flex;
  align-items: center;
}

.Footer-language {
  display: flex;
  align-items: center;
}

.Footer-legal {
  color: var(--color-footer-text) !important;
  position: absolute;
  left: 16px;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.Footer-legal p-text,
.Footer-legal p {
  margin: 0;
  line-height: 1.25;
}

@media (max-width: 540px) {
  .Footer {
    position: static;
    height: auto;
    margin-top: auto;
  }

  .Footer-content {
    height: auto;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 12px 16px;
  }

  .Footer-language {
    position: static;
    right: auto;
    bottom: auto;
  }

  .Footer-right {
    position: static;
    right: auto;
    bottom: auto;
    margin-left: auto;
  }

  .Footer-theme-toggle {
    position: static;
  }

  .Footer-legal {
    position: static;
    left: auto;
    bottom: auto;
    align-items: flex-start;
    margin-top: 4px;
  }
}.UnauthenticatedLandingPage {
  width: 100%;
  height: calc(100vh - var(--navbar-height, 60px));
  display: flex;
  flex-direction: column;
}

.UnauthenticatedLandingPage-hero {
  background-image: url('/assets/landingPageBanner-jPXLKp4L.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.UnauthenticatedLandingPage-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--color-overlay-bg);
  pointer-events: none;
}

.UnauthenticatedLandingPage-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 800px;
  padding: 40px 20px;
}

.UnauthenticatedLandingPage-subtitle {
  margin: 20px 0 40px 0;
  line-height: 1.5;
}

.UnauthenticatedLandingPage-buttonContainer {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.UnauthenticatedLandingPage-loginButton {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .UnauthenticatedLandingPage-content {
    padding: 20px;
  }
  
  .UnauthenticatedLandingPage-subtitle {
    margin: 15px 0 30px 0;
  }
  
  .UnauthenticatedLandingPage-buttonContainer {
    margin-top: 30px;
  }
}.Tile {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: var(--color-bg-surface);
  border-radius: 12px;
  padding: 16px;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease, transform 0.1s ease, background-color 0.3s ease;
    height: 100%;
}

.Tile:hover { 
    box-shadow: 0 6px 18px var(--color-shadow); 
    transform: translateY(-1px); 
}

.Tile:focus-visible { 
    outline: 2px solid var(--color-focus-outline); 
    outline-offset: 2px; 
}

.Tile.is-clickable { 
    cursor: pointer; 
}

.Tile-badge {
    display: none; 
    position: absolute; 
    top: 10px; 
    right: 10px; 
    z-index: 1; }

.Tile.show-badge .Tile-badge {
    display: block;
}

.Tile-badge-label {
    display: inline-block;
    background-color: var(--color-badge-new-bg);
    color: var(--color-badge-new-text);
    font-size: 14px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 4px;
    line-height: 1.4;
}

.Tile-media { 
    display: flex; align-items: center; 
    justify-content: center; 
    min-height: 110px; 
    margin-top: 12px; 
}

.Tile-media img { 
    width: 70px; 
    height: 70px; 
    object-fit: contain; 
}

.Tile-body { 
    display: flex; 
    flex-direction: column; 
    gap: 5px;
    flex: 1 1 auto;
}

.Tile-cta { 
    margin-top: auto; 
    align-self: flex-start; 
}

@media (max-width: 580px) {
    .Tile {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-rows: auto 1fr auto;
        column-gap: 12px;
        align-items: center;
    }

    .Tile-badge {
        top: 8px;
        left: auto;
        right: 8px;
    }

    .Tile-media {
        min-height: auto;
        margin-top: 0;
        grid-column: 2;
        grid-row: 1 / span 3;
        justify-content: flex-end;
    }

    .Tile-media img {
        margin-right: 60px;
        width: 60px;
        height: 60px;
    }

    .Tile-body {
        grid-column: 1;
        grid-row: 1;
    }

    .Tile-cta {
        grid-column: 1;
        grid-row: 3;
        align-self: start;
        justify-self: start; 
        margin-top: 8px;
        text-align: left;
    }
}

.tile-navigation {
  display: grid;
  align-items: stretch;
  max-width: 1200px;
  grid-template-columns: 1fr; 
  gap: 20px;
  padding: 16px;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
}

.tile-notice {
  grid-column: 1 / -1;
}

.page-notice {
  width: 80%;
  max-width: 690px;
  box-sizing: border-box;
  padding: 0 16px;
  z-index: 300;
  margin: var(--notice-margin-top, -70px) auto 16px;
}

@media (max-width: 700px) {
    .page-notice {
    margin: var(--notice-margin-top, -40px) auto 16px;
  }
}

@media (min-width: 580px) {
  .tile-navigation {
    grid-template-columns: repeat(2, minmax(0, 1fr)); 
  }
}

@media (min-width: 1200px) {
  .tile-navigation {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}.project-selection-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 0 0;
    box-sizing: border-box;
}

.project-selection-header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}

.project-selection-next-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.project-selection-back-btn {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.project-selection-search {
    width: 100%;
    max-width: 600px;
    margin: 24px auto;
}

.project-selection-grid {
    width: 1200px;
    max-width: 100%;
    margin-top: 24px;
}

.ms-selection-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 8px;
}

.ms-selection-table thead tr {
    border-bottom: 2px solid var(--color-border-strong);
}

.ms-selection-table th {
    padding: 12px 6px;
    text-align: left;
    font-weight: normal;
    font-size: 13px;
     white-space: nowrap;
    vertical-align: middle;
   
}

.ms-selection-table td {
    padding: 10px 6px;
    vertical-align: middle;
    font-size: 14px;
    text-align: left;
}

.ms-selection-table tbody tr {
    border-bottom: 1px solid var(--color-border);
}

.ms-selection-table tbody tr:hover {
    background-color: var(--color-bg-hover);
}

.ms-row-selected {
    background-color: var(--color-bg-selected);
}

.ms-checkbox-disabled {
    opacity: 0.4;
}

.ms-expanded-row {
    background-color: var(--color-bg);
}

.ms-expanded-row:hover {
    background-color: var(--color-bg) !important;
}

.ms-expanded-row td {
    padding: 24px 16px 24px 48px;
}

.ms-expanded-detail {
    text-align: left;
}

.ms-expanded-detail p {
    margin: 4px 0;
    font-size: 14px;
    line-height: 1.6;
}

.ms-expanded-detail p-text {
    font-size: 14px !important;
}

.ms-expanded-description {
    margin-top: 16px;
}

.ms-jira-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--color-link);
    text-decoration: none;
}

.ms-jira-link:hover {
    text-decoration: underline;
}

.ms-update-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 13px;
    white-space: nowrap;
}

.ms-update-badge-update {
    background-color: var(--color-badge-update-bg);
    color: var(--color-badge-update-text);
    cursor: pointer;
    border: none;
    font-family: inherit;
}

.ms-update-badge-update:hover {
    background-color: var(--color-badge-update-hover);
}

.ms-update-badge-uptodate {
    background-color: var(--color-badge-success-bg);
    color: var(--color-badge-success-text);
}

.ms-update-badge-create {
    color: var(--color-text-secondary);
}

/* Column header tooltip styles (same as NavBar) */
.ms-th-tooltip-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.ms-th-tooltip {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 8px;
    padding: 6px 12px;
    background-color: var(--color-tooltip-bg);
    color: var(--color-tooltip-text);
    font-size: 12px;
    font-family: var(--font-porsche);
    white-space: nowrap;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    transition-delay: 0s;
    pointer-events: none;
    z-index: 1001;
}

.ms-th-tooltip-wrapper:hover .ms-th-tooltip {
    opacity: 1;
    visibility: visible;
    transition-delay: 300ms;
}

.ms-th-tooltip.ms-th-tooltip-left {
    left: 0;
    transform: none;
}

.ms-th-details-label {
    font-size: 16px;
}
.submission-summary {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 16px;
}

.submission-summary > p-inline-notification {
    width: fit-content;
    margin: 0 auto;
}

/* Content section: text left, screenshot right */
.submission-summary-content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 48px;
    margin-top: 40px;
}

.submission-summary-details {
    flex: 1;
    text-align: left;
}

.submission-summary-issues {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.submission-summary-issue-link {
    display: flex;
    align-items: center;
    gap: 8px;
}

.submission-summary-jira-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--color-link);
    text-decoration: underline;
    font-weight: 600;
    font-size: 14px;
}

.submission-summary-jira-link:hover {
    color: var(--color-link-hover);
}

.submission-summary-jira-icon {
    width: 18px;
    height: 18px;
}

.submission-summary-failed {
    margin-top: 16px;
    padding: 12px;
    background: var(--color-error-bg);
    border-radius: 8px;
}

.submission-summary-screenshot {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.submission-summary-screenshot img {
    max-width: 400px;
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 24px var(--color-shadow-medium);
}

.submission-summary-error {
    margin-top: 24px;
    text-align: left;
}

/* Action tiles */
.submission-summary-tiles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 64px;
}

.submission-summary-tile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    background: var(--color-bg-surface);
    border-radius: 12px;
    padding: 32px 24px;
    min-height: 240px;
    text-align: left;
}

.submission-summary-tile > :last-child {
    margin-top: auto;
}

.submission-summary-tile-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 4px;
    align-self: center;
}

.submission-summary-tile-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Responsive */
@media (max-width: 768px) {
    .submission-summary-content {
        flex-direction: column;
        gap: 32px;
    }

    .submission-summary-screenshot {
        max-width: 100%;
    }

    .submission-summary-tiles {
        grid-template-columns: 1fr;
    }
}
.msi-landing-page {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 64px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 35px 32px;
}

.msi-landing-content {
    flex: 1;
    max-width: 500px;
    text-align: left;
}

.msi-landing-description {
    margin: 16px 0 40px 0;
}

.msi-provider-select {
    width: 100%;
}

.msi-session-info {
    margin: 0 0 20px 0;
}

.msi-session-hint {
    margin-top: 8px;
}

.msi-provider-switch-wrapper {
    margin: 0 0 20px 0;
}

.msi-switch-button-wrapper {
    margin-top: 12px;
}

.msi-landing-screenshot {
    flex: 1;
    max-width: 400px;
}

.msi-landing-screenshot img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 24px var(--color-shadow-strong);
}

/* Responsive */
@media (max-width: 900px) {
    .msi-landing-page {
        flex-direction: column;
        gap: 40px;
        padding: 40px 24px;
    }

    .msi-landing-content {
        max-width: 100%;
        text-align: left;
    }

    .msi-landing-screenshot {
        max-width: 100%;
    }
}

/*
 * Minimum Standards Viewer & Importer landing pages:
 * On wide screens the layout stays as-is (text left, screenshot right).
 * Once the layout wraps (<= 900px) the screenshot is shown ABOVE the text,
 * sitting in front of a grey card that holds the text/button and overlapping
 * its top edge - matching the other applications' landing pages.
 */
@media (max-width: 900px) {
    .msi-landing-page--stacked {
        flex-direction: column-reverse;
        align-items: stretch;
        gap: 0;
    }

    .msi-landing-page--stacked .msi-landing-content {
        position: relative;
        z-index: 1;
        background: var(--color-bg-surface);
        border-radius: 12px;
        padding: 100px 24px 40px;
        margin-top: -30px;
    }

    .msi-landing-page--stacked .msi-landing-screenshot {
        position: relative;
        z-index: 2;
        max-width: 60%;
        margin: 0 auto -28px;
    }
}


.general-info-form {
    width: 1200px;
    max-width: 100%;
    margin-top: 32px;
}

.general-info-input {
    flex: 1;
    max-width: 300px;
}

.general-info-stakeholders {
    margin-top: 32px;
    margin-bottom: 12px;
}

.general-info-stakeholders-label {
    margin-bottom: 12px;
}
.components-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 24px;
    width: 100%;
    margin-top: 24px;
    text-align: left;
}

@media (max-width: 700px) {
    .components-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 450px) {
    .components-grid {
        grid-template-columns: 1fr;
    }
}
.onboarding-landing-page {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 64px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 35px 32px;
}

.onboarding-landing-content {
    flex: 1;
    max-width: 500px;
    text-align: left;
}

.onboarding-landing-description {
    margin: 16px 0 40px 0;
}

.onboarding-landing-screenshots {
    flex: 0 0 400px;
    position: relative;
    max-width: 400px;
    min-height: 300px;
    align-self: center;
}

.onboarding-screenshot-back {
    position: absolute;
    top: 70px;
    left: 70px;
    width: 85%;
    border-radius: 8px;
    box-shadow: 0 8px 32px var(--color-shadow-strong);
    z-index: 1;
}

.onboarding-screenshot-front {
    position: absolute;
    top: 0;
    left: 0;
    width: 85%;
    border-radius: 8px;
    box-shadow: 0 8px 32px var(--color-shadow-strong);
    z-index: 0;
}

.onboarding-screenshot-arrow {
    position: absolute;
    top: 75%;
    left: 20%;
    width: 30%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

/*
 * Responsive:
 * On wide screens the layout stays as-is (text left, screenshots right).
 * Once the layout wraps (<= 900px) the screenshots are shown ABOVE the text,
 * sitting in front of a grey card that holds the text/button and overlapping
 * its top edge - matching the other applications' landing pages.
 */
@media (max-width: 900px) {
    .onboarding-landing-page {
        flex-direction: column-reverse;
        align-items: stretch;
        gap: 0;
        padding: 40px 24px;
    }

    .onboarding-landing-content {
        position: relative;
        z-index: 1;
        max-width: 100%;
        background: var(--color-bg-surface);
        border-radius: 12px;
        padding: 130px 24px 40px;
        margin-top: -35px;
    }

    .onboarding-landing-screenshots {
        position: relative;
        z-index: 2;
        flex: none;
        width: 60%;
        max-width: 320px;
        min-height: 220px;
        margin: 0 auto -28px;
        align-self: center;
    }

    .onboarding-screenshot-back {
        right: 0;
    }

    .onboarding-screenshot-front {
        left: 0;
    }

    .onboarding-screenshot-arrow {
        top: 80%;
    }
}

.active-button {
    transition: background-color 0.5s, color 0.5s, transform 0.1s; margin-bottom: 20px
}

.active-button:active {
    background-color: var(--color-text);
    color: var(--color-bg);
    transform: scale(0.98); 
}.automated-passcheck-container {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-top: 0.2rem;
}

.automated-passcheck-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.automated-passcheck-header-action {
    margin-left: auto;
}

.automated-passcheck-intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 32px;
    padding: 0 16px;
}

.automated-passcheck-intro-description {
    max-width: 900px;
}

.automated-passcheck-selection-warning {
    width: fit-content;
    max-width: 100%;
    align-self: center;
}

.automated-passcheck-workflow-heading-accent {
    color: #1B7A3E;
}

.testplan-jira-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--color-link);
}

.testplan-jira-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.testplan-leanix-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--color-link);
}

.testplan-leanix-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.automated-passcheck-search-row {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.automated-passcheck-search-field {
    width: 100%;
    max-width: 720px;
}

.testplan-counter {
    display: flex;
    gap: 24px;
    margin-bottom: 8px;
}

.testplan-table-head-cell {
    font-weight: bold;
    font-size: 14px;
}

.testplan-table-cell-summary {
    max-width: 400px;
    min-width: 200px;
    white-space: normal;
    word-break: break-word;
}

.testplan-table-head-cell-select {
    width: 60px;
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
}

.select-all-tooltip-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 30px;
}

.select-all-tooltip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--color-tooltip-bg);
    color: var(--color-tooltip-text);
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 100;
    margin-top: 4px;
    transition: opacity 0.2s ease-in-out;
}

.select-all-tooltip-wrapper:hover .select-all-tooltip {
    visibility: visible;
    opacity: 1;
}

.filter-bar-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.filter-bar {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 16px;
}

.filter-bar-left {
    display: flex;
    gap: 16px;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    text-align: left;
}

.filter-bar-left p-select-wrapper,
.filter-bar-left p-text-field-wrapper {
    text-align: left;
}

.filter-date-group {
    display: flex;
    gap: 16px;
    align-items: flex-end;
    flex-shrink: 0;
}

.filter-actions {
    display: flex;
    gap: 16px;
    align-items: flex-end;
    flex-shrink: 0;
}

.run-mode-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.run-mode-label {
    margin-bottom: 4px;
}

.active-filter-row {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}
.automated-passcheck-landing {
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px;
    box-sizing: border-box;
    width: 100%;
}

.automated-passcheck-landing-heading {
    text-align: center;
    margin: 8px 0 24px;
}

.automated-passcheck-run-tiles {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 0 0 40px;
}

@media (min-width: 700px) {
    .automated-passcheck-run-tiles {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.automated-passcheck-run-tile {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    background: var(--color-bg-surface);
    border-radius: 12px;
    padding: 72px 32px 40px;
    min-height: 320px;
    box-sizing: border-box;
    transition: box-shadow 0.2s ease, transform 0.1s ease, background-color 0.3s ease;
}

.automated-passcheck-run-tile:hover {
    box-shadow: 0 6px 18px var(--color-shadow);
    transform: translateY(-1px);
}

.automated-passcheck-run-tile--disabled {
    opacity: 0.55;
    filter: grayscale(0.6);
    cursor: not-allowed;
}

.automated-passcheck-run-tile--disabled:hover {
    box-shadow: none;
    transform: none;
}

.automated-passcheck-run-tile-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 1;
}

.automated-passcheck-run-tile-title {
    align-self: center;
    margin: 0 0 8px;
}

.automated-passcheck-run-tile-title-accent {
    color: #1B7A3E;
}

.automated-passcheck-run-tile-description {
    margin: 0;
    margin-top: auto;
    align-self: stretch;
}

.automated-passcheck-run-tile-cta {
    align-self: flex-start;
}

.automated-passcheck-landing-info-heading {
    text-align: center;
    margin: 8px 0 16px;
}

.automated-passcheck-landing-info {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 16px;
    box-sizing: border-box;
}

.automated-passcheck-landing-info-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media (min-width: 700px) {
    .automated-passcheck-landing-info {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.leanix-connector {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-top: 1rem;
}

/* Step header: Back (left) / step label (center) / action (right) */
.leanix-step-header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin-bottom: 24px;
}

.leanix-step-back {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.leanix-step-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.leanix-step-label {
    margin: 0 auto;
}

.leanix-step-intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    padding: 0 16px;
}

/* Search */
.leanix-search-row {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.leanix-search-field {
    width: 100%;
    max-width: 720px;
}

/* Step 2/2 summary table */
.leanix-summary-table {
    width: 100%;
}

.testplan-table-cell-summary {
    max-width: 400px;
    min-width: 200px;
    white-space: normal;
    word-break: break-word;
}

.leanix-jira-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--color-link);
}

.leanix-jira-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.leanix-factsheet-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--color-link);
}

.leanix-factsheet-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .leanix-step-header {
        flex-wrap: wrap;
        gap: 12px;
    }

    .leanix-step-back,
    .leanix-step-next {
        position: static;
        transform: none;
    }

    .leanix-step-label {
        order: -1;
        width: 100%;
    }
}
.leanix-landing {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 16px 16px 32px;
    box-sizing: border-box;
}

.leanix-landing-heading {
    margin-bottom: 100px;
}

.leanix-landing-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    width: 100%;
}

.leanix-landing-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    background: var(--color-bg-surface);
    border-radius: 12px;
    padding: 32px 24px;
}

.leanix-landing-card-visual {
    position: relative;
    width: 100%;
    max-width: 520px;
    aspect-ratio: 29 / 10;
    margin: -55px auto 0;
}

.leanix-landing-screenshot-back {
    position: absolute;
    top: -30%;
    left: 12%;
    width: 50%;
    border-radius: 8px;
    box-shadow: 0 8px 24px var(--color-shadow-medium);
    z-index: 0;
}

.leanix-landing-screenshot-front {
    position: absolute;
    bottom: 0;
    right: 12%;
    width: 50%;
    border-radius: 8px;
    box-shadow: 0 8px 32px var(--color-shadow-strong);
    z-index: 2;
}

.leanix-landing-arrow {
    position: absolute;
    top: 65%;
    left: 35%;
    width: 17%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.leanix-landing-card-caption {
    min-height: 40px;
    margin-top: 24px;
    align-self: stretch;
}

.leanix-landing-card-cta {
    align-self: flex-start;
}

.leanix-landing-info {
    max-width: 820px;
    margin-top: 40px;
}

/* Responsive */
@media (max-width: 900px) {
    .leanix-landing-cards {
        grid-template-columns: 1fr;
        gap: 100px;
    }
}
.endpoint-worker-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem 16px 4rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.endpoint-worker-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
}

.endpoint-worker-status {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

/* Step log – shown full-width while the run progresses */
.endpoint-worker-log-wrapper {
    display: flex;
    justify-content: center;
}

.endpoint-worker-log {
    flex: 1 1 360px;
    max-width: 520px;
    display: flex;
    justify-content: center;
}

.endpoint-worker-log .mqtt-msg-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.endpoint-worker-log .mqtt-msg-item {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.endpoint-worker-log .mqtt-msg-content {
    margin-left: 0;
}

.endpoint-worker-screenshot {
    flex: 1 1 360px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.endpoint-worker-screenshot img {
    max-width: 460px;
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 24px var(--color-shadow-medium, rgba(0, 0, 0, 0.15));
}

/* Summary below – appears once the run finishes */
.endpoint-worker-summary {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 1rem;
}

.endpoint-worker-summary-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
}

.endpoint-worker-summary-text {
    flex: 1 1 360px;
    max-width: 520px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: left;
}

.endpoint-worker-tickets {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin: 0.5rem 0;
}

.endpoint-worker-ticket-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--color-link);
    text-decoration: underline;
    font-weight: 600;
    font-size: 14px;
}

.endpoint-worker-ticket-link:hover {
    color: var(--color-link-hover);
}

.endpoint-worker-ticket-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

/* Action tiles */
.endpoint-worker-tiles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 32px;
    width: 100%;
}

.endpoint-worker-tile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    background: var(--color-bg-surface);
    border-radius: 12px;
    padding: 32px 24px;
    min-height: 240px;
    text-align: left;
}

.endpoint-worker-tile > :last-child {
    margin-top: auto;
}

.endpoint-worker-tile-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 4px;
    align-self: center;
}

.endpoint-worker-tile-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 768px) {
    .endpoint-worker-summary-content {
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }

    .endpoint-worker-summary-text {
        text-align: center;
        align-items: center;
    }

    .endpoint-worker-tickets {
        align-items: center;
    }

    .endpoint-worker-tiles {
        grid-template-columns: 1fr;
    }
}
.not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  padding: 40px 20px;
}

.not-found-title {
  font-size: clamp(150px, 25vw, 280px);
  font-weight: bold;
  line-height: 0.85;
  background: linear-gradient(180deg, var(--color-notfound-gradient-start) 0%, var(--color-notfound-gradient-mid) 60%, var(--color-notfound-gradient-end) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.02em;
}

.not-found-message {
  margin-top: 16px;
  font-size: 1.25rem;
}

.not-found-button {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}
:root {
  --font-porsche: "Porsche Next", "Arial Narrow", Arial, sans-serif;

  /* Theme colors – Light (default) */
  --color-bg: #ffffff;
  --color-bg-surface: #fbfafa;
  --color-bg-hover: #f0f0f0;
  --color-bg-selected: #f0f7ff;
  --color-bg-input: #fff;
  --color-text: #000000;
  --color-text-secondary: #333;
  --color-text-muted: dimgray;
  --color-border: #e5e5e5;
  --color-border-medium: #ddd;
  --color-border-strong: #000;
  --color-link: #007EB9;
  --color-link-hover: #005f8a;
  --color-shadow: rgba(0, 0, 0, 0.1);
  --color-shadow-medium: rgba(0, 0, 0, 0.15);
  --color-shadow-strong: rgba(0, 0, 0, 0.3);
  --color-tooltip-bg: #000;
  --color-tooltip-text: #fff;
  --color-badge-update-bg: #FFF3CD;
  --color-badge-update-text: #856404;
  --color-badge-update-hover: #FFE69C;
  --color-badge-success-bg: #E8F5E9;
  --color-badge-success-text: #2E7D32;
  --color-badge-new-bg: #619152;
  --color-badge-new-text: #ffffff;
  --color-error-bg: #fff3f3;
  --color-error-text: #C62828;
  --color-focus-outline: #000;
  --color-overlay-bg: rgba(0, 0, 0, 0.6);
  --color-env-local: #477EFF;
  --color-env-dev: #619152;
  --color-dropdown-bg: #fff;
  --color-dropdown-item-bg: white;
  --color-dropdown-border: #ccc;
  --color-dropdown-item-border: #ddd;
  --color-navbar-bg: #ffffff;
  --color-footer-bg: #000000;
  --color-footer-text: #ffffff;
  --color-notfound-gradient-start: #b0b0b0;
  --color-notfound-gradient-mid: #e8e8e8;
  --color-notfound-gradient-end: #ffffff;
}

[data-theme="dark"] {
  --color-bg: #1a1a1a;
  --color-bg-surface: #242424;
  --color-bg-hover: #333333;
  --color-bg-selected: #1e2d3d;
  --color-bg-input: #2a2a2a;
  --color-text: #e0e0e0;
  --color-text-secondary: #c0c0c0;
  --color-text-muted: #999;
  --color-border: #3a3a3a;
  --color-border-medium: #444;
  --color-border-strong: #e0e0e0;
  --color-link: #4da8da;
  --color-link-hover: #7cc4e8;
  --color-shadow: rgba(0, 0, 0, 0.3);
  --color-shadow-medium: rgba(0, 0, 0, 0.4);
  --color-shadow-strong: rgba(0, 0, 0, 0.6);
    /* --color-shadow: rgba(255, 255, 255, 0.1);
  --color-shadow-medium: rgba(255, 255, 255, 0.15);
  --color-shadow-strong: rgba(255, 255, 255, 0.2); */
  --color-tooltip-bg: #e0e0e0;
  --color-tooltip-text: #1a1a1a;
  --color-badge-update-bg: #3d3520;
  --color-badge-update-text: #f0d060;
  --color-badge-update-hover: #4d4228;
  --color-badge-success-bg: #1e3320;
  --color-badge-success-text: #66bb6a;
  --color-badge-new-bg: #619152;
  --color-badge-new-text: #ffffff;
  --color-error-bg: #3d2020;
  --color-error-text: #ef5350;
  --color-focus-outline: #e0e0e0;
  --color-overlay-bg: rgba(0, 0, 0, 0.7);
  --color-env-local: #477EFF;
  --color-env-dev: #619152;
  --color-dropdown-bg: #2a2a2a;
  --color-dropdown-item-bg: #2a2a2a;
  --color-dropdown-border: #444;
  --color-dropdown-item-border: #3a3a3a;
  --color-navbar-bg: #1a1a1a;
  --color-footer-bg: #111111;
  --color-footer-text: #e0e0e0;
  --color-notfound-gradient-start: #444;
  --color-notfound-gradient-mid: #2a2a2a;
  --color-notfound-gradient-end: #1a1a1a;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: var(--font-porsche);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--color-bg);
  color: var(--color-text);
  transition: background-color 0.3s ease, color 0.3s ease;
}

@media (max-width: 540px) {
  body {
    padding-bottom: 0;
  }
}

p-inline-notification {
  text-align: left;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}
