
  :root {
    --ink: #f4f4f5;
    --muted: #a1a1aa;
    --paper: #09090b;
    --paper-deep: #000000;
    --surface: #18181b;
    --accent: #e4e4e7;
    --accent-hot: #fafafa;
    --line: rgba(255, 255, 255, 0.08);
    --radius: 10px;
    --header: 3.5rem;
    --drawer: 14rem;
    --dock: 3.75rem;
    --font-display: Inter, ui-sans-serif, system-ui, sans-serif;
    --font-body: Inter, ui-sans-serif, system-ui, sans-serif;
    --ok: #22c55e;
    --danger: #ef4444;
    --warn: #d4a017;
    --focus: #3f3f46;
  }

  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }

  html {
    color-scheme: dark;
  }

  html,
  body {
    margin: 0;
    min-height: 100%;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--font-body);
    -webkit-font-smoothing: antialiased;
  }

  body {
    line-height: 1.5;
  }

  h1,
  h2,
  h3 {
    font-family: var(--font-display);
    font-weight: 600;
    letter-spacing: -0.02em;
    margin: 0 0 0.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.05rem;
  }

  h3 {
    font-size: 0.95rem;
  }

  p {
    margin: 0 0 0.75rem;
  }

  a {
    color: var(--accent);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease, opacity 0.15s ease;
  }

  a:hover {
    border-bottom-color: var(--line);
  }

  a:focus-visible,
  button:focus-visible,
  input:focus-visible,
  select:focus-visible,
  textarea:focus-visible,
  summary:focus-visible {
    outline: 2px solid var(--focus);
    outline-offset: 2px;
  }

  button,
  input,
  select,
  textarea {
    font: inherit;
    color: inherit;
  }

  button {
    cursor: pointer;
  }

  * {
    scrollbar-width: thin;
    scrollbar-color: rgba(113, 113, 122, 0.65) rgba(0, 0, 0, 0.35);
  }

  ::-webkit-scrollbar {
    width: 9px;
    height: 9px;
  }

  ::-webkit-scrollbar-thumb {
    background: rgba(113, 113, 122, 0.65);
    border-radius: 99px;
  }



  .is-hidden {
    display: none !important;
  }

  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .muted {
    color: var(--muted);
  }

  .mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.8rem;
  }

  p.mono,
  input.mono,
  textarea.mono {
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .eyebrow {
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.7rem;
    margin-bottom: 0.35rem;
  }

  .lead {
    color: var(--muted);
    max-width: 40rem;
  }

  .form-error {
    color: var(--danger);
    min-height: 1.25rem;
  }

  .form-error:empty {
    display: none;
  }

  .flash {
    margin: 0.75rem 1.25rem 0;
    padding: 0.65rem 0.85rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
  }

  .shell {
    min-height: 100vh;
  }

  .rail {
    position: fixed;
    inset: 0 auto 0 0;
    width: var(--drawer);
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0 0.75rem 1rem;
    border-right: 1px solid var(--line);
    background: var(--paper-deep);
    z-index: 20;
  }

  .rail-head {
    flex: 0 0 var(--header);
    height: var(--header);
    display: flex;
    align-items: center;
    padding: 0 0.1rem;
    margin: 0 -0.75rem;
    padding-left: 0.85rem;
    padding-right: 0.85rem;
    border-bottom: 1px solid var(--line);
  }

  .rail-home {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: 1px solid transparent;
    border-radius: var(--radius);
    color: inherit;
    transition: background 0.15s ease, border-color 0.15s ease;
  }

  .rail-home:hover {
    background: var(--surface);
    border-color: var(--line);
  }

  .rail-home:focus-visible {
    outline: 2px solid var(--focus);
    outline-offset: 2px;
  }

  .rail-home-icon {
    display: block;
    width: 1.75rem;
    height: 1.75rem;
  }

  .rail-nav {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.75rem 0;
  }

  .brand {
    color: var(--ink);
    font-weight: 600;
    padding: 0.5rem 0.75rem 1rem;
    border-bottom: 1px solid var(--line);
    margin-bottom: 0.5rem;
  }

  .brand:hover {
    border-bottom-color: var(--line);
  }

  .nav-btn,
  .nav-item {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    width: 100%;
    text-align: left;
    padding: 0.45rem 0.65rem;
    border: 1px solid transparent;
    border-radius: 0.45rem;
    background: transparent;
    color: var(--muted);
    font-size: 0.875rem;
  }

  .nav-item .nav-icon, .nav-item i {
    font-size: 1rem;
    width: 1.1rem;
    text-align: center;
  }

  .nav-btn:hover,
  .nav-btn.is-on,
  .nav-item:hover,
  .nav-item.is-on {
    background: var(--surface);
    color: var(--ink);
    border-color: var(--line);
    border-bottom-color: var(--line);
  }

  .nav-btn-plain {
    color: var(--muted);
  }

  .rail-label {
    margin: 1rem 0.65rem 0.25rem;
    font-size: 0.7rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--muted);
  }

  .rail-github {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
  }

  .rail-end {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding-top: 0.35rem;
  }

  .stage {
    margin-left: var(--drawer);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }

  .topbar {
    height: var(--header);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 1.25rem;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
  }

  .topbar-title {
    margin: 0;
    font-weight: 600;
  }

  .crumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin: 0;
    font-weight: 600;
  }

  .crumbs a {
    color: var(--muted);
    text-decoration: none;
    transition: color 0.15s ease;
  }

  .crumbs a:hover {
    color: var(--ink);
  }

  .crumb-sep {
    color: var(--muted);
    font-weight: 500;
  }

  .crumbs [aria-current="page"] {
    color: var(--ink);
  }

  .topbar-user {
    margin: 0;
    color: var(--muted);
    font-size: 0.85rem;
  }

  .canvas {
    flex: 1;
    padding: 1.25rem;
    padding-bottom: 2rem;
    overflow: auto;
  }

  .dock {
    display: none;
  }

  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.55rem 0.95rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    color: var(--ink);
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  }

  .btn:hover {
    background: #27272a;
    border-color: rgba(255, 255, 255, 0.14);
    border-bottom-color: rgba(255, 255, 255, 0.14);
  }

  .btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
  }

  .btn-ghost {
    background: transparent;
  }

  .btn-small {
    padding: 0.3rem 0.65rem;
    font-size: 0.85rem;
  }

  .field {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
  }

  .field span {
    color: var(--muted);
    font-size: 0.8rem;
  }

  .field-inline {
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
  }

  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="url"],
  select,
  textarea {
    width: 100%;
    padding: 0.55rem 0.7rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--paper);
    color: var(--ink);
    appearance: none;
  }

  select {
    background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%),
      linear-gradient(135deg, var(--muted) 50%, transparent 50%);
    background-position: calc(100% - 16px) 50%, calc(100% - 11px) 50%;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    padding-right: 1.8rem;
  }

  .panel {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 1rem 1.1rem;
  }

  .stack {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
  }

  .page {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .page form.panel {
    max-width: 36rem;
  }

  .workspace {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .page-head h1 {
    margin-bottom: 0.25rem;
  }

  .page-head-trail .lead {
    margin: 0 0 0.25rem;
  }

  .card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
    gap: 0.85rem;
  }

  .project-card {
    color: inherit;
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
  }

  .project-card-main {
    display: block;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid transparent;
  }

  .project-card-main:hover {
    border-bottom-color: transparent;
  }

  .project-card-main:hover h2 {
    color: var(--accent-hot);
  }

  .project-card .gh-line {
    margin: 0;
    padding: 0.65rem 0 0;
    border-top: 1px solid var(--line);
    font-size: 0.8rem;
  }

  .project-card .gh-link {
    color: var(--muted);
    border-bottom-color: transparent;
  }

  .project-card .gh-link:hover {
    color: var(--ink);
    border-bottom-color: transparent;
  }

  .project-card:hover {
    border-color: rgba(255, 255, 255, 0.14);
  }

  .project-create-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 8.5rem;
    width: 100%;
    border: 2px dashed rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.02);
    color: var(--muted);
    cursor: pointer;
    font: inherit;
    text-align: center;
    transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
  }

  .project-create-card:hover {
    border-color: rgba(255, 255, 255, 0.22);
    color: var(--ink);
    background: rgba(255, 255, 255, 0.04);
  }

  .project-create-card:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.35);
    outline-offset: 2px;
  }

  .project-create-plus {
    font-size: 1.75rem;
    line-height: 1;
    font-weight: 300;
    opacity: 0.7;
  }

  .project-block {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid var(--line);
  }

  .project-block:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .project-block-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem 0.75rem;
    margin-bottom: 0.85rem;
  }

  .project-block-head h2 {
    margin: 0;
    font-size: 1rem;
  }

  .project-block-head h2 a {
    color: inherit;
    text-decoration: none;
  }

  .project-block-head .muted {
    margin: 0;
    flex: 1 1 10rem;
  }

  .project-block-head .gh-repos .gh-link {
    color: var(--muted);
    border-bottom-color: transparent;
  }

  .project-block-head .gh-repos .gh-link:hover {
    color: var(--ink);
    border-bottom-color: transparent;
  }

  .project-block-head .btn-group {
    margin-left: auto;
  }

  .btn-group {
    display: inline-flex;
    align-items: stretch;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    overflow: hidden;
  }

  .btn-group-item {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.65rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--muted);
    font: inherit;
    font-size: 0.85rem;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
  }

  .btn-group-item + .btn-group-item {
    border-left: 1px solid var(--line);
  }

  .btn-group-item:hover,
  .btn-group-item:focus-visible {
    color: var(--ink);
    background: color-mix(in srgb, var(--surface) 65%, var(--ink));
  }

  .btn-group-item.is-on {
    color: var(--ink);
    background: var(--paper);
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--line) 80%, transparent);
  }

  .btn .nav-icon {
    line-height: 0;
  }

  .btn .nav-icon svg,
  .btn-group-item .nav-icon svg {
    display: block;
  }

  .repo-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
  }

  .empty-state {
    border: 1px dashed var(--line);
    border-radius: var(--radius);
    padding: 2rem 1.25rem;
    color: var(--muted);
  }

  .empty-inline,
  .col-empty,
  .empty-cell {
    color: var(--muted);
    font-size: 0.9rem;
  }

  .gate {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 1.5rem;
  }

  .gate-panel {
    width: min(28rem, 100%);
  }

  .landing {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: manual;
  }

  .landing p,
  .landing h1,
  .landing h2,
  .landing h3,
  .landing li,
  .landing .lead,
  .landing .muted {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: manual;
    text-wrap: pretty;
  }

  .landing .mono {
    overflow-wrap: normal;
    word-break: normal;
    white-space: normal;
  }

  .landing-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem clamp(1.25rem, 4vw, 3rem);
    border-bottom: 1px solid var(--line);
  }

  .landing-top .eyebrow {
    margin: 0;
  }

  .landing-main {
    flex: 1;
    width: min(68rem, 100%);
    margin: 0 auto;
    padding: clamp(2rem, 6vw, 4.5rem) clamp(1.25rem, 4vw, 3rem) 3rem;
    display: flex;
    flex-direction: column;
    gap: clamp(3rem, 8vw, 5rem);
  }

  .landing-hero {
    max-width: 44rem;
  }

  .landing-title {
    font-size: clamp(2.25rem, 6vw, 3.5rem);
    line-height: 1.05;
    margin-bottom: 1rem;
    position: relative;
  }

  .landing-title-line {
    display: block;
    position: relative;
    z-index: 1;
  }

  .landing-title-echo {
    display: block;
    position: absolute;
    inset: 0 auto auto 0;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.12);
    transform: translate(0.12em, 0.12em);
    pointer-events: none;
    user-select: none;
  }

  .landing-lead {
    font-size: 1.05rem;
    margin-bottom: 1.35rem;
  }

  .landing-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
  }

  .landing-section h2 {
    font-size: clamp(1.15rem, 2.5vw, 1.35rem);
    margin-bottom: 0.35rem;
  }

  .landing-section > .lead {
    margin-bottom: 1.35rem;
  }

  .landing-cards {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
    gap: 0.85rem;
  }

  .landing-card {
    min-width: 0;
  }

  .landing-card h3 {
    margin-bottom: 0.35rem;
  }

  .landing-card p:last-child {
    margin-bottom: 0;
  }

  .landing-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }

  .landing-step {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1rem 1.25rem;
    align-items: start;
    padding-top: 1.25rem;
    border-top: 1px solid var(--line);
  }

  .landing-step:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .landing-step-num {
    font-family: var(--font-display);
    font-size: 0.85rem;
    color: var(--muted);
    letter-spacing: 0.08em;
    padding-top: 0.15rem;
  }

  .landing-step h3 {
    margin-bottom: 0.35rem;
  }

  .landing-step p:last-child {
    margin-bottom: 0;
  }

  .landing-foot {
    padding-top: 0.5rem;
    border-top: 1px solid var(--line);
  }

  .landing-footer {
    padding: 1.25rem clamp(1.25rem, 4vw, 3rem) 2rem;
    border-top: 1px solid var(--line);
  }

  .landing-footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1.25rem;
    margin-bottom: 0.75rem;
  }

  .landing-footer-nav a {
    color: var(--muted);
    font-size: 0.85rem;
    border-bottom-color: transparent;
  }

  .landing-footer-nav a:hover {
    color: var(--ink);
    border-bottom-color: transparent;
  }

  .landing-footer p {
    margin: 0;
    font-size: 0.85rem;
  }

  .tabs {
    display: flex;
    gap: 0.35rem;
    margin: 1rem 0;
  }

  .tab {
    flex: 1;
    padding: 0.45rem 0.6rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: transparent;
    color: var(--muted);
  }

  .tab.is-on {
    background: var(--surface);
    color: var(--ink);
  }

  .tab-panel {
    display: none;
  }

  .tab-panel.is-on {
    display: flex;
  }

  .board-wrap,
  .list-wrap,
  .issue-list {
    display: block;
    width: 100%;
  }

  .view-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
  }

  .view-path,
  .view-bar h1 {
    margin: 0;
    margin-right: auto;
    font-size: 0.8rem;
    color: var(--muted);
  }

  .gh-ext {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
  }

  .gh-ext li {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.85rem;
    align-items: baseline;
  }

  .gh-ext a {
    color: var(--muted);
  }

  .gh-ext a:hover {
    color: var(--ink);
  }

  .manage-block {
    display: grid;
    gap: 1rem;
  }

  @media (min-width: 60rem) {
    .manage-block:not(.is-hidden) {
      grid-template-columns: 1fr 1fr;
    }
  }

  .view-filter {
    display: flex;
    gap: 0.5rem;
  }

  .issue-group {
    margin-bottom: 1.25rem;
  }

  .issue-group-head {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.25rem;
    border-bottom: 1px solid var(--line);
  }

  .issue-group-head h2 {
    margin: 0;
    font-size: 0.8rem;
    color: var(--muted);
    font-weight: 500;
  }

  .issue-group-head .count {
    flex: 1;
  }

  .issue-rows {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .issue-row.issue-card {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    cursor: grab;
  }

  .issue-row.issue-card:hover {
    border-color: transparent;
  }

  .issue-row a {
    display: grid;
    grid-template-columns: 4.5rem minmax(0, 1fr) auto;
    gap: 0.35rem 0.75rem;
    align-items: start;
    padding: 0.65rem 0.4rem;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    text-decoration: none;
    -webkit-user-drag: none;
  }

  .issue-row a:hover {
    background: var(--surface);
    border-bottom-color: var(--line);
  }

  .issue-main {
    min-width: 0;
  }

  .issue-title-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
    min-width: 0;
  }

  .issue-desc {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .issue-desc:empty {
    display: none;
  }

  .issue-id {
    color: var(--muted);
    font-size: 0.75rem;
    font-variant-numeric: tabular-nums;
    padding-top: 0.1rem;
  }

  .issue-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .issue-who {
    color: var(--muted);
    font-size: 0.8rem;
    align-self: center;
    white-space: nowrap;
  }

  .panel-root {
    position: fixed;
    inset: 0;
    z-index: 40;
    visibility: hidden;
    pointer-events: none;
  }

  .panel-root[hidden] {
    display: block;
  }

  .panel-root.is-open {
    visibility: visible;
    pointer-events: auto;
  }

  .panel-scrim {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.45);
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.12s ease;
  }

  .panel-root.is-open .panel-scrim {
    opacity: 1;
  }

  .issue-panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(28rem, 100%);
    background: var(--paper);
    border-left: 1px solid var(--line);
    overflow: auto;
    padding: 1.15rem 1.25rem 2rem;
    transform: translateX(100%);
    transition: transform 0.12s ease;
  }

  .panel-root.is-open .issue-panel {
    transform: translateX(0);
  }

  @media (prefers-reduced-motion: reduce) {
    .panel-scrim,
    .issue-panel {
      transition: none;
    }
  }

  .issue-sheet h1 {
    font-size: 1.15rem;
  }

  .sheet-head {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.35rem;
    margin-bottom: 0.85rem;
  }

  .account {
    position: relative;
  }

  .account-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.35rem 0.65rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--surface);
    color: var(--ink);
    font-size: 0.85rem;
  }

  .account-btn:hover,
  .account-btn[data-open],
  .account-btn[data-headlessui-state="open"] {
    background: #27272a;
  }

  .account-panel {
    z-index: 50;
    width: 16rem;
    margin-top: 0.35rem;
    padding: 0.4rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--paper);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  }

  .account-did {
    margin: 0.25rem 0.5rem 0.45rem;
    font-size: 0.7rem;
    color: var(--muted);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .account-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.5rem 0.55rem;
    border: 0;
    border-radius: 0.4rem;
    background: transparent;
    color: var(--ink);
    font-size: 0.875rem;
    text-align: left;
  }

  .account-link:hover {
    background: var(--surface);
    border-bottom-color: transparent;
  }

  .account-out {
    margin: 0.35rem 0 0;
    padding-top: 0.35rem;
    border-top: 1px solid var(--line);
  }

  .account-signout {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.45rem;
    width: 100%;
    margin: 0;
    padding: 0.5rem 0.55rem;
    border: 1px solid color-mix(in srgb, var(--danger) 40%, var(--line));
    border-radius: 0.4rem;
    background: color-mix(in srgb, var(--danger) 10%, var(--surface));
    color: #fca5a5;
    font-size: 0.875rem;
    font-weight: 500;
    text-align: left;
    appearance: none;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  }

  .account-signout:hover {
    background: color-mix(in srgb, var(--danger) 18%, var(--surface));
    border-color: color-mix(in srgb, var(--danger) 60%, var(--line));
    color: #fecaca;
  }

  .account-signout svg {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .account-rail {
    width: 100%;
  }

  .account-rail .account-btn {
    width: 100%;
    border-radius: var(--radius);
    padding: 0.55rem 0.65rem;
    list-style: none;
    cursor: pointer;
  }

  .account-rail .account-btn::-webkit-details-marker {
    display: none;
  }

  .account-rail .account-panel {
    position: absolute;
    bottom: calc(100% + 0.35rem);
    left: 0;
    right: 0;
    margin-top: 0;
    width: auto;
  }

  .rail-end {
    position: relative;
  }

  .gh-line:empty {
    display: none;
  }

  .gh-link {
    font-size: 0.8rem;
    color: var(--muted);
  }

  .kanban {
    display: grid;
    grid-template-columns: repeat(4, minmax(14rem, 1fr));
    gap: 0.75rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
  }

  .col {
    background: var(--paper-deep);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    min-height: 18rem;
    display: flex;
    flex-direction: column;
  }

  .col-head {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 0.7rem;
    border-bottom: 1px solid var(--line);
  }

  .col-head h2 {
    margin: 0;
    flex: 1;
    font-size: 0.9rem;
  }

  .count {
    color: var(--muted);
    font-size: 0.8rem;
  }

  .col-body {
    padding: 0.55rem;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    flex: 1;
  }

  .issue-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 0.55rem 0.65rem 0.65rem;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
  }

  .col-body .issue-card,
  .issue-rows .issue-card {
    touch-action: none;
  }

  .issue-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.35rem;
    margin-bottom: 0.15rem;
  }

  .issue-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    -webkit-user-drag: none;
    user-select: none;
  }

  .issue-card-link:hover {
    border-bottom-color: transparent;
  }

  .issue-card-link:hover h3 {
    color: var(--accent-hot);
  }

  .issue-card-menu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.65rem;
    height: 1.65rem;
    padding: 0;
    border: 0;
    border-radius: var(--radius);
    background: transparent;
    color: var(--muted);
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.15s ease, color 0.15s ease;
  }

  .issue-card-menu:hover {
    background: var(--paper);
    color: var(--ink);
  }

  .issue-card-menu svg {
    width: 1rem;
    height: 1rem;
    fill: currentColor;
    stroke: none;
  }

  .issue-card:hover {
    border-color: rgba(255, 255, 255, 0.14);
  }

  .issue-num {
    margin: 0;
    color: var(--muted);
    font-size: 0.75rem;
  }

  .issue-card h3 {
    margin: 0.15rem 0 0.35rem;
  }

  .detail {
    position: sticky;
    top: 1rem;
    min-height: 4rem;
  }

  .detail:empty {
    display: none;
  }

  .issue-detail h1 {
    font-size: 1.15rem;
  }

  .issue-page {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 17rem;
    gap: 1.75rem;
    align-items: start;
    max-width: 68rem;
  }

  .issue-main {
    min-width: 0;
  }

  .issue-title-form {
    margin-bottom: 0.65rem;
  }

  .issue-title-input,
  .issue-body-input {
    width: 100%;
    max-width: 42rem;
    padding: 0.2rem 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    appearance: none;
  }

  .issue-title-input {
    font-size: 1.65rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.25;
  }

  .issue-body-input {
    min-height: 10rem;
    margin-bottom: 2rem;
    resize: vertical;
    white-space: pre-wrap;
    line-height: 1.6;
  }

  .issue-title-input:focus-visible,
  .issue-body-input:focus-visible {
    outline: 0;
    box-shadow: 0 1px 0 var(--line);
  }

  .issue-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 1.15rem;
  }

  .issue-prop {
    display: grid;
    grid-template-columns: 5.5rem minmax(0, 1fr);
    gap: 0.5rem;
    align-items: center;
  }

  .issue-prop-pick {
    align-items: start;
  }

  .issue-prop-pick > span {
    padding-top: 0.5rem;
  }

  .issue-prop-pick .picker-q {
    width: 100%;
    margin: 0 0 0.35rem;
  }

  .issue-prop-pick .picker-list {
    max-height: 9.5rem;
  }

  .issue-prop > span {
    color: var(--muted);
    font-size: 0.8rem;
  }

  .issue-comments h2 {
    margin-bottom: 0.85rem;
  }

  .comment {
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--line);
  }

  .comment-head {
    display: flex;
    gap: 0.65rem;
    align-items: baseline;
    flex-wrap: wrap;
    margin-bottom: 0.35rem;
  }

  .comment-edited {
    font-size: 0.8rem;
  }

  .comment-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    align-items: center;
    margin-left: auto;
  }

  .comment-delete {
    margin: 0;
  }

  .comment-body {
    white-space: pre-wrap;
    margin: 0;
  }

  .comment-form,
  .comment-edit {
    margin-top: 1rem;
    max-width: 36rem;
  }

  .comment-edit {
    margin-top: 0.5rem;
  }

  .issue-aside {
    position: sticky;
    top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
  }

  .issue-menu {
    position: fixed;
    z-index: 60;
    min-width: 12.5rem;
    max-width: 18rem;
    padding: 0.35rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--paper);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  }

  .issue-menu-label {
    margin: 0.35rem 0.55rem 0.15rem;
    font-size: 0.7rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--muted);
  }

  .issue-menu button,
  .picker-item {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.4rem 0.55rem;
    border: 0;
    border-radius: 0.4rem;
    background: transparent;
    color: var(--ink);
    font-size: 0.875rem;
    transition: background 0.15s ease, color 0.15s ease;
  }

  .issue-menu button:hover,
  .issue-menu button.is-on,
  .picker-item:hover,
  .picker-item.is-on {
    background: var(--surface);
  }

  .issue-menu button:focus-visible,
  .picker-item:focus-visible {
    outline: 2px solid var(--focus);
    outline-offset: 2px;
  }

  .issue-menu-sep {
    margin: 0.35rem 0.15rem 0.15rem;
    border-top: 1px solid var(--line);
  }

  .issue-menu-q,
  .picker-q {
    width: calc(100% - 0.4rem);
    margin: 0.15rem 0.2rem 0.35rem;
    padding: 0.4rem 0.55rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--paper);
    color: var(--ink);
  }

.rel-add .picker {
  width: 100%;
}

.rel-add .picker-q {
  width: 100%;
  margin: 0 0 0.35rem;
}

  .picker-list {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    max-height: 12rem;
    overflow: auto;
  }

  .picker-empty {
    margin: 0.2rem 0.55rem 0.45rem;
    font-size: 0.8rem;
  }

  .detail-head {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.35rem;
  }

  .toolbar {
    display: flex;
    gap: 0.75rem;
    align-items: end;
    margin-bottom: 0.75rem;
  }

  .table-wrap {
    overflow: auto;
    border: 1px solid var(--line);
    border-radius: var(--radius);
  }

  .table-wrap > .empty-inline {
    margin: 0;
    padding: 1.15rem 1.15rem;
  }

  table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
  }

  th,
  td {
    text-align: left;
    padding: 0.55rem 0.75rem;
    border-bottom: 1px solid var(--line);
  }

  th {
    color: var(--muted);
    font-weight: 500;
    background: var(--paper-deep);
  }

  .pill {
    display: inline-block;
    padding: 0.1rem 0.45rem;
    border-radius: 999px;
    border: 1px solid var(--line);
    font-size: 0.75rem;
  }

  .pill-done {
    color: var(--ok);
  }

  .pill-canceled {
    color: var(--danger);
  }

  .pill-in_progress {
    color: var(--warn);
  }

  .invite-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    align-items: center;
  }

  .invite-action {
    margin: 0;
  }

  .cmd {
    margin: 0;
    padding: 0.75rem 0.85rem;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: auto;
  }

  .agent-row-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
  }

  .agent-row-head h2 {
    margin: 0 0 0.25rem;
  }

  .agent-row h2 {
    margin-bottom: 0.25rem;
  }

  svg {
    fill: currentColor;
    stroke: currentColor;
    stroke-width: 1.4;
    width: 1.25rem;
    height: 1.25rem;
  }

  .dock-btn svg,
  .col-head svg {
    display: block;
  }

  @media (max-width: 60rem) {
    .rail {
      display: none;
    }

    .stage {
      margin-left: 0;
      padding-bottom: var(--dock);
    }

    .dock {
      display: flex;
      position: fixed;
      inset: auto 0 0 0;
      height: var(--dock);
      border-top: 1px solid var(--line);
      background: var(--paper-deep);
      z-index: 30;
      justify-content: space-around;
      align-items: stretch;
    }

    .dock-btn {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 0.1rem;
      color: var(--muted);
      border: 0;
      background: transparent;
      font-size: 0.6rem;
      padding: 0.25rem;
    }

    .dock-btn span {
      position: absolute;
      width: 1px;
      height: 1px;
      overflow: hidden;
      clip: rect(0 0 0 0);
    }

    .dock-btn.is-on,
    .dock-btn:hover {
      color: var(--ink);
      background: var(--surface);
    }

    .board-wrap,
    .list-wrap,
    .issue-list {
      width: 100%;
    }

    .issue-row a {
      grid-template-columns: 3.5rem 1fr;
    }

    .issue-row .pill,
    .issue-row .issue-who {
      display: none;
    }

    .issue-panel {
      width: 100%;
    }

    .issue-page {
      grid-template-columns: 1fr;
    }

    .issue-aside {
      position: static;
    }
  }


.project-tabs,
.view-switch {
  display: inline-flex;
  align-items: stretch;
  flex-wrap: nowrap;
}

.view-switch {
  gap: 0;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  flex-shrink: 0;
  width: max-content;
  overflow: hidden;
}

.project-tabs {
  gap: 4px;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.project-tabs-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 12px;
}

.project-settings-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.85rem;
  height: 1.85rem;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--muted);
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.project-settings-btn:hover {
  background: var(--paper);
  color: var(--ink);
  border-color: rgba(255, 255, 255, 0.14);
}

.project-settings-btn svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
  stroke: none;
}

.project-tabs .tab {
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--muted);
  padding: 6px 12px;
  border-radius: var(--radius);
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.15s, background 0.15s, border-color 0.15s;
}

.view-switch .switch {
  border: 0;
  background: transparent;
  color: var(--muted);
  padding: 6px 14px;
  border-radius: 0;
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.15s, background 0.15s, box-shadow 0.15s;
  position: relative;
}

.view-switch .switch + .switch {
  box-shadow: -1px 0 0 var(--line);
}

.view-switch .switch.is-on {
  z-index: 1;
}

.project-tabs .tab.is-on,
.view-switch .switch.is-on {
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.view-switch .switch:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 1px;
}

.view-bar.workspace-bar {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1rem;
  min-height: 2.25rem;
}

.view-bar.workspace-bar .view-switch {
  flex: 0 0 auto;
}

.view-bar.workspace-bar .workspace-toolbar {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: 11.5rem;
  min-height: 2rem;
}

.view-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.view-bar.project-view-bar {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  min-height: 2.25rem;
  margin-bottom: 0.85rem;
}

.view-bar.project-view-bar .view-switch {
  flex: 0 0 auto;
}

.view-bar.project-view-bar .view-filter-slot {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: 11.5rem;
  min-height: 2rem;
  margin-left: auto;
}

.view-bar.project-view-bar .view-bar-actions {
  flex: 0 0 auto;
}

.issue-card-placeholder {
  min-height: 72px;
  border: 1px dashed var(--line);
  background: transparent;
  border-radius: var(--radius);
  pointer-events: none;
}

.issue-card.is-dragging {
  opacity: 0.95;
  z-index: 80;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
  cursor: grabbing;
  pointer-events: none;
}

body.is-board-dragging {
  cursor: grabbing;
  user-select: none;
}

.timeline-calendar,
.workspace-calendar {
  margin-top: 0.5rem;
}

.cal-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.cal-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  flex: 1;
}

.cal-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 2.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--ink);
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.cal-nav-btn:hover {
  background: #27272a;
  border-color: rgba(255, 255, 255, 0.14);
}

.cal-grid {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--paper);
}

.cal-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.cal-weekdays span {
  padding: 0.55rem 0.35rem;
  text-align: center;
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
  background: var(--paper-deep);
}

.cal-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1px;
  background: var(--line);
}

.cal-day {
  min-height: 6.5rem;
  padding: 0.45rem;
  background: var(--paper);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.cal-day-pad {
  background: color-mix(in srgb, var(--paper) 65%, var(--paper-deep));
  min-height: 6.5rem;
}

.cal-day-today .cal-day-num {
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line);
}

.cal-day-busy {
  background: color-mix(in srgb, var(--paper) 92%, var(--accent) 8%);
}

.cal-day-num {
  align-self: flex-end;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--muted);
  width: 1.6rem;
  height: 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
}

.cal-events {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-height: 0;
  overflow: hidden;
}

.cal-event {
  display: block;
  padding: 0.2rem 0.35rem;
  border-radius: 0.35rem;
  font-size: 0.68rem;
  line-height: 1.25;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid color-mix(in srgb, var(--line) 80%, transparent);
}

.cal-event-project {
  font-weight: 600;
  opacity: 0.85;
}

.cal-event-num {
  opacity: 0.75;
}

.cal-more {
  font-size: 0.65rem;
  color: var(--muted);
  padding-left: 0.2rem;
}

.cal-foot {
  margin: 0.75rem 0 0;
  font-size: 0.8rem;
}

@media (max-width: 60rem) {
  .cal-day {
    min-height: 4.5rem;
    padding: 0.3rem;
  }

  .cal-day-pad {
    min-height: 4.5rem;
  }

  .cal-event {
    font-size: 0.6rem;
  }

  .cal-weekdays span {
    font-size: 0.55rem;
    padding: 0.4rem 0.15rem;
  }
}

.rel-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rel-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.rel-remove {
  display: inline;
  margin: 0;
}

.schedule-layer {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid var(--line);
}

.schedule-layer:last-child {
  border-bottom: 0;
}

.schedule-layer-label {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.schedule-row {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 0.45rem;
}

.schedule-field {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  flex: 1 1 7rem;
  min-width: 0;
}

.schedule-field span {
  color: var(--muted);
  font-size: 0.7rem;
}

.schedule-field input[type="datetime-local"] {
  width: 100%;
  padding: 0.35rem 0.45rem;
  font-size: 0.78rem;
}

.issue-settings {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: var(--paper-deep);
  overflow: hidden;
}

.issue-settings .issue-fold + .issue-fold {
  border-top: 1px solid var(--line);
}

.issue-fold {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.issue-fold summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  padding: 0.5rem 0.7rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0;
  list-style: none;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.issue-fold summary::-webkit-details-marker,
.issue-fold summary::marker {
  display: none;
  content: "";
}

.issue-fold summary::after {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  margin-top: -0.2rem;
  flex-shrink: 0;
  transition: transform 0.15s ease, margin 0.15s ease;
}

.issue-fold[open] summary {
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--paper) 70%, var(--paper-deep));
}

.issue-fold[open] summary::after {
  transform: rotate(225deg);
  margin-top: 0.1rem;
}

.issue-fold summary:hover {
  color: var(--ink);
  background: color-mix(in srgb, var(--paper) 55%, var(--paper-deep));
}

.issue-fold summary:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: -2px;
}

.issue-fold-body {
  padding: 0.65rem 0.7rem 0.8rem;
}

.issue-fold .rel-add {
  margin-top: 0.65rem;
  gap: 0.55rem;
}

.member-role-form {
  display: flex;
  align-items: center;
  gap: 0;
}

.member-role-form select {
  width: auto;
  min-width: 6.5rem;
  padding: 0.35rem 1.6rem 0.35rem 0.55rem;
  font-size: 0.85rem;
}

.memory-card.is-conflict {
  border-color: var(--warn);
}

.memory-body-input {
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
  font-size: 0.85rem;
  min-height: 16rem;
  white-space: pre-wrap;
}

.memory-body {
  margin: 0;
  padding: 0.75rem;
  overflow: auto;
  background: var(--paper-deep);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
  font-size: 0.85rem;
  white-space: pre-wrap;
}

@font-face {
  font-family: "Lineicons";
  src: url("../node_modules/lineicons/dist/9065bfe481020b04b68a.woff2") format("woff2");
  font-display: block;
}

.nav-icon { display: inline-flex; width: 1.1rem; height: 1.1rem; align-items: center; justify-content: center; flex-shrink: 0; }
.nav-icon svg { width: 1.1rem; height: 1.1rem; stroke: currentColor; fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.nav-icon svg path[fill] { fill: currentColor; stroke: none; }
