@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap");
:root {
  color-scheme: dark;
  --bg: #111310;
  --panel: #1b1e18;
  --line: #353a2e;
  --muted: #a7af9c;
  --lime: #d5fa48;
  --white: #f4f5ed;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--white);
}
button,
a,
input,
select {
  touch-action: manipulation;
}
button,
input,
select {
  font: inherit;
}
button,
a,
label {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.38;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 5px;
}
header {
  padding: 24px 4vw;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
  gap: 30px;
}
.brand {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: -4px;
  line-height: 1;
}
.brand span {
  font-size: 17px;
  vertical-align: top;
  letter-spacing: 0;
  margin-left: 6px;
}
.header-label {
  font-size: 0.75rem;
  letter-spacing: 0.13em;
  color: var(--muted);
  margin-left: auto;
}
.quiet {
  background: none;
  border: 1px solid var(--line);
  padding: 11px 18px;
  color: var(--white);
  font-size: 0.875rem;
}
.quiet span {
  margin-left: 18px;
}
main {
  max-width: 1680px;
  margin: auto;
  padding: 32px 4vw 0;
}
.eyebrow,
.section-label,
.instrument-top,
.instrument-bottom,
footer {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  font-size: 0.75rem;
  letter-spacing: 0.09em;
}
.eyebrow {
  color: var(--muted);
}
.headline {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 26px 0 36px;
}
h1,
h2 {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 0.93;
}
h1 {
  font-size: clamp(3.8rem, 6.1vw, 6.3rem);
  letter-spacing: -0.025em;
}
h1 span {
  color: var(--lime);
}
.headline p {
  color: var(--muted);
  line-height: 1.6;
  margin: 0 0 5px;
  font-size: 0.95rem;
}
.studio {
  display: grid;
  grid-template-columns: 235px minmax(320px, 1fr) 310px;
  border: 1px solid var(--line);
  min-height: 585px;
}
.library {
  padding: 24px 17px;
  background: #151812;
  border-right: 1px solid var(--line);
}
.section-label {
  color: var(--muted);
  margin-bottom: 24px;
  font-size: 0.75rem;
}
#catalog {
  display: grid;
  gap: 10px;
}
.firmware {
  position: relative;
  text-align: left;
  padding: 20px 16px;
  background: none;
  border: 1px solid var(--line);
  color: var(--white);
  width: 100%;
  transition:
    background 0.2s,
    border-color 0.2s;
}
.firmware[aria-pressed="true"] {
  background: var(--lime);
  border-color: var(--lime);
  color: #18200c;
}
.firmware small {
  display: block;
  font-size: 0.75rem;
  margin-bottom: 15px;
  opacity: 0.7;
}
.firmware strong {
  display: block;
  font-size: 1.125rem;
  line-height: 1.15;
  font-weight: 500;
}
.firmware .tag {
  display: block;
  font-size: 0.75rem;
  margin-top: 15px;
  opacity: 0.75;
}
.firmware .arrow {
  position: absolute;
  right: 15px;
  top: 17px;
}
.firmware:hover {
  border-color: var(--lime);
}
.import {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--line);
  padding: 22px 2px;
  cursor: pointer;
  font-size: 0.875rem;
}
.import span {
  font-size: 23px;
  color: var(--lime);
}
input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.import:focus-within {
  outline: 2px solid var(--lime);
}
.library-note {
  font-size: 0.75rem;
  line-height: 1.6;
  color: var(--muted);
  margin: 22px 0 0;
}
#custom-target-label {
  font-size: 0.875rem;
}
select {
  display: block;
  max-width: 100%;
  width: 100%;
  margin-top: 10px;
  background: var(--panel);
  color: white;
  padding: 10px;
  border: 1px solid var(--line);
}
.instrument {
  position: relative;
  padding: 24px 28px;
  background: radial-gradient(ellipse at 60% 30%, #293121 0, #1b1f18 70%);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.instrument-top {
  color: #c4ceb6;
  align-items: center;
  letter-spacing: 0.05em;
}
.chip {
  padding: 6px 8px;
  border: 1px solid #576143;
  font-size: 0.75rem;
  white-space: nowrap;
}
.scope {
  position: relative;
  height: 195px;
  margin: 12px -28px 14px;
  overflow: hidden;
  background:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 38px,
      #52633b20 39px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 59px,
      #52633b20 60px
    );
}
canvas {
  width: 100%;
  height: 100%;
  display: block;
}
.scope-label {
  position: absolute;
  bottom: 8px;
  left: 28px;
  font-size: 0.75rem;
  color: #99ac7b;
  letter-spacing: 0.08em;
}
.scope-mark {
  position: absolute;
  right: 28px;
  bottom: -5px;
  font-size: 42px;
  color: #839466;
}
.voice-heading {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.voice-heading > span {
  color: var(--lime);
  font-size: 0.875rem;
  padding-top: 7px;
}
.voice-heading h2 {
  font-size: clamp(2.8rem, 4vw, 4.5rem);
  letter-spacing: -0.01em;
}
.instrument > p {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #bec6b3;
  max-width: 490px;
  margin: 18px 0 24px;
}
.specs {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 10px;
  margin-top: auto;
}
.specs span {
  display: block;
  font-size: 0.75rem;
  color: #9dab8c;
  letter-spacing: 0.07em;
  margin-bottom: 8px;
}
.specs strong {
  font-weight: 500;
  font-size: 1.1rem;
}
.instrument-bottom {
  border-top: 1px solid #46513a;
  padding-top: 18px;
  margin-top: 24px;
  letter-spacing: 0;
  font-size: 0.75rem;
  align-items: center;
}
.instrument-bottom a {
  color: var(--lime);
}
.installer {
  padding: 24px;
  display: flex;
  flex-direction: column;
  border-left: 1px solid var(--line);
  background: #1b1e19;
}
.connection-symbol {
  color: var(--lime);
  font-size: 58px;
  line-height: 1;
  margin: 0 0 15px;
}
.installer h2 {
  font-size: 2.8rem;
  line-height: 0.98;
}
.installer > p {
  font-size: 0.875rem;
  color: var(--muted);
  line-height: 1.6;
  margin: 18px 0;
}
.connect,
.primary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  width: 100%;
  padding: 15px 17px;
  font-weight: 600;
  border: 1px solid #64704c;
  background: none;
  color: var(--white);
}
.connect:hover:not(:disabled) {
  border-color: var(--lime);
}
.device-status {
  font-size: 0.75rem;
  color: var(--muted);
  padding-top: 12px;
  overflow-wrap: anywhere;
}
.install-bottom {
  margin-top: auto;
  padding-top: 22px;
}
.consent {
  display: flex;
  gap: 9px;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #bec6b3;
  margin-bottom: 16px;
  cursor: pointer;
}
.consent input {
  accent-color: var(--lime);
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.primary {
  background: var(--lime);
  border-color: var(--lime);
  color: #18200c;
}
.progress-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: var(--muted);
  margin: 17px 0 7px;
  gap: 6px;
}
progress {
  height: 3px;
  width: 100%;
  border: 0;
  background: #3b4431;
  display: block;
}
progress::-webkit-progress-bar {
  background: #3b4431;
}
progress::-webkit-progress-value {
  background: var(--lime);
}
progress::-moz-progress-bar {
  background: var(--lime);
}
#status {
  font-size: 0.75rem;
  line-height: 1.6;
  color: var(--muted);
  margin: 12px 0 0;
  overflow-wrap: anywhere;
}
.guide {
  border-bottom: 1px solid var(--line);
}
summary {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 0;
  cursor: pointer;
  font-size: 0.875rem;
}
summary span + span {
  color: var(--muted);
}
.guide p {
  color: var(--muted);
  line-height: 1.7;
  max-width: 850px;
}
.guide table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  margin: 10px 0 24px;
}
.guide th,
.guide td {
  text-align: left;
  padding: 14px 12px;
  border-bottom: 1px solid var(--line);
}
.guide th {
  color: var(--lime);
  font-weight: 500;
}
footer {
  padding: 25px 0;
  color: var(--muted);
  letter-spacing: 0.04em;
  flex-wrap: wrap;
}
body.focus .headline,
body.focus .eyebrow,
body.focus footer,
body.focus .guide {
  display: none;
}
body.focus main {
  padding-top: 35px;
}
body.focus .studio {
  min-height: 80vh;
}
.connected .connection-symbol {
  color: var(--lime);
}
[hidden] {
  display: none !important;
}
@media (min-width: 1500px) {
  .studio {
    grid-template-columns: 265px minmax(400px, 1fr) 345px;
  }
  .scope {
    height: 245px;
  }
}
@media (max-width: 1100px) {
  .studio {
    grid-template-columns: 195px minmax(280px, 1fr) 270px;
  }
  .instrument {
    padding: 22px;
  }
  .installer {
    padding: 22px 18px;
  }
  .specs strong {
    font-size: 0.95rem;
  }
  .headline p {
    font-size: 0.875rem;
  }
}
@media (max-width: 900px) {
  .studio {
    grid-template-columns: 190px 1fr;
  }
  .installer {
    grid-column: 1/-1;
    border-left: 0;
    border-top: 1px solid var(--line);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 30px;
  }
  .installer .section-label {
    grid-column: 1/-1;
  }
  .connection-symbol {
    display: none;
  }
  .installer .install-bottom {
    grid-column: 2;
    grid-row: 2/6;
    padding: 0;
  }
  .installer > p {
    margin: 14px 0;
  }
  .device-status {
    padding-bottom: 6px;
  }
}
@media (max-width: 600px) {
  header {
    padding: 20px;
  }
  .header-label {
    display: none;
  }
  .quiet {
    margin-left: auto;
  }
  .brand {
    font-size: 38px;
  }
  main {
    padding: 25px 20px 0;
  }
  .eyebrow {
    font-size: 0.75rem;
  }
  .eyebrow span + span {
    display: none;
  }
  .headline {
    margin: 24px 0;
  }
  .headline h1 {
    font-size: clamp(2.65rem, 11vw, 3.65rem);
  }
  .headline p {
    display: none;
  }
  .studio {
    display: flex;
    flex-direction: column;
  }
  .library {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 18px;
  }
  #catalog {
    display: flex;
    overflow-x: auto;
    gap: 8px;
  }
  .firmware {
    min-width: 155px;
    flex: 1;
    padding: 14px;
  }
  .firmware strong {
    font-size: 1rem;
  }
  .firmware small {
    margin-bottom: 10px;
  }
  .firmware .tag {
    margin-top: 10px;
  }
  .library-note {
    display: none;
  }
  .import {
    padding: 14px 0 0;
    border: 0;
  }
  .library .section-label {
    margin-bottom: 14px;
  }
  .instrument {
    padding: 22px;
  }
  .scope {
    height: 170px;
  }
  .voice-heading h2 {
    font-size: 3.5rem;
  }
  .instrument-top {
    font-size: 0.75rem;
    flex-wrap: wrap;
  }
  .specs {
    gap: 10px;
  }
  .specs strong {
    font-size: 1rem;
  }
  .installer {
    display: flex;
    padding: 22px;
  }
  .installer h2 br {
    display: none;
  }
  .installer .install-bottom {
    padding-top: 22px;
  }
  summary {
    display: block;
  }
  summary span {
    display: block;
    margin-bottom: 8px;
  }
  .guide {
    overflow-x: auto;
  }
  footer span:nth-child(2) {
    display: none;
  }
  body.focus main {
    padding-top: 20px;
  }
  body.focus .library {
    display: none;
  }
  body.focus .scope {
    height: 195px;
  }
  body.focus .studio {
    min-height: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

.voice-heading h2 {
  overflow-wrap: anywhere;
}
