:root {
  color-scheme: light dark;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #0f172a;
  color: #f8fafc;
  --leaf-card-bg: rgba(51, 65, 85, 0.46);
  --leaf-card-border: rgba(100, 116, 139, 0.38);
  --leaf-card-hover: rgba(30, 41, 59, 0.68);
}

body {
  position: relative;
  isolation: isolate;
  margin: 0;
  background:
    radial-gradient(circle at top, rgba(51, 65, 85, 0.6), transparent 60%),
    radial-gradient(circle at 20% 10%, rgba(56, 189, 248, 0.12), transparent 45%),
    radial-gradient(circle at 80% 0%, rgba(34, 211, 238, 0.10), transparent 50%),
    #0b1224;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: top center, 20% 10%, 80% 0%, top left;
  background-size: auto, auto, auto, auto;
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image: url(/a16381507fb4c3b8ece7.png);
  background-repeat: no-repeat;
  background-position: calc(100% + 250px) -10px;
  background-size: 56rem auto;
  mask-image: radial-gradient(72rem 72rem at calc(100% + 8rem) -6rem, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.9) 14%, rgba(0, 0, 0, 0.64) 30%, rgba(0, 0, 0, 0.34) 44%, rgba(0, 0, 0, 0.12) 56%, rgba(0, 0, 0, 0.02) 64%, rgba(0, 0, 0, 0) 72%);
  -webkit-mask-image: radial-gradient(72rem 72rem at calc(100% + 8rem) -6rem, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.9) 14%, rgba(0, 0, 0, 0.64) 30%, rgba(0, 0, 0, 0.34) 44%, rgba(0, 0, 0, 0.12) 56%, rgba(0, 0, 0, 0.02) 64%, rgba(0, 0, 0, 0) 72%);
}

#root {
  position: relative;
  z-index: 1;
}

main.page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1.5rem 4rem;
}

main.page.page-wide {
  max-width: 1600px;
}

.page-shell {
  background: #0f172a;
  border: 1px solid #334155;
  border-top: none;
  border-radius: 0 0 18px 18px;
  margin-top: -1px;
  padding: 1.5rem;
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.45);
}

.page-content {
  margin-top: 0;
}

.page-header {
  margin-bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.pilot-table {
  border-radius: 16px;
  border: 1px solid var(--leaf-card-border);
  background: var(--leaf-card-bg);
  overflow: hidden;
}

.pilot-table-row {
  display: grid;
  grid-template-columns: minmax(140px, 2fr) minmax(90px, 1fr) minmax(110px, 1fr) minmax(96px, 1fr);
  gap: 0.5rem;
  align-items: center;
  padding: 0.75rem 0.95rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.pilot-table-row-link {
  text-decoration: none;
  color: inherit;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.pilot-table-row-link:hover {
  background: var(--leaf-card-hover);
}

.pilot-table-head .pilot-table-row {
  background: rgba(51, 65, 85, 0.58);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(148, 163, 184, 0.85);
  align-items: center;
}

.pilot-table-row:last-child {
  border-bottom: none;
}

.pilot-table-cell {
  color: rgba(248, 250, 252, 0.95);
}

.pilot-table-cell.is-muted,
.pilot-table-cell-muted {
  color: rgba(148, 163, 184, 0.7);
}

.pilot-table-cell-chevron {
  display: flex;
  justify-content: flex-end;
  color: rgba(148, 163, 184, 0.85);
}

.pilot-table-chevron {
  font-size: 1.1rem;
  line-height: 1;
  color: rgba(148, 163, 184, 0.9);
}

.pilot-table-sort-btn {
  all: unset;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  cursor: pointer;
  color: rgba(148, 163, 184, 0.85);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  white-space: nowrap;
  user-select: none;
}

.pilot-table-sort-btn:hover {
  color: rgba(248, 250, 252, 0.95);
}

.pilot-table-sort-btn.is-sorted {
  color: rgba(248, 250, 252, 0.95);
}

.sort-indicator {
  font-size: 0.75rem;
  line-height: 1;
}

.sort-indicator-inactive {
  opacity: 0.35;
}

.pilot-table-header-stat {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pilot-table-header-stat > span {
  white-space: nowrap;
}

.pilot-table-header-proficiencies,
.pilot-table-header-achievements {
  justify-content: flex-end;
  text-align: right;
}




.pilot-table-cell-stat {
  font-variant-numeric: tabular-nums;
  text-align: right;
  color: rgba(248, 250, 252, 0.95);
  font-size: 0.875rem;
}

.pilot-table-cell-stat.is-zero {
  color: rgba(148, 163, 184, 0.35);
}

.pilot-table-cell-master {
  color: #f59e0b;
}

.pilot-table-cell-master.is-zero {
  color: rgba(148, 163, 184, 0.35);
}

.page-header h1 {
  margin: 0;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
}

.page-header-title {
  display: flex;
  align-items: center;
}

.page-header-logo {
  display: block;
  width: min(340px, 100%);
  height: auto;
  margin-bottom: 0.5rem;
}

.page-header p {
  margin-top: 0.5rem;
  color: rgba(248, 250, 252, 0.7);
}

.page-nav {
  margin-top: 0.9rem;
  display: flex;
  gap: 0.25rem;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  border-bottom: 1px solid #334155;
}

.page-nav-link {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.9rem;
  border-radius: 12px 12px 0 0;
  border: 1px solid #334155;
  border-bottom: none;
  background: #1b2a3d;
  color: #f8fafc;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: -1px;
}

.page-nav-link:hover {
  border-color: #475569;
  background: #162341;
}

.page-nav-link.is-active {
  background: #0f172a;
  border-color: #334155;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.panel {
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 18px;
  padding: 1.5rem;
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.45);
  margin-bottom: 1.5rem;
}

.panel-tight {
  padding: 1rem;
  position: relative;
  z-index: 50;
}

.panel-list {
  padding: 1rem;
  position: relative;
  z-index: 1;
}

.form-stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
  max-width: 420px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.95rem;
  color: rgba(248, 250, 252, 0.85);
}

.form-field input {
  padding: 0.65rem 0.75rem;
  border-radius: 12px;
  border: 1px solid var(--leaf-card-border);
  background: var(--leaf-card-bg);
  color: #f8fafc;
  font-size: 1rem;
  width: 100%;
}

.form-field input:focus {
  outline: none;
  border-color: rgba(56, 189, 248, 0.6);
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.2);
}

.form-actions {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.form-actions button {
  padding: 0.6rem 1.1rem;
  border-radius: 12px;
  border: 1px solid rgba(56, 189, 248, 0.5);
  background: rgba(56, 189, 248, 0.15);
  color: #f8fafc;
  font-weight: 600;
  cursor: pointer;
}

.form-actions button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.admin-pilot-state-table-wrap {
  overflow-x: auto;
  margin-top: 1rem;
}

.admin-pilot-state-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.admin-pilot-state-table th,
.admin-pilot-state-table td {
  padding: 0.55rem 0.65rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
  text-align: left;
  white-space: nowrap;
}

.admin-pilot-state-table th {
  color: rgba(148, 163, 184, 0.95);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.admin-pilot-state-layout {
  display: grid;
  grid-template-columns: minmax(220px, 280px) 1fr;
  gap: 1rem;
  margin-top: 1rem;
}

.admin-pilot-state-sidebar {
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.5);
  padding: 0.75rem;
}

.admin-pilot-state-sidebar h3 {
  margin: 0.75rem 0 0.5rem;
  font-size: 0.95rem;
}

.admin-pilot-state-server-filter {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.admin-pilot-state-server-filter span {
  font-size: 0.8rem;
  color: rgba(148, 163, 184, 0.95);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.admin-pilot-state-server-filter select {
  border-radius: 8px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: rgba(15, 23, 42, 0.85);
  color: inherit;
  padding: 0.45rem 0.5rem;
}

.admin-pilot-state-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}

.admin-pilot-state-pilot-btn {
  width: 100%;
  text-align: left;
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: rgba(30, 41, 59, 0.62);
  color: inherit;
  border-radius: 10px;
  padding: 0.55rem 0.65rem;
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  cursor: pointer;
}

.admin-pilot-state-pilot-btn.is-active {
  border-color: rgba(56, 189, 248, 0.65);
  background: rgba(56, 189, 248, 0.12);
}

.admin-pilot-state-main {
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.5);
  padding: 0.9rem;
}

.admin-pilot-state-head h3 {
  margin: 0;
}

.admin-pilot-state-head p {
  margin: 0.35rem 0 0.75rem;
  color: rgba(148, 163, 184, 0.95);
}

.admin-pilot-state-data-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 0.8rem;
}

.admin-pilot-state-data-panel {
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 10px;
  padding: 0.65rem;
  background: rgba(15, 23, 42, 0.7);
}

.admin-pilot-state-data-panel h4 {
  margin: 0;
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.95);
}

.admin-pilot-state-data-list {
  list-style: none;
  margin: 0.6rem 0 0;
  padding: 0;
  max-height: 360px;
  overflow: auto;
}

.admin-pilot-state-data-row {
  display: grid;
  grid-template-columns: minmax(130px, 1fr) minmax(150px, 1fr);
  gap: 0.7rem;
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
  font-size: 0.84rem;
}

.admin-pilot-state-data-row:last-child {
  border-bottom: none;
}

.admin-pilot-state-data-row span:first-child {
  color: rgba(148, 163, 184, 0.95);
}

.admin-pilot-state-data-row span:last-child {
  color: rgba(248, 250, 252, 0.95);
  word-break: break-word;
}

.admin-pilot-state-graph-controls {
  margin-top: 0.9rem;
  display: grid;
  gap: 0.5rem;
}

.admin-pilot-state-weapons-panel {
  margin-top: 0.9rem;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 10px;
  padding: 0.65rem;
  background: rgba(15, 23, 42, 0.7);
}

.admin-pilot-state-weapons-panel h4 {
  margin: 0;
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.95);
}

.admin-pilot-state-weapons-table-wrap {
  margin-top: 0.6rem;
  overflow-x: auto;
}

.admin-pilot-state-weapons-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.82rem;
}

.admin-pilot-state-weapons-table th,
.admin-pilot-state-weapons-table td {
  padding: 0.38rem 0.45rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.14);
  text-align: left;
  white-space: nowrap;
}

.admin-pilot-state-weapons-table th {
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.95);
}

.admin-pilot-state-weapons-table tbody tr:last-child td {
  border-bottom: none;
}

.admin-pilot-state-graph-controls h4 {
  margin: 0;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(148, 163, 184, 0.95);
}

.admin-pilot-state-graph-field-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.4rem 0.75rem;
}

.admin-pilot-state-graph-field-item label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.84rem;
}

.admin-pilot-state-graph-wrap {
  margin-top: 0.75rem;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 10px;
  padding: 0.65rem;
}

.admin-pilot-state-graph {
  width: 100%;
  height: 120px;
}

.admin-pilot-state-graph-legend {
  list-style: none;
  margin: 0.45rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.35rem 0.8rem;
}

.admin-pilot-state-graph-legend li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8rem;
}

.admin-pilot-state-graph-color {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  display: inline-block;
}

@media (max-width: 980px) {
  .admin-pilot-state-data-grid {
    grid-template-columns: 1fr;
  }
}

.button-secondary {
  border: 1px solid rgba(148, 163, 184, 0.4);
  background: rgba(148, 163, 184, 0.12);
  color: rgba(248, 250, 252, 0.95);
}

.alert {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(248, 113, 113, 0.5);
  background: rgba(248, 113, 113, 0.12);
  color: rgba(254, 226, 226, 0.95);
}

.status {
  margin-top: 1rem;
  padding: 0.6rem 0.9rem;
  border-radius: 12px;
  border: 1px solid rgba(56, 189, 248, 0.35);
  background: rgba(56, 189, 248, 0.12);
  color: rgba(224, 242, 254, 0.95);
}

.admin-preview-actions {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.admin-primary-button,
.admin-secondary-button {
  padding: 0.6rem 1.1rem;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 600;
  cursor: pointer;
}

.admin-primary-button {
  border-color: rgba(56, 189, 248, 0.6);
  background: rgba(56, 189, 248, 0.2);
  color: #f8fafc;
}

.admin-secondary-button {
  border-color: rgba(148, 163, 184, 0.4);
  background: rgba(148, 163, 184, 0.12);
  color: rgba(248, 250, 252, 0.95);
}

.admin-primary-button:disabled,
.admin-secondary-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.admin-preview-error {
  color: rgba(248, 113, 113, 0.95);
  font-size: 0.9rem;
}

.admin-tools {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.admin-tools-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.75rem;
}

.admin-tool-item {
  padding: 0.85rem 1rem;
  border-radius: 14px;
  border: 1px solid var(--leaf-card-border);
  background: var(--leaf-card-bg);
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.admin-tool-item.is-disabled {
  opacity: 0.6;
}

.admin-tool-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.admin-tool-title {
  font-weight: 600;
}

.admin-tool-meta {
  color: rgba(148, 163, 184, 0.85);
  font-size: 0.9rem;
}

.admin-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.admin-header-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.admin-link {
  color: rgba(56, 189, 248, 0.95);
  text-decoration: none;
  font-weight: 600;
}

.admin-link:hover {
  text-decoration: underline;
}

.admin-tabs {
  display: inline-flex;
  gap: 0.4rem;
  margin-top: 1rem;
  padding: 0.35rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: rgba(15, 23, 42, 0.6);
}

.admin-tab {
  border: none;
  background: transparent;
  color: rgba(226, 232, 240, 0.85);
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.admin-tab.is-active {
  background: rgba(56, 189, 248, 0.2);
  color: rgba(248, 250, 252, 0.98);
}

.admin-table-wrapper {
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.admin-table th,
.admin-table td {
  text-align: left;
  padding: 0.45rem 0.6rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.15);
  white-space: nowrap;
}

.admin-table th {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(148, 163, 184, 0.9);
}

.admin-sort-button {
  border: none;
  background: transparent;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  cursor: pointer;
}

.admin-sort-button:hover {
  color: rgba(224, 242, 254, 0.95);
}

.admin-sort-indicator {
  font-size: 0.65rem;
  color: rgba(56, 189, 248, 0.9);
}

.admin-table tbody tr:hover {
  background: var(--leaf-card-hover);
}


.admin-input {
  width: 100%;
  padding: 0.35rem 0.5rem;
  border-radius: 8px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: rgba(15, 23, 42, 0.9);
  color: #f8fafc;
  font-size: 0.85rem;
}

.admin-row-actions {
  display: inline-flex;
  gap: 0.35rem;
  align-items: center;
}

.admin-icon-button {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: rgba(15, 23, 42, 0.6);
  color: #f8fafc;
  border-radius: 8px;
  padding: 0;
  cursor: pointer;
}

.admin-icon-button:hover {
  border-color: rgba(56, 189, 248, 0.6);
}

.admin-count {
  font-variant-numeric: tabular-nums;
}

.admin-count-alert {
  color: #f87171;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  font-weight: 600;
}

.admin-row-error {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: rgba(248, 113, 113, 0.9);
}

.admin-translation-missing {
  color: rgba(248, 113, 113, 0.95);
  font-weight: 600;
}

.admin-modal {
  position: fixed;
  inset: 0;
  background: rgba(2, 6, 23, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  z-index: 2000;
}

.admin-modal-card {
  width: min(520px, 100%);
  background: rgba(15, 23, 42, 0.95);
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.3);
  box-shadow: 0 20px 50px rgba(2, 6, 23, 0.6);
  padding: 1.5rem;
}

.admin-modal-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.admin-modal-body {
  display: grid;
  gap: 0.65rem;
}

.admin-preview-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.95rem;
}

.admin-preview-section {
  margin-top: 0.75rem;
  display: grid;
  gap: 0.5rem;
}

.admin-preview-section h4 {
  margin: 0;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(148, 163, 184, 0.85);
}

.admin-preview-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.4rem;
  font-size: 0.85rem;
}

.admin-preview-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(226, 232, 240, 0.9);
}

.admin-preview-divider {
  margin: 0 0.35rem;
  color: rgba(148, 163, 184, 0.85);
}

.pilot-panel {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.filter-bar {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.filter-label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(148, 163, 184, 0.9);
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.dashboard-card {
  margin-bottom: 0;
  min-height: 280px;
}

.dashboard-card-stack {
  display: grid;
  gap: 1rem;
}

.dashboard-card-pulse {
  min-height: 0;
}

.dashboard-card-server {
  min-height: 0;
}

.dashboard-card-wide {
  grid-column: span 2;
}

.dashboard-breakdown-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.dashboard-breakdown-card {
  border: 1px solid var(--leaf-card-border);
  border-radius: 12px;
  background: var(--leaf-card-bg);
  padding: 0.65rem;
}

.dashboard-widget-header-sub {
  margin-bottom: 0.55rem;
}

.dashboard-widget-header-sub h3 {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(226, 232, 240, 0.95);
}

.dashboard-widget-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.8rem;
}

.dashboard-widget-header h2 {
  margin: 0;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
}

.dashboard-widget-header a {
  color: rgba(56, 189, 248, 0.95);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
}

.dashboard-widget-header a:hover {
  text-decoration: underline;
}

.dashboard-mini-feed,
.dashboard-achievement-list,
.dashboard-high-scores,
.dashboard-greenie-list,
.dashboard-legend {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.dashboard-mini-feed-row,
.dashboard-achievement-row,
.dashboard-high-score-row,
.dashboard-greenie-row,
.dashboard-legend-row {
  border: 1px solid var(--leaf-card-border);
  border-radius: 12px;
  background: var(--leaf-card-bg);
  padding: 0.6rem 0.7rem;
}

.dashboard-mini-feed-title,
.dashboard-achievement-title,
.dashboard-high-score-title {
  font-weight: 600;
  color: rgba(248, 250, 252, 0.96);
}

.dashboard-proficiency-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.6rem;
}

.dashboard-proficiency-tier {
  color: rgba(248, 250, 252, 0.96);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: right;
  white-space: nowrap;
}

.dashboard-mini-feed-meta,
.dashboard-achievement-meta,
.dashboard-greenie-time {
  margin-top: 0.3rem;
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.82rem;
  color: rgba(148, 163, 184, 0.92);
}

.dashboard-achievement-meta a,
.dashboard-high-score-value,
.dashboard-greenie-name {
  color: rgba(125, 211, 252, 0.95);
  text-decoration: none;
  font-weight: 600;
}

.dashboard-achievement-meta a:hover,
.dashboard-high-score-value:hover,
.dashboard-greenie-name:hover {
  text-decoration: underline;
}

.dashboard-high-score-empty,
.dashboard-empty-row {
  color: rgba(148, 163, 184, 0.85);
  font-size: 0.9rem;
}

.dashboard-pulse-chart-shell {
  border: 1px solid var(--leaf-card-border);
  border-radius: 12px;
  background: var(--leaf-card-bg);
  padding: 0.55rem 0.65rem;
}

.dashboard-pulse-chart {
  margin-top: 0.32rem;
  display: flex;
  align-items: flex-end;
  gap: 0;
}

.dashboard-pulse-bars-7d {
  flex: 1;
  min-height: 84px;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  align-items: end;
  gap: 0.3rem;
}

.dashboard-pulse-day-col {
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: end;
  gap: 0.22rem;
}

.dashboard-pulse-day-stack-wrap {
  height: 72px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.dashboard-pulse-day-stack {
  width: 25px;
  min-height: 0;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  display: flex;
  flex-direction: column-reverse;
  box-shadow: 0 0 0 1px rgba(100, 116, 139, 0.35);
}

.dashboard-pulse-day-segment {
  width: 100%;
}

.dashboard-pulse-day-label {
  text-align: center;
  font-size: 0.68rem;
  color: rgba(148, 163, 184, 0.9);
}

.dashboard-donut-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 128px;
}

.dashboard-donut {
  width: 188px;
  height: 188px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  display: grid;
  place-items: center;
  overflow: visible;
  box-shadow: 0 8px 22px rgba(2, 6, 23, 0.55);
  filter: saturate(1.18) contrast(1.05);
  cursor: default;
  position: relative;
}

.dashboard-donut-small {
  width: 131px;
  height: 131px;
}

.dashboard-donut-small .dashboard-donut-hole {
  width: 50px;
  height: 50px;
}

.dashboard-donut-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  transform: rotate(0deg);
}

.dashboard-donut-track {
  fill: none;
  stroke: none;
  stroke-width: 16;
}

.dashboard-donut-center {
  fill: rgba(15, 23, 42, 0.92);
  stroke: none;
}

.dashboard-donut-segment {
  transition: opacity 180ms ease, filter 180ms ease, transform 180ms ease;
  transform-origin: 50px 50px;
  cursor: pointer;
}

.dashboard-donut-segment.is-dim {
  opacity: 0.34;
}

.dashboard-donut-segment.is-active {
  filter: brightness(1.15) saturate(1.12);
  transform: scale(1.045);
}

.dashboard-donut-hover-label {
  position: absolute;
  left: 50%;
  bottom: -1.45rem;
  transform: translateX(-50%);
  background: rgba(15, 23, 42, 0.94);
  border: 1px solid rgba(148, 163, 184, 0.32);
  color: rgba(226, 232, 240, 0.98);
  font-size: 0.72rem;
  font-weight: 600;
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
  white-space: nowrap;
  pointer-events: none;
  animation: donutLabelIn 140ms ease-out;
}

.dashboard-donut-empty {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: rgba(51, 65, 85, 0.5);
}

.dashboard-breakdown-empty {
  min-height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(148, 163, 184, 0.92);
  font-size: 0.9rem;
  border: 1px dashed rgba(148, 163, 184, 0.22);
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.32);
}

@keyframes donutLabelIn {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

.dashboard-greenie-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}

.dashboard-greenie-footnote {
  margin-top: 0.55rem;
  color: rgba(148, 163, 184, 0.85);
  font-size: 0.78rem;
}

@media (max-width: 980px) {
  .dashboard-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-card-stack {
    grid-column: span 1;
  }

  .dashboard-card-wide {
    grid-column: span 1;
  }

  .dashboard-donut-wrap {
    min-height: 110px;
  }

  .dashboard-breakdown-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-donut {
    width: 165px;
    height: 165px;
  }
}

.facet-input {
  position: relative;
}

.facet-input-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.65rem;
  border-radius: 12px;
  border: 1px solid var(--leaf-card-border);
  background: var(--leaf-card-bg);
}

.facet-input-inner:focus-within {
  outline: none;
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.25);
}

.facet-input-icon {
  display: inline-flex;
  color: rgba(148, 163, 184, 0.85);
}

.facet-pills {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
  flex: 1;
  min-width: 0;
  padding-right: 6.25rem;
}

.facet-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(148, 163, 184, 0.10);
  color: rgba(248, 250, 252, 0.92);
  cursor: pointer;
}

.facet-pill:hover {
  border-color: rgba(56, 189, 248, 0.35);
  background: rgba(56, 189, 248, 0.12);
}

.facet-pill-key {
  color: rgba(148, 163, 184, 0.95);
}

.facet-pill-x {
  color: rgba(248, 250, 252, 0.8);
}

.facet-input-field {
  flex: 1;
  min-width: 220px;
  padding: 0.25rem 0.35rem;
  border: none;
  background: transparent;
  color: #f8fafc;
  outline: none;
  font-size: 0.9rem;
}

.facet-input-field::placeholder {
  color: rgba(148, 163, 184, 0.8);
}


.facet-input-actions {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.facet-loading {
  color: rgba(148, 163, 184, 0.85);
  padding: 0 0.25rem;
}

.facet-clear {
  padding: 0.32rem 0.55rem;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(148, 163, 184, 0.10);
  color: rgba(248, 250, 252, 0.9);
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

.facet-clear:hover {
  border-color: rgba(56, 189, 248, 0.35);
  background: rgba(56, 189, 248, 0.12);
}

.facet-error {
  margin-top: 0.35rem;
  font-size: 0.85rem;
  color: rgba(248, 113, 113, 0.95);
}

.facet-suggestions {
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  margin-top: 0.5rem;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(2, 6, 23, 0.92);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px rgba(2, 6, 23, 0.55);
  overflow: hidden;
}

.facet-suggestion {
  width: 100%;
  text-align: left;
  padding: 0.65rem 0.8rem;
  border: none;
  background: transparent;
  color: rgba(248, 250, 252, 0.92);
  cursor: pointer;
}

.facet-suggestion:hover,
.facet-suggestion.is-active {
  background: rgba(56, 189, 248, 0.14);
}

.pilot-suggestions {
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  margin-top: 0.5rem;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(2, 6, 23, 0.92);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px rgba(2, 6, 23, 0.55);
  overflow: hidden;
}

.pilot-suggestions-item {
  width: 100%;
  text-align: left;
  padding: 0.65rem 0.8rem;
  border: none;
  background: transparent;
  color: rgba(248, 250, 252, 0.92);
  cursor: pointer;
}

.pilot-suggestions-item.is-disabled {
  cursor: default;
  color: rgba(148, 163, 184, 0.85);
}

.pilot-suggestions-item:hover,
.pilot-suggestions-item.is-active {
  background: rgba(56, 189, 248, 0.14);
}

.pilot-suggestions-name {
  font-weight: 650;
}

.filter-row {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.filter-search {
  flex: 1;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0.55rem 0.65rem;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(15, 23, 42, 0.82);
}

.filter-search-icon {
  display: inline-flex;
  color: rgba(148, 163, 184, 0.85);
}

.filter-search input {
  flex: 1;
  min-width: 140px;
  padding: 0.55rem 0.6rem;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.20);
  background: rgba(2, 6, 23, 0.25);
  color: #f8fafc;
}

.filter-search select {
  padding: 0.55rem 0.6rem;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.20);
  background: rgba(2, 6, 23, 0.25);
  color: rgba(248, 250, 252, 0.95);
}

.filter-search input:focus,
.filter-search select:focus {
  outline: none;
  border-color: rgba(56, 189, 248, 0.65);
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.18);
}

.filter-chips {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
}

.filter-chips-label {
  color: rgba(148, 163, 184, 0.85);
  font-size: 0.85rem;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(148, 163, 184, 0.10);
  color: rgba(248, 250, 252, 0.92);
  cursor: pointer;
}

.chip:hover {
  border-color: rgba(56, 189, 248, 0.35);
  background: rgba(56, 189, 248, 0.12);
}

.chip-x {
  color: rgba(248, 250, 252, 0.8);
}

.filter-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.filter-group label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(148, 163, 184, 0.9);
}

.filter-group input,
.filter-group select {
  padding: 0.6rem 0.75rem;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.3);
  background: rgba(15, 23, 42, 0.85);
  color: #f8fafc;
}

.filter-group input:focus,
.filter-group select:focus {
  outline: none;
  border-color: #38bdf8;
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.25);
}

.filter-actions {
  display: flex;
  gap: 0.75rem;
}

.filter-actions button {
  flex: 1;
  padding: 0.6rem 0.75rem;
  border-radius: 10px;
  border: none;
  font-weight: 600;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.filter-actions button[type="submit"] {
  background: linear-gradient(135deg, #38bdf8, #22d3ee);
  color: #0f172a;
  box-shadow: 0 12px 24px rgba(34, 211, 238, 0.2);
}

.filter-actions button.secondary {
  background: rgba(148, 163, 184, 0.15);
  color: rgba(248, 250, 252, 0.9);
}

.filter-actions button:hover {
  transform: translateY(-2px);
}

.filter-actions button.secondary:hover {
  transform: none;
}

.stats-filter {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  flex-wrap: wrap;
}

.stats-filter .filter-group {
  flex: 1;
  min-width: 240px;
}

.stats-header {
  display: flex;
  gap: 1.25rem;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}

.stats-header-left {
  min-width: min(520px, 100%);
}

.stats-header-kicker {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(148, 163, 184, 0.9);
}

.stats-header-title {
  margin-top: 0.25rem;
  font-size: 1.55rem;
  font-weight: 760;
  letter-spacing: 0.01em;
  display: flex;
  align-items: baseline;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.stats-header-status {
  font-size: 0.85rem;
  color: rgba(148, 163, 184, 0.9);
  font-weight: 650;
}

.stats-header-subtitle {
  margin-top: 0.2rem;
  font-size: 0.9rem;
  color: rgba(148, 163, 184, 0.85);
  font-variant-numeric: tabular-nums;
}

.stats-header-error {
  margin-top: 0.35rem;
  font-size: 0.9rem;
  color: rgba(248, 113, 113, 0.95);
}

.stats-header-right {
  flex: 1;
  min-width: min(420px, 100%);
}

.stats-pilot-search {
  display: grid;
  grid-template-columns: 1fr minmax(160px, 240px);
  gap: 0.75rem;
  align-items: end;
}

.stats-pilot-search .filter-group {
  position: relative;
}

.stats-pilot-search .filter-actions button {
  flex: unset;
}

.stats-pilot-search .filter-actions {
  margin-bottom: 0.05rem;
}

.pilot-suggestions {
  position: absolute;
  z-index: 1000;
  margin-top: 0.45rem;
  width: min(560px, 100%);
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(2, 6, 23, 0.92);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px rgba(2, 6, 23, 0.6);
  overflow: hidden;
}

.pilot-suggestions-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  padding: 0.65rem 0.85rem;
  border: none;
  background: transparent;
  color: rgba(248, 250, 252, 0.92);
  text-align: left;
  cursor: pointer;
}

.pilot-suggestions-item:hover {
  background: rgba(56, 189, 248, 0.14);
}

.pilot-suggestions-item.is-disabled {
  cursor: default;
  color: rgba(148, 163, 184, 0.9);
}

.pilot-suggestions-item.is-disabled:hover {
  background: transparent;
}

.pilot-suggestions-name {
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pilots-header,
.pilot-header {
  display: flex;
  gap: 1.25rem;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pilots-header-left {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.pilot-header-left {
  min-width: min(520px, 100%);
}

.pilots-header-right,
.pilot-header-right {
  flex: 1;
  min-width: min(320px, 100%);
  display: flex;
  justify-content: flex-end;
}

.pilot-back-link {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: rgba(148, 163, 184, 0.12);
  color: rgba(248, 250, 252, 0.95);
  text-decoration: none;
  font-weight: 600;
}

.pilot-back-link:hover {
  border-color: rgba(56, 189, 248, 0.45);
  background: rgba(56, 189, 248, 0.2);
}

.pilots-search-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.65rem;
  border-radius: 12px;
  border: 1px solid var(--leaf-card-border);
  background: var(--leaf-card-bg);
  width: min(360px, 100%);
}

.pilots-search-box:focus-within {
  outline: none;
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.25);
}

.pilots-search-field {
  flex: 1;
  min-width: 0;
  padding: 0.25rem 0.35rem;
  border: none;
  background: transparent;
  color: #f8fafc;
  outline: none;
  font-size: 0.9rem;
}

.pilots-search-field::placeholder {
  color: rgba(148, 163, 184, 0.8);
}

.pilots-search-clear {
  all: unset;
  cursor: pointer;
  color: rgba(148, 163, 184, 0.7);
  font-size: 1.1rem;
  line-height: 1;
  padding: 0 0.2rem;
  flex-shrink: 0;
}

.pilots-search-clear:hover {
  color: rgba(248, 250, 252, 0.95);
}

.pilot-tabs {
  margin-top: 1rem;
  margin-bottom: -1px;
  display: flex;
  gap: 0.3rem;
  flex-wrap: wrap;
  border-bottom: 1px solid #334155;
}

.pilot-tab {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.9rem;
  border-radius: 12px 12px 0 0;
  border: 1px solid #334155;
  border-bottom: none;
  background: #1b2a3d;
  color: #f8fafc;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: -1px;
}

.pilot-tab:hover {
  border-color: #475569;
  background: #162341;
}

.pilot-tab.is-active {
  background: #0f172a;
  border-color: #334155;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.pilot-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.pilot-list-item {
  border-radius: 14px;
  border: 1px solid var(--leaf-card-border);
  background: var(--leaf-card-bg);
  overflow: hidden;
}

.pilot-list-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0.95rem;
  text-decoration: none;
  color: rgba(248, 250, 252, 0.95);
}

.pilot-list-link:hover {
  background: rgba(56, 189, 248, 0.12);
}

.pilot-list-name {
  font-weight: 700;
  letter-spacing: 0.01em;
}

.pilot-list-meta {
  font-size: 0.85rem;
  color: rgba(148, 163, 184, 0.9);
  font-variant-numeric: tabular-nums;
}

.skills {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.skills-header-title {
  font-size: 1.2rem;
  font-weight: 700;
}

.skills-header-subtitle {
  margin-top: 0.25rem;
  font-size: 0.9rem;
  color: rgba(148, 163, 184, 0.85);
}

.skills-airframes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.skills-airframes-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.skills-toggle-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: auto;
}

.skills-airframe {
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(148, 163, 184, 0.12);
  color: rgba(248, 250, 252, 0.92);
  cursor: pointer;
  font-weight: 600;
}

.skills-airframe:hover {
  border-color: rgba(56, 189, 248, 0.4);
  background: rgba(56, 189, 248, 0.18);
}

.skills-airframe.is-active {
  border-color: rgba(56, 189, 248, 0.65);
  background: rgba(56, 189, 248, 0.28);
  color: rgba(248, 250, 252, 0.95);
}

.skills-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0;
  border: none;
  background: transparent;
  color: rgba(248, 250, 252, 0.92);
}

.skills-toggle-label {
  line-height: 1;
  font-size: 0.8rem;
  color: rgba(148, 163, 184, 0.75);
}

.skills-toggle-switch {
  position: relative;
  width: 2.2rem;
  height: 1.2rem;
  border-radius: 999px;
  background: transparent;
  border: 1px solid rgba(148, 163, 184, 0.55);
  transition: border-color 0.2s ease;
  flex-shrink: 0;
}

.skills-toggle-knob {
  position: absolute;
  top: 50%;
  left: 0.15rem;
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  background: rgba(248, 250, 252, 0.95);
  transform: translate(0, -50%);
  transition: transform 0.2s ease;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.4);
}

.skills-toggle.is-active .skills-toggle-switch {
  background: transparent;
  border-color: rgba(56, 189, 248, 0.85);
}

.skills-toggle.is-active .skills-toggle-knob {
  transform: translate(0.95rem, -50%);
}

.skills-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.skills-item {
  padding: 0.85rem 1rem;
  border-radius: 0;
  border: 1px solid var(--leaf-card-border);
  border-top: none;
  background: var(--leaf-card-bg);
}

.skills-item:first-child {
  border-top: 1px solid var(--leaf-card-border);
  border-radius: 16px 16px 0 0;
}

.skills-item:last-child {
  border-radius: 0 0 16px 16px;
}

.skills-item-title {
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 0.4rem;
}

.skills-item-description {
  margin-bottom: 0.6rem;
  color: rgba(148, 163, 184, 0.95);
  font-size: 0.88rem;
  line-height: 1.35;
}

.skills-levels {
  position: relative;
  display: grid;
  gap: 0;
}

.skills-level {
  position: relative;
  padding: 0.3rem 0.6rem 0.3rem 2rem;
  border-radius: 0;
  background-color: rgba(30, 41, 59, 0.5);
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-top: none;
  overflow: hidden;
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 0.5rem;
  min-height: 1.8rem;
}

.skills-level:first-child {
  border-top: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 12px 12px 0 0;
}

.skills-level:last-child {
  border-radius: 0 0 12px 12px;
}

.skills-level::before {
  content: "";
  position: absolute;
  inset: 0;
  width: var(--progress, 0%);
  background: linear-gradient(90deg, rgba(56, 189, 248, 0.18), rgba(34, 211, 238, 0.12));
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
}

.skills-level > * {
  position: relative;
  z-index: 1;
}

.skills-level:first-child {
  border-top: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 12px 12px 0 0;
}

.skills-level:last-child {
  border-radius: 0 0 12px 12px;
}

.skills-level-check {
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(148, 163, 184, 0.7);
  background: #0f172a;
  box-shadow: 0 0 0 2px rgba(15, 23, 42, 0.9);
}

.skills-level-complete .skills-level-check {
  border-color: #10b981;
  background: #10b981;
}

.skills-level-complete .skills-level-check::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #0f172a;
  border-bottom: 2px solid #0f172a;
  transform: rotate(40deg);
}

.skills-level-partial .skills-level-check {
  border-color: #38bdf8;
  background: #38bdf8;
}

.skills-level-partial .skills-level-check::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 2px;
  background: #0f172a;
  border-radius: 999px;
}

.skills-level-label {
  font-weight: 600;
  font-size: 0.9rem;
  white-space: nowrap;
}

.skills-level-label.is-muted {
  color: rgba(148, 163, 184, 0.65);
}

.skills-level-meta {
  display: inline-flex;
  gap: 0.35rem;
  font-size: 0.85rem;
  color: rgba(148, 163, 184, 0.9);
  font-variant-numeric: tabular-nums;
  justify-self: end;
}

.skills-level-meta.is-muted {
  color: rgba(148, 163, 184, 0.55);
}


.stats {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.stats-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.stats-card {
  padding: 1rem;
  border-radius: 18px;
  border: 1px solid var(--leaf-card-border);
  background: var(--leaf-card-bg);
  backdrop-filter: blur(14px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.stats-card-label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(148, 163, 184, 0.9);
}

.stats-card-value {
  margin-top: 0.35rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.stats-card-value-large {
  font-size: clamp(2.35rem, 3.2vw + 1.2rem, 3.05rem);
  line-height: 1.02;
  margin-top: 0.3rem;
}
.stats-card-split {
  margin-top: 0.35rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  overflow: hidden;
  background: rgba(15, 23, 42, 0.55);
}

.stats-card-split-cell {
  padding: 0.6rem 0.7rem;
}

.stats-card-split-left {
  border-right: 1px solid rgba(148, 163, 184, 0.14);
}

.stats-card-split-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: rgba(148, 163, 184, 0.9);
}

.stats-card-split-value {
  margin-top: 0.25rem;
  font-size: 1.05rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.stats-sections {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.stats-section {
  padding: 1rem;
  border-radius: 18px;
  border: 1px solid var(--leaf-card-border);
  background: var(--leaf-card-bg);
  backdrop-filter: blur(14px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.stats-section-group {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.stats-subsections {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.12);
  background: rgba(2, 6, 23, 0.18);
  overflow: hidden;
}

.stats-subsection {
  padding: 0.85rem;
}

.stats-subsection-left {
  border-right: 1px solid rgba(148, 163, 184, 0.12);
}

.stats-subsection-span {
  grid-column: 1 / -1;
  border-top: 1px solid rgba(148, 163, 184, 0.12);
}

.stats-subsection-title {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.9);
  margin-bottom: 0.65rem;
}

.stats-section-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 650;
  letter-spacing: 0.01em;
}

.stats-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.stats-list {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.stats-list-compact {
  gap: 0;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(2, 6, 23, 0.22);
}

.stats-row {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.65rem 0.75rem;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(2, 6, 23, 0.22);
}

.stats-row-compact {
  border: none;
  border-radius: 0;
  border-top: 1px solid rgba(148, 163, 184, 0.12);
  background: transparent;
}

.stats-row-compact:first-child {
  border-top: none;
}

.stats-row-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(
    90deg,
    rgba(56, 189, 248, 0.22),
    rgba(56, 189, 248, 0.08)
  );
  pointer-events: none;
}

.stats-row-key,
.stats-row-value {
  position: relative;
  z-index: 1;
}

.stats-row-key {
  color: rgba(248, 250, 252, 0.9);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.stats-row-value {
  color: rgba(148, 163, 184, 0.95);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}


.feed-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  overflow: hidden;
}

.feed-group + .feed-group {
  border-top: 1px solid rgba(148, 163, 184, 0.14);
}

.feed-group-header {
  padding: 0.45rem 1rem;
  background: rgba(15, 23, 42, 0.78);
  color: rgba(148, 163, 184, 0.95);
  font-size: 0.72rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  border-top: 1px solid rgba(148, 163, 184, 0.16);
}

.feed-group:first-child .feed-group-header {
  border-top: none;
}

.feed-card {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 0.9rem;
  align-items: center;
  padding: 0.9rem 1rem;
  border-radius: 0;
  border: none;
  border-top: 1px solid rgba(148, 163, 184, 0.16);
  background: var(--leaf-card-bg);
  backdrop-filter: blur(14px);
}

.feed-inline-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
}

.feed-card-compact .feed-inline-row .feed-headline {
  flex: 1;
  min-width: 0;
}

.feed-card-compact .feed-inline-row .feed-time {
  margin-left: 0;
  flex: 0 0 auto;
  white-space: nowrap;
}

.feed-card:first-child {
  border-top: none;
  border-radius: 18px 18px 0 0;
}

.feed-card:last-child {
  border-radius: 0 0 18px 18px;
}

.feed-card:first-child:last-child {
  border-radius: 18px;
}

.feed-card:hover {
  background: var(--leaf-card-hover);
}

.feed-card-compact {
  grid-template-columns: 44px 1fr;
  gap: 0.9rem;
  padding: 0.9rem 1rem;
}

.feed-icon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(248, 250, 252, 0.92);
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(2, 6, 23, 0.22);
}

.feed-icon.icon-danger {
  background: rgba(239, 68, 68, 0.20);
  border-color: rgba(239, 68, 68, 0.35);
}

.feed-icon.icon-success {
  background: rgba(34, 197, 94, 0.18);
  border-color: rgba(34, 197, 94, 0.32);
}

.feed-icon.icon-warning {
  background: rgba(245, 158, 11, 0.18);
  border-color: rgba(245, 158, 11, 0.32);
}

.feed-icon.icon-info {
  background: rgba(56, 189, 248, 0.18);
  border-color: rgba(56, 189, 248, 0.32);
}

.feed-main {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-width: 0;
}

.feed-headline {
  font-size: 1.05rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.feed-headline-link {
  font-weight: 750;
  color: rgba(125, 211, 252, 0.95);
  text-decoration: none;
}

.feed-headline-link:hover {
  color: rgba(56, 189, 248, 0.98);
  text-decoration: underline;
  text-decoration-color: rgba(56, 189, 248, 0.9);
  text-underline-offset: 2px;
}

.feed-headline-link:focus-visible {
  outline: 2px solid rgba(56, 189, 248, 0.65);
  outline-offset: 2px;
  border-radius: 4px;
}

.feed-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  color: rgba(148, 163, 184, 0.9);
  font-size: 0.85rem;
}

.pill {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.12);
  border: 1px solid rgba(56, 189, 248, 0.18);
  color: rgba(248, 250, 252, 0.86);
}

a.pill {
  text-decoration: none;
}

button.pill {
  appearance: none;
  font: inherit;
}

.pill-clickable {
  cursor: pointer;
}

.pill-clickable:hover {
  border-color: rgba(56, 189, 248, 0.35);
  background: rgba(56, 189, 248, 0.16);
}

button.pill-active,
.pill-active {
  background: rgba(56, 189, 248, 0.28) !important;
  border-color: rgba(56, 189, 248, 0.5) !important;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.4) !important;
  transform: translateY(1px);
}

.facet-action-menu {
  position: fixed;
  z-index: 10050;
  width: 260px;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(2, 6, 23, 0.92);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px rgba(2, 6, 23, 0.6);
  overflow: hidden;
}

.facet-action-menu-item {
  width: 100%;
  text-align: left;
  padding: 0.7rem 0.85rem;
  border: none;
  background: transparent;
  color: rgba(248, 250, 252, 0.92);
  cursor: pointer;
}

.facet-action-menu-item:hover {
  background: rgba(56, 189, 248, 0.14);
}

.pill-unit {
  background: rgba(56, 189, 248, 0.12);
  border-color: rgba(56, 189, 248, 0.18);
}

.pill-pilot {
  background: rgba(56, 189, 248, 0.12);
  border-color: rgba(56, 189, 248, 0.18);
}

.pill-weapon {
  background: rgba(56, 189, 248, 0.12);
  border-color: rgba(56, 189, 248, 0.18);
}

.pill-server {
  background: rgba(56, 189, 248, 0.12);
  border-color: rgba(56, 189, 248, 0.18);
}

.pill-place {
  background: rgba(56, 189, 248, 0.12);
  border-color: rgba(56, 189, 248, 0.18);
}

.feed-time {
  margin-left: auto;
  color: rgba(148, 163, 184, 0.85);
}


.empty-state {
  padding: 2rem;
  text-align: center;
  color: rgba(148, 163, 184, 0.9);
}

.alert {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 14px;
  background: rgba(248, 113, 113, 0.18);
  border: 1px solid rgba(248, 113, 113, 0.4);
}

.alert button {
  background: rgba(248, 250, 252, 0.1);
  border: none;
  border-radius: 8px;
  padding: 0.5rem 0.75rem;
  color: #f8fafc;
  cursor: pointer;
}

.status-area {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.status {
  color: rgba(148, 163, 184, 0.9);
  font-size: 0.9rem;
}

.sentinel {
  width: 100%;
  height: 1px;
}

@media (max-width: 768px) {
  .filter-bar {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }

  .feed-table th,
  .feed-table td {
    padding: 0.75rem;
  }

  table.feed-table tr td[data-label]::before {
    content: attr(data-label) " ";
    display: none;
    font-weight: 600;
    color: rgba(148, 163, 184, 0.75);
  }

  .stats-overview {
    grid-template-columns: 1fr;
  }

  .stats-card-split {
    grid-template-columns: 1fr;
  }

  .stats-card-split-left {
    border-right: none;
    border-bottom: 1px solid rgba(148, 163, 184, 0.14);
  }

  .stats-sections {
    grid-template-columns: 1fr;
  }

  .stats-subsections {
    grid-template-columns: 1fr;
  }

  .stats-subsection-left {
    border-right: none;
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
  }
}

/* ============================================================================
   Greenie Board
   ============================================================================ */

.gf-dropdown {
  position: relative;
}

button.facet-input-inner {
  cursor: pointer;
}

button.facet-input-inner.is-open {
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.25);
}

.gf-dropdown .facet-suggestions {
  left: auto;
  top: calc(100% + 6px);
}

.gf-chevron {
  color: rgba(148, 163, 184, 0.7);
  flex-shrink: 0;
  transition: transform 0.15s;
}

.is-open .gf-chevron {
  transform: rotate(180deg);
}

.greenie-board-error {
  color: #f87171;
  font-size: 0.9rem;
  padding: 0.5rem 0;
}

/* ---- Main board ---- */

.gboard-filters {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gboard-filters-title {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.gboard-subtext {
  font-size: 0.72rem;
  color: rgba(148, 163, 184, 0.6);
}

.gboard-filters-controls {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.gboard-scroll {
  overflow-x: auto;
}

.gboard-table {
  border-collapse: collapse;
  table-layout: fixed;
}

.gboard-row {
  border-bottom: 1px solid rgba(148, 163, 184, 0.08);
}

.gboard-row:last-child {
  border-bottom: none;
}

.gboard-name {
  width: 160px;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(248, 250, 252, 0.7);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
  padding: 0.3rem 0.75rem 0.3rem 0;
  vertical-align: middle;
}

.gboard-name-link {
  color: inherit;
  text-decoration: none;
}

.gboard-name-link:hover {
  text-decoration: underline;
}

.gboard-cell {
  width: 36px;
  padding: 2px 1px;
  vertical-align: middle;
}

/* ---- Individual trap ---- */

.gtrap {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gtrap-empty {
  width: 36px;
  height: 36px;
}

.gtrap-tile {
  position: relative;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gtrap-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.64rem;
  font-weight: 800;
  font-family: ui-monospace, "Cascadia Code", monospace;
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
  pointer-events: none;
}

.gtrap-label-underline {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
}

.gtrap-wire {
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.44rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1;
  pointer-events: none;
  font-variant-numeric: tabular-nums;
}

/* ---- Legend ---- */

.gboard-legend {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(148, 163, 184, 0.12);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.5rem;
}

.gboard-legend-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.gboard-legend-tile {
  position: relative;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.gboard-legend-grade {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.38rem;
  font-weight: 800;
  font-family: ui-monospace, "Cascadia Code", monospace;
  line-height: 1;
  letter-spacing: -0.02em;
  pointer-events: none;
}

.gboard-legend-desc {
  font-size: 0.75rem;
  color: rgba(148, 163, 184, 0.65);
}

/* ─── Achievements page ───────────────────────────────────────────────────── */

.achievements-loading,
.achievements-error {
  font-size: 0.9rem;
  color: rgba(148, 163, 184, 0.7);
  padding: 1rem 0;
}

.achievements-error {
  color: rgba(248, 113, 113, 0.85);
}

.achievement-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.achievement-list li {
  display: contents;
}

.achievement-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem 1.25rem;
  border-radius: 8px;
  background: var(--leaf-card-bg);
  border: 1px solid var(--leaf-card-border);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.achievement-card:hover {
  border-color: rgba(100, 116, 139, 0.6);
  background: var(--leaf-card-hover);
}

.achievement-icon {
  font-size: 2rem;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.achievement-body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}

.achievement-name {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #e2e8f0;
  margin: 0;
}

.achievement-description {
  font-size: 0.8125rem;
  color: #94a3b8;
  margin: 0;
  line-height: 1.5;
}

.achievement-rarity {
  display: inline;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: rgba(148, 163, 184, 0.78);
}

.achievement-rarity-rare {
  color: rgba(148, 163, 184, 0.78);
}

.achievement-rarity-uncommon {
  color: rgba(148, 163, 184, 0.78);
}

.achievement-rarity-common {
  color: rgba(148, 163, 184, 0.78);
}

.achievement-rarity-none {
  color: rgba(148, 163, 184, 0.55);
}

/* ── Pilot Achievements tab ──────────────────────────────────────────── */
.pilot-achievements-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.pilot-achievements-summary {
  font-size: 0.875rem;
  font-weight: 600;
  color: #94a3b8;
  display: flex;
  align-items: baseline;
  gap: 0.2rem;
}

.pilot-achievements-summary-sep {
  color: rgba(148, 163, 184, 0.4);
  font-weight: 400;
  margin: 0 0.15rem;
}

.pilot-achievements {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  padding: 0.5rem 0;
}

.pilot-achievement-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem 1.25rem;
  border-radius: 8px;
  background: rgba(30, 41, 59, 0.5);
  border: 1px solid rgba(71, 85, 105, 0.35);
  opacity: 0.6;
  transition: opacity 0.15s;
}

.pilot-achievement-card.is-earned {
  opacity: 1;
  border-color: rgba(100, 116, 139, 0.6);
}

.pilot-achievement-icon {
  font-size: 2rem;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 0.1rem;
  filter: grayscale(1);
  transition: filter 0.15s;
}

.pilot-achievement-card.is-earned .pilot-achievement-icon {
  filter: none;
}

.pilot-achievement-body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}

.pilot-achievement-name {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #e2e8f0;
}

.pilot-achievement-description {
  font-size: 0.8125rem;
  color: #94a3b8;
  line-height: 1.5;
}

.pilot-achievement-status {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
}

.pilot-achievement-earned {
  color: #86efac;
}

.pilot-achievement-locked {
  color: rgba(148, 163, 184, 0.5);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.7rem;
}


/*# sourceMappingURL=main.c82918052eec16fe51f2.css.map*/