.fc206 {
  --fc-bg: #080d0a;
  --fc-panel: #0d1510;
  --fc-panel-2: #111c15;
  --fc-line: rgba(183, 198, 166, .16);
  --fc-copy: #d9dfd3;
  --fc-muted: #879385;
  --fc-gold: #c9a85d;
  --fc-green: #64e395;
  --fc-red: #ff6b65;
  --fc-amber: #f4bf64;
  position: relative;
  isolation: isolate;
  margin: clamp(22px, 4vw, 58px) 0;
  border: 1px solid var(--fc-line);
  border-radius: 3px;
  overflow: hidden;
  color: var(--fc-copy);
  background:
    linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px),
    radial-gradient(circle at 78% -10%, rgba(201, 168, 93, .12), transparent 34%),
    var(--fc-bg);
  background-size: 24px 24px, 24px 24px, auto, auto;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .28);
}

.fc206::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0 54%, rgba(100, 227, 149, .025) 54% 55%, transparent 55%);
}

.fc206 button,
.fc206 input,
.fc206 textarea {
  font: inherit;
}

.fc206 button {
  color: inherit;
}

.fc206__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  gap: clamp(24px, 4vw, 64px);
  align-items: end;
  padding: clamp(28px, 5vw, 70px);
  border-bottom: 1px solid var(--fc-line);
}

.fc206__hero-copy > span,
.fc206__panel > header span,
.fc206__panel > header > div > span {
  display: block;
  margin-bottom: 10px;
  color: var(--fc-gold);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .22em;
}

.fc206__hero h2,
.fc206__panel h3 {
  margin: 0;
  color: #f3f5ef;
  font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  font-size: clamp(42px, 7vw, 88px);
  font-weight: 950;
  line-height: .86;
  letter-spacing: -.045em;
}

.fc206__hero h2 em {
  display: block;
  color: var(--fc-green);
  font-style: normal;
}

.fc206__hero-copy p {
  max-width: 720px;
  margin: 24px 0 0;
  color: #aab4a7;
  font-size: clamp(13px, 1.5vw, 16px);
  line-height: 1.7;
}

.fc206__go {
  display: grid;
  grid-template-columns: 12px 1fr auto;
  gap: 16px;
  align-items: center;
  min-height: 112px;
  padding: 20px 22px;
  border: 1px solid rgba(255, 107, 101, .38);
  background: linear-gradient(125deg, rgba(255, 107, 101, .1), rgba(255, 255, 255, .02));
}

.fc206__go > i,
.fc206__statusline > span i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--fc-red);
  box-shadow: 0 0 0 6px rgba(255, 107, 101, .09), 0 0 24px rgba(255, 107, 101, .6);
}

.fc206__go span {
  display: grid;
  gap: 4px;
}

.fc206__go small,
.fc206__go em {
  color: var(--fc-muted);
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .14em;
}

.fc206__go strong {
  color: var(--fc-red);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 30px;
  font-weight: 950;
  letter-spacing: .08em;
}

.fc206__go > b {
  color: #f4f5f1;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 36px;
}

.fc206__go[data-fc-go-state="go"] {
  border-color: rgba(100, 227, 149, .44);
  background: linear-gradient(125deg, rgba(100, 227, 149, .12), rgba(255, 255, 255, .02));
}

.fc206__go[data-fc-go-state="go"] > i,
.fc206__statusline > span i {
  background: var(--fc-green);
  box-shadow: 0 0 0 6px rgba(100, 227, 149, .08), 0 0 24px rgba(100, 227, 149, .55);
}

.fc206__go[data-fc-go-state="go"] strong { color: var(--fc-green); }

.fc206__phases {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-bottom: 1px solid var(--fc-line);
  background: rgba(2, 6, 3, .56);
}

.fc206__phases button {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 86px;
  padding: 16px 18px;
  border: 0;
  border-right: 1px solid var(--fc-line);
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: background .2s ease, color .2s ease;
}

.fc206__phases button:last-child { border-right: 0; }
.fc206__phases button:hover { background: rgba(255, 255, 255, .035); }
.fc206__phases button.is-active { background: linear-gradient(180deg, rgba(100, 227, 149, .12), rgba(100, 227, 149, .035)); box-shadow: inset 0 -2px var(--fc-green); }
.fc206__phases button > b { color: var(--fc-gold); font: 900 22px/1 "Arial Narrow", Arial, sans-serif; }
.fc206__phases button span { display: grid; gap: 4px; min-width: 0; }
.fc206__phases button strong { overflow: hidden; font-size: 10px; letter-spacing: .08em; text-overflow: ellipsis; white-space: nowrap; }
.fc206__phases button small { color: var(--fc-muted); font-size: 8px; letter-spacing: .07em; }
.fc206__phases button > i { color: #596358; font-style: normal; }
.fc206__phases button.is-active > i { color: var(--fc-green); }

.fc206__statusline {
  display: flex;
  gap: 18px;
  align-items: center;
  min-height: 44px;
  padding: 0 clamp(20px, 4vw, 54px);
  border-bottom: 1px solid var(--fc-line);
  background: rgba(8, 18, 11, .92);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .16em;
}

.fc206__statusline > span { display: flex; gap: 10px; align-items: center; color: var(--fc-green); }
.fc206__statusline > span i { width: 5px; height: 5px; box-shadow: 0 0 12px rgba(100, 227, 149, .65); }
.fc206__statusline > b { margin-left: auto; color: #eef2eb; font-variant-numeric: tabular-nums; }
.fc206__statusline > em { color: var(--fc-muted); font-style: normal; }

.fc206__panel {
  padding: clamp(24px, 4.5vw, 58px);
}

.fc206__panel[hidden] { display: none; }

.fc206__panel > header {
  display: flex;
  gap: 24px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: clamp(24px, 4vw, 44px);
}

.fc206__panel h3 { font-size: clamp(38px, 5vw, 66px); }
.fc206__panel > header > b { padding: 10px 13px; border: 1px solid var(--fc-line); color: var(--fc-green); font-size: 13px; letter-spacing: .12em; }

.fc206__grid {
  display: grid;
  gap: 18px;
}

.fc206__grid--departure { grid-template-columns: 1.25fr .9fr; }
.fc206__grid--departure .fc206__actions { grid-column: 1 / -1; }
.fc206__grid--loading { grid-template-columns: 1.3fr .7fr; }
.fc206__grid--loading .fc206__actions { grid-column: 1 / -1; }

.fc206__gate-card,
.fc206__progress-card,
.fc206__route-card,
.fc206__metrics,
.fc206__timers article,
.fc206__levels article,
.fc206__event-console,
.fc206__live-tools {
  border: 1px solid var(--fc-line);
  background: linear-gradient(145deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .01));
}

.fc206__gate-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(20px, 3vw, 36px);
  align-items: center;
  padding: clamp(22px, 4vw, 42px);
}

.fc206__gate-orb {
  --fc-progress: 0deg;
  display: grid;
  place-content: center;
  width: clamp(112px, 15vw, 154px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at center, #0c140f 58%, transparent 59%), conic-gradient(var(--fc-green) var(--fc-progress), rgba(255, 255, 255, .08) 0);
  text-align: center;
  box-shadow: inset 0 0 40px rgba(100, 227, 149, .05);
}

.fc206__gate-orb b { color: #f1f4ed; font: 950 clamp(26px, 4vw, 40px)/1 "Arial Narrow", Arial, sans-serif; }
.fc206__gate-orb span { margin-top: 5px; color: var(--fc-muted); font-size: 7px; font-weight: 850; letter-spacing: .15em; }
.fc206__gate-card > div:last-child { display: grid; gap: 9px; }
.fc206__gate-card small { color: var(--fc-gold); font-size: 8px; font-weight: 850; letter-spacing: .16em; }
.fc206__gate-card strong { color: #eff2eb; font-size: clamp(16px, 2vw, 22px); }
.fc206__gate-card p { max-width: 560px; margin: 0; color: var(--fc-muted); font-size: 12px; line-height: 1.6; }

.fc206__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.fc206__metrics div { display: grid; align-content: center; min-height: 104px; padding: 20px; border-right: 1px solid var(--fc-line); border-bottom: 1px solid var(--fc-line); }
.fc206__metrics div:nth-child(2n) { border-right: 0; }
.fc206__metrics div:nth-last-child(-n + 2) { border-bottom: 0; }
.fc206__metrics dt { color: var(--fc-muted); font-size: 8px; font-weight: 850; letter-spacing: .14em; }
.fc206__metrics dd { margin: 8px 0 0; color: #f0f2ed; font: 950 30px/1 "Arial Narrow", Arial, sans-serif; }

.fc206__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.fc206__actions button,
.fc206__timers button,
.fc206__live-tools > div button {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(201, 168, 93, .32);
  background: rgba(201, 168, 93, .08);
  color: #e7ddc7;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .11em;
  cursor: pointer;
}

.fc206__actions button:hover,
.fc206__timers button:hover,
.fc206__live-tools > div button:hover { border-color: var(--fc-gold); background: rgba(201, 168, 93, .14); }
.fc206__actions button b { margin-left: 8px; color: var(--fc-gold); }

.fc206__progress-card { display: grid; gap: 14px; padding: clamp(24px, 4vw, 42px); }
.fc206__progress-card small { color: var(--fc-muted); font-size: 8px; font-weight: 850; letter-spacing: .14em; }
.fc206__progress-card strong { color: var(--fc-green); font: 950 clamp(42px, 7vw, 76px)/1 "Arial Narrow", Arial, sans-serif; }
.fc206__progress-card > i { height: 8px; overflow: hidden; background: rgba(255, 255, 255, .07); }
.fc206__progress-card > i b { display: block; width: 0; height: 100%; background: linear-gradient(90deg, #4abf77, var(--fc-green)); transition: width .35s ease; }
.fc206__progress-card p { margin: 0; color: var(--fc-muted); font-size: 12px; }
.fc206__route-card { display: grid; grid-template-columns: 1fr; place-items: center; padding: 24px; text-align: center; }
.fc206__route-card b { color: var(--fc-gold); font: 950 28px/1 "Arial Narrow", Arial, sans-serif; }
.fc206__route-card span { color: var(--fc-muted); font-size: 8px; font-weight: 850; letter-spacing: .14em; }
.fc206__route-card i { width: 1px; height: 38px; margin: 10px 0; background: linear-gradient(var(--fc-gold), transparent); }

.fc206__checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--fc-line);
}

.fc206__checklist button {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  min-height: 84px;
  padding: 16px 20px;
  border: 0;
  border-right: 1px solid var(--fc-line);
  border-bottom: 1px solid var(--fc-line);
  background: rgba(255, 255, 255, .018);
  cursor: pointer;
  text-align: left;
}

.fc206__checklist button:nth-child(2n) { border-right: 0; }
.fc206__checklist button:nth-last-child(-n + 2) { border-bottom: 0; }
.fc206__checklist button > b { color: var(--fc-gold); font: 900 20px/1 "Arial Narrow", Arial, sans-serif; }
.fc206__checklist button span { display: grid; gap: 5px; }
.fc206__checklist button strong { font-size: 11px; line-height: 1.4; }
.fc206__checklist button small { color: var(--fc-muted); font-size: 7px; font-weight: 800; letter-spacing: .12em; }
.fc206__checklist button > i { display: grid; place-content: center; width: 28px; height: 28px; border: 1px solid #39443b; border-radius: 50%; color: transparent; font-style: normal; }
.fc206__checklist button.is-done { background: rgba(100, 227, 149, .075); }
.fc206__checklist button.is-done > i { border-color: var(--fc-green); color: var(--fc-green); background: rgba(100, 227, 149, .08); }
.fc206__checklist button.is-done strong { color: var(--fc-green); }

.fc206__levels {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.fc206__levels article { display: grid; gap: 10px; padding: 16px; }
.fc206__levels header { display: grid; grid-template-columns: auto 1fr auto; gap: 9px; align-items: center; }
.fc206__levels header b { color: var(--fc-gold); font-size: 9px; }
.fc206__levels header span { color: var(--fc-muted); font-size: 7px; font-weight: 850; letter-spacing: .1em; }
.fc206__levels header strong { font: 900 16px/1 "Arial Narrow", Arial, sans-serif; }
.fc206__levels input { width: 100%; accent-color: var(--fc-green); cursor: pointer; }
.fc206__levels article > i { height: 4px; overflow: hidden; background: rgba(255, 255, 255, .07); }
.fc206__levels article > i b { display: block; width: 100%; height: 100%; background: var(--fc-green); transition: width .2s ease; }
.fc206__levels article[data-level="warning"] header strong { color: var(--fc-amber); }
.fc206__levels article[data-level="warning"] > i b { background: var(--fc-amber); }
.fc206__levels article[data-level="critical"] header strong { color: var(--fc-red); }
.fc206__levels article[data-level="critical"] > i b { background: var(--fc-red); }

.fc206__timers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.fc206__timers article { display: grid; gap: 14px; padding: 18px; }
.fc206__timers article > header { display: flex; justify-content: space-between; color: var(--fc-muted); font-size: 8px; font-weight: 850; letter-spacing: .1em; }
.fc206__timers article > header b { color: #79857a; }
.fc206__timers article > strong { color: #f0f3ed; font: 950 clamp(30px, 4vw, 48px)/1 "Arial Narrow", Arial, sans-serif; font-variant-numeric: tabular-nums; }
.fc206__timers article > footer { display: flex; gap: 8px; }
.fc206__timers button { min-height: 36px; flex: 1; }
.fc206__timers article[data-timer-state="running"] { border-color: rgba(100, 227, 149, .38); }
.fc206__timers article[data-timer-state="running"] > header b { color: var(--fc-green); }
.fc206__timers article[data-timer-state="alarm"] { border-color: rgba(255, 107, 101, .55); animation: fc206Alarm 1s ease-in-out infinite alternate; }
.fc206__timers article[data-timer-state="alarm"] > header b,
.fc206__timers article[data-timer-state="alarm"] > strong { color: var(--fc-red); }

.fc206__live-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 18px;
}

.fc206__event-console { min-width: 0; padding: 18px; }
.fc206__event-console > header { display: flex; justify-content: space-between; margin-bottom: 14px; color: var(--fc-muted); font-size: 8px; font-weight: 850; letter-spacing: .12em; }
.fc206__event-console > header b { color: var(--fc-gold); }
.fc206__event-buttons { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 6px; }
.fc206__event-buttons button { display: grid; gap: 7px; place-content: center; min-height: 68px; border: 1px solid var(--fc-line); background: rgba(255, 255, 255, .02); cursor: pointer; }
.fc206__event-buttons button:hover { border-color: rgba(100, 227, 149, .45); background: rgba(100, 227, 149, .07); }
.fc206__event-buttons b { color: var(--fc-green); font-size: 18px; }
.fc206__event-buttons span { color: #aab4a8; font-size: 7px; font-weight: 850; letter-spacing: .08em; }
.fc206__event-log { display: grid; max-height: 420px; margin-top: 14px; overflow: auto; border-top: 1px solid var(--fc-line); }
.fc206__event-log > p,
.fc206__event-log article { display: grid; grid-template-columns: auto 1fr auto; gap: 13px; align-items: center; min-height: 62px; margin: 0; padding: 10px 6px; border-bottom: 1px solid var(--fc-line); }
.fc206__event-log > p > b,
.fc206__event-log article > b { display: grid; place-content: center; width: 31px; height: 31px; border: 1px solid rgba(100, 227, 149, .28); border-radius: 50%; color: var(--fc-green); }
.fc206__event-log span { display: grid; gap: 4px; min-width: 0; }
.fc206__event-log small { color: var(--fc-muted); font-size: 7px; font-weight: 800; letter-spacing: .08em; }
.fc206__event-log strong { overflow: hidden; color: #dfe4dc; font-size: 10px; line-height: 1.4; text-overflow: ellipsis; }
.fc206__event-log article > button { border: 0; background: transparent; color: #687269; cursor: pointer; font-size: 18px; }

.fc206__live-tools { display: grid; align-content: start; gap: 14px; padding: 18px; }
.fc206__live-tools > button { display: grid; grid-template-columns: auto 1fr; gap: 13px; align-items: center; min-height: 66px; padding: 12px; border: 1px solid var(--fc-line); background: rgba(255, 255, 255, .02); cursor: pointer; text-align: left; }
.fc206__live-tools > button i { display: grid; place-content: center; width: 34px; height: 34px; border: 1px solid #3d463f; border-radius: 50%; color: #69746b; font-style: normal; }
.fc206__live-tools > button span { display: grid; gap: 4px; }
.fc206__live-tools > button strong { font-size: 9px; letter-spacing: .1em; }
.fc206__live-tools > button small { color: var(--fc-muted); font-size: 7px; font-weight: 800; }
.fc206__live-tools > button.is-active { border-color: rgba(100, 227, 149, .4); background: rgba(100, 227, 149, .07); }
.fc206__live-tools > button.is-active i,
.fc206__live-tools > button.is-active small { color: var(--fc-green); border-color: var(--fc-green); }
.fc206__live-tools label { display: grid; gap: 8px; }
.fc206__live-tools label > span { color: var(--fc-muted); font-size: 8px; font-weight: 850; letter-spacing: .11em; }
.fc206__live-tools textarea { width: 100%; resize: vertical; border: 1px solid var(--fc-line); outline: 0; background: #080e0a; color: #dce2d9; padding: 12px; font-size: 11px; line-height: 1.55; box-sizing: border-box; }
.fc206__live-tools textarea:focus { border-color: rgba(100, 227, 149, .5); }
.fc206__live-tools > div { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }

.fc206__footer {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  padding: 0 clamp(20px, 4vw, 54px);
  border-top: 1px solid var(--fc-line);
  color: var(--fc-muted);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .11em;
}

.fc206__footer b { color: var(--fc-gold); }

.fc206__toast {
  position: fixed;
  z-index: 9000;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  max-width: min(420px, calc(100vw - 36px));
  padding: 13px 16px;
  border: 1px solid rgba(100, 227, 149, .42);
  background: rgba(8, 16, 10, .97);
  color: var(--fc-green);
  box-shadow: 0 16px 46px rgba(0, 0, 0, .48);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .1em;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .2s ease, transform .2s ease;
}

.fc206__toast.is-visible { opacity: 1; transform: translateY(0); }

@keyframes fc206Alarm {
  from { box-shadow: inset 0 0 0 rgba(255, 107, 101, 0); }
  to { box-shadow: inset 0 0 34px rgba(255, 107, 101, .12); }
}

@media (max-width: 1100px) {
  .fc206__hero { grid-template-columns: 1fr; }
  .fc206__phases { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .fc206__phases button:nth-child(3) { border-right: 0; }
  .fc206__phases button:nth-child(n + 4) { border-top: 1px solid var(--fc-line); }
  .fc206__grid--departure,
  .fc206__grid--loading,
  .fc206__live-grid { grid-template-columns: 1fr; }
  .fc206__levels { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .fc206 { margin-inline: -1px; }
  .fc206__hero { padding: 28px 20px; }
  .fc206__hero h2 { font-size: clamp(42px, 15vw, 68px); }
  .fc206__go { grid-template-columns: 9px 1fr auto; min-height: 92px; padding: 16px; }
  .fc206__go > b { font-size: 28px; }
  .fc206__phases { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .fc206__phases button { flex: 0 0 74%; min-height: 74px; border-top: 0 !important; scroll-snap-align: start; }
  .fc206__statusline { padding-inline: 14px; }
  .fc206__statusline > em { display: none; }
  .fc206__panel { padding: 26px 16px; }
  .fc206__panel > header { align-items: center; }
  .fc206__panel h3 { font-size: 40px; }
  .fc206__gate-card { grid-template-columns: 1fr; }
  .fc206__gate-orb { width: 128px; }
  .fc206__checklist { grid-template-columns: 1fr; }
  .fc206__checklist button,
  .fc206__checklist button:nth-child(2n),
  .fc206__checklist button:nth-last-child(-n + 2) { border-right: 0; border-bottom: 1px solid var(--fc-line); }
  .fc206__checklist button:last-child { border-bottom: 0; }
  .fc206__levels,
  .fc206__timers { grid-template-columns: 1fr; }
  .fc206__event-buttons { grid-template-columns: repeat(3, 1fr); }
  .fc206__actions { display: grid; grid-template-columns: 1fr; }
  .fc206__footer { display: grid; gap: 5px; justify-content: start; padding-block: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .fc206 *,
  .fc206 *::before,
  .fc206 *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media print {
  body > *:not(.system-shell),
  .system-tree,
  .system-content > *:not(.fc206),
  .fc206__phases,
  .fc206__statusline,
  .fc206__actions,
  .fc206__event-buttons,
  .fc206__timers button,
  .fc206__toast { display: none !important; }
  .system-shell,
  .system-content,
  .fc206 { display: block !important; width: 100% !important; max-width: none !important; margin: 0 !important; color: #111 !important; background: #fff !important; box-shadow: none !important; }
  .fc206__panel[hidden] { display: block !important; break-inside: avoid; }
  .fc206__panel { padding: 18px 0; border-bottom: 1px solid #bbb; }
  .fc206__hero { padding: 18px 0; }
  .fc206 h2,
  .fc206 h3,
  .fc206 strong,
  .fc206 b { color: #111 !important; }
  .fc206 p,
  .fc206 small,
  .fc206 span,
  .fc206 dt { color: #444 !important; }
}
