:root {
  color-scheme: light;
  --ink: #1d2430;
  --muted: #657080;
  --line: #d8dde6;
  --paper: #ffffff;
  --wash: #eef3f6;
  --green: #1d7f5f;
  --blue: #1769aa;
  --amber: #a96916;
  --red: #b03a3a;
  --table-head: #f7f9fb;
  --table-section: #e9f2ef;
  --control-bg: #ffffff;
  --panel-muted: #fbfcfd;
  --soft-bg: #f7f9fb;
  --active-bg: #f1f7ff;
  --success-bg: #e2f4ed;
  --warning-bg: #fff2dd;
  --sticky-fade: linear-gradient(180deg, rgba(247, 248, 251, 0), #f7f8fb 30%);
}

:root[data-theme="dark"] {
  color-scheme: dark;
  --ink: #edf3f8;
  --muted: #aab7c8;
  --line: #344153;
  --paper: #151d28;
  --wash: #0f1722;
  --green: #58c49d;
  --blue: #72b8ff;
  --amber: #f0bd72;
  --red: #f08a8a;
  --table-head: #1d2836;
  --table-section: #172536;
  --control-bg: #101824;
  --panel-muted: #182232;
  --soft-bg: #1d2836;
  --active-bg: #112f4c;
  --success-bg: #15382e;
  --warning-bg: #3a2a14;
  --sticky-fade: linear-gradient(180deg, rgba(21, 29, 40, 0), #151d28 30%);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background: linear-gradient(180deg, #f7faf7 0%, #eef3f6 45%, #f7f8fb 100%);
  font-family: "Segoe UI", system-ui, sans-serif;
}

:root[data-theme="dark"] body {
  background: linear-gradient(180deg, #0e151f 0%, #111b27 48%, #0b111a 100%);
}

button,
input,
select,
a {
  font: inherit;
}

button {
  cursor: pointer;
}

.app-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(16px, 4vw, 56px) 18px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
}

:root[data-theme="dark"] .app-header {
  background: rgba(15, 23, 34, 0.88);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.eyebrow {
  margin: 0 0 4px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(2rem, 5vw, 3.8rem);
  line-height: 1;
}

h2 {
  font-size: 1.15rem;
}

.section-head .eyebrow:only-child {
  margin-bottom: 0;
}

.live-pill,
.status {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
  white-space: nowrap;
}

.live-pill {
  color: var(--amber);
  background: var(--warning-bg);
}

.live-pill.online {
  color: var(--green);
  background: var(--success-bg);
}

.shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 22px;
  padding: 24px clamp(16px, 4vw, 56px) 42px;
}

.results-shell,
.entry-shell {
  padding: 24px clamp(16px, 4vw, 56px) 42px;
}

.entry-layout {
  display: grid;
  grid-template-columns: minmax(250px, 330px) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.scoreboard,
.side-panel {
  min-width: 0;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.section-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.export-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.competition-strip,
.competition-tools {
  display: grid;
  gap: 12px;
  margin-bottom: 16px;
}

.competition-strip {
  grid-template-columns: minmax(220px, 340px) minmax(0, 1fr);
  align-items: end;
}

.competition-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  min-height: 42px;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 700;
}

.competition-meta span {
  padding: 6px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--soft-bg);
}

:root[data-theme="dark"] .competition-meta span,
:root[data-theme="dark"] .competition-form,
:root[data-theme="dark"] .throw-head,
:root[data-theme="dark"] .arenberg-row > div:first-child,
:root[data-theme="dark"] .target-row > div:first-child,
:root[data-theme="dark"] .arenberg-row.header-row > div,
:root[data-theme="dark"] .target-row.header-row > div {
  background: var(--table-head);
}

.competition-form {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel-muted);
}

.single-column {
  grid-template-columns: 1fr;
}

.segmented {
  display: inline-flex;
  overflow: hidden;
  border: 1px solid #c9d8e8;
  border-radius: 6px;
  background: #f7fbff;
}

.segment {
  min-height: 38px;
  padding: 8px 12px;
  border: 0;
  border-right: 1px solid #c9d8e8;
  color: var(--blue);
  background: transparent;
  font-weight: 800;
}

.segment:last-child {
  border-right: 0;
}

.segment.active {
  color: #fff;
  background: var(--blue);
}

.compact {
  align-items: start;
}

.auth-panel,
.editor,
.entry-card,
.contestant-list {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 18px 40px rgba(29, 36, 48, 0.08);
}

.table-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 18px 40px rgba(29, 36, 48, 0.08);
  scrollbar-color: #b7c8dc #edf3f8;
  scrollbar-width: thin;
}

.table-wrap::-webkit-scrollbar {
  height: 10px;
}

.table-wrap::-webkit-scrollbar-track {
  background: #edf3f8;
}

.table-wrap::-webkit-scrollbar-thumb {
  border: 2px solid #edf3f8;
  border-radius: 999px;
  background: #b7c8dc;
}

.table-wrap table {
  min-width: 760px;
}

#overallTable table {
  min-width: 940px;
}

#overallTable:has(.overall-block) {
  display: grid;
  gap: 18px;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.table-wrap .overall-category-table {
  min-width: 840px;
  table-layout: fixed;
}

.table-wrap th,
.table-wrap td {
  white-space: nowrap;
}

.table-wrap .empty,
#overallTable td:nth-child(3),
.compact-table td:nth-child(2) {
  white-space: normal;
}

body:not(.is-admin) .admin-column {
  display: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 14px 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
}

th {
  color: var(--muted);
  background: var(--table-head);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

tr:last-child td {
  border-bottom: 0;
}

.rank,
.total {
  font-weight: 800;
}

.mobile-score {
  display: none;
}

.status.running {
  color: var(--amber);
  background: var(--warning-bg);
}

.status.done {
  color: var(--green);
  background: var(--success-bg);
}

.side-panel {
  align-self: start;
}

.auth-panel,
.editor,
.entry-card,
.contestant-list {
  padding: 18px;
}

.entry-form {
  display: grid;
  gap: 16px;
}

.entry-form.is-locked .entry-card {
  opacity: 0.72;
}

.entry-form.is-locked input,
.entry-form.is-locked select,
.entry-form.is-locked button {
  cursor: not-allowed;
}

form {
  display: grid;
  gap: 14px;
}

.form-grid {
  display: grid;
  grid-template-columns: minmax(95px, 0.75fr) minmax(140px, 1.25fr);
  gap: 10px;
}

.form-grid.single-column {
  grid-template-columns: 1fr;
}

.field {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 700;
}

.field input,
.field select {
  width: 100%;
  min-height: 42px;
  padding: 9px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  background: var(--control-bg);
}

:root[data-theme="dark"] .field input,
:root[data-theme="dark"] .field select,
:root[data-theme="dark"] .segmented,
:root[data-theme="dark"] .ghost-button,
:root[data-theme="dark"] .row-button,
:root[data-theme="dark"] .ghost-link {
  color: var(--ink);
  border-color: var(--line);
  background: var(--control-bg);
}

.field:has(#lruRound1PlacementInput),
.field:has(#lruRound2PlacementInput) {
  display: none;
}

.discipline {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0 0 12px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.discipline legend {
  padding: 0 4px;
  color: var(--ink);
  font-weight: 800;
}

.check-field {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-size: 0.9rem;
}

.check-field input {
  width: 18px;
  height: 18px;
}

.form-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.primary-button,
.ghost-button,
.danger-button,
.row-button,
.ghost-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 6px;
  border: 1px solid transparent;
  padding: 8px 12px;
  font-weight: 800;
  text-decoration: none;
}

.primary-button {
  color: #fff;
  background: var(--blue);
}

.ghost-button,
.row-button,
.ghost-link {
  color: var(--blue);
  border-color: #c9d8e8;
  background: #f7fbff;
}

.detail-link {
  padding: 0;
  border: 0;
  color: var(--blue);
  background: transparent;
  font: inherit;
  font-weight: 800;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.danger-button {
  color: #fff;
  background: var(--red);
}

.form-message {
  min-height: 20px;
  margin: 0;
  color: var(--red);
  font-size: 0.85rem;
  font-weight: 700;
}

.empty {
  padding: 28px;
  color: var(--muted);
  text-align: center;
}

.rt-results {
  display: grid;
  gap: 18px;
}

.rt-block,
.overall-block {
  min-width: 0;
  max-width: 100%;
}

.rt-block h3 {
  margin: 0;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  color: var(--ink);
  background: var(--table-section);
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
}

.compact-table {
  border-radius: 0 0 8px 8px;
}

.compact-table th,
.compact-table td {
  padding: 10px 8px;
  text-align: center;
}

.compact-table th:nth-child(2),
.compact-table td:nth-child(2) {
  min-width: 150px;
  text-align: left;
}

.table-wrap .knowledge-table {
  min-width: 760px;
  table-layout: fixed;
}

.knowledge-table th:nth-child(2),
.knowledge-table td:nth-child(2) {
  min-width: 0;
  text-align: left;
}

.table-wrap .lru-table {
  width: 100%;
  min-width: 1280px;
  max-width: none;
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.lru-block {
  justify-self: stretch;
  width: 100%;
  max-width: 100%;
}

.lru-table-wrap {
  width: 100%;
  max-width: 100%;
}

.lru-table .lru-start {
  width: auto;
}

.lru-table .lru-name {
  width: auto;
}

.lru-table .lru-float {
  width: auto;
}

.lru-table .lru-sector,
.lru-table .lru-points {
  width: auto;
}

.lru-table .lru-placement,
.lru-table .lru-placement-total {
  width: auto;
}

.lru-table .lru-rank {
  width: auto;
}

.lru-table .lru-points-total {
  width: auto;
}

.lru-table .lru-status {
  width: auto;
}

.lru-table .lru-placement-total {
  width: auto;
}

.lru-table th,
.lru-table td {
  padding-inline: 8px;
}

.lru-table .lru-name {
  min-width: 150px;
}

.lru-table .lru-start {
  min-width: 48px;
}

.lru-table .lru-sector,
.lru-table .lru-points,
.lru-table .lru-float {
  min-width: 58px;
}

.lru-table .lru-placement {
  min-width: 76px;
}

.lru-table .lru-placement-total,
.lru-table .lru-points-total {
  min-width: 88px;
}

.lru-table .lru-status {
  min-width: 108px;
}

.lru-table .lru-rank {
  min-width: 76px;
}

.technique-table th:nth-child(2),
.technique-table td:nth-child(2) {
  min-width: 0;
  text-align: center;
}

.lru-table td:nth-child(2),
.lru-table thead tr:first-child th:nth-child(2) {
  text-align: left;
}

.lru-table thead tr:nth-child(2) th {
  text-align: center;
}

.table-wrap .technique-table {
  width: max-content;
  min-width: 100%;
  table-layout: auto;
}

.table-wrap .technique-table-3 {
  min-width: 720px;
}

.technique-table th,
.technique-table td {
  width: auto;
  min-width: 72px;
  white-space: nowrap;
}

.technique-table-3 th,
.technique-table-3 td {
  width: auto;
}

.technique-table .technique-start {
  min-width: 72px;
  text-align: center;
}

.technique-table .technique-name {
  min-width: 160px;
  text-align: left;
}

.technique-table .technique-discipline {
  min-width: 78px;
  text-align: center;
}

.technique-table .technique-total {
  min-width: 96px;
  text-align: center;
}

.technique-table .technique-status {
  min-width: 124px;
  text-align: center;
}

.technique-table .technique-rank {
  min-width: 76px;
  text-align: center;
}

.rt-empty {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.detail-open {
  overflow: hidden;
}

.detail-modal {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 20px;
}

.detail-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 16, 24, 0.58);
}

.detail-card {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  max-height: min(92vh, 1100px);
  overflow: auto;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 30px 80px rgba(14, 25, 42, 0.25);
}

.detail-actions {
  position: sticky;
  top: 0;
  z-index: 2;
  padding-bottom: 12px;
  background: var(--paper);
}

.detail-grid {
  display: grid;
  gap: 14px;
}

.detail-section {
  box-shadow: none;
}

.detail-facts {
  display: grid;
  grid-template-columns: minmax(120px, 0.4fr) minmax(0, 1fr);
  gap: 8px 14px;
  color: var(--muted);
}

.detail-facts strong {
  color: var(--ink);
}

.detail-subsection {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.detail-subsection h3 {
  margin: 0;
  font-size: 0.95rem;
}

.detail-table-wrap {
  box-shadow: none;
}

.detail-table {
  min-width: 0 !important;
}

.detail-table th,
.detail-table td {
  white-space: normal;
}

.list-box {
  display: grid;
  gap: 8px;
}

.user-list {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.user-list-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  width: 100%;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  background: var(--control-bg);
  text-align: left;
}

.user-list-item.active {
  border-color: var(--blue);
  background: var(--active-bg);
}

.user-list-item strong,
.user-list-item span {
  min-width: 0;
}

.user-list-item small {
  color: var(--muted);
  font-weight: 800;
}

.list-item {
  display: grid;
  gap: 3px;
  width: 100%;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  background: var(--control-bg);
  text-align: left;
}

.list-item.active {
  border-color: var(--blue);
  background: var(--active-bg);
}

.list-item span {
  font-weight: 800;
}

.list-item small {
  color: var(--muted);
  font-weight: 700;
}

.list-empty {
  padding: 16px;
}

.standalone-check {
  margin-top: 2px;
}

.score-chip {
  min-height: 32px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--green);
  background: var(--success-bg);
  font-weight: 800;
  white-space: nowrap;
}

.metric-summary {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft-bg);
  color: var(--muted);
  font-weight: 800;
}

.metric-summary strong {
  color: var(--ink);
}

.throw-grid,
.round-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.throw-panel,
.round-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.round-fields {
  display: grid;
  gap: 10px;
  padding: 12px;
}

.throw-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
  background: var(--table-head);
}

.throw-head span {
  color: var(--green);
  font-weight: 800;
}

.throw-table {
  display: grid;
}

.throw-row {
  display: grid;
  grid-template-columns: minmax(78px, 1.1fr) repeat(5, minmax(44px, 1fr));
  border-bottom: 1px solid var(--line);
}

.arenberg-table {
  display: grid;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.target-table {
  display: grid;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.arenberg-row {
  display: grid;
  grid-template-columns: minmax(78px, 0.8fr) repeat(5, minmax(112px, 1fr));
  border-bottom: 1px solid var(--line);
}

.target-row {
  display: grid;
  grid-template-columns: minmax(78px, 0.8fr) repeat(10, minmax(70px, 1fr));
  border-bottom: 1px solid var(--line);
}

.arenberg-row:last-child,
.target-row:last-child {
  border-bottom: 0;
}

.arenberg-row > div,
.arenberg-row .score-select,
.target-row > div,
.target-row .score-select,
.target-row .tri-score-cell {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--line);
  font-weight: 800;
}

.arenberg-row > :last-child,
.target-row > :last-child {
  border-right: 0;
}

.arenberg-row > div:first-child,
.target-row > div:first-child {
  color: var(--muted);
  background: var(--panel-muted);
  font-size: 0.85rem;
}

.arenberg-row.header-row > div,
.target-row.header-row > div {
  color: var(--muted);
  background: var(--table-head);
  font-size: 0.78rem;
  text-align: center;
  text-transform: uppercase;
}

.score-select {
  margin: 0;
  padding: 6px;
}

.score-select select {
  min-height: 34px;
  text-align: center;
}

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

.throw-row > div,
.tri-score-cell {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--line);
  font-weight: 800;
}

.throw-row > div:first-child {
  color: var(--muted);
  background: var(--panel-muted);
  font-size: 0.85rem;
  text-align: center;
}

.throw-row > :last-child {
  border-right: 0;
}

.header-row > div {
  color: var(--muted);
  background: var(--table-head);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.tri-score-cell {
  cursor: pointer;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  background: var(--control-bg);
}

.tri-score-cell.is-empty {
  color: transparent;
}

.tri-score-cell.is-zero {
  color: var(--muted);
  background: var(--soft-bg);
}

.tri-score-cell.is-five {
  color: #fff;
  border-color: var(--green);
  background: var(--green);
}

.sticky-actions {
  position: sticky;
  bottom: 0;
  padding: 12px 0 0;
  background: var(--sticky-fade);
}

@media (max-width: 960px) {
  .app-header {
    align-items: start;
    flex-direction: column;
  }

  .header-actions,
  .section-actions {
    width: 100%;
    justify-content: flex-end;
  }

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

  .entry-layout,
  .throw-grid,
  .round-grid,
  .competition-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .app-header,
  .results-shell,
  .entry-shell {
    padding-inline: 12px;
  }

  .app-header {
    gap: 18px;
  }

  .app-header > div:first-child {
    width: 100%;
  }

  .header-actions {
    gap: 8px;
  }

  .header-actions .live-pill {
    order: -1;
  }

  .header-actions .ghost-button,
  .header-actions .ghost-link,
  .section-actions .ghost-button,
  .segment {
    min-height: 48px;
    padding: 10px 14px;
    font-size: 1rem;
  }

  .section-head {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .section-actions {
    display: grid;
    grid-template-columns: minmax(0, auto) auto;
    justify-content: end;
    gap: 8px;
    max-width: 100%;
  }

  .export-actions {
    min-width: 0;
  }

  .segmented {
    min-width: 0;
  }

  .segment {
    min-width: 0;
    padding-inline: 12px;
  }

  .table-wrap {
    min-width: 0;
    max-width: 100%;
  }

  #overallTable:has(.overall-block) {
    max-width: 100%;
    overflow: hidden;
  }

  th,
  td {
    padding: 12px 8px;
  }

  .mobile-score {
    display: block;
    color: var(--muted);
    font-size: 0.8rem;
    font-weight: 600;
  }

  .discipline {
    grid-template-columns: 1fr;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .throw-panel {
    overflow-x: auto;
  }

  .throw-table,
  .arenberg-table,
  .target-table {
    min-width: 380px;
  }

  .arenberg-table {
    min-width: 680px;
  }

  .target-table {
    min-width: 980px;
  }
}

@media (max-width: 460px) {
  .header-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
  }

  .header-actions .live-pill {
    grid-column: 1 / -1;
    justify-self: end;
  }

  .header-actions .ghost-button,
  .header-actions .ghost-link {
    width: 100%;
  }

  .section-actions {
    grid-template-columns: 1fr;
  }

  .segmented,
  .export-actions,
  .section-actions .ghost-button {
    justify-self: end;
  }
}

@media print {
  body > :not(.detail-modal) {
    display: none !important;
  }

  .detail-modal {
    position: static;
    display: block !important;
    padding: 0;
  }

  .detail-backdrop,
  .detail-actions .header-actions {
    display: none !important;
  }

  .detail-card {
    width: 100%;
    max-height: none;
    overflow: visible;
    padding: 0;
    border: 0;
    box-shadow: none;
  }

  .detail-actions {
    position: static;
  }

  .entry-card,
  .table-wrap {
    box-shadow: none;
    break-inside: avoid;
  }
}
