:root {
  --ink: #263c3a;
  --green: #315f56;
  --gold: #c4a364;
  --coral: #b47461;
  --mint: #adc6b3;
  --blue: #9db8c9;
  --piece-ink: #3e4c45;
}
body {
  background:
    radial-gradient(ellipse at 15% 0%, #dce5dc80, transparent 42%),
    radial-gradient(ellipse at 90% 20%, #e4d5b580, transparent 45%), #eeeade;
}
button {
  border: 1px solid #334a41;
  border-radius: 8px;
  box-shadow:
    0 2px 0 #203e352b,
    inset 0 1px 0 #ffffff24;
  transition:
    background 0.18s,
    box-shadow 0.18s,
    transform 0.18s;
}
button:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow:
    0 4px 12px #283a3425,
    inset 0 1px 0 #ffffff30;
}
button:active:not(:disabled) {
  transform: translateY(1px);
  box-shadow: inset 0 2px 3px #203e3525;
}
button.secondary {
  border: 1px solid #8e9a87;
  background: linear-gradient(#fffdf3, #edead9);
}
button.primary {
  background: linear-gradient(#ddc18b, #c4a368);
}
.panel,
.entry {
  border: 1px solid #afb6a1;
  box-shadow:
    0 10px 24px #283a340c,
    inset 0 1px 0 #fff;
  border-radius: 14px;
}
.hero h1 {
  text-shadow: none;
}
.hero h1 em {
  color: #315f56;
}
.hero-eyebrow {
  transform: none;
  border: none;
  padding: 0;
  background: none;
  letter-spacing: 2px;
}
.how-card {
  border: 1px solid #aeb8a1;
  box-shadow:
    inset 0 1px 0 #ffffff90,
    0 4px 12px #283a3408;
  border-radius: 12px;
}
.how-card:nth-child(2) {
  transform: none;
}
.how-mint {
  background: #dce6d9;
}
.how-gold {
  background: #e9e0c4;
}
.how-coral {
  background: #e6d5c8;
}
.entry-symbol {
  border: 1px solid #977b55;
  box-shadow: 0 3px 8px #56482e25;
  background: radial-gradient(at 30% 20%, #efd9a6, #b79960);
  transform: none;
}
.practice-entry {
  margin-top: 20px;
  border: 1px solid #c7d1c0;
  border-radius: 10px;
  background: #f6f7ee;
  overflow: hidden;
}
.practice-entry summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--green);
  font-size: 11px;
  font-weight: 750;
  list-style: none;
  padding: 13px 14px;
}
.practice-entry summary:focus-visible {
  outline: 2px solid #315f56;
  outline-offset: -3px;
}
.practice-entry summary::-webkit-details-marker {
  display: none;
}
.practice-entry summary span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.practice-entry summary .icon {
  width: 17px;
  height: 17px;
}
.practice-entry summary small {
  color: var(--muted);
  font-size: 8px;
  font-weight: 650;
  letter-spacing: 0.7px;
}
.practice-entry[open] summary {
  border-bottom: 1px solid #d3dacb;
}
.practice-content {
  padding: 14px;
}
.practice-content p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}
.practice-roles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
}
.practice-role {
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: flex-start;
  padding: 9px 10px;
  color: var(--role-ink);
  font-size: 10px;
  font-weight: 750;
  border: 1px solid var(--role-edge);
  border-radius: 8px;
  background: var(--role-paper);
  box-shadow: none;
}
.practice-role:hover:not(:disabled) {
  background: #fffdf4;
  box-shadow: 0 2px 5px #263c3a1c;
}
.practice-role:last-child {
  grid-column: 1 / -1;
}
.practice-role .icon {
  width: 15px;
  height: 15px;
}
.signal-orbit {
  height: 206px;
  border-radius: 18px;
  border: 1px solid #8e9a81;
  background: radial-gradient(ellipse at 50% 25%, #d7dec3, #9ba990);
  box-shadow: inset 0 0 35px #30453c25;
}
.friends-preview {
  inset: 4px 0 29px;
  gap: 16px;
}
.friends-preview .pawn-art {
  width: 92px;
  height: 134px;
  filter: drop-shadow(3px 8px 5px #1c2b2b35);
}
.friends-preview .pawn-art:first-child {
  transform: rotate(-4deg);
}
.friends-preview .pawn-art:nth-child(2) {
  width: 116px;
  height: 169px;
  transform: translateY(3px);
}
.friends-preview .pawn-art:last-child {
  transform: rotate(4deg);
}
.orbit-label {
  background: transparent;
  color: #314b40;
  bottom: 14px;
  letter-spacing: 1.8px;
  font-size: 9px;
}
.orbit-dot {
  display: none;
}
.role-chip {
  border: 1px solid #6e8271;
  border-radius: 8px;
  box-shadow: 0 3px 7px #213d3020;
  font-size: 15px;
  padding: 12px 16px;
  min-width: 0;
}
.role-chip.chosen {
  outline: 2px solid #315f56;
  outline-offset: 2px;
}
.signal-scene {
  margin-top: 32px;
}
.role-preview {
  margin-top: 24px;
}
.role-preview-heading h2 {
  font-size: 23px;
  letter-spacing: -0.3px;
}
.role-preview-heading p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #40564c;
}
.role-explorer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}
.lore-caption {
  display: block;
  max-width: none;
  min-height: 186px;
  margin-top: 18px;
  padding: 22px;
  border: 1px solid #adbda5;
  border-left: 4px solid #315f56;
  border-radius: 10px;
  background: #fbfaf1;
  box-shadow: 0 4px 12px #283a3408;
}
.lore-caption.faction-conspiracy {
  border-left-color: #955b45;
}
.lore-heading,
.guide-role-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.lore-heading h3 {
  font-family: Fraunces, serif;
  font-size: 25px;
}
.lore-caption p {
  font-size: 16px;
  line-height: 1.75;
  color: #30463b;
  margin-top: 14px;
}
.faction-badge {
  display: inline-block;
  padding: 3px 9px;
  border: 1px solid #8ea78c;
  border-radius: 5px;
  background: #e0ebdb;
  color: #294831;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.5;
}
.faction-conspiracy .faction-badge {
  background: #eeded3;
  border-color: #bea28f;
  color: #693f30;
}
.role-preview-note {
  margin: 12px 0 0;
  color: #40564c;
  font-size: 13px;
  line-height: 1.65;
}
.lobby-layout .settings-head p,
.lobby-layout .role-option small {
  font-size: 15px;
  line-height: 1.7;
  color: #354d40;
}
.lobby-layout .role-option strong {
  font-size: 18px;
}
.lobby-layout .role-options {
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
}
.lobby-layout .role-option {
  padding: 20px;
}
.lobby-layout .role-option > span:last-child {
  min-width: 0;
}
.lobby-layout .timer-settings .row {
  font-size: 15px;
}
.lobby-layout .fineprint {
  font-size: 13px;
  color: #40564c;
}
.private-card p,
.private-card .intel {
  font-size: 15px;
  line-height: 1.75;
}
.tone-mint {
  background: #b7ccbb;
}
.tone-coral {
  background: #d6ac99;
}
.tone-blue {
  background: #b6c9cf;
}
.pawn-color-0 {
  color: #bca571;
}
.pawn-color-1 {
  color: #709aa8;
}
.pawn-color-2 {
  color: #b68170;
}
.pawn-color-3 {
  color: #779b84;
}
.pawn-color-4 {
  color: #938da9;
}
.pawn-color-5 {
  color: #a97f89;
}
.pawn-color-6 {
  color: #a5a476;
}
.pawn-color-7 {
  color: #689a96;
}
.pawn-color-8 {
  color: #b6916d;
}
.pawn-color-9 {
  color: #a4a295;
}
.tabletop {
  background:
    linear-gradient(105deg, #fff2c017, transparent 45%, #19232226),
    repeating-linear-gradient(
      3deg,
      #826044 0 2px,
      #896749 3px 19px,
      #92714f 20px 21px
    );
  border: 1px solid #4f5041;
  border-radius: 27px;
  box-shadow:
    0 3px 0 #a58661,
    0 8px 0 #5e4a35,
    0 9px 0 #343f35,
    0 20px 32px #1d302321,
    inset 0 1px 0 #e1c697;
}
.table-edge-label {
  color: #ebd9b5;
  font-size: 6px;
  letter-spacing: 2.6px;
  padding-top: 2px;
}
.piece-stage {
  height: 88px;
}
.piece-stage .pawn-art {
  width: 66px;
  height: 84px;
  filter: drop-shadow(2px 4px 2px #14201c40);
}
.piece-selected .pawn-art {
  transform: translateY(-4px);
  filter: drop-shadow(0 0 5px #e4c98b70);
}
.piece-name {
  background: linear-gradient(#e4d8bb, #c9bd9f);
  border: 1px solid #5e634c;
  color: #273c35;
  box-shadow: 0 1px 2px #29322825;
  border-radius: 5px;
  font-size: 10px;
}
.piece-caption {
  color: #eee0c4;
}
.piece-selected .piece-name {
  background: linear-gradient(#eddbad, #ccb07a);
  border-color: #6b5932;
}
.leader-pin {
  background: radial-gradient(at 25% 15%, #f1db9f, #ab8850);
  border: 1px solid #685535;
  border-radius: 50%;
  transform: none;
  color: #4f482d;
  box-shadow: 0 2px 4px #1d291f45;
}
.piece-selected .piece-check {
  border: 1px solid #6e6746;
  background: linear-gradient(#f0e0b3, #bfa46b);
}
.kingdom-map {
  background: #b5c2a0;
  border: 1px solid #425d48;
  border-radius: 16px;
  box-shadow:
    0 3px 7px #25342950,
    inset 0 0 0 4px #d9dbb8;
}
.map-title {
  color: #2f4939;
  padding-top: 13px;
}
.map-round {
  background: #e1e0be;
}
.map-landscape {
  height: 258px;
}
.map-note {
  display: none;
}
.trail-token {
  background: radial-gradient(at 30% 20%, #fff8db, #d7cbae 65%, #a89a7d);
  border: 1px solid #6e7454;
  box-shadow:
    0 4px 0 #73825c,
    0 6px 8px #263e292a,
    inset 0 0 0 3px #f2eac7,
    inset 0 0 0 4px #b4aa86;
}
.trail-current .trail-token {
  transform: none;
  background: radial-gradient(at 30% 20%, #f2ddb0, #c4a368 65%, #8c734b);
  border: 1px solid #6f6340;
  box-shadow:
    0 4px 0 #7c7350,
    inset 0 0 0 3px #ead5a0,
    inset 0 0 0 4px #c1a578,
    0 0 0 5px #f0dfb250;
}
.trail-success .trail-token {
  background: radial-gradient(at 30% 20%, #c7dfbe, #799c84 65%, #476756);
  box-shadow:
    0 4px 0 #4f6f53,
    inset 0 0 0 3px #b4cca6;
}
.trail-failure .trail-token {
  background: radial-gradient(at 30% 20%, #e1b5a1, #aa7460 65%, #774638);
  box-shadow:
    0 4px 0 #775346,
    inset 0 0 0 3px #d5b09b;
}
.trail-stop strong {
  text-shadow: 0 1px 0 #fff9d385;
}
.trail-capacity {
  background: #e6e5c9de;
}
.board-score {
  background: linear-gradient(#e4e3c8, #cfd6b8);
  border-top: 1px solid #8c9d75;
}
.rejection-rail {
  border-color: #e6d4a622;
  color: #eddfbd;
}
.rejection-rail strong {
  color: #f2e5c9;
}
.rail-warning {
  color: #eddfbd;
}
.rejection-pieces span {
  border: 1px solid #4e5741;
  background: radial-gradient(at 30% 15%, #d7c8a7, #a49371);
  box-shadow:
    0 2px 0 #514b37,
    inset 0 1px 0 #e7dabe;
  color: #3b4938;
}
.rejection-pieces .spent {
  transform: none;
  background: radial-gradient(at 30% 15%, #c59a80, #945d4b);
  color: #f5e5c8;
  box-shadow: 0 2px 0 #5a4132;
}
.table-panel.action-tray {
  border: 1px solid #afb7a0;
  box-shadow:
    0 5px 15px #293b2e0b,
    inset 0 1px 0 #fff;
  border-radius: 12px;
  background: linear-gradient(125deg, #fcfaef, #ecebdb);
}
.action-tray .table-actions button {
  border-width: 1px;
}
.table-actions button.danger {
  background: linear-gradient(#c69a87, #b6806d);
}
.turn-stamp {
  border: 1px solid #9c895f;
  border-radius: 50%;
  transform: none;
  background: radial-gradient(at 30% 20%, #e9d6a5, #bb9d69);
}
.play-layout .private-card {
  transform: none;
  border: 1px solid #969d81;
  border-radius: 12px;
  background: radial-gradient(at 20% 0%, #f9f2db, #dad4bc);
  box-shadow:
    0 5px 14px #29352d16,
    inset 0 0 0 4px #ece6d0;
}
.play-layout .private-card.side-loyal {
  background: radial-gradient(at 25% 0%, #edf2df, #c8d7bf);
}
.play-layout .private-card.side-conspiracy {
  background: radial-gradient(at 25% 0%, #f1e3d4, #d4b7a5);
}
.private-card.concealed .card-back-art > .icon:first-child {
  transform: none;
  border: 1px solid #8c7f58;
  background: radial-gradient(at 20% 10%, #f3e6bb, #b5a273);
  box-shadow: 0 4px 8px #3e463325;
}
.role-symbol .icon {
  background: radial-gradient(at 25% 10%, #fff4d5, #c6b98e);
  padding: 13px;
  border: 1px solid #8c8c64;
  border-radius: 50%;
  width: 77px;
  height: 77px;
  box-shadow:
    0 3px 0 #958c69,
    0 6px 13px #37452d25;
}
#chat,
.finale {
  border: 1px solid #a4af98;
  box-shadow: 0 8px 20px #233e3210;
}
.play-layout .history {
  border: 1px solid #b6bba6;
  background: #f5f2e7;
}
.role-guide {
  margin-top: 28px;
  border: 1px solid #bdc6b0;
  border-radius: 10px;
  background: #f5f5e9;
  overflow: hidden;
}
.role-guide summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 22px;
  cursor: pointer;
  font-family: Fraunces, serif;
  font-size: 25px;
  list-style: none;
}
.role-guide summary::-webkit-details-marker {
  display: none;
}
.role-guide summary:after {
  content: "+";
  font-family: Manrope, sans-serif;
  font-size: 22px;
}
.role-guide[open] summary:after {
  content: "−";
}
.role-guide summary span {
  font-family: Manrope, sans-serif;
  font-size: 13px;
  color: #405640;
  margin-left: auto;
}
.role-guide-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 16px;
  padding: 0 22px;
}
.role-guide-entry {
  padding: 20px;
  border: 1px solid #c3cdb7;
  border-radius: 8px;
  background: #fffdf4;
}
.guide-emblem {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border: 1px solid #a6ac8c;
  border-radius: 50%;
  background: radial-gradient(at 20% 15%, #f6eacf, #b7b48e);
  box-shadow: 0 2px 3px #354e3020;
}
.guide-emblem .icon {
  width: 22px;
  height: 22px;
}
.role-guide h3 {
  font-size: 22px;
  font-family: Fraunces, serif;
}
.role-guide p {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 16px;
  color: #30463b;
}
.role-guide .guide-footnote {
  padding: 0 22px 22px;
  font-size: 14px;
}
.result-announcement {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 40;
  pointer-events: none;
  display: flex;
  align-items: center;
  gap: 19px;
  width: max-content;
  max-width: calc(100vw - 32px);
  padding: 22px 30px;
  border: 1px solid #7c9276;
  border-radius: 12px;
  color: #edf1df;
  background: linear-gradient(120deg, #304c41, #1d342d);
  box-shadow:
    0 12px 42px #17291c40,
    inset 0 1px 0 #ffffff20;
}
.result-negative {
  border-color: #af8a73;
  background: linear-gradient(120deg, #694b3e, #3e302b);
}
.result-signet {
  display: grid;
  place-items: center;
  width: 55px;
  height: 55px;
  border: 1px solid #abb58f;
  border-radius: 50%;
  background: radial-gradient(at 25% 20%, #c5d0a4, #7d947a);
  color: #2a473a;
  box-shadow: 0 3px 0 #1d3328;
  flex-shrink: 0;
}
.result-negative .result-signet {
  border-color: #caab89;
  background: radial-gradient(at 25% 20%, #dbb68e, #ac8264);
  color: #613f30;
}
.result-signet .icon {
  width: 30px;
  height: 30px;
}
.result-caption {
  font-size: 8px;
  letter-spacing: 2px;
  color: #becba9;
}
.result-negative .result-caption {
  color: #dac0a2;
}
.result-announcement h2 {
  font-family: Fraunces, serif;
  font-size: 28px;
  letter-spacing: -0.5px;
  margin: 5px 0 6px;
}
.result-announcement p {
  font-size: 11px;
  color: #e0e5cc;
}
html[data-motion="on"] .result-announcement {
  animation: verdict-arrive 3.6s both;
}
html[data-motion="on"] .result-signet {
  animation: signet-settle 0.65s cubic-bezier(0.18, 0.7, 0.25, 1) both;
}
html[data-motion="on"] .piece-selected .pawn-art {
  animation: miniature-place 0.25s ease-out;
}
@keyframes verdict-arrive {
  0% {
    opacity: 0;
    transform: translate(-50%, 18px);
  }
  8%,
  88% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 8px);
  }
}
@keyframes signet-settle {
  0% {
    transform: scale(1.3) rotate(-12deg);
    opacity: 0;
  }
  70% {
    transform: scale(0.97);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes miniature-place {
  from {
    transform: translateY(-11px);
  }
  to {
    transform: translateY(-4px);
  }
}
@media (max-width: 1150px) {
  .map-landscape {
    height: 232px;
  }
}
@media (max-width: 600px) {
  .tabletop {
    border-radius: 20px;
  }
  .map-landscape {
    height: 207px;
  }
  .piece-stage {
    height: 64px;
  }
  .piece-stage .pawn-art {
    width: 49px;
    height: 62px;
  }
  .piece-name {
    font-size: 8px;
  }
  .piece-caption {
    font-size: 6px;
  }
  .role-guide-grid {
    grid-template-columns: 1fr;
  }
  .role-guide summary {
    font-size: 22px;
    padding: 18px;
    flex-wrap: wrap;
  }
  .role-guide summary span {
    font-size: 13px;
    flex-basis: 100%;
    order: 1;
    margin-left: 0;
  }
  .role-guide-grid {
    padding: 0 14px;
  }
  .role-guide-entry {
    padding: 18px;
  }
  .role-guide .guide-footnote {
    padding: 0 18px 18px;
  }
  .role-chip {
    font-size: 13px;
    padding: 10px 6px;
    gap: 6px;
  }
  .role-explorer {
    gap: 8px;
  }
  .lore-caption {
    padding: 18px;
  }
  .friends-preview {
    gap: 6px;
  }
  .friends-preview .pawn-art {
    width: 76px;
  }
  .friends-preview .pawn-art:nth-child(2) {
    width: 94px;
  }
  .orbit-label {
    letter-spacing: 1px;
    font-size: 8px;
  }
  .result-announcement {
    bottom: 18px;
    padding: 17px;
    gap: 13px;
  }
  .result-announcement h2 {
    font-size: 23px;
  }
  .result-signet {
    width: 43px;
    height: 43px;
  }
  .result-announcement p {
    font-size: 10px;
  }
  .trail-token {
    border-width: 1px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .result-announcement,
  .result-signet,
  .pawn-art {
    animation: none !important;
  }
}

/* Named roles use a shared palette. Hidden board seats remain seat-colored. */
.role-tone-oracle {
  --role-color: #43835b;
  --role-ink: #245037;
  --role-paper: #deecd9;
  --role-edge: #7c9c78;
}
.role-tone-conspiracy {
  --role-color: #b64e4b;
  --role-ink: #7c282d;
  --role-paper: #f1d9d6;
  --role-edge: #bd7c77;
}
.role-tone-loyal {
  --role-color: #4b87b4;
  --role-ink: #285377;
  --role-paper: #dce9f3;
  --role-edge: #82a4c0;
}
.role-chip[class*="role-tone-"] {
  color: var(--role-ink);
  border-color: var(--role-edge);
  background: var(--role-paper);
}
.role-chip.chosen {
  outline-color: var(--role-color);
}
[class*="role-tone-"] .guide-emblem,
[class*="role-tone-"] .faction-badge,
[class*="role-tone-"] .role-symbol .icon {
  color: var(--role-ink);
  border-color: var(--role-edge);
  background: linear-gradient(135deg, #fffdf3, var(--role-paper));
}
.lore-caption[class*="role-tone-"],
.role-guide-entry[class*="role-tone-"],
.role-explainer[class*="role-tone-"] {
  border-left: 4px solid var(--role-color);
}
.role-reveals [class*="role-tone-"] {
  background: var(--role-paper);
  color: var(--role-ink);
}
.play-layout .private-card.revealed[class*="role-tone-"] {
  background: linear-gradient(130deg, #fffdf4, var(--role-paper));
  border-color: var(--role-edge);
}
.private-card.revealed .small-label {
  color: var(--role-ink);
}
.friends-preview {
  gap: 12px;
  align-items: center;
  inset: 14px 18px 38px;
}
.character-miniature {
  display: flex;
  justify-content: center;
  flex: 1;
  min-width: 0;
  max-width: 110px;
}
.friends-preview .character-miniature .pawn-art {
  width: 100%;
  max-width: 110px;
  height: 146px;
  color: var(--role-color);
  transform: none;
}
.role-explorer {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 600px) {
  .friends-preview {
    gap: 2px;
    inset-inline: 8px;
  }
  .friends-preview .character-miniature .pawn-art {
    height: 125px;
  }
}
.profile-menu {
  position: relative;
  flex-shrink: 0;
}
.profile-menu > summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: 56px;
  min-height: 44px;
  border: 1px solid #a3b29c;
  border-radius: 24px;
  background: linear-gradient(#fffdf3, #e7eadb);
  cursor: pointer;
  list-style: none;
}
.profile-menu > summary::-webkit-details-marker {
  display: none;
}
.profile-menu > summary:focus-visible {
  outline: 2px solid #315f56;
  outline-offset: 3px;
}
.profile-menu[open] > summary {
  background: #dce6d6;
  border-color: #557761;
}
.profile-chevron {
  width: 10px;
  height: 10px;
  fill: none;
  stroke: #35574c;
  stroke-width: 1.5;
}
.profile-menu[open] .profile-chevron {
  transform: rotate(180deg);
}
.profile-menu nav {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 80;
  width: 230px;
  max-width: calc(100vw - 40px);
  padding: 7px;
  border: 1px solid #b3bea7;
  border-radius: 12px;
  background: #fffdf5;
  box-shadow: 0 12px 30px #283a3426;
}
.profile-menu nav a {
  display: block;
  border-radius: 7px;
  padding: 12px;
  text-decoration: none;
  color: #2b483b;
}
.profile-menu nav a:hover,
.profile-menu nav a:focus-visible {
  background: #e9eedf;
}
.profile-menu nav strong {
  display: block;
  font-size: 15px;
}
.profile-menu nav span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #50624f;
}
.tracking-note {
  font-size: 13px;
  line-height: 1.7;
  color: #40564c;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #c3cdb7;
}
.tracking-note a {
  display: block;
  margin-top: 6px;
}
@media (max-width: 760px) {
  .masthead {
    flex-wrap: wrap;
  }
  .header-tools {
    flex-wrap: wrap;
  }
}
@media (max-width: 760px) {
  .header-tools {
    margin-left: auto;
  }
}
