:root {
  --editor-paper:#f6f8fb;
  --code-ink:#202f44;
  --comment-ink:#52647b;
  --selection:#dce6f1;
  --command-blue:#315e98;
  --command-hover:#244b7e;
  --code-surface:#edf2f8;
  --rule:#d9e1ea;
  --warning:#81521c;
  --danger:#923b3b;
  --step:8px;
  font-family:"Segoe UI",Roboto,Arial,sans-serif;
  color:var(--code-ink);
  background:var(--editor-paper);
  font-synthesis:none
}
* {
  box-sizing:border-box
}
body {
  margin:0
}
a {
  color:var(--command-blue)
}
button,input {
  font:inherit
}
button,a,input {
  -webkit-tap-highlight-color:transparent
}
:focus-visible {
  outline:3px solid var(--command-blue);
  outline-offset:4px
}
button {
  cursor:pointer
}
button:disabled {
  opacity:.6;
  cursor:wait
}
.topbar {
  min-height:88px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:24px 5vw;
  border-bottom:1px solid var(--rule)
}
.brand {
  font-weight:650;
  font-size:19px;
  text-decoration:none;
  color:var(--code-ink);
  display:flex;
  gap:16px;
  align-items:center
}
.cursor {
  font-family:ui-monospace,monospace;
  color:var(--command-blue);
  font-size:29px
}
.brand-note,.workspace {
  font-size:13px;
  font-weight:400;
  color:var(--comment-ink)
}
.brand-note {
  border-left:1px solid var(--rule);
  padding-left:16px
}
.workspace {
  font-family:ui-monospace,monospace
}
main {
  max-width:940px;
  padding:64px 32px 72px;
  margin:auto;
  min-height:calc(100vh - 162px)
}
h1,h2,h3,p {
  margin-top:0
}
h1 {
  font-size:42px;
  line-height:1.12;
  letter-spacing:-1.6px;
  font-weight:600;
  margin-bottom:24px
}
h2 {
  font-size:23px;
  letter-spacing:-.4px;
  font-weight:600
}
h3 {
  font-size:17px;
  font-weight:600;
  margin-bottom:10px
}
p {
  line-height:1.6;
  color:var(--comment-ink)
}
.eyebrow,.panel-label {
  font:12px ui-monospace,"Cascadia Code",monospace;
  letter-spacing:.05em;
  color:var(--comment-ink);
  display:block;
  margin-bottom:24px
}
.lead {
  font-size:18px;
  max-width:540px
}
.intro {
  padding:16px 0 24px
}
.intro h1 {
  font-size:56px
}
.access-panel {
  max-width:600px;
  padding:32px;
  background:var(--code-surface);
  border-left:3px solid var(--command-blue)
}
.access-panel .button {
  margin:8px 0 24px
}
.button {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:24px;
  min-height:44px;
  padding:12px 20px;
  border:1px solid var(--rule);
  border-radius:6px;
  background:transparent;
  color:var(--code-ink);
  font-size:14px;
  font-weight:600;
  text-decoration:none;
  transition:background .15s
}
.button:hover {
  background:var(--selection)
}
.primary {
  background:var(--command-blue);
  color:white;
  border-color:var(--command-blue)
}
.primary:hover {
  background:var(--command-hover)
}
.text-button {
  background:none;
  border:0;
  padding:8px 0;
  color:var(--command-blue);
  font-size:14px;
  text-decoration:underline;
  text-underline-offset:4px
}
.note {
  font-size:13px;
  margin-bottom:0
}
.account-heading {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  margin-bottom:24px
}
.account-heading h1 {
  margin-bottom:12px
}
.account-heading p {
  overflow-wrap:anywhere
}
.key-panel {
  background:var(--code-surface);
  padding:32px;
  border-radius:8px
}
.key-panel label {
  display:block;
  font-size:14px;
  margin-bottom:12px
}
.panel-label {
  display:flex;
  align-items:center;
  gap:12px
}
.status-dot {
  width:6px;
  height:6px;
  background:var(--command-blue);
  border-radius:50%
}
.key-row {
  display:flex;
  gap:8px;
  flex-wrap:wrap
}
.key-row input {
  flex:1 1 250px;
  min-width:0;
  border:1px solid var(--rule);
  background:var(--editor-paper);
  border-radius:5px;
  font-family:ui-monospace,monospace;
  padding:14px
}
.key-panel .note {
  margin-top:16px
}
.feedback {
  font-size:13px;
  min-height:21px;
  margin:8px 0 0;
  color:var(--command-blue)
}
.setup {
  margin-top:48px
}
.steps {
  padding-left:24px
}
.steps>li {
  padding-left:12px;
  margin:24px 0 32px
}
.steps li::marker {
  font-family:ui-monospace,monospace;
  color:var(--command-blue)
}
code,pre {
  font:13px/1.7 ui-monospace,"Cascadia Code",Consolas,monospace
}
pre {
  overflow:auto;
  padding:24px;
  background:var(--code-surface);
  border-radius:6px;
  color:var(--code-ink)
}
.replace {
  padding-top:24px;
  border-top:1px solid var(--rule)
}
summary {
  cursor:pointer;
  font-weight:600;
  min-height:40px
}
.confirm {
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-size:14px;
  margin-bottom:20px
}
.confirm input {
  margin-top:3px;
  width:16px;
  height:16px;
  accent-color:var(--command-blue)
}
.danger {
  color:var(--danger);
  border-color:var(--danger)
}
.warning {
  color:var(--warning);
  font-size:14px
}
.error-panel {
  padding-top:40px
}
.error-panel .text-button {
  margin-left:24px
}
footer {
  padding:24px 5vw;
  border-top:1px solid var(--rule);
  display:flex;
  justify-content:space-between;
  gap:24px;
  color:var(--comment-ink);
  font-size:12px
}
@media(max-width:600px) {
  .topbar {
    padding:20px 24px;
    min-height:76px
  }
  .brand-note,.workspace {
    display:none
  }
  main {
    padding:32px 20px 48px
  }
  .intro h1 {
    font-size:44px
  }
  h1 {
    font-size:34px
  }
  .access-panel,.key-panel {
    padding:24px
  }
  .key-row input {
    flex-basis:100%
  }
  .key-row .button {
    flex:1
  }
  .account-heading {
    align-items:flex-start
  }
  .account-heading .eyebrow {
    margin-bottom:16px
  }
  pre {
    padding:16px
  }
  .steps {
    padding-left:20px
  }
  .steps>li {
    padding-left:4px
  }
  footer {
    flex-direction:column;
    gap:8px;
    padding:24px
  }
  .error-panel .text-button {
    display:block;
    margin:24px 0 0
  }
}
@media(prefers-reduced-motion:reduce) {
  * {
    transition:none!important
  }
}

.setup-heading {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  margin-bottom:16px
}
.setup-heading .eyebrow {
  margin-bottom:12px
}
.setup-heading h2 {
  margin-bottom:0
}
.setup-heading .button {
  flex-shrink:0
}
.setup-notice {
  padding:16px 20px;
  border:1px solid var(--rule);
  border-radius:6px;
  font-size:14px;
  line-height:1.6;
  color:var(--comment-ink)
}
.setup-notice strong {
  color:var(--code-ink)
}
.command-block {
  min-width:0;
  margin:16px 0;
  background:var(--code-surface);
  border-radius:6px;
  overflow:hidden
}
.command-heading {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  padding:4px 20px;
  border-bottom:1px solid var(--rule);
  color:var(--comment-ink);
  font:12px ui-monospace,monospace
}
.command-heading .text-button {
  min-height:40px;
  flex-shrink:0
}
.command-block pre {
  margin:0;
  padding:16px 20px
}
.command-block:not(.script-block) pre code {
  white-space:pre-wrap;
  overflow-wrap:anywhere
}
.check-result {
  font-size:14px;
  margin-bottom:8px
}
.check-result code {
  padding:3px 8px;
  color:var(--command-blue);
  background:var(--code-surface);
  border-radius:3px
}
.setup-details {
  margin:8px 0 40px
}
.setup-details details {
  padding:20px 0;
  border-top:1px solid var(--rule)
}
.setup-details summary {
  min-height:24px;
  line-height:1.5
}
.setup-details details[open] summary {
  margin-bottom:20px
}
.setup-details details>:last-child {
  margin-bottom:0
}
.config-facts {
  margin:0 0 24px
}
.config-facts>div {
  display:grid;
  grid-template-columns:140px minmax(0,1fr);
  gap:16px;
  padding:10px 0;
  font-size:14px;
  line-height:1.7
}
.config-facts dt {
  color:var(--comment-ink)
}
.config-facts dd {
  margin:0;
  overflow-wrap:anywhere
}
.script-block pre {
  max-height:420px
}
@media(max-width:600px) {
  .setup-heading {
    align-items:flex-start;
    flex-direction:column;
    gap:20px
  }
  .setup-notice {
    padding:16px
  }
  .command-heading {
    padding:4px 16px
  }
  .command-block pre {
    padding:16px
  }
  .config-facts>div {
    grid-template-columns:1fr;
    gap:2px
  }
}
