:root {
  --bg0: #0b1220;
  --bg1: #121b2e;
  --bg2: #1a2740;
  --line: rgba(255, 255, 255, 0.08);
  --text: #e8eef8;
  --muted: #93a0b8;
  --accent: #e8a317;
  --accent-2: #f0c14b;
  --ok: #2fbf71;
  --warn: #e8a317;
  --danger: #e55353;
  --card: rgba(18, 27, 46, 0.92);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  --radius: 16px;
  --font-display: "Sora", system-ui, sans-serif;
  --font-body: "Manrope", system-ui, sans-serif;
  color-scheme: light;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: var(--font-body);
  color: var(--text);
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(232, 163, 23, 0.18), transparent 55%),
    radial-gradient(900px 500px at 100% 0%, rgba(56, 120, 255, 0.12), transparent 50%),
    linear-gradient(160deg, var(--bg0), var(--bg1) 45%, #0e1626);
  min-height: 100vh;
  overflow-x: hidden;
}

a {
  color: var(--accent-2);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.shell {
  width: min(1100px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2rem 0 3rem;
}

.shell-wide {
  width: min(100%, calc(100% - 1rem));
  overflow-x: visible;
}

.year-context-menu {
  position: fixed;
  z-index: 9999;
  min-width: 220px;
  background: #162033;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--shadow);
  padding: 0.35rem;
}

.year-context-menu button {
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  color: #ffb4b4;
  padding: 0.65rem 0.75rem;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-weight: 650;
}

.year-context-menu button:hover {
  background: rgba(229, 83, 83, 0.18);
}

.year-tab {
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.trash-card {
  border-color: rgba(229, 83, 83, 0.25);
}

.needs-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  color: #1a1a1a !important;
  background: #f0e6a8 !important;
  border: 1px solid #2a3548;
  text-align: center;
  padding: 0.65rem;
  color-scheme: light;
  -webkit-text-fill-color: #1a1a1a;
}

.needs-wrap {
  margin-top: 0.5rem;
  overflow-x: visible;
  color-scheme: light;
}

.needs-zoom-bar {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.65rem;
  padding: 0.45rem 0.65rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  border-radius: 10px;
  width: fit-content;
  max-width: 100%;
}

.zoom-btn {
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--text);
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
  line-height: 1;
  flex-shrink: 0;
}

.zoom-range {
  width: min(180px, 42vw);
  accent-color: var(--accent);
}

.zoom-label {
  min-width: 3.2rem;
  font-weight: 700;
  color: var(--accent-2);
  font-size: 0.92rem;
}

.needs-scale-outer {
  overflow: visible;
  border: 1px solid #2a3548;
  background: #ffffff !important;
  width: 100%;
  color-scheme: light only;
  forced-color-adjust: none;
}

.needs-scale-inner {
  display: inline-block;
  will-change: transform;
  background: #ffffff !important;
  color-scheme: light only;
}

.needs-table {
  border-collapse: collapse;
  width: max-content;
  font-size: 0.82rem;
  color: #111111 !important;
  background: #ffffff !important;
  color-scheme: light only;
  -webkit-text-fill-color: #111111;
}

.needs-table th,
.needs-table td {
  border: 1px solid #9aa3b2 !important;
  padding: 0;
  vertical-align: middle;
  background-color: #ffffff !important;
  color: #111111 !important;
  -webkit-text-fill-color: #111111;
}

.needs-table thead th {
  background: #e8d9a0 !important;
  color: #111111 !important;
  font-weight: 700;
  -webkit-text-fill-color: #111111;
}

.needs-sase-h,
.needs-sase-cell {
  min-width: 110px;
  width: 110px;
}

.needs-proje-h,
.needs-proje-cell {
  min-width: 260px;
  width: 260px;
}

.needs-month {
  min-width: 88px;
  text-align: center;
  padding: 0.35rem 0.2rem !important;
}

.needs-month-name {
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  color: #111 !important;
}

.needs-month-range {
  font-size: 0.62rem;
  font-weight: 600;
  color: #333333 !important;
  line-height: 1.25;
  margin-top: 0.15rem;
  -webkit-text-fill-color: #333333;
}

.needs-sase,
.needs-proje,
.needs-val,
.needs-mevcut,
.needs-table input,
.needs-table select {
  width: 100%;
  border: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  color: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
  caret-color: #111111;
  padding: 0.4rem 0.35rem;
  border-radius: 0;
  text-align: center;
  box-shadow: none !important;
  color-scheme: light only;
  opacity: 1 !important;
}

.needs-proje {
  text-align: left;
  font-weight: 650;
}

.needs-sase-cell {
  background: #f3f7fb !important;
}

.needs-proje-cell {
  background: #ffffff !important;
}

.needs-table tbody tr:nth-child(odd) td:not(.needs-proje-cell):not(.needs-sase-cell):not(.needs-actions) {
  background: #ffffff !important;
}

.needs-table tbody tr:nth-child(even) .needs-sase-cell {
  background: #d9e6f5 !important;
}

.needs-table tbody tr:nth-child(even) td:not(.needs-proje-cell):not(.needs-sase-cell):not(.needs-actions) {
  background: #d9e6f5 !important;
}

.needs-proje-wrap {
  display: grid;
  gap: 0.2rem;
  padding: 0.2rem;
}

.needs-status {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 4px;
  font-size: 0.68rem;
  padding: 0.2rem;
  color: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
  background: rgba(255, 255, 255, 0.55) !important;
  color-scheme: light only;
}

.needs-status-pill {
  display: block;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 0.2rem 0.35rem;
  color: #111 !important;
}

.st-iptal {
  background: #ff0000 !important;
  color: #ffffff !important;
}

.st-iptal,
.st-iptal input,
.st-iptal select {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.st-kosuyor {
  background: #92d050 !important;
  color: #111111 !important;
}

.st-kosuyor input,
.st-kosuyor select {
  color: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
}

.st-belirsiz {
  background: #ffff00 !important;
  color: #111111 !important;
}

.st-belirsiz input,
.st-belirsiz select {
  color: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
}

.st-hedef {
  background: #ffc000 !important;
  color: #c00000 !important;
}

.st-hedef .needs-proje,
.st-hedef select,
.st-hedef.needs-status-pill,
.st-hedef input {
  color: #c00000 !important;
  -webkit-text-fill-color: #c00000 !important;
  font-weight: 800;
}

.st-kesin {
  background: #ffffff !important;
  color: #111111 !important;
}

.st-kesin input,
.st-kesin select {
  color: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
}

.needs-actions {
  width: 36px;
  text-align: center;
  background: #ffffff !important;
}

.needs-add-btn {
  border: 0 !important;
  background: #efe8d2 !important;
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
}

.foot-label {
  font-weight: 800;
  text-align: left !important;
  padding: 0.55rem 0.5rem !important;
  white-space: nowrap;
}

.foot-label small {
  display: block;
  font-weight: 600;
  opacity: 0.85;
  font-size: 0.72rem;
}

.foot-mevcut td {
  background: #00b050 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-weight: 700;
  text-align: center;
}

.foot-mevcut .foot-label {
  background: #c65911 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.foot-istenen td {
  background: #ffff00 !important;
  color: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
  font-weight: 700;
  text-align: center;
  padding: 0.45rem 0.25rem !important;
}

.foot-istenen .foot-label {
  background: #c65911 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.foot-ihtiyac td.foot-label {
  background: #c65911 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.foot-ihtiyac .needs-sum.need-neg {
  background: #ff0000 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.foot-ihtiyac .needs-sum.need-zero {
  background: #ffff00 !important;
  color: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
}

.foot-ihtiyac .needs-sum.need-pos {
  background: #00b050 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.needs-empty {
  text-align: center;
  padding: 1rem !important;
  color: #333 !important;
  background: #fff !important;
}

.needs-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.75rem;
}

.legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.35rem 0.55rem;
  background: rgba(255, 255, 255, 0.03);
}

.legend-item span {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.legend-item.st-iptal span { background: #e53935; }
.legend-item.st-kosuyor span { background: #7CB342; }
.legend-item.st-belirsiz span { background: #FBC02D; }
.legend-item.st-hedef span {
  background: #FBC02D;
  box-shadow: inset 0 0 0 2px #e65100;
}
.legend-item.st-kesin span { background: #fff; }
.legend-item.need-neg span { background: #c62828; }
.legend-item.need-zero span { background: #fbc02d; }
.legend-item.need-pos span { background: #2e7d32; }

.auth-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 1.5rem;
}

.brand {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.03em;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  margin: 0 0 0.35rem;
}

.brand span {
  color: var(--accent);
}

.subtitle {
  margin: 0 0 1.5rem;
  color: var(--muted);
  line-height: 1.5;
}

.panel,
.auth-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.auth-card {
  width: min(420px, 100%);
  padding: 1.75rem;
  animation: rise 0.45s ease both;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.form-grid {
  display: grid;
  gap: 0.9rem;
}

label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.9rem;
  color: var(--muted);
}

input,
select,
button,
textarea {
  font: inherit;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  border-radius: 10px;
  padding: 0.75rem 0.9rem;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(232, 163, 23, 0.55);
  box-shadow: 0 0 0 3px rgba(232, 163, 23, 0.15);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border: 0;
  border-radius: 10px;
  padding: 0.8rem 1rem;
  cursor: pointer;
  font-weight: 650;
  transition: transform 0.12s ease, opacity 0.12s ease, background 0.12s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent), #c98400);
  color: #1a1200;
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  border: 1px solid var(--line);
}

.btn-ok {
  background: rgba(47, 191, 113, 0.18);
  color: #7dffb3;
  border: 1px solid rgba(47, 191, 113, 0.35);
}

.btn-danger {
  background: rgba(229, 83, 83, 0.16);
  color: #ff9b9b;
  border: 1px solid rgba(229, 83, 83, 0.35);
}

.btn-sm {
  padding: 0.45rem 0.7rem;
  font-size: 0.85rem;
}

.msg {
  margin-top: 0.9rem;
  padding: 0.75rem 0.9rem;
  border-radius: 10px;
  font-size: 0.92rem;
  line-height: 1.4;
}

.msg-error {
  background: rgba(229, 83, 83, 0.12);
  border: 1px solid rgba(229, 83, 83, 0.35);
  color: #ffb4b4;
}

.msg-ok {
  background: rgba(47, 191, 113, 0.12);
  border: 1px solid rgba(47, 191, 113, 0.35);
  color: #9dffc4;
}

.msg code {
  font-family: ui-monospace, Consolas, monospace;
  background: rgba(0, 0, 0, 0.25);
  padding: 0.1rem 0.35rem;
  border-radius: 4px;
}

.muted-link {
  margin-top: 1rem;
  text-align: center;
  color: var(--muted);
  font-size: 0.92rem;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}

.topbar .meta {
  color: var(--muted);
  font-size: 0.92rem;
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  border: 1px solid transparent;
}

.badge-pending {
  background: rgba(232, 163, 23, 0.15);
  color: #ffd789;
  border-color: rgba(232, 163, 23, 0.35);
}

.badge-approved {
  background: rgba(47, 191, 113, 0.15);
  color: #9dffc4;
  border-color: rgba(47, 191, 113, 0.35);
}

.badge-rejected {
  background: rgba(229, 83, 83, 0.15);
  color: #ffb4b4;
  border-color: rgba(229, 83, 83, 0.35);
}

.badge-full {
  background: rgba(56, 120, 255, 0.15);
  color: #a9c5ff;
  border-color: rgba(56, 120, 255, 0.35);
}

.badge-readonly {
  background: rgba(255, 255, 255, 0.06);
  color: #c9d3e6;
  border-color: var(--line);
}

.grid-cards {
  display: grid;
  gap: 1rem;
}

.user-card {
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  display: grid;
  gap: 0.75rem;
}

.user-card-head {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: flex-start;
  flex-wrap: wrap;
}

.user-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.05rem;
}

.user-card p {
  margin: 0.2rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.actions select {
  width: auto;
  min-width: 180px;
  padding: 0.45rem 0.6rem;
}

.tabs {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.tab {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--muted);
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
  cursor: pointer;
}

.tab.active {
  color: #1a1200;
  background: var(--accent);
  border-color: transparent;
  font-weight: 700;
}

.empty {
  color: var(--muted);
  padding: 1.5rem;
  text-align: center;
  border: 1px dashed var(--line);
  border-radius: 14px;
}

.panel-box {
  padding: 1.25rem;
}

.placeholder {
  padding: 2rem 1.25rem;
  text-align: center;
  color: var(--muted);
  line-height: 1.6;
}

.placeholder strong {
  color: var(--text);
}

.config-banner {
  margin-bottom: 1rem;
}

.hidden {
  display: none !important;
}

.main-tabs {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
  flex-wrap: wrap;
}

.main-tab {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  color: var(--muted);
  border-radius: 999px;
  padding: 0.55rem 1rem;
  cursor: pointer;
  font-weight: 650;
}

.main-tab.active {
  color: #1a1200;
  background: linear-gradient(135deg, var(--accent), #c98400);
  border-color: transparent;
}

.drivers-head {
  margin-bottom: 1rem;
  display: grid;
  gap: 0.45rem;
}

.board-title-input,
.board-subtitle-input,
.driver-col-title,
.driver-name-input {
  border-radius: 0;
}

.board-title-input {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  font-weight: 700;
  text-align: center;
  border: 1px solid #2a3548;
  background: #f4f1e4;
  color: #1a1a1a;
  padding: 0.7rem 0.75rem;
}

.board-subtitle-input {
  text-align: center;
  border: 1px solid #2a3548;
  background: #fffdf6;
  color: #333;
  font-weight: 650;
  padding: 0.55rem 0.75rem;
}

.board-title-input:read-only,
.board-subtitle-input:read-only,
.driver-col-title:read-only,
.driver-name-input:read-only {
  cursor: default;
  opacity: 0.98;
}

.drivers-scroll {
  overflow-x: auto;
  border: 1px solid #2a3548;
  background: #ffffff !important;
  color-scheme: light only;
  forced-color-adjust: none;
}

.drivers-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(240px, 1fr));
  min-width: 780px;
  background: #ffffff !important;
}

.driver-col {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #2a3548;
  min-height: 100%;
  background: #ffffff !important;
}

.driver-col:last-child {
  border-right: 0;
}

.driver-col-header {
  background: #f0e6a8 !important;
  border-bottom: 1px solid #2a3548;
}

.driver-col-title {
  width: 100%;
  border: 0 !important;
  background: transparent !important;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 700;
  color: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
  padding: 0.65rem 0.5rem;
  color-scheme: light only;
}

.driver-col-body {
  flex: 1;
  background: #fffef8 !important;
}

.driver-row {
  display: grid;
  grid-template-columns: 28px 1fr 32px;
  align-items: center;
  border-bottom: 1px solid #cfc7b0;
  min-height: 38px;
  background: #fffef8 !important;
}

.driver-index {
  text-align: center;
  color: #333333 !important;
  font-size: 0.78rem;
  font-weight: 700;
}

.driver-name-input {
  border: 0 !important;
  background: transparent !important;
  color: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
  caret-color: #111;
  padding: 0.45rem 0.35rem;
  font-size: 0.92rem;
  color-scheme: light only;
  opacity: 1 !important;
}

.driver-name-input:focus {
  background: #fff7d1 !important;
  box-shadow: none;
  border-color: transparent;
}

.board-title-input,
.board-subtitle-input {
  color-scheme: light only;
  color: #1a1a1a !important;
  -webkit-text-fill-color: #1a1a1a !important;
}

.board-title-input {
  background: #f4f1e4 !important;
}

.board-subtitle-input {
  background: #fffdf6 !important;
}

.driver-col-total {
  background: #5b5b5b !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-align: center;
  font-weight: 700;
  padding: 0.55rem 0.4rem;
}

.add-driver-btn {
  width: 100%;
  border: 0;
  border-top: 1px dashed #9a9178;
  border-bottom: 1px solid #2a3548;
  background: #efe8d2 !important;
  color: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
  font-size: 1.35rem;
  font-weight: 700;
  padding: 0.35rem 0;
  cursor: pointer;
}

.btn-icon {
  border: 0;
  background: transparent;
  color: #9a3b3b;
  font-size: 1.15rem;
  line-height: 1;
  cursor: pointer;
  width: 32px;
  height: 32px;
}

.btn-icon:hover {
  color: #d12d2d;
}

.btn-icon.spacer {
  visibility: hidden;
}

.driver-empty {
  padding: 0.85rem;
  text-align: center;
  color: #7a7363;
  font-size: 0.88rem;
  border-bottom: 1px solid #cfc7b0;
}

.add-driver-btn {
  width: 100%;
  border: 0;
  border-top: 1px dashed #9a9178;
  border-bottom: 1px solid #2a3548;
  background: #efe8d2;
  color: #1a1a1a;
  font-size: 1.35rem;
  font-weight: 700;
  padding: 0.35rem 0;
  cursor: pointer;
  transition: background 0.12s ease;
}

.add-driver-btn:hover {
  background: #e8a317;
}

.add-driver-btn.readonly-gap {
  min-height: 12px;
  cursor: default;
  border-top: 0;
  background: #fffef8;
}

.driver-col-total {
  background: #5b5b5b;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 0.55rem 0.4rem;
}

.drivers-grand-total {
  margin-top: 0;
  background: #111;
  color: #fff;
  text-align: center;
  font-weight: 750;
  font-size: 1.05rem;
  padding: 0.75rem 0.5rem;
  border: 1px solid #2a3548;
  border-top: 0;
}

@media (max-width: 640px) {
  .auth-card {
    padding: 1.35rem;
  }

  .actions select {
    width: 100%;
  }

  .shell,
  .shell-wide {
    width: calc(100% - 0.75rem);
    padding: 1rem 0 2rem;
  }

  .brand {
    font-size: 1.35rem;
  }

  .main-tabs {
    gap: 0.35rem;
  }

  .main-tab {
    font-size: 0.78rem;
    padding: 0.45rem 0.65rem;
  }

  .drivers-grid {
    grid-template-columns: 1fr;
    min-width: 0;
  }

  .driver-col {
    border-right: 0;
    border-bottom: 2px solid #2a3548;
  }

  .needs-zoom-bar {
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
  }

  .zoom-range {
    flex: 1;
    width: auto;
  }

  .needs-scale-outer,
  .drivers-scroll,
  .needs-table,
  .needs-table input,
  .needs-table select,
  .driver-name-input,
  .driver-col-title {
    color-scheme: light only !important;
  }
}
