/* [next]/internal/font/google/inter_278011f6.module.css [client] (css) */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Inter Fallback;
  src: local(Arial);
  ascent-override: 90.44%;
  descent-override: 22.52%;
  line-gap-override: 0.0%;
  size-adjust: 107.12%;
}

.inter_278011f6-module__nDhZHa__className {
  font-family: Inter, Inter Fallback;
  font-style: normal;
}

/* [project]/node_modules/nprogress/nprogress.css [client] (css) */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  z-index: 1031;
  background: #29d;
  width: 100%;
  height: 2px;
  position: fixed;
  top: 0;
  left: 0;
}

#nprogress .peg {
  opacity: 1;
  width: 100px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  transform: rotate(3deg)translate(0, -4px);
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
}

#nprogress .spinner {
  z-index: 1031;
  display: block;
  position: fixed;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  box-sizing: border-box;
  border: 2px solid #0000;
  border-color: #29d #0000 #0000 #29d;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  animation: .4s linear infinite nprogress-spinner;
}

.nprogress-custom-parent {
  position: relative;
  overflow: hidden;
}

.nprogress-custom-parent #nprogress .spinner, .nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* [project]/styles/colors.css [client] (css) */
:root {
  --bg-day: #fff;
  --bg-elevated-day: #f5f6f8;
  --bg-hover-day: #ebedf1;
  --text-day: #1a1d21;
  --text-muted-day: #6b7280;
  --border-day: #d9dce1;
  --accent-day: #2563eb;
  --accent-contrast-day: #fff;
  --danger-day: #dc2626;
  --success-day: #16a34a;
  --warning-day: #d97706;
  --bg-night: #14161a;
  --bg-elevated-night: #1e2128;
  --bg-hover-night: #262a33;
  --text-night: #e7e9ec;
  --text-muted-night: #9aa1ac;
  --border-night: #33373f;
  --accent-night: #4d8dff;
  --accent-contrast-night: #0b0d10;
  --danger-night: #f87171;
  --success-night: #4ade80;
  --warning-night: #fbbf24;
  --bg: var(--bg-day);
  --bg-elevated: var(--bg-elevated-day);
  --bg-hover: var(--bg-hover-day);
  --text: var(--text-day);
  --text-muted: var(--text-muted-day);
  --border: var(--border-day);
  --accent: var(--accent-day);
  --accent-contrast: var(--accent-contrast-day);
  --danger: var(--danger-day);
  --success: var(--success-day);
  --warning: var(--warning-day);
  --cdotui-progress-track: var(--border);
  --cdotui-progress-fill: var(--accent);
}

:root[data-dark] {
  --bg: var(--bg-night);
  --bg-elevated: var(--bg-elevated-night);
  --bg-hover: var(--bg-hover-night);
  --text: var(--text-night);
  --text-muted: var(--text-muted-night);
  --border: var(--border-night);
  --accent: var(--accent-night);
  --accent-contrast: var(--accent-contrast-night);
  --danger: var(--danger-night);
  --success: var(--success-night);
  --warning: var(--warning-night);
}

@media (prefers-color-scheme: dark) {
  :root[data-allow-dark] {
    --bg: var(--bg-night);
    --bg-elevated: var(--bg-elevated-night);
    --bg-hover: var(--bg-hover-night);
    --text: var(--text-night);
    --text-muted: var(--text-muted-night);
    --border: var(--border-night);
    --accent: var(--accent-night);
    --accent-contrast: var(--accent-contrast-night);
    --danger: var(--danger-night);
    --success: var(--success-night);
    --warning: var(--warning-night);
  }
}

html, body {
  background: var(--bg);
  color: var(--text);
}

/* [project]/styles/base.css [client] (css) */
*, :before, :after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--accent);
}

.inline-block {
  display: inline-block;
}

/* [project]/styles/modifiers-display.css [client] (css) */
.nowrap-plz {
  display: inline-block;
}

.flex-top.nowrap-plz {
  display: flex;
}

/* [project]/styles/modifiers-spacing.css [client] (css) */
:root {
  --marginable: .4vw;
}

.marginable {
  margin: var(--marginable);
}

/* [project]/styles/cdotui.css [client] (css) */
button {
  font: inherit;
  cursor: pointer;
}

button:disabled {
  cursor: default;
  opacity: .6;
}

.cdotui-btn-primary {
  background: var(--accent);
  color: var(--accent-contrast);
  border: none;
  border-radius: 6px;
  padding: .5em 1.1em;
}

.cdotui-btn-primary[data-indicator="whoops"] {
  background: var(--danger);
}

.cdotui-btn-primary[data-indicator="thanks"] {
  background: var(--success);
}

.cdotui-dialog-overlay {
  z-index: 1000;
  background: #00000073;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.cdotui-dialog-content {
  background: var(--bg-elevated);
  color: var(--text);
  border-radius: 10px;
  max-width: min(90vw, 420px);
  max-height: 85vh;
  padding: 1.25em;
  overflow: auto;
  box-shadow: 0 10px 40px #0000004d;
}

.cdotui-modal-message {
  white-space: pre-wrap;
  margin-bottom: 1em;
}

.cdotui-modal-prompt-input {
  width: 100%;
  margin-bottom: 1em;
}

.cdotui-modal-buttons {
  justify-content: flex-end;
  gap: .5em;
  display: flex;
}

.cdotui-modal-ok {
  background: var(--accent);
  color: var(--accent-contrast);
  border: none;
  border-radius: 6px;
  padding: .4em 1em;
}

.cdotui-modal-cancel {
  color: var(--text);
  border: 1px solid var(--border);
  background: none;
  border-radius: 6px;
  padding: .4em 1em;
}

.cdotui-hint {
  color: var(--text-muted);
  vertical-align: middle;
  background: none;
  border: none;
  padding: 0;
  display: inline-flex;
}

.cdotui-three-dots-menu {
  display: inline-block;
  position: relative;
}

.cdotui-three-dots-menu-button {
  color: var(--text-muted);
  background: none;
  border: none;
  border-radius: 6px;
  padding: .3em;
  display: inline-flex;
}

.cdotui-three-dots-menu-button:hover {
  background: var(--bg-hover);
}

.cdotui-three-dots-menu-dropdown {
  z-index: 50;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: 8px;
  min-width: 10em;
  position: absolute;
  top: 100%;
  right: 0;
  overflow: hidden;
  box-shadow: 0 6px 20px #0003;
}

.cdotui-three-dots-menu-item {
  text-align: left;
  width: 100%;
  color: var(--text);
  background: none;
  border: none;
  padding: .6em 1em;
  text-decoration: none;
  display: block;
}

.cdotui-three-dots-menu-item:hover {
  background: var(--bg-hover);
}

.cdotui-three-dots-menu-item-disabled {
  opacity: .5;
  pointer-events: none;
}

.cdotui-tabs {
  border-bottom: 1px solid var(--border);
  align-items: center;
  gap: .5em;
  display: flex;
}

.cdotui-tabs-buttons {
  flex: 1;
  display: flex;
}

.cdotui-tabs-button {
  color: var(--text-muted);
  background: none;
  border: none;
  border-bottom: 2px solid #0000;
  margin-bottom: -1px;
  padding: .6em 1em;
}

.cdotui-tabs-button[data-active] {
  color: var(--accent);
  border-bottom-color: var(--accent);
}

.cdotui-tabs-trailing {
  align-items: center;
  padding-right: .5em;
  display: flex;
}

.cdotui-progress-bar {
  background: var(--cdotui-progress-track);
  border-radius: 999px;
  width: 100%;
  height: .5em;
  overflow: hidden;
}

.cdotui-progress-bar-fill {
  background: var(--cdotui-progress-fill);
  height: 100%;
  transition: width .3s;
}

.cdotui-circular-progress-text {
  fill: var(--text-muted);
  font-size: 9px;
}

.cdotui-fab {
  background: var(--accent);
  width: 3.25em;
  height: 3.25em;
  color: var(--accent-contrast);
  z-index: 40;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 1.4em;
  display: flex;
  position: fixed;
  bottom: 1.25em;
  right: 1.25em;
  box-shadow: 0 4px 16px #0000004d;
}

.cdotui-spinner {
  animation: 1s linear infinite cdotui-spin;
}

@keyframes cdotui-spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.cdotui-select-as-blank {
  color: var(--text-muted);
}

input, select, textarea {
  font: inherit;
  color: var(--text);
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: .4em .6em;
}

/* [project]/styles/layout.css [client] (css) */
.page-loading {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.error-page {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .5em;
  min-height: 100vh;
  display: flex;
}

.main-layout {
  flex-direction: column;
  height: 100dvh;
  display: flex;
}

.main-layout-header {
  border-bottom: 1px solid var(--border);
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: .5em .75em;
  display: flex;
}

.main-layout-tabs {
  gap: .25em;
  display: flex;
}

.main-layout-tab {
  color: var(--text-muted);
  background: none;
  border: none;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  gap: .15em;
  padding: .35em .9em;
  font-size: .75em;
  display: flex;
}

.main-layout-tab:hover:not(:disabled) {
  background: var(--bg-hover);
}

.main-layout-tab[data-active] {
  color: var(--accent);
}

.main-layout-track-viewport {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.main-layout-track {
  width: 300%;
  height: 100%;
  transition: transform .3s;
  display: flex;
}

.main-layout-panel {
  width: 33.3333%;
  height: 100%;
  overflow-y: auto;
}

.main-layout-panel-fill {
  overflow: hidden;
}

.alt-layout {
  flex-direction: column;
  min-height: 100dvh;
  display: flex;
}

.alt-layout-header {
  border-bottom: 1px solid var(--border);
  align-items: center;
  gap: .75em;
  padding: .5em .75em;
  display: flex;
}

.alt-layout-back {
  color: var(--text);
  display: inline-flex;
}

.alt-layout-title {
  text-align: center;
  flex: 1;
  margin: 0;
  font-size: 1.1em;
}

.alt-layout-content {
  flex: 1;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 1em;
}

.library-page {
  min-height: 100%;
  padding: 1em 1em 5em;
  position: relative;
}

.library-page .cdotui-fab {
  position: absolute;
}

.library-empty {
  color: var(--text-muted);
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  padding: 3em 1em;
  display: flex;
}

.library-group-heading {
  background: color-mix(in srgb, var(--bg) 85%, transparent);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: var(--text-muted);
  z-index: 10;
  margin: 0;
  padding: .5em 0;
  font-size: .95em;
  position: sticky;
  top: 0;
}

.library-tiles {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1em;
  margin-bottom: 1em;
  display: grid;
}

.library-tile {
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  border-radius: 10px;
  gap: .75em;
  padding: .75em;
  display: flex;
}

.board.library-tile-board {
  pointer-events: none;
  flex: none;
  width: 25%;
}

.library-tile-body {
  flex-direction: column;
  flex: 1;
  gap: .5em;
  min-width: 0;
  display: flex;
}

.library-tile-heading {
  justify-content: space-between;
  align-items: center;
  gap: .5em;
  display: flex;
}

.library-tile-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  overflow: hidden;
}

.library-tile-calculating {
  color: var(--text-muted);
  align-items: center;
  gap: .4em;
  font-size: .85em;
  display: flex;
}

.library-tile-buttons {
  gap: .5em;
  margin-top: auto;
  display: flex;
}

.library-add-page {
  height: 100%;
  overflow: hidden;
}

.library-add-track {
  width: 200%;
  height: 100%;
  transition: transform .3s;
  display: flex;
}

.library-add-step {
  width: 50%;
  height: 100%;
  padding: 1.5em 1em;
  overflow-y: auto;
}

.library-add-side-choice {
  justify-content: center;
  gap: 1.5em;
  margin-top: 2em;
  display: flex;
}

.library-add-side-button {
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  color: var(--text);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  gap: .5em;
  padding: 1.5em 2em;
  display: flex;
}

.library-add-side-button:hover {
  background: var(--bg-hover);
}

.library-add-knight {
  font-size: 3em;
  line-height: 1;
}

.library-add-knight-dark, :root[data-dark] .library-add-knight-light {
  display: none;
}

:root[data-dark] .library-add-knight-dark {
  display: inline;
}

@media (prefers-color-scheme: dark) {
  :root[data-allow-dark] .library-add-knight-light {
    display: none;
  }

  :root[data-allow-dark] .library-add-knight-dark {
    display: inline;
  }
}

.library-add-back {
  color: var(--text-muted);
  background: none;
  border: none;
  align-items: center;
  gap: .3em;
  margin-bottom: .5em;
  display: inline-flex;
}

.library-add-helper {
  color: var(--text-muted);
  margin: 0 0 1em;
}

.library-add-board {
  max-width: 360px;
  margin: 0 auto;
}

.library-add-pgn {
  overflow-wrap: break-word;
  white-space: normal;
  color: var(--text-muted);
  margin: 1em 0;
  max-width: 360px;
  margin-inline: auto;
}

.library-add-controls {
  justify-content: center;
  gap: .5em;
  margin-bottom: 1em;
  display: flex;
}

.opening-workspace {
  box-sizing: border-box;
  flex-direction: column;
  height: 100%;
  padding: 0 1em 1em;
  display: flex;
  overflow: hidden;
}

.opening-workspace-loading {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.opening-workspace-board {
  max-width: 420px;
  margin: 0 auto;
}

.opening-workspace-title {
  text-align: center;
  font-size: 1em;
  font-weight: inherit;
  flex: none;
  margin: 0 0 .35em;
}

.opening-workspace-tab-progress {
  align-items: center;
  gap: .5em;
  display: flex;
}

.opening-workspace-tab-progress-lines {
  color: var(--text-muted);
  white-space: nowrap;
  font-size: .85em;
}

.opening-workspace-placeholder {
  text-align: center;
  color: var(--text-muted);
  padding: 2em 0;
}

.opening-workspace-grid {
  flex: 1;
  min-height: 0;
  transition: grid-template-rows .25s;
  display: grid;
}

.opening-workspace-row {
  min-height: 0;
}

.opening-workspace-row-solid {
  min-height: min-content;
}

.opening-workspace-row-collapsible {
  overflow: hidden;
}

.opening-workspace-panel-row {
  flex-direction: column;
  margin-top: .75em;
  display: flex;
  overflow: hidden;
}

.opening-workspace-panel-track {
  flex: 1;
  width: 200%;
  min-height: 0;
  transition: transform .25s;
  display: flex;
}

.opening-workspace-panel-slide {
  flex-direction: column;
  flex-shrink: 0;
  width: 50%;
  min-height: 0;
  display: flex;
}

.opening-workspace-panel-slide .tree {
  flex: 1;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 0;
}

.opening-workspace-panel-slide .tree-scroll {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  min-height: 0;
  overflow: auto;
}

.opening-workspace-panel-slide .lines-list {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}

.position-bar {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.eval-row {
  margin-bottom: 0;
}

.winrate-row {
  margin-bottom: .75em;
}

.position-bar-track {
  width: 100%;
  height: 1.4em;
  font-size: .75rem;
  line-height: 1.4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.eval-row-track {
  background: #1a1d21;
  border-radius: 4px 4px 0 0;
}

.winrate-row-track {
  border-radius: 0 0 4px 4px;
}

.winrate-row-track-empty {
  background: var(--border);
}

.eval-row-fill {
  background: #f5f5f5;
  transition: width .3s;
}

.position-bar-label {
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
  padding: 0 .4em;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.position-bar-label-left {
  text-align: left;
  color: #1a1d21;
}

.position-bar-label-right {
  text-align: right;
  color: #f5f5f5;
}

.position-bar-label-center {
  text-align: center;
  color: var(--text-muted);
}

.position-bar-segment {
  align-items: center;
  min-width: 0;
  display: flex;
  overflow: hidden;
}

.position-bar-segment-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  min-width: 0;
  padding: 0 .4em;
  overflow: hidden;
}

.winrate-row-segment-white {
  color: #1a1d21;
  background: #f5f5f5;
}

.winrate-row-segment-draw {
  background: var(--text-muted);
  color: #f5f5f5;
}

.winrate-row-segment-black {
  color: #f5f5f5;
  background: #2a2a2a;
}

.pgn-row {
  max-width: 420px;
  color: var(--text);
  text-align: center;
  margin: 0 auto .75em;
  font-size: .9rem;
}

.add-move-dialog {
  gap: .6rem;
}

.add-move-dialog-preview {
  color: var(--text-muted);
  padding: 0 .5rem;
  font-size: .85rem;
}

.add-move-dialog-note-label {
  color: var(--text-muted);
  flex-direction: column;
  gap: .3rem;
  padding: 0 .5rem;
  font-size: .8rem;
  display: flex;
}

.add-move-dialog-note {
  font: inherit;
  color: var(--text);
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  resize: vertical;
  border-radius: 6px;
  padding: .4rem .5rem;
}

.add-move-dialog-hint {
  color: var(--text-muted);
  margin: 0;
  padding: 0 .5rem;
  font-size: .8rem;
}

.add-move-dialog-actions {
  border-top: 1px solid var(--border);
  justify-content: flex-end;
  gap: .5rem;
  margin-top: .25rem;
  padding-top: .4rem;
  display: flex;
}

.add-move-dialog-confirm {
  color: var(--accent);
  font-weight: 600;
}

.lines-list {
  flex-direction: column;
  gap: .5rem;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: .5rem;
  display: flex;
}

.lines-list-loading {
  justify-content: center;
  padding: 2rem;
  display: flex;
}

.lines-list-card {
  text-align: left;
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  width: 100%;
  color: var(--text);
  cursor: pointer;
  font: inherit;
  border-radius: 8px;
  flex-shrink: 0;
  align-items: center;
  gap: .75rem;
  padding: .5rem .75rem;
  display: flex;
}

.lines-list-card:hover {
  background: var(--bg-hover);
}

.lines-list-card-selected {
  border-color: var(--accent);
  box-shadow: 0 0 0 1px var(--accent);
  background: color-mix(in srgb, var(--accent) 12%, var(--bg-elevated));
}

.lines-list-card-moves {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  font-size: .9rem;
  overflow: hidden;
}

.lines-list-card-likelihood {
  color: var(--text-muted);
  flex-shrink: 0;
  font-size: .8rem;
}

.practice-banner {
  max-width: 420px;
  color: var(--text);
  text-align: center;
  margin: 0 auto .5em;
  padding: .4rem .75rem;
  font-size: .85rem;
}

.practice-banner-muted {
  color: var(--text-muted);
}

.practice-banner-reveal {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: 8px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: .6rem;
  display: flex;
}

.practice-banner-continue {
  appearance: none;
  background: var(--accent);
  color: var(--accent-contrast);
  font: inherit;
  cursor: pointer;
  border: none;
  border-radius: 6px;
  padding: .3rem .7rem;
  font-weight: 600;
}

.practice-banner-finished {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  padding: .75rem;
  display: flex;
}

.practice-banner-finished-title {
  font-weight: 600;
}

.practice-banner-finished-list {
  flex-wrap: wrap;
  justify-content: center;
  gap: .4rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.practice-banner-finished-list li {
  border-radius: 4px;
  padding: .15rem .5rem;
  font-size: .8rem;
}

.practice-banner-finished-hit {
  background: #22c55e40;
}

.practice-banner-finished-miss {
  background: #ef444440;
}

.settings-section {
  margin-bottom: 2em;
}

.settings-section h2 {
  color: var(--text-muted);
  margin-bottom: .75em;
  font-size: 1em;
}

.setup-target-rating-derived {
  color: var(--text-muted);
  font-size: .9em;
}

.settings-saved-hint {
  color: var(--success);
  margin-left: .5em;
  font-size: .85em;
}

.dev-table {
  border-collapse: collapse;
  white-space: nowrap;
  font-size: .8em;
}

.dev-table th, .dev-table td {
  border: 1px solid var(--border-color, #ccc);
  text-align: left;
  padding: .25em .5em;
}

.dev-table th {
  color: var(--text-muted);
}

.board {
  aspect-ratio: 1;
  width: 100%;
  container-type: inline-size;
}

/* [project]/styles/tree.css [client] (css) */
.tree {
  justify-content: center;
  align-items: center;
  min-height: 4rem;
  display: flex;
}

.tree-scroll {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow: auto hidden;
}

.tree-canvas {
  position: relative;
}

.tree-edges {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}

.tree-edge {
  stroke-width: 2px;
  transition: stroke .2s, opacity .2s;
}

.tree-node {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-x;
  align-items: center;
  gap: .3em;
  display: flex;
  position: absolute;
  transform: translateX(-50%);
}

.tree-node-marker {
  background: var(--bg-elevated);
  border: 2px solid var(--border);
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  transition: background .2s, border-color .2s, opacity .2s;
  display: inline-block;
}

.tree-node-marker-opponent {
  border-radius: 50%;
}

.tree-node-marker-adopted {
  border-radius: 3px;
}

.tree-node-marker-root {
  background: var(--text-muted);
  border-color: var(--text-muted);
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.tree-node-label {
  color: var(--text);
  white-space: nowrap;
  opacity: 1;
  font-size: .8rem;
}

.tree-node-label small {
  color: var(--text-muted);
  margin-left: .25em;
  font-weight: 400;
}

.tree-edge-placeholder {
  stroke-dasharray: 4 3;
}

.tree-node-placeholder {
  appearance: none;
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  padding: 0;
}

.tree-node-marker-adopted-placeholder {
  color: var(--text-muted);
  border-style: dashed;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.tree-node-placeholder:hover .tree-node-marker-adopted-placeholder {
  color: var(--text);
  border-color: var(--text-muted);
  background: var(--bg-hover);
}

.tree-node-selected .tree-node-marker {
  box-shadow: 0 0 0 3px var(--accent);
}

.tree-action-sheet {
  flex-direction: column;
  min-width: 200px;
  display: flex;
}

.tree-action-sheet-title {
  border-bottom: 1px solid var(--border);
  margin-bottom: .25rem;
  padding: .25rem .5rem .75rem;
  font-weight: 600;
}

.tree-action-sheet-item {
  appearance: none;
  color: var(--text);
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 6px;
  padding: .6rem .5rem;
  font-size: .95rem;
}

.tree-action-sheet-item:hover {
  background: var(--bg-hover);
}

.tree-action-sheet-item-danger {
  color: var(--danger);
}

/* [project]/styles/all.css [client] (css) */


/*# sourceMappingURL=%5Broot-of-the-server%5D__0sl5_ml._.css.map*/