.company-page {
  min-height: 100%;
  color: var(--paper);
  background:
    radial-gradient(circle at 9% 15%, rgba(114, 233, 255, 0.075), transparent 31%),
    radial-gradient(circle at 91% 76%, rgba(255, 140, 203, 0.055), transparent 27%),
    #020c16;
}

.company-page .header {
  position: absolute;
  background: rgba(2, 12, 22, 0.78);
  backdrop-filter: blur(12px);
}

.company-page .site-menu__nav a[aria-current="page"] {
  color: var(--gold);
}

.company-main {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  padding: 128px clamp(24px, 4.8vw, 72px) 92px;
  overflow: hidden;
}

.company-main::before,
.company-main::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(114, 233, 255, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.company-main::before {
  top: -390px;
  left: -290px;
  width: 760px;
  aspect-ratio: 1;
}

.company-main::after {
  right: -230px;
  bottom: -460px;
  width: 820px;
  aspect-ratio: 1;
  border-color: rgba(255, 140, 203, 0.07);
}

.company-console {
  position: relative;
  width: min(100%, 1280px);
  margin: 0 auto;
}

.console-frame {
  position: relative;
  padding: 1px;
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% calc(100% - 30px), calc(100% - 30px) 100%, 30px 100%, 0 calc(100% - 30px));
  background: linear-gradient(118deg, rgba(114, 233, 255, 0.9), rgba(226, 244, 248, 0.15) 30%, rgba(226, 244, 248, 0.15) 68%, rgba(255, 140, 203, 0.76));
  filter: drop-shadow(0 28px 48px rgba(0, 3, 8, 0.32));
}

.console-frame::after {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 18%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #fff, var(--cyan), transparent);
  box-shadow: 0 0 12px rgba(114, 233, 255, 0.72);
  opacity: 0.38;
  pointer-events: none;
}

.console-surface {
  position: relative;
  clip-path: inherit;
  background: #061724;
}

.console-topbar {
  min-height: 62px;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(226, 244, 248, 0.16);
  background: linear-gradient(90deg, rgba(8, 31, 46, 0.96), rgba(4, 19, 31, 0.96));
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
  letter-spacing: 0.16em;
}

.console-topbar p {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.console-topbar p i {
  width: 7px;
  height: 7px;
  border: 1px solid var(--cyan);
  transform: rotate(45deg);
  box-shadow: 0 0 10px rgba(114, 233, 255, 0.55);
}

.console-topbar output {
  color: rgba(248, 245, 237, 0.62);
}

.console-layout {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(250px, 304px) minmax(0, 1fr);
}

.console-sidebar {
  padding: 52px 30px 38px;
  border-right: 1px solid rgba(226, 244, 248, 0.14);
  background:
    radial-gradient(circle at 15% 5%, rgba(114, 233, 255, 0.08), transparent 33%),
    #041521;
}

.console-heading h1 {
  font-size: clamp(40px, 4.2vw, 56px);
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: 0.02em;
}

.console-heading p {
  margin-top: 14px;
  color: rgba(226, 244, 248, 0.5);
  font: 9px/1.4 ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0.24em;
}

.console-brief {
  margin-top: 30px;
  display: grid;
  gap: 15px;
}

.console-brief p {
  color: rgba(226, 244, 248, 0.7);
  font-size: 14px;
  line-height: 1.8;
}

.console-brief a {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
  color: var(--paper);
  background: rgba(18, 79, 90, 0.72);
  text-decoration: none;
  font-size: 13px;
  transition: background-color 180ms ease, transform 180ms ease;
}

.console-brief a:hover,
.console-brief a:focus-visible {
  background: rgba(23, 102, 113, 0.88);
  transform: translateY(-2px);
}

.console-brief a:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}

.console-brief a:active {
  transform: scale(0.98);
}

.console-tabs {
  margin-top: 36px;
  display: grid;
}

.console-tab {
  position: relative;
  min-height: 82px;
  padding: 0 16px;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 12px;
  border: 0;
  border-bottom: 1px solid rgba(226, 244, 248, 0.13);
  color: rgba(237, 245, 242, 0.62);
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: color 180ms ease, background-color 220ms ease;
}

.console-tab::before {
  content: "";
  position: absolute;
  inset: 8px 0;
  clip-path: polygon(0 0, calc(100% - 11px) 0, 100% 11px, 100% 100%, 0 100%);
  background: linear-gradient(90deg, rgba(114, 233, 255, 0.1), rgba(255, 140, 203, 0.035));
  opacity: 0;
  transition: opacity 200ms ease;
}

.console-tab > * {
  position: relative;
  z-index: 1;
  transition: transform 260ms cubic-bezier(.16, 1, .3, 1);
}

.console-tab span {
  color: rgba(114, 233, 255, 0.52);
  font: 9px/1 ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0.12em;
}

.console-tab strong {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
}

.console-tab i {
  position: relative;
  width: 15px;
  height: 1px;
  justify-self: end;
  background: currentColor;
}

.console-tab i::after {
  content: "";
  position: absolute;
  right: 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.console-tab:hover,
.console-tab:focus-visible,
.console-tab.is-active {
  color: var(--paper);
}

.console-tab:hover > *,
.console-tab:focus-visible > *,
.console-tab.is-active > * {
  transform: translateX(6px);
}

.console-tab:active > * {
  transform: translateX(6px) scale(0.97);
}

.console-tab:hover::before,
.console-tab:focus-visible::before,
.console-tab.is-active::before {
  opacity: 1;
}

.console-tab.is-active span {
  color: var(--gold);
}

.console-tab.is-active i {
  color: var(--pink);
  box-shadow: 0 0 10px rgba(255, 140, 203, 0.5);
}

.console-tab:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: -2px;
}

.console-display {
  position: relative;
  min-width: 0;
  color: #18333b;
  background:
    radial-gradient(circle at 92% 4%, rgba(114, 233, 255, 0.09), transparent 30%),
    linear-gradient(145deg, #fbf8ef, #f3efe5);
  overflow: hidden;
}

.display-corner {
  position: absolute;
  z-index: 2;
  width: 45px;
  height: 45px;
  pointer-events: none;
}

.display-corner--top {
  top: 18px;
  right: 18px;
  border-top: 1px solid rgba(16, 122, 139, 0.38);
  border-right: 1px solid rgba(16, 122, 139, 0.38);
}

.display-corner--bottom {
  bottom: 18px;
  left: 18px;
  border-bottom: 1px solid rgba(187, 94, 128, 0.3);
  border-left: 1px solid rgba(187, 94, 128, 0.3);
}

.company-console.is-interactive .company-panel:not(.is-active) {
  display: none;
}

.company-panel {
  position: relative;
  min-height: 650px;
  padding: clamp(56px, 6.4vw, 86px) clamp(42px, 7vw, 96px) 74px;
}

.company-panel.is-entering {
  animation: panel-shuin 520ms cubic-bezier(.16, 1, .3, 1) both;
}

.company-panel.is-entering::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 31px;
  left: 0;
  width: 26%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #fff, var(--cyan), var(--pink), transparent);
  box-shadow: 0 0 14px rgba(114, 233, 255, 0.78);
  animation: panel-scan 540ms cubic-bezier(.16, 1, .3, 1) both;
  pointer-events: none;
}

.panel-heading {
  max-width: 720px;
}

.panel-heading h2 {
  font-size: clamp(31px, 3vw, 44px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-wrap: balance;
}

.panel-heading > p:not(.panel-lead) {
  margin-top: 18px;
  color: #52686a;
  font-size: 16px;
  line-height: 1.85;
}

.panel-lead {
  margin-top: 32px;
  color: #294851;
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.85;
}

.company-data {
  margin-top: 44px;
}

.company-data__row {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  border-top: 1px solid rgba(26, 78, 86, 0.2);
}

.company-data__row:last-child {
  border-bottom: 1px solid rgba(26, 78, 86, 0.2);
}

.company-data dt,
.company-data dd {
  padding: 17px 0;
  font-size: 16px;
  line-height: 1.8;
}

.company-data dt {
  color: #50696c;
}

.company-data dd {
  color: #18333b;
}

.company-data a {
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.company-data a:hover,
.company-data a:focus-visible {
  color: #087f98;
}

.company-data a:focus-visible {
  outline: 2px solid #087f98;
  outline-offset: 4px;
}

.panel-prose {
  max-width: 70ch;
  margin-top: 42px;
  color: #445e62;
  font-size: 17px;
  line-height: 2.05;
}

.panel-prose p + p {
  margin-top: 27px;
}

.panel-prose--message {
  margin-top: 34px;
  font-size: 16px;
  line-height: 2;
}

.panel-prose--message p + p {
  margin-top: 20px;
}

.representative-photo {
  position: relative;
  width: 230px;
  margin-top: 34px;
  padding: 6px;
  background: linear-gradient(145deg, rgba(114, 233, 255, 0.72), rgba(251, 248, 239, 0.82) 48%, rgba(255, 213, 138, 0.7));
  clip-path: polygon(0 0, calc(100% - 17px) 0, 100% 17px, 100% 100%, 17px 100%, 0 calc(100% - 17px));
  filter: drop-shadow(0 18px 25px rgba(18, 50, 56, 0.18));
}

.representative-photo::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 6px;
  border: 1px solid rgba(238, 249, 246, 0.5);
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  pointer-events: none;
}

.representative-photo::after {
  content: "";
  position: absolute;
  top: 28px;
  right: -42px;
  width: 54px;
  height: 1px;
  background: linear-gradient(90deg, rgba(20, 122, 138, 0.7), transparent);
}

.representative-photo img {
  width: 100%;
  height: auto;
  display: block;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}

.panel-closing {
  margin-top: 54px;
  padding-top: 23px;
  border-top: 1px solid rgba(26, 78, 86, 0.18);
  color: #183f48;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.65;
}

.panel-signature {
  margin-top: 38px;
  display: grid;
  justify-content: end;
  gap: 7px;
  text-align: right;
}

.panel-signature span {
  color: #50696c;
  font-size: 13px;
  letter-spacing: 0.16em;
}

.panel-signature strong {
  color: #18333b;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.13em;
}

/* Reusable panel content shapes (tool/feature console pages). */
.panel-grid {
  max-width: 66ch;
  margin-top: 30px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
}

.panel-grid li {
  padding: 16px 18px;
  background: rgba(226, 244, 248, 0.35);
  border: 1px solid rgba(26, 78, 86, 0.16);
}

.panel-grid strong {
  display: block;
  color: #18333b;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
}

.panel-grid span {
  display: block;
  margin-top: 7px;
  color: #52686a;
  font-size: 14px;
  line-height: 1.8;
}

.panel-steps {
  max-width: 66ch;
  margin-top: 30px;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
  counter-reset: pstep;
}

.panel-steps li {
  position: relative;
  padding: 14px 18px 14px 54px;
  background: rgba(226, 244, 248, 0.35);
  border: 1px solid rgba(26, 78, 86, 0.16);
  counter-increment: pstep;
  color: #445e62;
  font-size: 15px;
  line-height: 1.8;
}

.panel-steps li::before {
  content: counter(pstep);
  position: absolute;
  top: 13px;
  left: 16px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: #f8f5ed;
  background: #18333b;
  font: 700 13px/1 ui-sans-serif, system-ui, sans-serif;
}

.panel-split {
  max-width: 66ch;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.panel-split__side {
  padding: 18px 18px 20px;
  border: 1px solid rgba(26, 78, 86, 0.2);
  background: rgba(226, 244, 248, 0.35);
}

.panel-split__side h3 {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #18333b;
  font-size: 16px;
  font-weight: 600;
}

.panel-split__side h3::before {
  content: "";
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
}

.panel-split__side--can h3::before { background: #2f7a4a; }
.panel-split__side--cant h3::before { background: #a8391f; }

.panel-split__side ul {
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  gap: 9px;
  list-style: none;
}

.panel-split__side li {
  position: relative;
  padding-left: 18px;
  color: #445e62;
  font-size: 14px;
  line-height: 1.8;
}

.panel-split__side li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 1px;
  width: 5px;
  height: 5px;
  background: currentColor;
  opacity: 0.55;
  transform: translateY(-50%) rotate(45deg);
}

.panel-price {
  margin-top: 30px;
  color: #294851;
  font-size: 16px;
}

.panel-price b {
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 600;
}

.panel-note {
  max-width: 66ch;
  margin-top: 24px;
  padding: 16px 20px;
  color: #294851;
  background: rgba(196, 54, 47, 0.06);
  border-left: 4px solid #a8391f;
  font-size: 15px;
  line-height: 1.85;
}

.console-command {
  min-height: 96px;
  padding: 18px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid rgba(226, 244, 248, 0.15);
  background: #04131e;
}

.console-command > p {
  color: rgba(226, 244, 248, 0.58);
  font-size: 13px;
  line-height: 1.7;
}

.console-command > p span {
  color: var(--cyan);
  font-size: 7px;
}

.console-command__actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.console-command__line {
  min-width: 212px;
  min-height: 50px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  color: #f8f5ed;
  background: #a74e6b;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 220ms ease, transform 220ms ease;
}

.console-command__line:hover,
.console-command__line:focus-visible {
  background: #b35c78;
  transform: translateY(-2px);
}

.console-command__line:focus-visible {
  outline: 3px solid #a74e6b;
  outline-offset: 4px;
}

.console-command__line:active {
  transform: scale(0.98);
}

.company-spark {
  position: absolute;
  z-index: 5;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  pointer-events: none;
}

.company-spark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 1px;
  transform: translate(-50%, -50%) rotate(-45deg);
  background: linear-gradient(90deg, transparent, currentColor, transparent);
}

.company-spark--cyan {
  top: 21%;
  left: -16px;
  border: 1px solid var(--cyan);
  color: var(--cyan);
  box-shadow: 0 0 12px rgba(114, 233, 255, 0.66);
  opacity: 0.42;
}

.company-spark--pink {
  right: -14px;
  bottom: 27%;
  border: 1px solid var(--pink);
  color: var(--pink);
  box-shadow: 0 0 12px rgba(255, 140, 203, 0.58);
  opacity: 0.38;
}

.company-page .site-footer__legal span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  color: rgba(235, 243, 238, 0.58);
  font-size: 14px;
}

.company-page .site-footer__bottom small {
  color: #aebfba;
}

@media (max-width: 980px) {
  .company-main {
    padding-right: 26px;
    padding-left: 26px;
  }

  .console-layout {
    grid-template-columns: 230px minmax(0, 1fr);
  }

  .console-sidebar {
    padding-right: 22px;
    padding-left: 22px;
  }

  .company-panel {
    padding-right: 48px;
    padding-left: 48px;
  }

  .company-data__row {
    grid-template-columns: 128px minmax(0, 1fr);
  }

  .console-command {
    align-items: flex-start;
  }

  .console-command__actions {
    gap: 16px;
  }
}

@media (max-width: 767px) {
  .company-page .header {
    min-height: 68px;
    padding: 0 17px;
  }

  .company-main {
    min-height: 0;
    padding: 92px 12px 58px;
    overflow: visible;
  }

  .company-main::before {
    top: -260px;
    left: -330px;
    width: 620px;
  }

  .company-main::after {
    display: none;
  }

  .console-frame {
    clip-path: polygon(0 0, calc(100% - 17px) 0, 100% 17px, 100% calc(100% - 17px), calc(100% - 17px) 100%, 17px 100%, 0 calc(100% - 17px));
  }

  .console-topbar {
    min-height: 50px;
    padding: 0 14px;
    gap: 12px;
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  .console-topbar p {
    gap: 8px;
  }

  .console-topbar p i {
    width: 5px;
    height: 5px;
  }

  .console-layout {
    min-height: 0;
    display: block;
  }

  .console-sidebar {
    padding: 31px 15px 16px;
    border-right: 0;
    border-bottom: 1px solid rgba(226, 244, 248, 0.14);
  }

  .console-heading h1 {
    font-size: 37px;
  }

  .console-heading p {
    margin-top: 9px;
    font-size: 9px;
  }

  .console-brief {
    margin-top: 19px;
    gap: 12px;
  }

  .console-brief p {
    font-size: 14px;
    line-height: 1.7;
  }

  .console-brief a {
    min-height: 46px;
    font-size: 13px;
  }

  .console-tabs {
    margin-top: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
  }

  .console-tab {
    min-width: 0;
    min-height: 68px;
    padding: 9px 6px 8px;
    display: grid;
    grid-template-columns: 1fr;
    align-content: center;
    justify-items: center;
    gap: 7px;
    border: 1px solid rgba(226, 244, 248, 0.12);
    text-align: center;
  }

  .console-tab::before {
    inset: 0;
    clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%);
  }

  .console-tab strong {
    font-size: 13px;
    line-height: 1.35;
  }

  .console-tab span {
    font-size: 9px;
  }

  .console-tab i {
    display: none;
  }

  .console-tab:hover,
  .console-tab:focus-visible,
  .console-tab.is-active {
    padding-left: 6px;
  }

  .console-tab.is-active {
    border-color: rgba(114, 233, 255, 0.34);
    background: rgba(114, 233, 255, 0.07);
    box-shadow: inset 0 -2px 0 rgba(255, 140, 203, 0.58);
  }

  .console-tab:hover > *,
  .console-tab:focus-visible > *,
  .console-tab.is-active > * {
    transform: none;
  }

  .console-tab:active > * {
    transform: scale(0.97);
  }

  .company-panel {
    min-height: 0;
    padding: 38px 19px 50px;
  }

  .company-panel.is-entering::after {
    top: 18px;
  }

  .panel-heading h2 {
    font-size: 27px;
    line-height: 1.48;
  }

  .panel-heading > p:not(.panel-lead) {
    margin-top: 13px;
    font-size: 15px;
  }

  .panel-lead {
    margin-top: 24px;
    font-size: 19px;
    line-height: 1.8;
  }

  .company-data {
    margin-top: 31px;
  }

  .company-data__row {
    padding: 15px 0 17px;
    display: block;
  }

  .company-data dt,
  .company-data dd {
    padding: 0;
  }

  .company-data dt {
    color: #465f63;
    font-size: 13px;
    letter-spacing: 0.08em;
  }

  .company-data dd {
    margin-top: 7px;
    font-size: 15px;
    line-height: 1.85;
    overflow-wrap: anywhere;
  }

  .company-data dd span {
    display: none;
  }

  .company-data dd a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  .panel-prose,
  .panel-prose--message {
    margin-top: 31px;
    font-size: 16px;
    line-height: 1.95;
  }

  .panel-prose p + p,
  .panel-prose--message p + p {
    margin-top: 22px;
  }

  .representative-photo {
    width: min(68vw, 218px);
    margin: 28px auto 0;
  }

  .representative-photo::after {
    display: none;
  }

  .panel-closing {
    margin-top: 38px;
    padding-top: 19px;
    font-size: 23px;
  }

  .panel-signature {
    margin-top: 31px;
  }

  .console-command {
    min-height: 0;
    padding: 22px 15px 25px;
    display: grid;
    justify-content: stretch;
    gap: 20px;
  }

  .console-command > p {
    display: none;
  }

  .console-command__actions {
    width: 100%;
    display: grid;
    justify-content: stretch;
    gap: 12px;
  }

  .console-command__line {
    width: 100%;
    min-width: 0;
    min-height: 52px;
  }

  .company-spark {
    display: none;
  }
}

@media (max-width: 370px) {
  .console-tab strong {
    font-size: 12px;
  }

  .console-topbar output {
    max-width: 112px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .console-frame::after,
  .company-spark {
    animation: none;
  }

  .company-panel.is-entering,
  .company-panel.is-entering::after {
    animation: none;
  }

  .console-tab,
  .console-tab::before,
  .console-tab > *,
  .console-brief a,
  .console-command__line {
    transition: none;
  }
}

@keyframes panel-shuin {
  0% { opacity: .14; clip-path: inset(0 100% 0 0); filter: brightness(1.35); }
  56% { opacity: .9; filter: brightness(1.08); }
  100% { opacity: 1; clip-path: inset(0 0 0 0); filter: brightness(1); }
}

@keyframes panel-scan {
  0% { opacity: 0; transform: translateX(-120%); }
  18% { opacity: 1; }
  100% { opacity: 0; transform: translateX(485%); }
}
