body.path-clearance {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: #000;
  color: #d8f7ff;
}

body.path-clearance.toolbar-fixed,
body.path-clearance.toolbar-horizontal,
body.path-clearance.toolbar-vertical {
  padding-top: 0 !important;
  margin-left: 0 !important;
}

body.path-clearance #toolbar-administration,
body.path-clearance header[role="banner"],
body.path-clearance .site-header,
body.path-clearance .navbar,
body.path-clearance .region-header,
body.path-clearance .region-primary-menu,
body.path-clearance .highlighted,
body.path-clearance .page-title,
body.path-clearance .block-page-title-block,
body.path-clearance footer[role="contentinfo"],
body.path-clearance .site-footer {
  display: none;
}

body.path-clearance .dialog-off-canvas-main-canvas,
body.path-clearance .layout-container,
body.path-clearance .page,
body.path-clearance .site-wrapper,
body.path-clearance .main-content,
body.path-clearance main,
body.path-clearance .region-content,
body.path-clearance .as-shell,
body.path-clearance #page-wrapper,
body.path-clearance #page,
body.path-clearance #main-wrapper,
body.path-clearance #main,
body.path-clearance #content,
body.path-clearance .layout-main-wrapper,
body.path-clearance .row,
body.path-clearance .section {
  width: 100%;
  min-width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background: #000;
}

body.path-clearance #main.container,
body.path-clearance .row > * {
  max-width: none;
  margin: 0;
  padding: 0;
}

body.path-clearance .as-shell {
  display: block;
}

body.path-clearance .ooh-clearance-page {
  box-sizing: border-box;
  display: grid;
  place-items: center;
  min-height: 100vh;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 72px 24px;
  background: #000;
  color: #d8f7ff;
}

body.path-clearance .ooh-clearance-page *,
body.path-clearance .ooh-clearance-page *::before,
body.path-clearance .ooh-clearance-page *::after {
  box-sizing: border-box;
}

body.path-clearance .ooh-clearance-shell {
  width: min(100%, 920px);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid rgba(0, 220, 255, 0.28);
  border-radius: 14px;
  background: linear-gradient(175deg, rgba(5, 10, 22, 0.94), rgba(1, 6, 15, 0.96));
  box-shadow:
    inset 0 0 0 1px rgba(158, 248, 255, 0.07),
    0 18px 52px rgba(0, 0, 0, 0.58),
    0 0 34px rgba(0, 220, 255, 0.14);
  text-align: center;
}

body.path-clearance .region-breadcrumb,
body.path-clearance .block-system-breadcrumb-block,
body.path-clearance .breadcrumb,
body.path-clearance .breadcrumb a,
body.path-clearance .ooh-clearance-page a[href="/"],
body.path-clearance .ooh-clearance-page a[href$="/"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.path-clearance .region-breadcrumb,
body.path-clearance .block-system-breadcrumb-block,
body.path-clearance .breadcrumb {
  position: fixed;
  top: 18px;
  left: 18px;
  z-index: 10;
  margin: 0;
  padding: 0;
  list-style: none;
  background: transparent;
}

body.path-clearance .block-system-breadcrumb-block > h2,
body.path-clearance .breadcrumb li:not(:first-child) {
  display: none;
}

body.path-clearance .breadcrumb a,
body.path-clearance .ooh-clearance-page a[href="/"],
body.path-clearance .ooh-clearance-page a[href$="/"] {
  min-height: 32px;
  padding: 7px 12px;
  border: 1px solid rgba(73, 244, 255, 0.58);
  border-radius: 999px;
  color: #d8f7ff;
  background: rgba(0, 0, 0, 0.76);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

body.path-clearance .ooh-clearance-eyebrow,
body.path-clearance .ooh-action-kicker,
body.path-clearance .ooh-status-label {
  margin-bottom: 12px;
  color: #67efff;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

body.path-clearance .ooh-clearance-title {
  margin: 0 0 18px;
  color: #e9ffff;
  font-size: clamp(2rem, 6vw, 3.5rem);
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(103, 239, 255, 0.32);
}

body.path-clearance .ooh-clearance-copy,
body.path-clearance .ooh-clearance-footer-note {
  max-width: 720px;
  margin: 0 auto 28px;
  color: rgba(216, 247, 255, 0.84);
  font-size: 17px;
  line-height: 1.6;
}

body.path-clearance .ooh-clearance-status,
body.path-clearance .ooh-clearance-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body.path-clearance .ooh-clearance-status {
  margin: 0 0 22px;
}

body.path-clearance .ooh-clearance-actions {
  margin: 0 0 24px;
}

body.path-clearance .ooh-status-card,
body.path-clearance .ooh-action-card {
  border: 1px solid rgba(0, 220, 255, 0.3);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(4, 16, 34, 0.9), rgba(2, 9, 22, 0.92));
  box-shadow: inset 0 0 0 1px rgba(140, 245, 255, 0.05);
  color: #d8f7ff;
}

body.path-clearance .ooh-status-card {
  padding: 18px 20px;
}

body.path-clearance .ooh-status-card strong {
  display: block;
  color: #fff;
  font-size: 20px;
}

body.path-clearance .ooh-action-card {
  display: block;
  min-height: 100%;
  padding: 24px 26px;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

body.path-clearance .ooh-action-card:hover,
body.path-clearance .ooh-action-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(178, 252, 255, 0.98);
  box-shadow:
    inset 0 0 0 1px rgba(181, 252, 255, 0.18),
    0 0 30px rgba(0, 223, 255, 0.34);
}

body.path-clearance .ooh-action-card h2 {
  margin: 0 0 10px;
  color: #e9ffff;
  font-size: clamp(1.35rem, 3.4vw, 1.9rem);
  letter-spacing: 0.05em;
  line-height: 1.1;
  text-transform: uppercase;
}

body.path-clearance .ooh-action-card p,
body.path-clearance .ooh-clearance-footer-note {
  margin-bottom: 0;
  color: rgba(216, 247, 255, 0.78);
}

@media (max-width: 768px) {
  body.path-clearance .ooh-clearance-page {
    min-height: 100svh;
    padding: 64px 16px 28px;
  }

  body.path-clearance .ooh-clearance-shell {
    padding: 28px;
  }

  body.path-clearance .ooh-clearance-status,
  body.path-clearance .ooh-clearance-actions {
    grid-template-columns: 1fr;
  }
}

/* PHASE 429 — /CLEARANCE PASSIVE PRESSURE STABILIZATION PASS */

body.path-clearance .ooh-action-card:hover,
body.path-clearance .ooh-action-card:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(178, 252, 255, 0.72);
  box-shadow:
    inset 0 0 0 1px rgba(181, 252, 255, 0.12),
    0 0 18px rgba(0, 223, 255, 0.18);
}

@media (max-width: 768px) {
  body.path-clearance .ooh-action-card:hover,
  body.path-clearance .ooh-action-card:focus-visible {
    transform: none;
    border-color: rgba(178, 252, 255, 0.64);
    box-shadow:
      inset 0 0 0 1px rgba(181, 252, 255, 0.1),
      0 0 12px rgba(0, 223, 255, 0.12);
  }
}
