:root {
  --bg: #0d0f14;
  --bg2: #070910;
  --s: #151820;
  --s2: #1c2030;
  --b: #252a3a;
  --a: #e8341c;
  --a2: #ff6b35;
  --g: #22c55e;
  --y: #f59e0b;
  --bl: #3b82f6;
  --pu: #8b5cf6;
  --gr: #6b7280;
  --t: #e8eaf0;
  --t2: #8892a4;
  --t3: #4a5568;
  --r: 14px;
  --font: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
}

html {
  background: var(--bg2);
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  background: radial-gradient(circle at top, #171b26 0, #0d0f14 35%, #070910 100%);
  background-color: var(--bg2);
  color: var(--t);
  font-family: var(--font);
  line-height: 1.38;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

#app {
  min-height: 100vh;
  min-height: 100dvh;
  background: var(--bg2);
}

a {
  color: inherit;
  text-decoration: none;
}

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

button {
  appearance: none;
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

.app-shell {
  position: relative;
  width: 100%;
  max-width: 420px;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0 auto;
  overflow-x: hidden;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.02), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0)),
    var(--bg);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.auth-wrap {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 16px;
  background: linear-gradient(180deg, #0d0f14, #1a1020);
}

.auth-wrap-pad {
  align-items: flex-start;
  background: var(--bg);
}

.auth-box {
  width: 100%;
  max-width: 360px;
  text-align: center;
}

.auth-box-top {
  text-align: left;
}

.reg-card {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    var(--s);
  border-color: rgba(245, 158, 11, 0.28);
}

.reg-card-compact {
  margin-top: 0;
}

.reg-head {
  margin-bottom: 12px;
}

.reg-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  margin-bottom: 8px;
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.16);
  border: 1px solid rgba(245, 158, 11, 0.22);
  color: #ffd18a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.reg-lead {
  line-height: 1.5;
}

.reg-grid {
  gap: 8px;
}

.reg-note {
  margin: 2px 0 10px;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(34, 197, 94, 0.08);
  border: 1px solid rgba(34, 197, 94, 0.18);
  color: #cfead7;
  font-size: 11px;
  line-height: 1.45;
}

.reg-login-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
  padding: 12px 14px;
  border-radius: 10px;
  text-decoration: none;
  background: rgba(59, 130, 246, 0.12);
  border: 1px solid rgba(96, 165, 250, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.reg-login-text {
  color: #dce7f8;
  font-size: 13px;
  font-weight: 700;
}

.reg-login-link {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
}

.reg-submit {
  width: 100%;
}

.auth-mark {
  font-size: 44px;
  line-height: 1;
  margin-bottom: 10px;
}

.auth-mark.sm {
  font-size: 36px;
  margin-bottom: 6px;
  text-align: center;
}

.hdr {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  background: rgba(12, 15, 22, 0.86);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}

.hdr-logo {
  font-size: 10px;
  font-weight: 800;
  color: var(--a);
  letter-spacing: 0.06em;
}

.hdr-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.hdr-profile-link {
  color: var(--a2);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
  white-space: nowrap;
  display: block;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hdr-notification-btn {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #f4f7fb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.hdr-notification-icon {
  font-size: 15px;
  line-height: 1;
}

.hdr-notification-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--a);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  border: 2px solid rgba(12, 15, 22, 0.9);
}

.back {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 18px;
  color: var(--t);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.body {
  padding: 12px;
  padding-bottom: 124px;
  overflow-x: hidden;
}

.home-tabs {
  margin-bottom: 8px;
}

.archive-card {
  padding-bottom: 8px;
}

.guide-tabs {
  margin-bottom: 8px;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding-bottom: 0;
}

.guide-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 8px;
}

.guide-tab-badge,
.guide-hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #f8fafc;
  font-weight: 900;
  letter-spacing: 0.04em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.guide-tab-badge {
  min-width: 42px;
  height: 30px;
  padding: 0 10px;
  font-size: 11px;
}

.guide-hero-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.guide-hero-badge {
  min-width: 52px;
  height: 42px;
  padding: 0 14px;
  font-size: 15px;
}

.guide-hero-meta {
  min-width: 0;
}

.guide-hero-label {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.1;
}

.guide-hero {
  background:
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    var(--s);
}

.guide-list {
  margin: 0;
  padding-left: 18px;
  color: var(--t2);
  line-height: 1.55;
}

.guide-list li + li {
  margin-top: 8px;
}

.guide-check-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    var(--s);
}

.guide-checklist {
  display: grid;
  gap: 10px;
}

.guide-check-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.guide-check-icon {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: rgba(34, 197, 94, 0.14);
  border: 1px solid rgba(34, 197, 94, 0.28);
  color: #b9f3c7;
  font-size: 12px;
  font-weight: 900;
}

.guide-check-copy {
  color: var(--t2);
  line-height: 1.5;
}

.guide-tone-site {
  background: linear-gradient(135deg, #f59a00, #fb923c);
}

.guide-tone-search {
  background: linear-gradient(135deg, #0f766e, #14b8a6);
}

.guide-tone-searcher {
  background: linear-gradient(135deg, #2563eb, #60a5fa);
}

.guide-tone-spg {
  background: linear-gradient(135deg, #7c3aed, #a78bfa);
}

.guide-tone-registrar {
  background: linear-gradient(135deg, #475569, #94a3b8);
}

.guide-tone-coordinator {
  background: linear-gradient(135deg, #dc2626, #f97316);
}

.guide-tone-inforg {
  background: linear-gradient(135deg, #be123c, #fb7185);
}

.guide-tone-cartographer {
  background: linear-gradient(135deg, #0f766e, #22c55e);
}

.guide-tone-superadmin {
  background: linear-gradient(135deg, #111827, #475569);
}

.archive-filter-grid {
  align-items: end;
}

.archive-filter-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.my-active-searches .pcard + .pcard {
  margin-top: 8px;
}

.my-active-search-link {
  display: block;
}

.card,
.pcard,
.fox,
.chat-box,
.modal-card {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: calc(var(--r) + 2px);
}

.card {
  padding: 12px;
  margin-bottom: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.005)),
    var(--s);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.pcard,
.fox,
.chat-box,
.modal-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.005)),
    var(--s);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
}

.card-accent {
  border-color: rgba(255, 107, 53, 0.35);
}

.search-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(255, 107, 53, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    var(--s);
}

.search-hero-main {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.search-hero-copy {
  flex: 1;
  min-width: 0;
}

.search-hero-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 9px;
  margin-bottom: 8px;
  border-radius: 999px;
  background: rgba(255, 107, 53, 0.12);
  border: 1px solid rgba(255, 107, 53, 0.2);
  color: #ffd3bb;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.search-hero-summary {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 10px;
}

.search-hero-meta {
  color: #cfd7e4;
  font-size: 12px;
  line-height: 1.35;
}

.search-hero-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.search-fact {
  padding: 10px 11px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.search-fact-label {
  margin-bottom: 4px;
  color: var(--t2);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.search-fact-value {
  color: #eef2f8;
  font-size: 13px;
  line-height: 1.45;
}

.search-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.search-body {
  display: grid;
  gap: 8px;
}

.search-focus-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    var(--s);
}

.search-focus-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.search-focus-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.search-focus-item {
  padding: 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.search-focus-item.tone-accent {
  border-color: rgba(255, 107, 53, 0.24);
  background: rgba(255, 107, 53, 0.08);
}

.search-focus-item.tone-success {
  border-color: rgba(25, 176, 97, 0.24);
  background: rgba(25, 176, 97, 0.08);
}

.search-focus-item.tone-info {
  border-color: rgba(77, 163, 255, 0.24);
  background: rgba(77, 163, 255, 0.08);
}

.search-focus-item.tone-warning {
  border-color: rgba(255, 184, 77, 0.26);
  background: rgba(255, 184, 77, 0.08);
}

.search-focus-kicker {
  margin-bottom: 6px;
  color: #ffd3bb;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.search-focus-title {
  color: #f5f7fb;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.search-focus-text {
  margin-top: 6px;
  color: #cdd6e4;
  font-size: 12px;
  line-height: 1.5;
}

.search-focus-cta {
  margin-top: 10px;
}

.flow-intro {
  margin-bottom: 10px;
  color: #d7dfeb;
  font-size: 13px;
  line-height: 1.5;
}

.flow-section {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.flow-section-head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.flow-step {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: rgba(255, 107, 53, 0.16);
  border: 1px solid rgba(255, 107, 53, 0.3);
  color: #fff2ea;
  font-size: 11px;
  font-weight: 800;
}

.flow-title {
  color: #f5f7fb;
  font-size: 14px;
  font-weight: 800;
}

.flow-caption {
  margin-top: 2px;
  color: var(--t2);
  font-size: 12px;
  line-height: 1.4;
}

.flow-note {
  margin-top: 8px;
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(255, 107, 53, 0.08);
  border: 1px solid rgba(255, 107, 53, 0.16);
  color: #d7dfeb;
  font-size: 11px;
  line-height: 1.45;
}

.flow-actions {
  margin-top: 2px;
}

.search-top-description {
  line-height: 1.45;
}

.search-map-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  text-decoration: none;
}

.coord-copy-btn {
  display: inline;
  padding: 0;
  border: none;
  background: transparent;
  color: #ffcf9f;
  font: inherit;
  font-weight: 700;
  text-align: left;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 2px;
  cursor: pointer;
}

.coord-copy-btn:hover,
.coord-copy-btn:focus-visible {
  color: #ffe0bf;
}

.sect-title {
  font-size: 10px;
  font-weight: 800;
  color: var(--a2);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.inp {
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  margin-bottom: 7px;
  color: var(--t);
  background: rgba(30, 35, 50, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 11px;
  font-size: 13px;
  line-height: 1.35;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.inp::placeholder,
.chat-inp::placeholder {
  color: var(--t2);
}

.inp.focus,
.inp:focus,
.chat-inp:focus {
  outline: none;
  border-color: rgba(255, 107, 53, 0.7);
  box-shadow: 0 0 0 2px rgba(255, 107, 53, 0.12);
}

.inp.compact {
  min-height: 36px;
  padding: 7px 10px;
  margin: 0;
  min-width: 0;
}

.secret-field {
  position: relative;
  margin-bottom: 7px;
  min-width: 0;
}

.secret-field .inp {
  margin-bottom: 0;
  padding-right: 42px;
  min-width: 0;
}

.secret-field-compact {
  min-width: 0;
}

.secret-field-compact .inp {
  min-width: 0;
  width: 100%;
}

.secret-toggle {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--t2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
}

.secret-toggle.active {
  color: var(--t);
  background: rgba(59, 130, 246, 0.14);
  border-color: rgba(59, 130, 246, 0.32);
}

.texta {
  min-height: 90px;
  resize: vertical;
}

.btn {
  border: none;
  min-height: 38px;
  border-radius: 11px;
  padding: 9px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}

.btn.is-busy {
  opacity: 0.82;
  filter: saturate(0.92);
}

.btn-p {
  width: 100%;
  color: #fff;
  background: linear-gradient(180deg, #ff6238 0%, #e8341c 100%);
  box-shadow: 0 12px 24px rgba(232, 52, 28, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.btn-danger {
  width: 100%;
  color: #fff;
  background: linear-gradient(180deg, #ff5a4a 0%, #d92d20 100%);
  border: 1px solid rgba(255, 118, 97, 0.32);
  box-shadow: 0 12px 24px rgba(217, 45, 32, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.btn-s {
  color: var(--t);
  background: rgba(31, 36, 49, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 6px 14px rgba(0, 0, 0, 0.12);
}

.btn-tg {
  color: #f7fbff;
  background: linear-gradient(180deg, #33a8e7 0%, #229ed9 100%);
  border: 1px solid rgba(120, 210, 255, 0.35);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.btn-sm {
  min-height: 32px;
  padding: 5px 9px;
  font-size: 11px;
  line-height: 1.2;
  white-space: normal;
}

.danger-zone {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 107, 76, 0.14);
}

.row {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.row > * {
  min-width: 0;
}

.wrap {
  flex-wrap: wrap;
}

.flex1 {
  flex: 1;
  min-width: 0;
}

.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.grid2 > * {
  min-width: 0;
}

.availability-grid {
  align-items: end;
}

.availability-grid > * {
  min-width: 0;
}

.availability-grid input[type="date"] {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  -webkit-min-logical-width: calc(100% - 18px);
}

.availability-grid input[type="date"]::-webkit-date-and-time-value {
  text-align: left;
}

.availability-grid .time-picker,
.availability-grid [data-availability-end] {
  width: 100%;
  min-width: 0;
}

.time-picker {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 6px;
  align-items: center;
}

.availability-toggle {
  align-items: center;
  gap: 10px;
}

.time-picker-sep {
  color: var(--t2);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.divider {
  height: 1px;
  background: var(--b);
  margin: 8px 0;
}

.line2 > * + * {
  margin-top: 6px;
}

.hint {
  padding: 7px 9px;
  margin-bottom: 10px;
  border-radius: 6px;
  background: rgba(255, 107, 53, 0.07);
  border: 1px solid rgba(255, 107, 53, 0.18);
  color: var(--t2);
  font-size: 10px;
}

.link {
  color: var(--a2);
}

.light {
  color: #d7dbe3;
}

.center {
  text-align: center;
}

.hidden {
  display: none;
}

.t2 {
  color: var(--t2);
}

.t3 {
  color: var(--t3);
}

.txt-green {
  color: var(--g);
}

.txt-red {
  color: #ff6b6b;
}

.accent {
  color: var(--a2);
}

.green {
  color: var(--g);
}

.yellow {
  color: var(--y);
}

.fs10 {
  font-size: 10px;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs17 {
  font-size: 17px;
}

.fw7 {
  font-weight: 700;
}

.fw8 {
  font-weight: 800;
}

.mt4 {
  margin-top: 4px;
}

.mt6 {
  margin-top: 6px;
}

.mt8 {
  margin-top: 8px;
}

.mt12 {
  margin-top: 12px;
}

.mb4 {
  margin-bottom: 4px;
}

.mb6 {
  margin-bottom: 6px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb12 {
  margin-bottom: 12px;
}

.mb16 {
  margin-bottom: 16px;
}

.m0 {
  margin: 0;
}

.w-full {
  width: 100%;
}

.badge {
  display: inline-block;
  padding: 2px 7px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 700;
}

.badge-red {
  color: var(--a2);
  background: rgba(232, 52, 28, 0.15);
  border: 1px solid rgba(232, 52, 28, 0.25);
}

.badge-orange {
  color: var(--y);
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.25);
}

.badge-green {
  color: var(--g);
  background: rgba(34, 197, 94, 0.15);
  border: 1px solid rgba(34, 197, 94, 0.28);
}

.badge-white {
  color: #16181d;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.65);
}

.badge-black {
  color: #f5f7fb;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(15, 23, 42, 0.9);
}

.badge-blue {
  color: #8ec5ff;
  background: rgba(59, 130, 246, 0.14);
  border: 1px solid rgba(59, 130, 246, 0.26);
}

.badge-avtonom {
  color: #c9d6ff;
  background: rgba(106, 127, 210, 0.18);
  border: 1px solid rgba(106, 127, 210, 0.34);
}

.group-role-line {
  margin-top: 4px;
  color: #8ec5ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.group-spg-banner {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  color: #d9eeff;
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.26) 0%, rgba(29, 78, 216, 0.2) 100%);
  border: 1px solid rgba(96, 165, 250, 0.34);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.03em;
  margin-bottom: 6px;
}

.group-card-spg {
  border-color: rgba(96, 165, 250, 0.45);
  box-shadow: 0 0 0 1px rgba(96, 165, 250, 0.08) inset;
}

.badge-gray {
  color: #c8ccd5;
  background: rgba(107, 114, 128, 0.14);
  border: 1px solid rgba(107, 114, 128, 0.28);
}

.search-card-link {
  display: flex;
  align-items: center;
  gap: 10px;
}

.search-icon {
  width: 52px;
  height: 52px;
  border-radius: 7px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--s2);
  border: 1px solid var(--b);
  font-size: 22px;
  overflow: hidden;
}

.search-photo-box {
  width: 74px;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--s2);
  border: 1px solid var(--b);
  font-size: 22px;
  overflow: hidden;
}

.search-photo-box.is-clickable {
  cursor: pointer;
}

.search-photo-card {
  width: 72px;
}

.search-photo-detail {
  width: 104px;
}

.search-photo-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}

.modal-card-wide {
  width: 100%;
  max-width: 760px;
}

.photo-modal-frame {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--b);
  background: rgba(7, 13, 18, 0.96);
}

.photo-modal-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 75vh;
  object-fit: contain;
}

@keyframes shimmer {
  from { background-position: -220px 0; }
  to { background-position: 220px 0; }
}

.arrow {
  font-size: 16px;
}

.tabs {
  display: flex;
  gap: 3px;
  padding: 3px;
  margin-bottom: 10px;
  background: var(--s);
  border-radius: 8px;
}

.tab {
  flex: 1;
  border: none;
  padding: 6px 3px;
  border-radius: 6px;
  background: transparent;
  color: var(--t2);
  font-size: 10px;
  font-weight: 600;
}

.tab.has-alert {
  color: #ffd8c9;
}

.tab.active {
  color: var(--t);
  background: var(--s2);
}

.tab.disabled {
  opacity: 0.45;
  cursor: default;
}

.bnav {
  position: fixed;
  left: 50%;
  bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  transform: translateX(-50%);
  width: calc(100% - 28px);
  max-width: 392px;
  display: flex;
  gap: 7px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: rgba(16, 20, 28, 0.84);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(22px) saturate(165%);
  -webkit-backdrop-filter: blur(22px) saturate(165%);
  z-index: 30;
}

.bnav-btn {
  flex: 1;
  border: none;
  min-height: 60px;
  min-width: 0;
  padding: 7px 4px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-align: center;
  color: var(--t2);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0.01em;
  border-radius: 17px;
  background: transparent;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.bnav-btn.active {
  color: #f7f9fc;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.05));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 10px 24px rgba(0, 0, 0, 0.18);
}

.bnav-btn.has-alert {
  color: #ffd8c9;
}

.bnav-icon {
  display: block;
  margin-bottom: 0;
  font-size: 18px;
  position: relative;
  line-height: 1;
}

.bnav-btn.active .bnav-icon {
  transform: translateY(-1px);
}

.tab-counter,
.nav-counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 17px;
  height: 17px;
  padding: 0 5px;
  margin-left: 5px;
  border-radius: 999px;
  background: #e8341c;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.nav-counter {
  position: absolute;
  top: -5px;
  right: -12px;
  min-width: 16px;
  height: 16px;
  margin-left: 0;
  padding: 0 4px;
  font-size: 9px;
}

.ipanel {
  padding: 10px;
  margin-bottom: 8px;
  border-radius: var(--r);
  background: linear-gradient(135deg, rgba(232, 52, 28, 0.07), rgba(255, 107, 53, 0.04));
  border: 1px solid rgba(232, 52, 28, 0.22);
}

.fox-manage-modal {
  display: grid;
  gap: 12px;
  width: 100%;
  overflow-x: hidden;
}

.fox-manage-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.fox-manage-banner {
  padding: 9px 10px;
  border-radius: 10px;
  border: 1px solid rgba(255, 184, 77, 0.24);
  background: rgba(255, 184, 77, 0.1);
  color: #f0d8b0;
  font-size: 11px;
  line-height: 1.45;
}

.fox-manage-modal > .mb8,
.fox-manage-modal > .sect-title {
  margin: 0;
  padding: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.fox-manage-modal > .sect-title {
  padding-bottom: 0;
  background: transparent;
  border: none;
}

.fox-manage-modal .list-row + .list-row {
  margin-top: 8px;
}

.fox-manage-modal .row {
  flex-wrap: wrap;
  align-items: stretch;
}

.fox-manage-modal .row > .flex1,
.fox-manage-modal .row > .inp,
.fox-manage-modal .row > .secret-field,
.fox-manage-modal .row > select.inp {
  min-width: 0;
}

.fox-manage-modal .row > .btn {
  flex: 0 0 auto;
}

.fox-manage-modal .btn.flex1 {
  min-width: 140px;
}

.ipanel-section + .ipanel-section {
  margin-top: 8px;
}

.search-journal-headline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.search-journal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.search-journal-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 10px;
}

.search-journal-search {
  display: block;
}

.search-journal-search input {
  width: 100%;
  min-width: 0;
}

.search-journal-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.search-journal-filter-chip {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--t1);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.search-journal-filter-chip.is-active {
  border-color: rgba(255, 107, 53, 0.34);
  background: rgba(255, 107, 53, 0.12);
  color: #fff5ed;
}

.search-journal-section + .search-journal-section {
  margin-top: 12px;
}

.search-journal-section-head {
  margin-bottom: 8px;
}

.search-journal-list {
  display: grid;
  gap: 10px;
}

.search-journal-item {
  padding: 10px 11px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.search-journal-item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.search-journal-time {
  color: var(--t2);
  font-size: 11px;
}

.search-journal-actor {
  color: var(--t2);
  font-size: 11px;
}

.search-journal-message {
  margin-top: 8px;
  color: #eef2f8;
  font-size: 12px;
  line-height: 1.45;
}

.search-journal-target {
  margin-top: 6px;
  color: var(--t2);
  font-size: 11px;
}

.search-journal-empty {
  padding: 16px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--t2);
  font-size: 12px;
  text-align: center;
}

.search-journal-empty-error {
  color: #ffd3cf;
  border-color: rgba(232, 52, 28, 0.26);
  background: rgba(232, 52, 28, 0.08);
}

.search-ops-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.search-ops-chip {
  padding: 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
}

.search-ops-chip.tone-warn {
  border-color: rgba(255, 107, 53, 0.22);
  background: rgba(255, 107, 53, 0.08);
}

.search-ops-chip.tone-info {
  border-color: rgba(59, 130, 246, 0.22);
  background: rgba(59, 130, 246, 0.08);
}

.search-ops-chip.tone-ok {
  border-color: rgba(34, 197, 94, 0.18);
  background: rgba(34, 197, 94, 0.07);
}

.search-ops-chip-value {
  color: #f7fbff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.search-ops-chip-label {
  margin-top: 6px;
  color: var(--t2);
  font-size: 11px;
  line-height: 1.35;
}

.search-ops-modal {
  display: grid;
  gap: 10px;
}

.search-ops-section {
  padding: 10px 11px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.search-ops-list {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.search-ops-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.search-ops-row:first-child {
  border-top: none;
  padding-top: 0;
}

.search-ops-row-main {
  flex: 1;
  min-width: 0;
}

.search-ops-row-title {
  min-width: 0;
}

.search-ops-row-meta {
  margin-top: 4px;
  color: var(--t2);
  font-size: 11px;
  line-height: 1.45;
}

.search-ops-row-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.search-ops-empty {
  margin-top: 10px;
  padding: 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: var(--t2);
  font-size: 12px;
  text-align: center;
}

.ipanel-label {
  margin-bottom: 6px;
  color: #ffd3bb;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ipanel-meta {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.fox {
  overflow: hidden;
}

.fox-hdr {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.02);
  border-bottom: 1px solid var(--b);
  color: #f8fbff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.26);
}

.fox-hdr .t2,
.fox-hdr .t3 {
  color: rgba(248, 251, 255, 0.94);
}

.fox-tone-on-task .fox-hdr {
  background: linear-gradient(135deg, rgba(25, 176, 97, 0.2), rgba(10, 37, 20, 0.96) 72%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.fox-tone-on-task .fox-badge {
  background: #22c55e;
  color: #ffffff;
}

.fox-tone-lisa .fox-hdr {
  background: linear-gradient(135deg, rgba(242, 140, 40, 0.22), rgba(54, 28, 8, 0.96) 72%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.fox-tone-lisa .fox-badge {
  background: #f28c28;
  color: #ffffff;
}

.fox-tone-veter .fox-hdr {
  background: linear-gradient(135deg, rgba(24, 183, 173, 0.2), rgba(8, 33, 36, 0.96) 72%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.fox-tone-veter .fox-badge {
  background: #18b7ad;
  color: #ffffff;
}

.fox-tone-avtonom .fox-hdr {
  background: linear-gradient(135deg, rgba(106, 127, 210, 0.22), rgba(18, 24, 48, 0.96) 72%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.fox-tone-avtonom .fox-badge {
  background: #6a7fd2;
  color: #ffffff;
}

.fox-tone-nogroup .fox-hdr {
  background: linear-gradient(135deg, rgba(107, 114, 128, 0.18), rgba(32, 37, 47, 0.92) 72%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.fox-tone-nogroup .fox-badge {
  background: #6b7280;
  color: #ffffff;
}

.fox-red {
  background: linear-gradient(135deg, rgba(33, 204, 191, 0.2), rgba(18, 37, 43, 0.88) 72%);
}

.fox-muted {
  background: linear-gradient(135deg, rgba(107, 114, 128, 0.18), rgba(107, 114, 128, 0.08));
}

.fox-badge {
  padding: 3px 8px;
  border-radius: 12px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 8px 20px rgba(10, 22, 27, 0.18);
}

.fox-body {
  padding: 10px;
}

.fox-member {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.fox-member:first-child {
  border-top: none;
  padding-top: 0;
}

.pcard {
  padding: 10px;
  margin-bottom: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.005)),
    var(--s2);
}

.pcard.mine {
  border-color: rgba(255, 107, 53, 0.35);
}

.participant-head {
  align-items: flex-start;
}

.callsign-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.callsign-rank {
  color: #cfd7e4;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

.callsign-gender {
  display: inline-flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff78c2 0%, #ff4fa7 100%);
  color: #ffffff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.14) inset, 0 4px 10px rgba(255, 79, 167, 0.28);
  flex: 0 0 auto;
  line-height: 0;
}

.callsign-gender-icon {
  width: 12px;
  height: 12px;
  display: block;
}

.participant-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.group-card {
  padding: 8px 9px;
}

.group-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.group-card-main {
  flex: 1;
  min-width: 0;
}

.group-card-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.group-card-status {
  display: none;
}

.group-card-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  margin-top: 4px;
}

.group-fact {
  color: #cfd7e4;
  font-size: 12px;
  line-height: 1.35;
}

.group-card-links .btn,
.group-card-links .btn-tg {
  margin-bottom: 0;
}

.group-card-extra {
  margin-top: 2px;
}

.group-card .crew-line,
.group-card .fox-history-line {
  line-height: 1.3;
}

.compact-actions {
  align-items: flex-start;
  margin-top: 6px;
  padding-top: 6px;
}

.compact-actions .track-file {
  align-self: center;
}

.fox-history-line {
  color: #cfd7e4;
}

.fox-mini-badge {
  display: inline-flex;
  align-items: center;
  margin: 2px 6px 2px 0;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  border: 1px solid transparent;
}

.fox-mini-badge.active {
  background: rgba(34, 197, 94, 0.18);
  border-color: rgba(34, 197, 94, 0.42);
  color: #9ef0b9;
}

.fox-mini-badge.muted {
  background: rgba(148, 163, 184, 0.12);
  border-color: rgba(148, 163, 184, 0.18);
  color: #b9c3d5;
}

.participant-area {
  color: #c7d4e8;
}

.participant-time {
  color: #d9e4f4;
}

.crew-line {
  color: #a9d7ff;
}

.crew-note {
  min-height: 38px;
  padding: 8px 10px;
  border-radius: 7px;
  background: rgba(59, 130, 246, 0.08);
  border: 1px solid rgba(59, 130, 246, 0.2);
  color: #bfdcff;
  font-size: 11px;
  line-height: 1.35;
}

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

.crew-pick-card {
  margin: 0;
}

.crew-pick-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.crew-pick-btn {
  width: auto;
  min-width: 112px;
  align-self: flex-start;
  margin-top: 10px;
}

.track-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.icon-btn {
  width: 30px;
  height: 30px;
  border: 1px solid var(--b);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--t);
  background: var(--bg);
  text-decoration: none;
  font-size: 14px;
}

.danger-outline {
  border-color: rgba(232, 52, 28, 0.45);
  color: #ffb2a6;
}

.track-file {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  padding: 6px 10px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  word-break: break-word;
}

.track-file.track-file-empty {
  color: #f2c56b;
  border-color: rgba(242, 197, 107, 0.26);
  background: rgba(124, 87, 24, 0.2);
}

.track-file.track-file-ready {
  color: #8fe0a6;
  border-color: rgba(111, 214, 143, 0.24);
  background: rgba(38, 99, 62, 0.2);
}

.track-input-hidden {
  display: none;
}

.st-yellow {
  color: #f9c75a;
}

.st-blue {
  color: #8ec5ff;
}

.st-purple {
  color: #be9cff;
}

.st-green {
  color: #77dd95;
}

.st-gray {
  color: #b8c0cc;
}

.st-red {
  color: #ff8d8d;
}

.chat-box {
  overflow: hidden;
}

.chat-intro-card {
  margin-bottom: 0;
}

.chat-intro-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.chat-intro-badge {
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #dbe3ef;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.chat-pinned-card {
  margin-top: 12px;
  padding: 10px 11px;
  border-radius: 12px;
  border: 1px solid rgba(255, 107, 53, 0.22);
  background: rgba(255, 107, 53, 0.08);
}

.chat-pinned-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.chat-pinned-text {
  color: #eef2f8;
  font-size: 12px;
  line-height: 1.45;
  word-break: break-word;
}

.chat-pinned-time {
  color: var(--t2);
  font-size: 11px;
}

.chat-msgs {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 120px;
  padding: 10px;
}

.msg {
  max-width: 78%;
}

.msg.mine {
  align-self: flex-end;
}

.msg.is-important .msg-bubble {
  border-color: rgba(255, 107, 53, 0.24);
  box-shadow: 0 0 0 1px rgba(255, 107, 53, 0.08) inset;
}

.msg.mentions-me .msg-bubble {
  border-color: rgba(59, 130, 246, 0.26);
  box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.08) inset;
}

.msg-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 2px;
}

.msg-name {
  color: var(--t2);
  font-size: 10px;
  font-weight: 600;
}

.msg-bubble {
  padding: 8px 10px;
  border-radius: 10px;
  background: var(--s2);
  border: 1px solid var(--b);
  font-size: 12px;
  line-height: 1.4;
  word-break: break-word;
}

.msg.mine .msg-bubble {
  background: rgba(232, 52, 28, 0.15);
  border-color: rgba(232, 52, 28, 0.25);
}

.msg-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}

.msg-time {
  margin-top: 2px;
  color: rgba(233, 240, 255, 0.84);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: right;
}

.msg-tools {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.msg-tool-btn {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--t2);
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.msg-tool-btn.is-active {
  border-color: rgba(255, 107, 53, 0.3);
  background: rgba(255, 107, 53, 0.12);
  color: #fff2e8;
}

.chat-mention {
  display: inline-flex;
  align-items: center;
  padding: 0 4px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  color: #dce7ff;
  font-weight: 700;
}

.chat-mention.is-mine {
  background: rgba(59, 130, 246, 0.18);
  color: #d6ebff;
}

.chat-unread-divider {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 6px 0;
  color: var(--t2);
  font-size: 11px;
  font-weight: 700;
}

.chat-unread-divider::before,
.chat-unread-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}

.chat-input-row {
  display: flex;
  gap: 6px;
  padding: 8px;
  border-top: 1px solid var(--b);
  align-items: center;
  flex-wrap: wrap;
}

.chat-empty-state {
  min-height: 160px;
  display: grid;
  place-items: center;
  padding: 18px 12px;
  text-align: center;
}

.chat-empty-icon {
  margin-bottom: 8px;
  font-size: 24px;
}

.chat-skeleton {
  display: grid;
  gap: 8px;
}

.chat-skeleton-row {
  height: 44px;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(255,255,255,0.04), rgba(255,255,255,0.08), rgba(255,255,255,0.04));
  background-size: 220px 100%;
  animation: shimmer 1.4s infinite linear;
}

.chat-skeleton-row.w60 { width: 60%; }
.chat-skeleton-row.w72 { width: 72%; }
.chat-skeleton-row.w90 { width: 90%; }

.chat-composer-help {
  padding: 0 10px 10px;
  color: var(--t2);
  font-size: 11px;
  line-height: 1.45;
}

.chat-inp {
  flex: 1;
  min-width: 180px;
  color: var(--t);
  background: var(--s2);
  border: 1px solid var(--b);
  border-radius: 10px;
  padding: 9px 11px;
  font-size: 13px;
}

.chat-send-btn {
  border: none;
  border-radius: 10px;
  padding: 8px 12px;
  color: #fff;
  background: var(--a);
  font-size: 15px;
}

.chat-flag-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--t2);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.chat-flag-toggle input {
  accent-color: #ff6b35;
}

.avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  background: linear-gradient(135deg, var(--a), var(--a2));
  font-weight: 700;
}

.avatar.sm {
  width: 34px;
  height: 34px;
  font-size: 12px;
}

.stat-pair,
.stats2 {
  display: grid;
  gap: 6px;
}

.stat-pair {
  grid-template-columns: 1fr 1fr;
}

.stats2 {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 8px;
}

.stat-mini,
.stat-box {
  padding: 8px;
  border-radius: 7px;
  text-align: center;
  background: var(--s2);
}

.profile-hero {
  background:
    radial-gradient(circle at top right, rgba(255, 107, 53, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    var(--s);
  border-color: rgba(255, 107, 53, 0.22);
}

.profile-hero-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.profile-role-line {
  margin-top: 4px;
  color: #d7dfeb;
  font-size: 13px;
  font-weight: 700;
}

.profile-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.profile-stat-card {
  padding: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.profile-stat-value {
  color: var(--a2);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.profile-stat-label {
  margin-top: 4px;
  color: var(--t2);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.profile-section-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    var(--s);
}

.profile-helper {
  margin-bottom: 10px;
  color: #c7d4e8;
  font-size: 12px;
  line-height: 1.5;
}

.profile-stack {
  display: grid;
  gap: 10px;
}

.profile-inline-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.num,
.stat-num {
  font-size: 18px;
  font-weight: 800;
  color: var(--a2);
}

.lbl,
.stat-label {
  margin-top: 2px;
  color: var(--t2);
  font-size: 9px;
}

.stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
  margin-bottom: 8px;
}

.mini-bar {
  flex: 1;
  height: 8px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

.mini-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--a), var(--a2));
}

.mini-bar-fill {
  width: 10%;
}

.mini-bar-fill-10 { width: 10%; }
.mini-bar-fill-15 { width: 15%; }
.mini-bar-fill-20 { width: 20%; }
.mini-bar-fill-25 { width: 25%; }
.mini-bar-fill-30 { width: 30%; }
.mini-bar-fill-35 { width: 35%; }
.mini-bar-fill-40 { width: 40%; }
.mini-bar-fill-45 { width: 45%; }
.mini-bar-fill-50 { width: 50%; }
.mini-bar-fill-55 { width: 55%; }
.mini-bar-fill-60 { width: 60%; }
.mini-bar-fill-65 { width: 65%; }
.mini-bar-fill-70 { width: 70%; }
.mini-bar-fill-75 { width: 75%; }
.mini-bar-fill-80 { width: 80%; }
.mini-bar-fill-85 { width: 85%; }
.mini-bar-fill-90 { width: 90%; }
.mini-bar-fill-95 { width: 95%; }
.mini-bar-fill-100 { width: 100%; }

.rank-num {
  width: 18px;
}

.list-row {
  padding: 7px 0;
}

.list-row + .list-row {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.col-btns,
.user-edit-box {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.admin-user-row {
  align-items: flex-start;
}

.admin-user-head {
  align-items: flex-start;
  gap: 10px;
}

.admin-user-meta {
  min-width: 0;
}

.admin-people-intro {
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.12), transparent 35%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    var(--s);
  border-color: rgba(96, 165, 250, 0.22);
}

.admin-user-shell {
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.admin-user-shell.expanded {
  border-color: rgba(255, 107, 53, 0.3);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.admin-user-shell.is-inactive {
  border-color: rgba(255, 107, 53, 0.32);
}

.admin-user-summary {
  display: block;
}

.join-flow-card {
  background:
    radial-gradient(circle at top right, rgba(255, 107, 53, 0.12), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    var(--s);
  border-color: rgba(255, 107, 53, 0.22);
}

.admin-user-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.admin-user-chip {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #d7dfeb;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.admin-user-chip.is-inactive {
  background: rgba(255, 107, 53, 0.14);
  border-color: rgba(255, 107, 53, 0.3);
  color: #ffd0bf;
}

.admin-user-toggle {
  flex: 0 0 auto;
  align-self: flex-start;
}

.admin-user-controls {
  margin-top: 10px;
}

.admin-user-editor {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-editor-section + .admin-editor-section {
  margin-top: 12px;
}

.admin-editor-label {
  margin-bottom: 8px;
  color: #ffd3bb;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.admin-editor-section.danger .admin-editor-label {
  color: #ffb4ac;
}

.admin-user-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.admin-user-stat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 6px 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 11px;
}

.admin-user-stat b {
  color: var(--a2);
  font-size: 12px;
}

.webauthn-item-row {
  align-items: center;
}

.session-item-row {
  align-items: flex-start;
  gap: 10px;
}

.session-item-row .btn {
  flex: 0 0 auto;
}

.user-edit-row {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.user-edit-row .inp {
  flex: 1;
  min-width: 0;
}

.user-edit-row .secret-field {
  flex: 1 1 180px;
  min-width: 0;
  margin-bottom: 0;
}

.user-edit-row .btn {
  flex: 0 0 auto;
}

@media (max-width: 520px) {
  .hdr-title {
    font-size: 15px;
  }

  .search-hero-meta,
  .search-focus-text,
  .flow-caption,
  .profile-helper,
  .group-fact,
  .search-fact-value {
    font-size: 12px;
  }

  .inp,
  .chat-inp {
    font-size: 16px;
  }

  .search-hero-main {
    flex-direction: column;
  }

  .search-hero-facts {
    grid-template-columns: 1fr;
  }

  .search-focus-grid {
    grid-template-columns: 1fr;
  }

  .search-journal-toolbar {
    grid-template-columns: 1fr;
  }

  .search-journal-actions {
    justify-content: stretch;
  }

  .search-journal-actions .btn {
    width: 100%;
  }

  .search-ops-summary {
    grid-template-columns: 1fr 1fr;
  }

  .search-ops-row {
    flex-direction: column;
  }

  .search-ops-row-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .chat-intro-head,
  .fox-manage-head {
    flex-direction: column;
  }

  .flow-section {
    padding: 9px;
  }

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

  .availability-toggle {
    align-items: flex-start;
  }

  .availability-toggle input {
    margin-top: 2px;
    flex: 0 0 auto;
  }

  .profile-inline-grid,
  .profile-stat-grid {
    grid-template-columns: 1fr;
  }

  .admin-user-row > .avatar.sm {
    flex: 0 0 auto;
  }

  .admin-user-head {
    align-items: flex-start;
  }

  .admin-user-head > .user-edit-box,
  .admin-user-row > .user-edit-box,
  .admin-user-controls {
    width: 100%;
    margin-top: 8px;
  }

  .user-edit-row {
    align-items: stretch;
  }

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

  .user-edit-row .inp,
  .user-edit-row select.inp,
  .user-edit-row .secret-field,
  .user-edit-row .btn {
    width: 100%;
  }

  .user-edit-row .btn {
    min-height: 36px;
  }
}

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

  .modal-card .grid2 {
    grid-template-columns: 1fr;
  }
}

.search-fake {
  color: var(--t2);
}

.perm-grid {
  display: grid;
  gap: 8px;
  margin-bottom: 10px;
}

.perm-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 8px;
  background: var(--s2);
  border: 1px solid var(--b);
}

.perm-check input {
  margin-top: 2px;
  accent-color: var(--a);
}

.qr-box {
  display: grid;
  place-items: center;
  min-height: 180px;
  margin-bottom: 10px;
  border-radius: 8px;
  background: var(--s2);
  border: 1px dashed rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.qr-box img {
  width: 100%;
  height: auto;
}

.qr-fallback {
  color: var(--t2);
  text-align: center;
  line-height: 1.5;
}

.modal {
  width: min(96vw, 760px);
  max-width: calc(100vw - 16px);
  max-height: calc(100dvh - 16px);
  margin: auto;
  padding: 0;
  border: none;
  background: transparent;
  overflow: visible;
}

.modal::backdrop {
  background: rgba(0, 0, 0, 0.64);
}

.modal-card {
  width: 100%;
  max-height: calc(100dvh - 16px);
  padding: 14px;
  color: var(--t);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.modal-card.modal-opening {
  pointer-events: none;
}

.modal-card .t2 {
  color: #aeb8c9;
}

.modal-card .t3 {
  color: #8893a7;
}

.modal-card .fw8,
.modal-card .fw7 {
  color: #f5f7fb;
}

.modal-detail-list {
  margin: 0;
  padding-left: 18px;
  color: #d8deea;
  font-size: 12px;
  line-height: 1.5;
}

.modal-detail-list li + li {
  margin-top: 6px;
}

.modal-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.modal-actions .btn {
  min-width: 130px;
}

body.modal-open {
  overflow: hidden;
}

#toast-root {
  position: fixed;
  left: 50%;
  bottom: 80px;
  transform: translateX(-50%);
  width: min(92vw, 380px);
  display: grid;
  gap: 8px;
  pointer-events: none;
  z-index: 50;
}

.toast {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--t);
  background: rgba(21, 24, 32, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.toast.err {
  border-color: rgba(232, 52, 28, 0.35);
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

.notification-modal {
  max-width: 540px;
}

.notification-settings-card {
  margin-bottom: 12px;
  padding: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.notification-guide-card {
  margin-bottom: 12px;
  padding: 12px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(37, 44, 63, 0.82), rgba(24, 29, 43, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.notification-guide-card.tone-warn {
  border-color: rgba(255, 107, 53, 0.28);
  background: linear-gradient(180deg, rgba(72, 41, 31, 0.88), rgba(39, 24, 21, 0.96));
}

.notification-guide-card.tone-info {
  border-color: rgba(59, 130, 246, 0.26);
  background: linear-gradient(180deg, rgba(33, 47, 74, 0.88), rgba(20, 27, 43, 0.96));
}

.notification-guide-card.tone-ok {
  border-color: rgba(34, 197, 94, 0.24);
  background: linear-gradient(180deg, rgba(28, 53, 41, 0.88), rgba(18, 33, 27, 0.96));
}

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

.notification-step-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #dbe2ee;
  font-size: 12px;
  line-height: 1.45;
}

.notification-step-num {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(244, 82, 43, 0.16);
  border: 1px solid rgba(244, 82, 43, 0.34);
  color: #fff0ec;
  font-size: 11px;
  font-weight: 800;
}

.notification-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.notification-device-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.notification-device-card {
  min-width: 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.notification-device-title {
  font-size: 12px;
  font-weight: 800;
  color: #f5f7fb;
}

.notification-device-copy {
  margin-top: 6px;
  color: #c9d3e2;
  font-size: 11px;
  line-height: 1.5;
}

.notification-pref-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.notification-pref-item {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #dbe2ee;
  font-size: 12px;
}

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

.notification-item {
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  text-align: left;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  color: var(--t);
}

.notification-item.unread {
  border-color: rgba(232, 52, 28, 0.28);
  background: rgba(232, 52, 28, 0.06);
}

.notification-item-head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  justify-content: space-between;
}

.notification-item-title {
  font-size: 13px;
  font-weight: 800;
  color: #f5f7fb;
}

.notification-item-time {
  color: #8d97aa;
  font-size: 11px;
  white-space: nowrap;
}

.notification-item-body {
  margin-top: 6px;
  color: #ced6e3;
  font-size: 12px;
  line-height: 1.45;
}

@media (max-width: 640px) {
  .notification-action-row {
    flex-direction: column;
  }

  .notification-action-row .btn {
    width: 100%;
  }

  .notification-device-grid,
  .notification-pref-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .notification-item-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .notification-item-time {
    white-space: normal;
  }
}

.audit-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.audit-summary-card {
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.audit-summary-num {
  font-size: 20px;
  font-weight: 800;
  color: #f7f9fc;
}

.audit-summary-label {
  margin-top: 4px;
  font-size: 11px;
  color: var(--t2);
}

.audit-filter-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.audit-filter-row .btn.active {
  border-color: rgba(244, 82, 43, 0.42);
  background: rgba(244, 82, 43, 0.12);
  color: #fff5f1;
}

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

.audit-item {
  padding: 11px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.audit-item-head {
  align-items: flex-start;
  gap: 10px;
}

.audit-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.audit-badge-success {
  color: #d5ffe7;
  background: rgba(27, 157, 85, 0.18);
  border: 1px solid rgba(27, 157, 85, 0.28);
}

.audit-badge-failure {
  color: #ffd8d1;
  background: rgba(218, 59, 46, 0.18);
  border: 1px solid rgba(218, 59, 46, 0.28);
}

.audit-badge-warning {
  color: #ffe7bf;
  background: rgba(224, 140, 20, 0.18);
  border: 1px solid rgba(224, 140, 20, 0.28);
}

.audit-caption {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--t2);
}

.audit-raw {
  margin-top: 8px;
}

.audit-raw summary {
  cursor: pointer;
  font-size: 12px;
  color: var(--t2);
}

.audit-raw pre {
  margin: 8px 0 0;
  padding: 10px;
  border-radius: 10px;
  background: rgba(10, 12, 18, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #d9dfeb;
  white-space: pre-wrap;
  word-break: break-word;
  font-size: 11px;
  line-height: 1.45;
}

.audit-empty {
  padding: 14px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px dashed rgba(255, 255, 255, 0.08);
  color: var(--t2);
  font-size: 12px;
}

@media (min-width: 760px) {
  .app-shell {
    max-width: 480px;
  }

  .bnav {
    max-width: 480px;
  }
}

@media (max-width: 640px) {
  .audit-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .modal {
    width: calc(100vw - 10px);
    max-width: calc(100vw - 10px);
    max-height: calc(100dvh - 10px);
  }

  .modal-card {
    max-height: calc(100dvh - 10px);
    padding: 12px;
    border-radius: 18px;
  }

  .fox-manage-modal > .mb8,
  .fox-manage-modal > .sect-title {
    padding: 9px;
  }
}

.honeypot-field {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.context-hint {
  margin-top: 8px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--t2);
  font-size: 11px;
  line-height: 1.5;
}

.chat-load-older-wrap {
  margin-bottom: 10px;
  display: grid;
  gap: 6px;
}

.chat-load-older-btn {
  width: 100%;
}

.chat-load-older-note {
  color: var(--t2);
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
}

.fox-report-addenda-list {
  display: grid;
  gap: 8px;
  margin-top: 8px;
}

.fox-report-addendum-card {
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.fox-report-addendum-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 6px;
  color: var(--t2);
  font-size: 11px;
}
