/* DIALBOX.FR — système visuel (sur Tabler) */
:root {
  --dbx-ink: #0f1b33;
  --dbx-ink-2: #16264a;
  --dbx-indigo: #4c6ef5;
  --dbx-indigo-600: #3b5bdb;
  --dbx-violet: #7048e8;
  --dbx-cyan: #15aabf;
  --dbx-green: #2fb344;
  --dbx-orange: #f76707;
  --dbx-red: #e03131;
  --dbx-yellow: #f59f00;
  --dbx-canvas: #f4f6fb;
  --dbx-line: #e6eaf2;
  --dbx-line-2: #eef1f7;
  --dbx-text: #1b2437;
  --dbx-muted: #6b7489;
  --dbx-soft: #98a1b3;
  --dbx-radius: 14px;
  --dbx-radius-sm: 10px;
  --dbx-shadow: 0 1px 2px rgba(16, 24, 40, .04), 0 10px 30px -18px rgba(16, 24, 40, .18);
  --dbx-shadow-lift: 0 2px 4px rgba(16, 24, 40, .06), 0 18px 40px -20px rgba(16, 24, 40, .28);
  --dbx-gradient: linear-gradient(135deg, #4c6ef5 0%, #7048e8 45%, #15aabf 100%);
  --dbx-sidebar-w: 264px;
  --tblr-font-sans-serif: "InterVariable", system-ui, -apple-system, "Segoe UI", sans-serif;
  --tblr-body-bg: var(--dbx-canvas);
  --tblr-primary: #4c6ef5;
  --tblr-primary-rgb: 76, 110, 245;
  --tblr-border-radius: 10px;
}

html, body { background: var(--dbx-canvas); }
body.dbx { font-family: var(--tblr-font-sans-serif); color: var(--dbx-text); font-size: 14px;
  -webkit-font-smoothing: antialiased; font-feature-settings: "cv11", "ss01"; }
[x-cloak] { display: none !important; }
a { color: var(--dbx-indigo-600); }
.mono, code, .ref { font-family: "JetBrains Mono", ui-monospace, monospace; }
.text-muted { color: var(--dbx-muted) !important; }
.text-soft { color: var(--dbx-soft) !important; }
.fw-650 { font-weight: 650; }
.hidden { display: none !important; }

/* ——— Structure ——— */
.dbx-shell { display: flex; min-height: 100vh; }
.dbx-sidebar { position: fixed; inset: 0 auto 0 0; width: var(--dbx-sidebar-w); z-index: 1030;
  background: radial-gradient(120% 60% at 0% 0%, #1d3266 0%, transparent 60%),
              linear-gradient(180deg, #0f1b33 0%, #0c1629 100%);
  color: #c9d2e6; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.04); }
.dbx-main { margin-left: var(--dbx-sidebar-w); flex: 1; min-width: 0; display: flex; flex-direction: column; }
.dbx-content { padding: 26px 32px 48px; max-width: 1560px; width: 100%; }

.dbx-brand { display: flex; align-items: center; gap: 12px; padding: 20px 20px 14px; color: #fff; text-decoration: none; }
.dbx-brand:hover { text-decoration: none; color: #fff; }
.dbx-mark { width: 34px; height: 34px; border-radius: 10px; background: var(--dbx-gradient); display: grid;
  place-items: center; font-weight: 800; color: #fff; box-shadow: 0 8px 20px -8px rgba(76,110,245,.8); }
.dbx-brand-name { font-weight: 750; letter-spacing: .14em; font-size: 14px; }
.dbx-brand-sub { font-size: 11px; color: #8d9bbd; letter-spacing: .02em; }

.dbx-switcher { margin: 6px 14px 10px; padding: 10px 12px; border-radius: 12px; background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.07); display: flex; align-items: center; gap: 10px; color: #fff;
  text-decoration: none; transition: background .15s; }
.dbx-switcher:hover { background: rgba(255,255,255,.09); color: #fff; text-decoration: none; }
.dbx-switcher .avatar-project { width: 30px; height: 30px; border-radius: 8px; display: grid; place-items: center;
  background: rgba(76,110,245,.25); color: #aab9ff; font-weight: 700; font-size: 13px; }
.dbx-switcher .name { font-weight: 600; font-size: 13px; line-height: 1.2; }
.dbx-switcher .role { font-size: 11px; color: #8d9bbd; }

.dbx-nav { overflow-y: auto; padding: 4px 10px 16px; flex: 1; scrollbar-width: thin; }
.dbx-nav-label { font-size: 10.5px; font-weight: 650; text-transform: uppercase; letter-spacing: .12em;
  color: #6f7fa6; padding: 14px 12px 6px; }
.dbx-nav a { display: flex; align-items: center; gap: 11px; padding: 8px 12px; margin: 1px 0; border-radius: 10px;
  color: #c3cce0; text-decoration: none; font-size: 13.5px; font-weight: 500; position: relative; transition: all .12s; }
.dbx-nav a i { font-size: 18px; color: #8594b8; transition: color .12s; }
.dbx-nav a:hover { background: rgba(255,255,255,.05); color: #fff; }
.dbx-nav a:hover i { color: #cfd8f5; }
.dbx-nav a.active { background: linear-gradient(90deg, rgba(76,110,245,.22), rgba(76,110,245,.06)); color: #fff; }
.dbx-nav a.active i { color: #9fb3ff; }
.dbx-nav a.active::before { content: ""; position: absolute; left: -10px; top: 8px; bottom: 8px; width: 3px;
  border-radius: 0 3px 3px 0; background: var(--dbx-gradient); }
.dbx-nav .count { margin-left: auto; font-size: 11px; font-weight: 650; padding: 1px 7px; border-radius: 20px;
  background: rgba(255,255,255,.1); color: #dfe6f7; }
.dbx-nav .count.warn { background: rgba(247,103,7,.22); color: #ffc078; }
.dbx-nav .count.hot { background: rgba(224,49,49,.25); color: #ffa8a8; }
.dbx-sidebar-foot { padding: 12px 16px 16px; border-top: 1px solid rgba(255,255,255,.06); font-size: 11.5px; color: #6f7fa6; }

.dbx-topbar { position: sticky; top: 0; z-index: 1020; height: 62px; display: flex; align-items: center; gap: 16px;
  padding: 0 32px; background: rgba(244,246,251,.82); backdrop-filter: saturate(1.4) blur(10px);
  border-bottom: 1px solid var(--dbx-line); }
.dbx-crumbs { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--dbx-muted); min-width: 0; }
.dbx-crumbs a { color: var(--dbx-muted); text-decoration: none; }
.dbx-crumbs a:hover { color: var(--dbx-text); }
.dbx-crumbs .sep { color: #c3c9d6; }
.dbx-crumbs .current { color: var(--dbx-text); font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dbx-jump { margin-left: auto; position: relative; width: 300px; }
.dbx-jump input { width: 100%; height: 36px; border-radius: 10px; border: 1px solid var(--dbx-line); background: #fff;
  padding: 0 12px 0 36px; font-size: 13px; transition: box-shadow .15s, border-color .15s; }
.dbx-jump input:focus { outline: none; border-color: #aab9ff; box-shadow: 0 0 0 4px rgba(76,110,245,.12); }
.dbx-jump i { position: absolute; left: 11px; top: 9px; color: var(--dbx-soft); font-size: 17px; }
.dbx-jump kbd { position: absolute; right: 8px; top: 8px; font-size: 10.5px; background: var(--dbx-line-2);
  color: var(--dbx-muted); border: 0; box-shadow: none; }

.coherence-pill { display: inline-flex; align-items: center; gap: 8px; height: 32px; padding: 0 12px; border-radius: 20px;
  font-size: 12.5px; font-weight: 600; text-decoration: none; border: 1px solid transparent; white-space: nowrap; }
.coherence-pill .dot { width: 8px; height: 8px; border-radius: 50%; box-shadow: 0 0 0 4px rgba(0,0,0,.05); }
.coherence-pill.green { background: #ebfbee; color: #2b8a3e; border-color: #d3f9d8; }
.coherence-pill.green .dot { background: #37b24d; box-shadow: 0 0 0 4px rgba(55,178,77,.15); }
.coherence-pill.orange { background: #fff4e6; color: #d9480f; border-color: #ffe8cc; }
.coherence-pill.orange .dot { background: #fd7e14; box-shadow: 0 0 0 4px rgba(253,126,20,.16); }
.coherence-pill.red { background: #fff5f5; color: #c92a2a; border-color: #ffe3e3; }
.coherence-pill.red .dot { background: #fa5252; box-shadow: 0 0 0 4px rgba(250,82,82,.18); animation: pulse 1.6s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 7px rgba(250,82,82,.05); } }

.dbx-user { display: flex; align-items: center; gap: 10px; cursor: pointer; background: none; border: 0; padding: 4px; }
.avatar-initials { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; font-size: 12px;
  font-weight: 700; color: #fff; background: var(--dbx-gradient); flex-shrink: 0; }
.avatar-initials.agent { background: linear-gradient(135deg, #0ca678, #15aabf); border-radius: 9px; }
.avatar-initials.system { background: #adb5bd; }
.avatar-initials.sm { width: 24px; height: 24px; font-size: 10px; }
.avatar-initials.xs { width: 20px; height: 20px; font-size: 9px; }

/* ——— En-têtes et cartes ——— */
.page-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 22px; flex-wrap: wrap; }
.page-head h1 { font-size: 24px; font-weight: 720; letter-spacing: -.02em; margin: 0; color: var(--dbx-ink); }
.page-head .lead { color: var(--dbx-muted); margin: 4px 0 0; font-size: 13.5px; }
.page-head .actions { display: flex; gap: 8px; flex-wrap: wrap; margin-left: auto; }
.eyebrow { font-size: 11px; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; color: var(--dbx-indigo); margin-bottom: 4px; }

.dbx-card { background: #fff; border: 1px solid var(--dbx-line); border-radius: var(--dbx-radius); box-shadow: var(--dbx-shadow); }
.dbx-card-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 16px 20px 0; }
.dbx-card-head h2, .dbx-card-head h3 { font-size: 14.5px; font-weight: 650; margin: 0; color: var(--dbx-ink); }
.dbx-card-body { padding: 16px 20px 20px; }
/* Espacement vertical des cartes empilées uniquement (jamais dans une grille). */
.dbx-content > .dbx-card + .dbx-card, aside > .dbx-card + .dbx-card, .stack > .dbx-card + .dbx-card,
.grid-main > div > .dbx-card + .dbx-card { margin-top: 18px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.grid-main { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 18px; align-items: start; }
@media (max-width: 1200px) { .grid-4 { grid-template-columns: repeat(2, 1fr); } .grid-main { grid-template-columns: 1fr; } }
@media (max-width: 900px) { .grid-2, .grid-3 { grid-template-columns: 1fr; } }

.kpi { padding: 18px 20px; position: relative; overflow: hidden; }
.kpi .label { font-size: 12px; color: var(--dbx-muted); font-weight: 550; display: flex; align-items: center; gap: 6px; }
.kpi .value { font-size: 28px; font-weight: 740; letter-spacing: -.03em; color: var(--dbx-ink); margin-top: 6px; line-height: 1.1; }
.kpi .value small { font-size: 14px; color: var(--dbx-soft); font-weight: 600; }
.kpi .hint { font-size: 12px; color: var(--dbx-muted); margin-top: 4px; }
.kpi .icon { position: absolute; right: 16px; top: 16px; width: 38px; height: 38px; border-radius: 11px; display: grid;
  place-items: center; font-size: 20px; }
.icon-indigo { background: #edf2ff; color: #4263eb; }
.icon-green { background: #ebfbee; color: #2f9e44; }
.icon-orange { background: #fff4e6; color: #e8590c; }
.icon-cyan { background: #e3fafc; color: #1098ad; }
.icon-violet { background: #f3f0ff; color: #7048e8; }
.icon-red { background: #fff5f5; color: #e03131; }

.bar { height: 6px; border-radius: 6px; background: var(--dbx-line-2); overflow: hidden; }
.bar > span { display: block; height: 100%; border-radius: 6px; background: var(--dbx-gradient); }
.bar.green > span { background: linear-gradient(90deg, #40c057, #20c997); }
.bar.thin { height: 4px; }

/* ——— Pastilles ——— */
.pill { display: inline-flex; align-items: center; gap: 5px; height: 22px; padding: 0 9px; border-radius: 20px;
  font-size: 11.5px; font-weight: 600; white-space: nowrap; background: #f1f3f5; color: #495057; line-height: 1; }
.pill i { font-size: 13px; }
.pill .dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.pill.s-draft, .pill.s-planned, .pill.s-to_write, .pill.s-todo { background: #f1f3f5; color: #495057; }
.pill.s-active, .pill.s-open, .pill.s-in_progress { background: #edf2ff; color: #3b5bdb; }
.pill.s-to_validate, .pill.s-waiting { background: #fff4e6; color: #d9480f; }
.pill.s-done, .pill.s-published, .pill.s-passed, .pill.s-read, .pill.s-answered, .pill.s-merged { background: #ebfbee; color: #2b8a3e; }
.pill.s-obsolete, .pill.s-abandoned, .pill.s-closed, .pill.s-replaced, .pill.s-archived, .pill.s-skipped, .pill.s-never { background: #f8f9fa; color: #868e96; }
.pill.s-failed, .pill.s-error, .pill.s-overdue, .pill.s-blocking { background: #fff5f5; color: #c92a2a; }
.pill.s-warning { background: #fff9db; color: #b08900; }
.pill.s-pending { background: #e3fafc; color: #0c8599; }
.pill.p-high { background: #fff0f6; color: #c2255c; }
.pill.p-medium { background: #f3f0ff; color: #6741d9; }
.pill.p-low { background: #f8f9fa; color: #868e96; }
.pill.t-feature { background: #edf2ff; color: #3b5bdb; }
.pill.t-fix { background: #fff5f5; color: #c92a2a; }
.pill.t-debt { background: #fff4e6; color: #d9480f; }
.pill.t-task { background: #f1f3f5; color: #495057; }
.pill.go { background: #d3f9d8; color: #2b8a3e; }
.pill.claim { background: #fff3bf; color: #946800; }
.ref-chip { font-family: "JetBrains Mono", monospace; font-size: 11.5px; font-weight: 550; color: var(--dbx-muted);
  background: #f4f6fa; border: 1px solid var(--dbx-line); padding: 1px 7px; border-radius: 7px; text-decoration: none; white-space: nowrap; }
a.ref-chip:hover { color: var(--dbx-indigo-600); border-color: #c5d0fa; background: #f5f7ff; text-decoration: none; }
.ref-link { font-family: "JetBrains Mono", monospace; font-size: .92em; background: #f1f4ff; padding: 0 5px; border-radius: 5px; text-decoration: none; }

/* ——— Boutons ——— */
.btn { border-radius: 10px; font-weight: 600; font-size: 13px; height: 36px; padding: 0 14px; display: inline-flex;
  align-items: center; gap: 7px; box-shadow: none; }
.btn i { font-size: 17px; }
.btn-sm { height: 30px; padding: 0 10px; font-size: 12.5px; border-radius: 8px; }
.btn-primary { background: var(--dbx-indigo); border-color: var(--dbx-indigo); color: #fff; box-shadow: 0 6px 16px -8px rgba(76,110,245,.8); }
.btn-primary:hover { background: var(--dbx-indigo-600); border-color: var(--dbx-indigo-600); color: #fff; }
.btn-ghost { background: #fff; border: 1px solid var(--dbx-line); color: var(--dbx-text); }
.btn-ghost:hover { background: #f8f9fc; border-color: #d6dcea; color: var(--dbx-ink); }
.btn-soft { background: #edf2ff; color: #3b5bdb; border: 1px solid transparent; }
.btn-soft:hover { background: #dbe4ff; color: #364fc7; }
.btn-danger-soft { background: #fff5f5; color: #c92a2a; border: 1px solid transparent; }
.btn-danger-soft:hover { background: #ffe3e3; color: #a51111; }
.btn-success { background: #2f9e44; border-color: #2f9e44; color: #fff; }
.btn-icon { width: 32px; height: 32px; padding: 0; justify-content: center; border-radius: 9px; }

/* ——— Tableaux ——— */
.dbx-table { width: 100%; border-collapse: separate; border-spacing: 0; }
.dbx-table th { font-size: 11px; font-weight: 650; text-transform: uppercase; letter-spacing: .06em; color: var(--dbx-soft);
  padding: 10px 14px; border-bottom: 1px solid var(--dbx-line); text-align: left; background: #fbfcfe; white-space: nowrap; }
.dbx-table td { padding: 12px 14px; border-bottom: 1px solid var(--dbx-line-2); vertical-align: middle; }
.dbx-table tr:last-child td { border-bottom: 0; }
.dbx-table tbody tr { transition: background .1s; }
.dbx-table tbody tr:hover { background: #fafbff; }
.dbx-table .title-cell a { color: var(--dbx-ink); font-weight: 600; text-decoration: none; }
.dbx-table .title-cell a:hover { color: var(--dbx-indigo-600); }
.dbx-table .sub { color: var(--dbx-muted); font-size: 12px; margin-top: 2px; }

/* ——— Filtres ——— */
.toolbar { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; margin-bottom: 16px; }
.toolbar .form-control, .toolbar .form-select { height: 34px; border-radius: 9px; font-size: 13px; border-color: var(--dbx-line); max-width: 240px; }
.seg { display: inline-flex; background: #e9edf5; border-radius: 10px; padding: 3px; gap: 2px; }
.seg button, .seg a { border: 0; background: transparent; font-size: 12.5px; font-weight: 600; color: var(--dbx-muted);
  padding: 5px 11px; border-radius: 8px; text-decoration: none; cursor: pointer; }
.seg .on, .seg .seg-on { background: #fff; color: var(--dbx-ink) !important; box-shadow: 0 1px 2px rgba(16,24,40,.08); }

/* ——— Kanban ——— */
.kanban { display: grid; grid-template-columns: repeat(4, minmax(250px, 1fr)); gap: 16px; align-items: start; overflow-x: auto; padding-bottom: 8px; }
.kcol { background: #eceff6; border-radius: 16px; padding: 12px; min-height: 420px; }
.kcol-head { display: flex; align-items: center; gap: 8px; padding: 4px 6px 12px; font-weight: 650; font-size: 13px; color: var(--dbx-ink); }
.kcol-head .dot { width: 9px; height: 9px; border-radius: 50%; }
.kcol-head .n { margin-left: auto; font-size: 11.5px; background: #fff; color: var(--dbx-muted); padding: 1px 8px; border-radius: 20px; font-weight: 650; }
.kcol-head .pts { font-size: 11.5px; color: var(--dbx-soft); font-weight: 600; }
.kcol-list { min-height: 360px; display: flex; flex-direction: column; gap: 10px; }
.kcard { background: #fff; border-radius: 12px; padding: 12px 13px 11px; border: 1px solid #e3e8f2; box-shadow: 0 1px 2px rgba(16,24,40,.05);
  cursor: grab; position: relative; transition: transform .12s, box-shadow .12s; }
.kcard::before { content: ""; position: absolute; left: 0; top: 12px; bottom: 12px; width: 3px; border-radius: 0 3px 3px 0; background: #adb5bd; }
.kcard.t-feature::before { background: #4c6ef5; } .kcard.t-fix::before { background: #fa5252; }
.kcard.t-debt::before { background: #fd7e14; } .kcard.t-task::before { background: #adb5bd; }
.kcard:hover { box-shadow: var(--dbx-shadow-lift); transform: translateY(-1px); }
.kcard .top { display: flex; align-items: center; gap: 6px; margin-bottom: 6px; }
.kcard .num { font-family: "JetBrains Mono", monospace; font-size: 11.5px; color: var(--dbx-soft); font-weight: 600; }
.kcard .title { font-weight: 600; font-size: 13.5px; color: var(--dbx-ink); line-height: 1.35; text-decoration: none; display: block; }
.kcard .title:hover { color: var(--dbx-indigo-600); }
.kcard .meta { display: flex; align-items: center; gap: 6px; margin-top: 10px; flex-wrap: wrap; }
.kcard .pts { margin-left: auto; font-size: 11.5px; font-weight: 700; color: var(--dbx-muted); background: #f4f6fa; border-radius: 6px; padding: 1px 7px; }
.kcard .dod { display: flex; align-items: center; gap: 6px; font-size: 11px; color: var(--dbx-muted); margin-top: 9px; }
.kcard .dod .bar { flex: 1; }
.sortable-ghost { opacity: .35; }
.sortable-chosen .kcard, .kcard.sortable-chosen { box-shadow: var(--dbx-shadow-lift); }
.kempty { border: 1.5px dashed #cfd6e4; border-radius: 12px; padding: 18px; text-align: center; color: var(--dbx-soft); font-size: 12.5px; }

/* ——— Arborescence URS / sections ——— */
.tree { list-style: none; margin: 0; padding: 0; }
.tree .tree { padding-left: 26px; position: relative; }
.tree .tree::before { content: ""; position: absolute; left: 12px; top: 0; bottom: 12px; width: 1px; background: var(--dbx-line); }
.tnode { display: flex; align-items: center; gap: 10px; padding: 9px 12px; border-radius: 11px; margin: 2px 0; background: #fff;
  border: 1px solid transparent; transition: border-color .12s, box-shadow .12s; }
.tnode:hover { border-color: var(--dbx-line); box-shadow: var(--dbx-shadow); }
.tnode .handle { color: #c3c9d6; cursor: grab; font-size: 16px; }
.tnode .toggle { width: 22px; height: 22px; border: 0; background: transparent; color: var(--dbx-soft); border-radius: 6px; display: grid; place-items: center; }
.tnode .toggle:hover { background: var(--dbx-line-2); color: var(--dbx-text); }
.tnode .number { font-family: "JetBrains Mono", monospace; font-weight: 700; color: var(--dbx-indigo); min-width: 42px; font-size: 12.5px; }
.tnode .t { font-weight: 600; color: var(--dbx-ink); text-decoration: none; flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.tnode.l1 .t { font-size: 14.5px; } .tnode.l2 .t { font-size: 13.5px; } .tnode.l3 .t { font-size: 13px; font-weight: 550; }
.tnode .progress-mini { width: 90px; display: inline-block; }
.tnode .tree-spacer { width: 32px; height: 30px; display: inline-block; flex-shrink: 0; }
.tnode .aside { display: flex; align-items: center; gap: 6px; }

/* ——— Fiche objet ——— */
.obj-title { font-size: 26px; font-weight: 730; letter-spacing: -.02em; color: var(--dbx-ink); margin: 6px 0 8px; }
.obj-meta { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.prose { font-size: 14px; line-height: 1.7; color: #2a3245; }
.prose h1, .prose h2, .prose h3 { font-size: 16px; margin: 18px 0 8px; color: var(--dbx-ink); }
.prose p { margin: 0 0 10px; }
.prose ul, .prose ol { padding-left: 20px; }
.prose table { border-collapse: collapse; margin: 10px 0; }
.prose th, .prose td { border: 1px solid var(--dbx-line); padding: 6px 10px; }
.prose pre { background: #0f1b33; color: #dbe4ff; padding: 12px 14px; border-radius: 10px; }
.kv { display: grid; grid-template-columns: 120px 1fr; gap: 10px 12px; font-size: 13px; }
.kv dt { color: var(--dbx-muted); font-weight: 500; }
.kv dd { margin: 0; color: var(--dbx-text); }
.link-list { list-style: none; padding: 0; margin: 0; }
.link-list li { display: flex; align-items: center; gap: 10px; padding: 8px 0; border-bottom: 1px dashed var(--dbx-line); }
.link-list li:last-child { border-bottom: 0; }
.link-list .t { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--dbx-text); text-decoration: none; }
.link-list a.t:hover { color: var(--dbx-indigo-600); }
.timeline { list-style: none; padding: 0; margin: 0; position: relative; }
.timeline::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--dbx-line-2); }
.timeline li { position: relative; padding: 0 0 14px 26px; font-size: 12.5px; color: var(--dbx-muted); }
.timeline li::before { content: ""; position: absolute; left: 2px; top: 5px; width: 12px; height: 12px; border-radius: 50%; background: #fff; border: 2px solid #bac8ff; }
.timeline li b { color: var(--dbx-text); font-weight: 600; }
.checklist { list-style: none; padding: 0; margin: 0; }
.checklist li { display: flex; gap: 10px; align-items: flex-start; padding: 8px 10px; border-radius: 9px; }
.checklist li:hover { background: #f8f9fc; }
.checklist input { margin-top: 3px; accent-color: var(--dbx-indigo); width: 16px; height: 16px; }
.checklist .met { color: var(--dbx-muted); text-decoration: line-through; }
.alert-row { display: flex; gap: 12px; padding: 12px 14px; border-radius: 12px; background: #fff; border: 1px solid var(--dbx-line); align-items: flex-start; }
.alert-row + .alert-row { margin-top: 8px; }
.alert-row .rule { font-family: "JetBrains Mono", monospace; font-weight: 700; font-size: 12px; min-width: 38px; padding: 2px 6px;
  border-radius: 6px; text-align: center; }
.alert-row.warning .rule { background: #fff4e6; color: #d9480f; }
.alert-row.blocking .rule { background: #fff5f5; color: #c92a2a; }
.alert-row .msg { font-size: 13px; color: var(--dbx-text); }
.alert-row .fix { font-size: 12px; color: var(--dbx-muted); margin-top: 2px; }

/* ——— États vides, toasts, modales ——— */
.empty { text-align: center; padding: 40px 20px; color: var(--dbx-muted); }
.empty .ico { width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; margin: 0 auto 12px;
  background: #edf2ff; color: #4c6ef5; font-size: 26px; }
.empty h3 { color: var(--dbx-ink); font-size: 15px; margin: 0 0 4px; }
.toasts { position: fixed; right: 22px; bottom: 22px; z-index: 2000; display: flex; flex-direction: column; gap: 10px; }
.toast-item { min-width: 280px; max-width: 460px; background: var(--dbx-ink); color: #fff; padding: 12px 14px; border-radius: 12px;
  box-shadow: 0 20px 40px -12px rgba(15,27,51,.5); display: flex; gap: 10px; font-size: 13px; animation: toastin .2s ease-out; }
.toast-item.error { background: #7a1c1c; }
.toast-item.success i { color: #8ce99a; } .toast-item.error i { color: #ffc9c9; }
.toast-item i { font-size: 18px; }
.toast-item ul { margin: 4px 0 0; padding-left: 16px; }
@keyframes toastin { from { opacity: 0; transform: translateY(8px); } }
.dbx-modal-back { position: fixed; inset: 0; background: rgba(15,27,51,.45); backdrop-filter: blur(3px); z-index: 1900;
  display: flex; align-items: flex-start; justify-content: center; padding: 6vh 16px; overflow-y: auto; }
.dbx-modal { background: #fff; border-radius: 18px; width: 100%; max-width: 640px; box-shadow: 0 40px 80px -24px rgba(15,27,51,.45); animation: toastin .18s ease-out; }
.dbx-modal.wide { max-width: 860px; }
.dbx-modal-head { padding: 20px 24px 6px; display: flex; align-items: center; justify-content: space-between; }
.dbx-modal-head h3 { margin: 0; font-size: 17px; font-weight: 700; color: var(--dbx-ink); }
.dbx-modal-body { padding: 12px 24px 8px; }
.dbx-modal-foot { padding: 14px 24px 20px; display: flex; justify-content: flex-end; gap: 8px; }
.form-label { font-size: 12.5px; font-weight: 600; color: #3a4459; margin-bottom: 5px; }
.form-control, .form-select { border-radius: 10px; border-color: var(--dbx-line); font-size: 13.5px; }
.form-control:focus, .form-select:focus { border-color: #aab9ff; box-shadow: 0 0 0 4px rgba(76,110,245,.12); }
.form-hint { font-size: 11.5px; color: var(--dbx-soft); margin-top: 4px; }
.picker { border: 1px solid var(--dbx-line); border-radius: 10px; max-height: 190px; overflow-y: auto; padding: 4px; }
.picker label { display: flex; gap: 8px; align-items: center; padding: 6px 8px; border-radius: 8px; font-size: 13px; cursor: pointer; margin: 0; }
.picker label:hover { background: #f5f7ff; }
.picker input { accent-color: var(--dbx-indigo); }
.picker-search { margin-bottom: 6px; }
.chips-selected { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 6px; }

/* ——— Connexion ——— */
.login { min-height: 100vh; display: grid; grid-template-columns: 1.1fr 1fr; background: #fff; }
.login-art { position: relative; overflow: hidden; color: #fff; padding: 56px; display: flex; flex-direction: column;
  background: radial-gradient(60% 50% at 20% 20%, rgba(76,110,245,.55), transparent 70%),
              radial-gradient(50% 50% at 80% 70%, rgba(21,170,191,.45), transparent 70%),
              radial-gradient(40% 40% at 60% 20%, rgba(112,72,232,.45), transparent 70%), #0b1428; }
.login-art .grid-bg { position: absolute; inset: 0; opacity: .12;
  background-image: linear-gradient(rgba(255,255,255,.4) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.4) 1px, transparent 1px);
  background-size: 44px 44px; mask-image: radial-gradient(70% 60% at 50% 40%, #000, transparent); }
.login-art h1 { font-size: 40px; line-height: 1.12; font-weight: 760; letter-spacing: -.03em; margin: auto 0 16px; max-width: 520px; position: relative; }
.login-art p { color: #b9c5e6; font-size: 15px; max-width: 470px; position: relative; }
.login-art .chain { display: flex; gap: 10px; align-items: center; margin-top: 28px; position: relative; flex-wrap: wrap; }
.login-art .chain span { padding: 8px 14px; border-radius: 12px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); font-weight: 600; font-size: 13px; }
.login-art .chain i { color: #748ffc; }
.login-form { display: flex; align-items: center; justify-content: center; padding: 40px; }
.login-card { width: 100%; max-width: 380px; }
.login-card h2 { font-size: 26px; font-weight: 740; letter-spacing: -.02em; margin: 0 0 6px; color: var(--dbx-ink); }
.login-card .form-control { height: 44px; }
.login-card .btn { height: 44px; width: 100%; justify-content: center; font-size: 14px; }
@media (max-width: 900px) { .login { grid-template-columns: 1fr; } .login-art { display: none; } }

/* ——— Projets ——— */
.project-card { padding: 20px; display: flex; flex-direction: column; gap: 12px; text-decoration: none; color: inherit; transition: transform .12s, box-shadow .12s; }
.project-card:hover { transform: translateY(-2px); box-shadow: var(--dbx-shadow-lift); text-decoration: none; color: inherit; }
.project-card .head { display: flex; gap: 12px; align-items: center; }
.project-card .logo { width: 44px; height: 44px; border-radius: 13px; background: var(--dbx-gradient); color: #fff; display: grid; place-items: center; font-weight: 750; font-size: 18px; }
.project-card h3 { margin: 0; font-size: 16px; font-weight: 680; color: var(--dbx-ink); }
.project-card .desc { color: var(--dbx-muted); font-size: 13px; min-height: 38px; }
.project-card .stats { display: flex; gap: 16px; font-size: 12px; color: var(--dbx-muted); }
.project-card .stats b { color: var(--dbx-ink); font-size: 15px; display: block; }

/* ——— Chat et canaux ——— */
.chat-wrap { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 18px; height: calc(100vh - 170px); }
.bubble { max-width: 78%; padding: 11px 14px; border-radius: 14px; font-size: 13.5px; line-height: 1.6; }
.bubble.me { margin-left: auto; background: var(--dbx-indigo); color: #fff; border-bottom-right-radius: 4px; }
.bubble.bot { background: #fff; border: 1px solid var(--dbx-line); border-bottom-left-radius: 4px; }
.msg-row { display: flex; gap: 12px; padding: 10px 4px; }
.msg-row .who { font-weight: 650; font-size: 13px; color: var(--dbx-ink); }
.msg-row .when { font-size: 11.5px; color: var(--dbx-soft); }
.msg-row .body { font-size: 13.5px; color: #2a3245; margin-top: 2px; }
.msg-row.system .body { color: var(--dbx-muted); font-style: italic; }
.msg-type { font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; padding: 1px 6px; border-radius: 5px; background: #f1f3f5; color: #495057; }
.msg-type.question, .msg-type.go_request { background: #fff4e6; color: #d9480f; }
.msg-type.answer { background: #ebfbee; color: #2b8a3e; }
.msg-type.go { background: #d3f9d8; color: #2b8a3e; }
.msg-type.stop { background: #ffe3e3; color: #c92a2a; }
.msg-type.handoff, .msg-type.proposal { background: #f3f0ff; color: #6741d9; }
.msg-type.status { background: #e3fafc; color: #0c8599; }

.divider-label { display: flex; align-items: center; gap: 10px; color: var(--dbx-soft); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; margin: 18px 0 10px; }
.divider-label::before, .divider-label::after { content: ""; height: 1px; background: var(--dbx-line); flex: 1; }
.swatch-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; }
.swatch-card { border: 1px solid var(--dbx-line); border-radius: 12px; overflow: hidden; background: #fff; }
.swatch-card .c { height: 64px; }
.swatch-card .i { padding: 8px 10px; font-size: 12px; }
.error-card { max-width: 460px; }
.chart-box { position: relative; height: 260px; }
.alert-row .msg p { margin: 0; }
.msg-row .body p:last-child { margin-bottom: 0; }
.step-actor { max-width: 180px; }
.attach-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 12px; }
.attach { border: 1px solid var(--dbx-line); border-radius: 12px; overflow: hidden; background: #fff; display: flex; flex-direction: column; }
.attach .thumb { height: 120px; background: #f4f6fa; display: grid; place-items: center; overflow: hidden; }
.attach .thumb img { width: 100%; height: 100%; object-fit: cover; }
.attach .thumb.icon i { font-size: 42px; color: #8a96b3; }
.attach .info { padding: 10px 12px; min-width: 0; }
.attach .name { font-weight: 600; font-size: 13px; color: var(--dbx-ink); display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.code-line { font-family: "JetBrains Mono", monospace; font-size: 12px; background: #0f1b33; color: #dbe4ff; border-radius: 8px; padding: 6px 10px; margin-top: 4px; overflow-x: auto; white-space: pre; }
.proc-steps { list-style: none; counter-reset: step; padding: 0; margin: 0; }
.proc-steps li { counter-increment: step; display: flex; gap: 12px; padding: 10px 0; border-bottom: 1px dashed var(--dbx-line); }
.proc-steps li:last-child { border-bottom: 0; }
.proc-steps li::before { content: counter(step); width: 26px; height: 26px; border-radius: 50%; background: #edf2ff; color: #3b5bdb; font-weight: 700; font-size: 12px; display: grid; place-items: center; flex-shrink: 0; }
.proc-steps .actor { font-size: 12px; color: var(--dbx-muted); }

/* Import d'un référentiel (spec A.6) : identifiant externe, étapes riches, glacière */
.ref-chip.ext { color: #5f3dc4; background: #f3f0ff; border-color: #d0bfff; }
.proc-steps .step-head { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }
.proc-steps .step-desc p:last-child { margin-bottom: 0; }
.proc-steps .step-links { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 6px; }
.proc-steps li.is-decision::before { background: #fff4e6; color: #e8590c; border-radius: 7px; }
.proc-steps li.is-planned { opacity: .78; }
.kcard .ref-chip.ext { align-self: flex-start; margin-bottom: 2px; }
.status-pill.icebox, .pill.s-icebox { background: #edf2ff; color: #4263eb; }

/* Satisfaction des URS et chaîne de validation (spec A.11, A.12) */
.pill.sat { font-weight: 700; gap: 4px; }
.pill.sat-m2 { background: #ffe3e3; color: #c92a2a; }
.pill.sat-m1 { background: #fff0e6; color: #d9480f; }
.pill.sat-0 { background: #fff9db; color: #e67700; }
.pill.sat-1 { background: #ebfbee; color: #2b8a3e; }
.pill.sat-2 { background: #e3fafc; color: #0b7285; }
.pill.sat-none { background: #f1f3f5; color: var(--dbx-soft); font-weight: 600; }
.chain-dots { display: inline-flex; gap: 3px; align-items: center; padding: 3px 6px; border-radius: 8px; background: #f1f3f5; }
.chain-dots i { width: 7px; height: 7px; border-radius: 50%; background: #ced4da; display: block; }
.chain-dots i.ok { background: #40c057; }
.chain-dots.complete { background: #ebfbee; }
.chain-stepper { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
@media (max-width: 900px) { .chain-stepper { grid-template-columns: 1fr; } }
.chain-step { border: 1px solid var(--dbx-line); border-radius: 12px; padding: 10px 12px; position: relative; background: #fff; }
.chain-step .n { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; font-size: 11px; font-weight: 700; background: #f1f3f5; color: var(--dbx-muted); float: left; margin-right: 8px; }
.chain-step.ok { border-color: #b2f2bb; background: #f4fdf5; }
.chain-step.ok .n { background: #40c057; color: #fff; }
.chain-step.ko { border-color: #ffd8a8; background: #fffaf3; }
.chain-step .lbl { font-weight: 650; font-size: 13px; color: var(--dbx-ink); line-height: 1.3; }
.chain-step .det { clear: both; font-size: 12px; color: var(--dbx-muted); margin-top: 6px; overflow-wrap: anywhere; }
.sat-big { display: flex; gap: 14px; align-items: flex-start; }
.sat-big .score { font-size: 34px; font-weight: 750; line-height: 1; min-width: 64px; text-align: center; padding: 10px 8px; border-radius: 14px; }
.sat-big .score.sat-m2 { background: #ffe3e3; color: #c92a2a; } .sat-big .score.sat-m1 { background: #fff0e6; color: #d9480f; }
.sat-big .score.sat-0 { background: #fff9db; color: #e67700; } .sat-big .score.sat-1 { background: #ebfbee; color: #2b8a3e; }
.sat-big .score.sat-2 { background: #e3fafc; color: #0b7285; } .sat-big .score.sat-none { background: #f1f3f5; color: var(--dbx-soft); }
.score-choices { display: grid; gap: 6px; }
.score-choice { display: flex; gap: 10px; align-items: flex-start; border: 1px solid var(--dbx-line); border-radius: 10px; padding: 8px 10px; cursor: pointer; }
.score-choice input { margin-top: 3px; }
.score-choice .v { font-weight: 750; min-width: 26px; }
.score-choice.on { border-color: #748ffc; background: #f5f7ff; }
.eval-list { list-style: none; padding: 0; margin: 0; }
.eval-list li { display: flex; gap: 10px; padding: 8px 0; border-bottom: 1px dashed var(--dbx-line); font-size: 13px; }
.eval-list li:last-child { border-bottom: 0; }
.ftest { border: 1px solid var(--dbx-line); border-radius: 12px; padding: 10px 12px; margin-bottom: 8px; }
.ftest summary { cursor: pointer; font-size: 12.5px; color: var(--dbx-muted); }
.ftest .scenario { font-size: 13px; margin-top: 6px; }

/* Assistant flottant (spec A.14) */
.dbx-assist { position: fixed; right: 22px; bottom: 22px; z-index: 1800; }
.dbx-assist-bubble { width: 56px; height: 56px; border-radius: 50%; border: 0; color: #fff; font-size: 26px; display: grid; place-items: center;
  background: var(--dbx-gradient, linear-gradient(135deg, #4c6ef5, #7950f2)); box-shadow: 0 16px 32px -12px rgba(76,110,245,.65); cursor: pointer; transition: transform .15s; }
.dbx-assist-bubble:hover { transform: translateY(-2px) scale(1.03); }
.dbx-assist-panel { width: min(420px, calc(100vw - 32px)); height: min(640px, calc(100vh - 110px)); background: #fff; border-radius: 20px;
  box-shadow: 0 40px 80px -24px rgba(15,27,51,.45); border: 1px solid var(--dbx-line); display: flex; flex-direction: column; overflow: hidden; }
.dbx-assist-panel header { display: flex; align-items: center; gap: 10px; padding: 12px 12px 12px 16px; border-bottom: 1px solid var(--dbx-line); }
.dbx-assist-panel header .ico { width: 34px; height: 34px; border-radius: 11px; display: grid; place-items: center; color: #fff; font-size: 18px;
  background: var(--dbx-gradient, linear-gradient(135deg, #4c6ef5, #7950f2)); flex-shrink: 0; }
.dbx-assist-panel header .t { font-weight: 700; color: var(--dbx-ink); font-size: 14px; }
.dbx-assist-panel header .s { font-size: 11.5px; color: var(--dbx-muted); }
.dbx-assist-panel .body { flex: 1; overflow-y: auto; padding: 14px; background: #f8f9fc; display: flex; flex-direction: column; gap: 10px; }
.dbx-assist-panel .turn { display: flex; }
.dbx-assist-panel .turn.user { justify-content: flex-end; }
.dbx-assist-panel .bubble { max-width: 88%; padding: 9px 12px; border-radius: 14px; font-size: 13.5px; line-height: 1.5; overflow-wrap: anywhere; }
.dbx-assist-panel .turn.user .bubble { background: #4c6ef5; color: #fff; border-bottom-right-radius: 4px; white-space: pre-wrap; }
.dbx-assist-panel .turn.assistant .bubble { background: #fff; border: 1px solid var(--dbx-line); border-bottom-left-radius: 4px; color: #2a3245; }
.dbx-assist-panel .bubble.err { background: #fff4e6; border: 1px solid #ffd8a8; color: #d9480f; }
.dbx-assist-panel .bubble.md p:last-child, .dbx-assist-panel .bubble.md ul:last-child { margin-bottom: 0; }
.dbx-assist-panel .bubble.md ul, .dbx-assist-panel .bubble.md ol { padding-left: 18px; margin-bottom: 6px; }
.dbx-assist-panel .typing { display: inline-flex; gap: 4px; }
.dbx-assist-panel .typing span { width: 6px; height: 6px; border-radius: 50%; background: #adb5bd; animation: dbxdot 1s infinite ease-in-out; }
.dbx-assist-panel .typing span:nth-child(2) { animation-delay: .15s; } .dbx-assist-panel .typing span:nth-child(3) { animation-delay: .3s; }
@keyframes dbxdot { 0%, 80%, 100% { opacity: .3; transform: translateY(0); } 40% { opacity: 1; transform: translateY(-3px); } }
.dbx-assist-panel .suggest { display: flex; flex-direction: column; gap: 6px; margin-top: 4px; }
.dbx-assist-panel .suggest button { text-align: left; border: 1px solid #d0d7f7; background: #fff; color: #3b5bdb; border-radius: 10px; padding: 7px 10px; font-size: 12.5px; }
.dbx-assist-panel form { display: flex; gap: 8px; padding: 10px; border-top: 1px solid var(--dbx-line); background: #fff; }
.dbx-assist-panel form input { flex: 1; min-width: 0; border: 1px solid var(--dbx-line); border-radius: 12px; padding: 9px 12px; font-size: 14px; }
.dbx-assist-panel form .btn { border-radius: 12px; }

/* Accès mobile (spec A.15) */
.dbx-burger, .dbx-scrim { display: none; }
@media (max-width: 960px) {
  .dbx-sidebar { transform: translateX(-100%); transition: transform .2s ease; box-shadow: 0 0 40px rgba(15,27,51,.4); }
  body.nav-open .dbx-sidebar { transform: none; }
  body.nav-open .dbx-scrim { display: block; position: fixed; inset: 0; background: rgba(15,27,51,.45); z-index: 1025; }
  .dbx-main { margin-left: 0; }
  .dbx-burger { display: grid; place-items: center; width: 40px; height: 40px; border: 0; border-radius: 10px; background: #eef1f8; color: var(--dbx-ink); font-size: 22px; flex-shrink: 0; }
  .dbx-topbar { gap: 10px; padding-left: 12px; padding-right: 12px; }
  .dbx-jump { display: none !important; }
  .dbx-crumbs { min-width: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  .kanban { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(260px, 84vw); scroll-snap-type: x mandatory; }
  .kanban > * { scroll-snap-align: start; }
}
@media (max-width: 640px) {
  html, body { overflow-x: hidden; }
  .dbx-content { padding: 14px 12px 90px !important; }
  .coherence-pill { font-size: 0 !important; padding: 6px !important; }
  .coherence-pill .dot { margin: 0 !important; }
  .page-head { align-items: stretch; }
  .page-head h1 { font-size: 20px; }
  .page-head .actions { margin-left: 0; width: 100%; }
  .grid-4, .mini-kpis { grid-template-columns: 1fr !important; }
  .dbx-table { display: block; overflow-x: auto; white-space: nowrap; }
  .dbx-modal-back { padding: 10px !important; align-items: flex-start !important; }
  .dbx-modal { max-height: calc(100vh - 20px); overflow-y: auto; }
  .dbx-modal .row > [class*="col-md"] { flex: 0 0 100%; max-width: 100%; }
  .chan-list .c-scroll { max-height: 180px; overflow-y: auto; }
  .c-thread { max-height: 60vh; }
  .dbx-assist { right: 12px; bottom: 12px; }
  .dbx-assist-panel { width: calc(100vw - 24px); height: calc(100vh - 90px); }
  .seg { flex-wrap: wrap; }
}

/* Indicateurs du menu masqués quand ils valent zéro (rafraîchis toutes les 10 s). */
.dbx-nav .count[hidden] { display: none !important; }

/* Kanban : colonne « Terminé » repliée par défaut, dépliable (demande du 17/09). */
.kcol-head .kcol-fold { margin-left: 2px; }
.kcol.folded { min-height: 0; align-self: start; }
.kcol.folded .kcol-list { display: none; }
@media (min-width: 961px) {
  .kanban:has(.kcol.folded) { grid-template-columns: repeat(3, minmax(250px, 1fr)) 150px; }
  .kanban.with-icebox:has(.kcol.folded) { grid-template-columns: repeat(4, minmax(230px, 1fr)) 150px; }
  .kcol.folded .kcol-head { flex-wrap: wrap; padding-bottom: 4px; }
  .kcol.folded .kcol-head .pts { display: none; }
}

/* URS et ENF : lecture simple par défaut, texte de description affiché (demande du 17/09). */
.req-reading { max-width: 920px; }
.req-read { margin: 0 0 6px; }
.req-read.l2 { margin-left: 22px; } .req-read.l3 { margin-left: 22px; }
.req-read.obsolete { opacity: .55; }
.req-title { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px; margin: 18px 0 4px; font-weight: 700; }
h2.req-title { font-size: 19px; padding-top: 10px; border-top: 1px solid var(--dbx-line); }
.req-reading > .req-read:first-child > h2.req-title { border-top: 0; padding-top: 0; margin-top: 0; }
h3.req-title { font-size: 15.5px; } h4.req-title { font-size: 14px; }
.req-title .number { color: var(--dbx-soft); font-variant-numeric: tabular-nums; }
.req-title a { color: var(--dbx-ink); text-decoration: none; } .req-title a:hover { text-decoration: underline; }
.req-summary { color: var(--dbx-muted); margin: 0 0 4px; }
.req-text { font-size: 14px; line-height: 1.6; } .req-text p:last-child { margin-bottom: 4px; }
@media (max-width: 640px) { .req-read.l2, .req-read.l3 { margin-left: 10px; } }
