/*!**************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./app/javascript/stylesheets/application.css ***!
  \**************************************************************************************************************************/
:root {
  --color-ink: #17231f;
  --color-muted: #5c665f;
  --color-paper: #fbfaf6;
  --color-panel: #ffffff;
  --color-line: #d9ded6;
  --color-accent: #38b46b;
  --color-accent-strong: #20824a;
  --color-warm: #e6b85c;
  --shadow-soft: 0 18px 48px rgba(23, 35, 31, 0.12);
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  color: var(--color-ink);
  background: var(--color-paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
}

.site-header,
.site-footer {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand-link,
.site-nav,
.site-footer {
  display: flex;
  align-items: center;
}

.brand-link {
  gap: 10px;
  font-weight: 750;
  text-decoration: none;
}

.brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 4px;
}

.site-nav {
  gap: 14px;
}

.nav-link,
.site-footer a {
  color: var(--color-muted);
  text-decoration: none;
}

.nav-link:hover,
.site-footer a:hover {
  color: var(--color-ink);
}

.public-main {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.minimal-public-main {
  min-height: 100vh;
  display: grid;
  place-items: center;
  text-align: center;
}

.placeholder-home {
  max-width: 720px;
  margin: 0;
  color: var(--color-muted);
  font-size: 1.25rem;
  line-height: 1.6;
}

.site-footer {
  min-height: 80px;
  justify-content: space-between;
  color: var(--color-muted);
}

.footer-links {
  display: flex;
  gap: 16px;
}

.home-shell {
  min-height: calc(100vh - 152px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 48px;
  padding: 48px 0;
}

.home-logo {
  display: block;
  width: clamp(86px, 13vw, 132px);
  height: auto;
  margin-bottom: 22px;
  border-radius: 6px;
  box-shadow: 0 12px 30px rgba(23, 35, 31, 0.12);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--color-accent-strong);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-copy h1,
.workspace-page h1 {
  margin: 0;
  font-weight: 800;
  letter-spacing: 0;
}

.home-copy h1 {
  max-width: 920px;
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: 0.94;
}

.home-lede {
  max-width: 900px;
  margin: 24px 0 0;
  color: var(--color-muted);
  font-size: 1.1rem;
  line-height: 1.7;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.primary-action {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  background: var(--color-ink);
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

.primary-action:hover {
  background: var(--color-accent-strong);
  color: #ffffff;
}

.secondary-action {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--color-ink);
  font-weight: 700;
  text-decoration: none;
}

.secondary-action:hover {
  border-color: var(--color-ink);
}

.nwc-guide-page {
  padding-bottom: 32px;
}

.nwc-hero {
  border-bottom: 1px solid var(--color-line);
}

.nwc-provider-section,
.nwc-verify,
.nwc-command-block {
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: var(--color-panel);
}

.nwc-provider-section {
  scroll-margin-top: 24px;
  padding: 24px;
}

.nwc-section-heading {
  margin-bottom: 18px;
}

.nwc-section-heading h2 {
  margin: 10px 0 8px;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-weight: 800;
  line-height: 1.05;
}

.nwc-provider-title-link {
  color: var(--color-ink);
  text-decoration: underline;
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.12em;
}

.nwc-provider-title-link:hover,
.nwc-provider-title-link:focus-visible {
  color: var(--color-accent-strong);
}

.nwc-external-icon {
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  margin-left: 0.3em;
  vertical-align: middle;
  transform: translateY(-0.12em);
  opacity: 0.55;
}

.nwc-provider-title-link:hover .nwc-external-icon,
.nwc-provider-title-link:focus-visible .nwc-external-icon {
  opacity: 1;
}

.nwc-section-heading p {
  max-width: 720px;
  margin: 0;
  color: var(--color-muted);
  line-height: 1.6;
}

.nwc-provider-nav {
  position: sticky;
  top: 16px;
}

.nwc-provider-nav .list-group-item {
  color: var(--color-ink);
}

.nwc-provider-nav .list-group-item.nwc-provider-disabled {
  color: #9aa19b;
  background: transparent;
  cursor: not-allowed;
  opacity: 0.55;
}

.nwc-provider-section-disabled {
  opacity: 0.58;
  background: #f0f1ee;
}

.nwc-provider-section-disabled a,
.nwc-provider-section-disabled span:not(.badge) {
  color: #6f7771;
}

.nwc-tutorial-shot {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: #101820;
}

.nwc-tutorial-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.nwc-tutorial-shot figcaption {
  min-height: 68px;
  padding: 14px 16px;
  background: #ffffff;
  color: var(--color-muted);
  line-height: 1.45;
}

.nwc-steps {
  display: grid;
  gap: 10px;
  margin: 22px 0;
  padding-left: 1.25rem;
  color: var(--color-muted);
  line-height: 1.6;
}

.nwc-command-block {
  height: 100%;
  padding: 18px;
}

.nwc-command-block pre {
  margin: 12px 0;
  overflow-x: auto;
  border-radius: 8px;
  background: #111816;
  color: #ffffff;
  padding: 12px;
}

.quickstart-page {
  padding: 28px 0 48px;
}

.quickstart-hero {
  max-width: 880px;
  padding: 42px 0 30px;
}

.quickstart-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2.75rem, 7vw, 5.75rem);
  font-weight: 850;
  line-height: 0.96;
  letter-spacing: 0;
}

.quickstart-hero p:not(.eyebrow) {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--color-muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.quickstart-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.framework-switcher {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 10px 0 16px;
  padding: 14px;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: #ffffff;
}

.framework-switcher label {
  color: var(--color-muted);
  font-weight: 750;
}

.framework-switcher select {
  min-height: 42px;
  min-width: min(320px, 100%);
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--color-ink);
  font: inherit;
  font-weight: 700;
  padding: 0 38px 0 12px;
}

.framework-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.framework-tab {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--color-muted);
  font-weight: 750;
  text-decoration: none;
}

.framework-tab:hover,
.framework-tab.is-active {
  border-color: var(--color-ink);
  background: var(--color-ink);
  color: #ffffff;
}

.quickstart-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.quickstart-sidebar {
  position: sticky;
  top: 16px;
  display: grid;
  gap: 8px;
}

.quickstart-sidebar a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--color-muted);
  font-weight: 700;
  text-decoration: none;
}

.quickstart-sidebar a:hover {
  background: #eef3eb;
  color: var(--color-ink);
}

.quickstart-doc {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.quickstart-panel {
  scroll-margin-top: 18px;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: #ffffff;
  padding: 24px;
}

.quickstart-panel h2 {
  margin: 0 0 12px;
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  font-weight: 820;
  line-height: 1.05;
  letter-spacing: 0;
}

.quickstart-panel p {
  margin: 12px 0;
  color: var(--color-muted);
  line-height: 1.65;
}

.selected-framework-panel {
  background: #f3f8f0;
}

.framework-badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin-bottom: 14px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--color-accent);
  color: #092417;
  font-size: 0.78rem;
  font-weight: 820;
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0 0;
}

.quick-facts div {
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: #ffffff;
  padding: 12px;
}

.quick-facts dt {
  color: var(--color-muted);
  font-size: 0.78rem;
  font-weight: 750;
  text-transform: uppercase;
}

.quick-facts dd {
  margin: 6px 0 0;
  font-weight: 750;
}

.code-card {
  margin: 16px 0;
  overflow: hidden;
  border: 1px solid #27342f;
  border-radius: 8px;
  background: #101614;
  box-shadow: 0 12px 26px rgba(23, 35, 31, 0.12);
}

.code-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 42px;
  padding: 0 12px 0 14px;
  border-bottom: 1px solid #27342f;
  color: #d8e8dd;
  font-size: 0.85rem;
  font-weight: 750;
}

.code-copy-button {
  min-height: 30px;
  border: 1px solid #4a6457;
  border-radius: 8px;
  background: #1b2823;
  color: #eef8f1;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 0 10px;
  cursor: pointer;
}

.code-copy-button:hover {
  border-color: #83b695;
}

.code-card pre {
  max-height: 620px;
  margin: 0;
  overflow: auto;
  padding: 18px;
}

.code-card code {
  color: #f4f7f2;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.9rem;
  line-height: 1.6;
  white-space: pre;
}

.quickstart-note {
  margin-top: 18px;
  border: 1px solid #c9dbc3;
  border-radius: 8px;
  background: #f7fbf4;
  color: var(--color-muted);
  padding: 14px 16px;
  line-height: 1.55;
}

.quickstart-note strong {
  color: var(--color-ink);
}

.runtime-panel {
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: var(--color-panel);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.runtime-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--color-line);
}

.runtime-row:last-child {
  border-bottom: 0;
}

.runtime-row span {
  color: var(--color-muted);
}

.js-heavy-body {
  min-height: 100vh;
  background: #f6f7f4;
}

#root {
  min-height: 100vh;
}

.workspace-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
}

.workspace-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  border-right: 1px solid var(--color-line);
  background: #ffffff;
}

.workspace-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.workspace-mark {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 8px;
  background: var(--color-ink);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 850;
}

.workspace-tabs {
  display: grid;
  gap: 8px;
}

.workspace-tab {
  min-height: 40px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: var(--color-muted);
  font: inherit;
  font-weight: 700;
  text-align: left;
  text-transform: capitalize;
  padding: 0 12px;
  cursor: pointer;
}

.workspace-tab:hover,
.workspace-tab.is-active {
  border-color: var(--color-line);
  background: #f2f5f0;
  color: var(--color-ink);
}

.workspace-content {
  display: grid;
  align-items: center;
  padding: 48px;
}

.workspace-page {
  max-width: 760px;
}

.workspace-page h1 {
  font-size: 3rem;
  line-height: 1;
}

.workspace-page p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--color-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.workspace-loader,
.app-fatal {
  width: min(520px, 100%);
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: #ffffff;
  padding: 18px 20px;
}

.app-fatal {
  color: #8d2b2b;
}

@media (max-width: 760px) {
  .site-header,
  .site-footer,
  .public-main {
    width: min(100% - 24px, 1120px);
  }

  .home-shell,
  .workspace-shell {
    grid-template-columns: 1fr;
  }

  .home-shell {
    min-height: auto;
    gap: 24px;
    padding: 32px 0;
  }

  .home-copy h1 {
    font-size: 3.25rem;
  }

  .workspace-sidebar {
    border-right: 0;
    border-bottom: 1px solid var(--color-line);
  }

  .workspace-content {
    padding: 28px 20px;
  }

  .workspace-page h1 {
    font-size: 2.3rem;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0;
  }

  .site-nav,
  .footer-links {
    flex-wrap: wrap;
  }

  .nwc-provider-section,
  .nwc-verify {
    padding: 18px;
  }

  .nwc-provider-nav {
    position: static;
  }

  .quickstart-page {
    padding-top: 10px;
  }

  .quickstart-hero {
    padding: 26px 0 22px;
  }

  .quickstart-hero h1 {
    font-size: 3rem;
  }

  .framework-switcher {
    align-items: flex-start;
    flex-direction: column;
  }

  .framework-switcher select {
    width: 100%;
  }

  .quickstart-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .quickstart-sidebar {
    position: static;
    display: flex;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .quickstart-sidebar a {
    flex: 0 0 auto;
  }

  .quickstart-panel {
    padding: 18px;
  }

  .quick-facts {
    grid-template-columns: 1fr;
  }

  .code-card-header {
    min-height: 40px;
  }

  .code-card pre {
    padding: 14px;
  }

  .code-card code {
    font-size: 0.82rem;
  }
}


/*# sourceMappingURL=app_javascript_stylesheets_application_css.css.map*/