:root {
  --bg-1: #08090b;
  --bg-2: #121315;
  --bg-3: #1a1b1f;
  --text: #f4f1ea;
  --muted: #8f8c87;
  --gold: #e5c98d;
  --gold-2: #c89d53;
  --low: #9fd4ae;
  --medium: #e4c47b;
  --panel: rgba(255,255,255,0.04);
  --panel-2: rgba(255,255,255,0.025);
}

* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 68% 34%, rgba(255,255,255,0.05), transparent 28%),
    radial-gradient(circle at 30% 80%, rgba(175,135,55,0.05), transparent 24%),
    linear-gradient(90deg, #050608 0%, #111214 42%, #1a1b1f 100%);
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,0.045) 0.6px, transparent 0.6px);
  background-size: 4px 4px;
  opacity: 0.18;
  mix-blend-mode: soft-light;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.08) 32%, rgba(255,255,255,0.02) 100%);
  opacity: 0.55;
}
.page {
  position: relative;
  min-height: 100vh;
  padding: 42px 54px 36px;
  display: flex;
  flex-direction: column;
}
.topbar {
  position: absolute;
  top: 34px;
  left: 42px;
  right: 42px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
  color: var(--text);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.brand-mark {
  width: 22px;
  height: 22px;
  display: block;
  flex-shrink: 0;
  filter: drop-shadow(0 0 16px rgba(229, 201, 141, 0.18));
}

.top-actions {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.top-sep {
  width: 1px;
  height: 18px;
  background: rgba(255,255,255,0.12);
}
.top-pill {
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.03);
  color: #e9e3d7;
  border-radius: 999px;
  height: 36px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03), 0 12px 36px rgba(0,0,0,0.22);
  transition: transform 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}
.top-pill:hover {
  transform: translateY(-1px);
  border-color: rgba(229, 201, 141, 0.34);
  color: #f0e0b8;
}
.pill-count {
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  padding: 0 6px;
  background: rgba(229, 201, 141, 0.14);
  border: 1px solid rgba(229, 201, 141, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  color: #f2ddb0;
}
.chev {
  opacity: 0.75;
  transform: translateY(-1px);
}

.saved-wrap, .lang-wrap {
  position: relative;
}
.dropdown {
  position: absolute;
  right: 0;
  top: 44px;
  width: min(340px, calc(100vw - 40px));
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(15,16,18,0.92);
  backdrop-filter: blur(14px);
  box-shadow: 0 30px 90px rgba(0,0,0,0.52);
  overflow: hidden;
}
.dropdown-head {
  padding: 12px 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #e9e3d7;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.dropdown-item {
  width: 100%;
  text-align: left;
  padding: 12px 14px;
  border: 0;
  background: transparent;
  color: #e0d8cb;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.dropdown-item:hover {
  background: rgba(255,255,255,0.04);
  color: #f0e0b8;
}
.saved-list {
  max-height: 320px;
  overflow: auto;
  padding: 8px;
}
.saved-empty {
  padding: 18px 14px;
  font-size: 12px;
  color: rgba(244,241,234,0.72);
}
.saved-item {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.02);
  margin-bottom: 8px;
}
.saved-item:last-child { margin-bottom: 0; }
.saved-main {
  min-width: 0;
}
.saved-title {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #f2efe8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.saved-sub {
  margin-top: 2px;
  font-size: 11px;
  color: rgba(244,241,234,0.65);
}
.saved-actions {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.mini-btn {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.03);
  color: #e7d9b7;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mini-btn:hover {
  border-color: rgba(229, 201, 141, 0.34);
  color: #f0e0b8;
}
.mini-btn svg { width: 16px; height: 16px; stroke: currentColor; }
.dropdown-foot {
  padding: 10px 12px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  justify-content: flex-end;
}
.dropdown-danger {
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.02);
  color: rgba(244,241,234,0.86);
  border-radius: 10px;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.dropdown-danger:hover {
  border-color: rgba(255,98,98,0.5);
  color: #ffd0d0;
}
.hero {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 88px 0 30px;
  min-height: 100vh;
}
.left {
  max-width: 920px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
.headline-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 16px;
}
.dash {
  width: 42px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,255,255,0.96), rgba(255,255,255,0.82));
  box-shadow: 0 0 16px rgba(255,255,255,0.08);
}
h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 0.98;
  letter-spacing: -0.06em;
  font-weight: 800;
  color: #f2efe8;
}
.sub {
  margin: 0 0 24px;
  max-width: 640px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
}
.search-shell {
  position: relative;
  width: min(600px, calc(100vw - 70px));
  margin-bottom: 14px;
}
.search {
  width: 100%;
  height: 52px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
  backdrop-filter: blur(10px);
  color: #f3f0e8;
  font-size: 15px;
  outline: none;
  padding: 0 56px 0 20px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03), 0 16px 50px rgba(0,0,0,0.18);
}
.search::placeholder { color: #9f9b94; }
.search-btn {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  background: linear-gradient(180deg, #f2ddb0, #c89d53);
  color: #17120a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(200,157,83,0.2);
}
.search-btn svg { width: 18px; height: 18px; stroke: currentColor; }
.quick-row {
  width: min(820px, calc(100vw - 70px));
  display: flex;
  align-items: center;
  gap: 10px;
}
.quick {
  flex: 1;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  padding: 4px 2px 8px;
  scrollbar-width: none;
}
.quick::-webkit-scrollbar { display: none; }
.quick button {
  flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.025);
  color: #d4ccbf;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: all 0.18s ease;
}
.quick button:hover,

.ghost-copy:hover,
.quick-scroll:hover {
  border-color: rgba(229, 201, 141, 0.36);
  color: #f0e0b8;
  transform: translateY(-1px);
}
.quick-scroll {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.03);
  color: #e7d9b7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.18s ease;
}
.level,
.risk,
.ghost-copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
}
  font-size: 10px;
  color: #f0deae;
  background: rgba(229, 201, 141, 0.07);
  border: 1px solid rgba(229, 201, 141, 0.16);
}
.results {
  width: min(820px, calc(100vw - 70px));
  margin-top: 22px;
  display: block;
  padding-bottom: 8px;
}
.results > .cmd-card {
  margin: 0 0 20px;
}
.results > .cmd-card:last-child {
  margin-bottom: 0;
}
.cmd-card {
  position: relative;
  border-radius: 18px;
  padding: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.022));
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 16px 40px rgba(0,0,0,0.18);
  overflow: hidden;
  text-align: left;
}
.cmd-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(229,201,141,0.04), transparent 55%);
  pointer-events: none;
}
.cmd-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 10px;
}
.eyebrow-row {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.cat-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.065);
  color: #efd9ac;
  flex: 0 0 auto;
}
.cat-icon .ico {
  width: 14px;
  height: 14px;
}
.eyebrow {
  font-size: 11px;
  color: #b7ac97;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0;
}
.cmd-top h3,
.modal-head h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.15;
}
.level {
  margin-left: 8px;
  padding: 4px 8px;
  font-size: 11px;
  vertical-align: middle;
  background: rgba(255,255,255,0.06);
  color: #eee0be;
}
.level.standard { border: 1px solid rgba(159, 212, 174, 0.35); color: #c6edd0; }
.level.advanced { border: 1px solid rgba(228, 196, 123, 0.35); color: #f1da9b; }
.level.restore { border: 1px solid rgba(255,255,255,0.18); color: #f0ede5; }
.desc,
.modal-head p {
  margin: 8px 0 0;
  color: #a39f97;
  font-size: 13px;
  line-height: 1.55;
}
.risk {
  white-space: nowrap;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 700;
}
.risk-low { color: var(--low); border: 1px solid rgba(159, 212, 174, 0.25); background: rgba(159, 212, 174, 0.07); }
.risk-medium { color: var(--medium); border: 1px solid rgba(228, 196, 123, 0.25); background: rgba(228, 196, 123, 0.07); }
.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  color: #c4bcaf;
  font-size: 12px;
  margin: 10px 0 12px;
}

.app-media {
  margin: 10px 0 14px;
}
.app-video {
  width: 100%;
  max-width: 720px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(0,0,0,0.25);
  box-shadow: 0 18px 50px rgba(0,0,0,0.28);
}
.meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.meta-ico {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  color: rgba(245, 239, 223, 0.78);
}
.meta-ico svg {
  width: 12px;
  height: 12px;
}
.command-block {
  position: relative;
}
.command-block pre {
  margin: 0;
  padding: 14px 52px 14px 16px;
  border-radius: 12px;
  background: rgba(7,7,8,0.42);
  color: #f5efdf;
  font-size: 11px;
  line-height: 1.5;
  white-space: pre-wrap;
  word-break: break-word;
  border: 1px solid rgba(255,255,255,0.04);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', monospace;
}
.command-block.large pre { min-height: 64px; }
.copy-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(229, 201, 141, 0.22);
  background: rgba(255,255,255,0.035);
  color: #efd9ac;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.18s ease;
  z-index: 2;
}
.copy-btn:hover { background: rgba(229, 201, 141, 0.1); transform: translateY(-1px); }
.copy-btn svg { width: 13px; height: 13px; stroke: currentColor; }
.card-actions-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
.ghost-copy {
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.025);
  color: #d8cdb8;
  cursor: pointer;
  padding: 9px 13px;
  font-size: 11px;
  font-weight: 600;
  transition: all 0.18s ease;
}

.save-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.save-btn svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
}
.save-text { transform: translateY(-0.2px); }
.hero-decor {
  position: fixed;
  top: 118px;
  right: clamp(22px, 7vw, 84px);
  width: 360px;
  height: 320px;
  z-index: 1;
  pointer-events: none;
}
.orb {
  position: absolute;
  right: 0;
  top: 10px;
  transform: none;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.045), rgba(255,255,255,0.01) 52%, transparent 70%);
  filter: blur(8px);
  opacity: 0.9;
}
.float-card {
  position: absolute;
  border-radius: 18px;
  border: 1px solid rgba(229, 201, 141, 0.18);
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  box-shadow: 0 18px 40px rgba(0,0,0,0.18);
  backdrop-filter: blur(8px);
}
.float-card.one {
  width: 170px;
  height: 62px;
  right: 22px;
  top: 18px;
  transform: rotate(8deg);
}
.float-card.two {
  width: 190px;
  height: 68px;
  right: 126px;
  top: 162px;
  transform: rotate(-9deg);
}
.float-card::before,
.float-card::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(229,201,141,0.65), rgba(229,201,141,0.1));
}
.float-card::before { top: 18px; }
.float-card::after { top: 34px; width: 52%; }
.side-scroll {
  position: fixed;
  left: 26px;
  bottom: 108px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  color: rgba(255,255,255,0.82);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: lowercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.side-scroll::after { content: "•"; font-size: 10px; color: var(--gold); }
.socials {
  position: fixed;
  right: 58px;
  bottom: 46px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 34px;
  color: rgba(255,255,255,0.92);
  font-weight: 600;
  font-size: 14px;
}
.socials span { opacity: 0.9; }
.pager {
  width: min(820px, calc(100vw - 70px));
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.pager-info {
  min-width: 210px;
  text-align: center;
  font-size: 12px;
  color: #bdb3a2;
}
.pager-btn {
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.025);
  color: #d8cdb8;
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}
.pager-btn:hover:not(:disabled) {
  border-color: rgba(229, 201, 141, 0.36);
  color: #f0e0b8;
  transform: translateY(-1px);
}
.pager-btn:disabled {
  opacity: 0.4;
  cursor: default;
}

.empty {
  border-radius: 18px;
  padding: 18px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.06);
  color: #a39f97;
  font-size: 14px;
}
.modal[hidden] { display: none; }
.modal {
  position: fixed;
  inset: 0;
  z-index: 40;
}
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(3px);
}
.modal-panel {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(760px, calc(100vw - 30px));
  max-height: min(86vh, 860px);
  overflow: auto;
  border-radius: 24px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(18,19,21,0.98), rgba(10,11,13,0.98));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 30px 80px rgba(0,0,0,0.45);
}
.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
  color: #f5efdf;
  font-size: 20px;
  cursor: pointer;
}
.modal-head { padding-right: 48px; }
.details-summary-section {
  margin-top: 18px;
}
.details-summary-section h4,
.modal-command-title {
  font-size: 11px;
  color: #b7ac97;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 0 0 10px;
}
#detailsSummary {
  margin: 0;
  color: #c4bcaf;
  font-size: 14px;
  line-height: 1.8;
}
.modal-command-wrap {
  margin-top: 18px;
}
.modal-actions { margin-top: 12px; }
@media (max-width: 1200px) {
  .hero-decor { right: 30px; top: 108px; transform: scale(0.88); transform-origin: top right; }
}
@media (max-width: 980px) {
  .page { padding: 28px 20px 28px; }
  .topbar { top: 24px; left: 20px; right: 20px; }
  .hero { min-height: 100vh; padding: 78px 0 24px; }
  .left { max-width: 100%; }
  .hero-decor,
  .side-scroll,
  .socials { display: none; }
}
@media (max-width: 640px) {
  .page { padding: 20px 16px 24px; }
  .brand { font-size: 15px; gap: 10px; }
  .headline-row { gap: 12px; margin-bottom: 14px; }
  .dash { width: 28px; }
  h1 { font-size: clamp(30px, 10vw, 44px); }
  .sub { font-size: 13px; margin-bottom: 18px; }
  .search-shell,
  .quick-row,
  .results,
  .pager { width: 100%; }
  .search { height: 48px; font-size: 14px; }
  .search-btn { width: 32px; height: 32px; }
  .quick button,
  .ghost-copy { font-size: 10px; padding: 8px 10px; }
  .cmd-top { flex-direction: column; }
  .modal-panel { padding: 18px; }
}

.saved-trigger {
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  height: auto;
  gap: 8px;
  color: #e9e3d7;
}
.saved-trigger:hover {
  border: 0;
  background: transparent;
  box-shadow: none;
}
.saved-link-ico {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e5c98d;
}
.saved-link-ico svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
}
.kind-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
}
.kind-chip {
  border: 0;
  background: transparent;
  color: #baaf99;
  height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  cursor: pointer;
}
.kind-chip.active {
  color: #17120a;
  background: linear-gradient(180deg, #f2ddb0, #c89d53);
  box-shadow: 0 8px 18px rgba(200,157,83,0.18);
}
.cmd-top-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  flex: 0 0 auto;
}
.save-inline {
  border: 0;
  background: transparent;
  padding: 0;
  color: #dacdaf;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  margin-right: 2px;
}
.save-inline:hover {
  color: #f0e0b8;
  transform: translateY(-1px);
}
.save-inline svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
}
.card-actions-row {
  align-items: center;
}
.saved-item {
  background: rgba(255,255,255,0.018);
}
@media (max-width: 720px) {
  .kind-switch {
    width: min(600px, calc(100vw - 70px));
    justify-content: center;
  }
  .cmd-top {
    flex-direction: column;
  }
  .cmd-top-actions {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}


/* Language pill: no background/border */
.lang-pill{
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  padding: 0 6px;
  height: 32px;
  color: #e9e3d7;
}
.lang-pill:hover{
  transform: translateY(-1px);
  color: #fff;
}

.app-hint{
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.74);
  font-size: 13px;
  line-height: 1.35;
}


/* Footer */
.site-footer{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 14px;
  display: flex;
  justify-content: center;
  pointer-events: none;
  z-index: 20;
}
.site-footer .footer-inner{
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  letter-spacing: .02em;
  color: rgba(233,227,215,0.65);
  pointer-events: auto;
}
.site-footer .footer-link{
  color: rgba(233,227,215,0.65);
  text-decoration: none;
}
.site-footer .footer-link:hover{
  color: rgba(255,255,255,0.92);
}
.site-footer .footer-dot{
  opacity: .55;
}
@media (max-width: 520px){
  .site-footer{ bottom: 10px; }
}

/* Legal pages spacing */
.legal{
  padding-top: 34px;
}
.legal-card{
  margin-top: 14px;
}


/* Legal pages */
.legal{ padding-top: 40px; }
.legal-title{ margin-top: 24px; }
.legal-card{ margin-top: 22px; }
.legal-h{ font-size: 14px; font-weight: 700; margin: 18px 0 8px; letter-spacing: -0.01em; }
.legal-list{ margin: 10px 0 0; padding-left: 18px; }
.legal-list li{ margin: 8px 0; }
