@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");

:root {
  --app-ink: #edf7f0;
  --app-muted: #9db2a6;
  --app-green: #39a873;
  --app-green-dark: #27885a;
  --app-mint: #c7decd;
  --app-mint-soft: #19372a;
  --app-paper: #07140f;
  --app-white: #10231a;
  --app-panel: #0d1e16;
  --app-panel-soft: #142a20;
  --app-line: rgba(199,222,205,.14);
  --app-line-strong: rgba(199,222,205,.24);
  --app-coral: #e96b4a;
  --app-blue: #72a5ff;
  --app-shadow: 0 12px 32px rgba(0,0,0,.22);
  --app-shadow-hover: 0 18px 42px rgba(0,0,0,.32);
}

body.app-shell {
  min-height: 100vh;
  padding-left: 238px;
  background: var(--app-paper) !important;
  color: var(--app-ink);
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
}
body.app-shell a { color: #8dd0aa; }
.mgh-demo-banner {
  position: sticky;
  top: 0;
  z-index: 1030;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 20px;
  background: var(--app-mint-soft);
  border-bottom: 1px solid var(--app-line-strong);
  color: var(--app-ink);
  font-size: 13px;
  text-align: center;
}
.mgh-demo-banner strong { color: #9ed9b6; }
.mgh-demo-banner .btn { white-space: nowrap; }
@media (max-width: 920px) {
  .mgh-demo-banner { top: 64px; }
}
body.app-shell h1,
body.app-shell h2,
body.app-shell h3,
body.app-shell .fw-bold,
body.app-shell .fw-semibold {
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  letter-spacing: 0;
}
body.app-shell main.container {
  width: min(100%, 1480px);
  max-width: none;
  padding: 38px 46px 70px !important;
}
body.app-shell main.container > .d-flex:first-child {
  min-height: 78px;
  margin-bottom: 30px !important;
  align-items: center !important;
  border-bottom: 1px solid var(--app-line);
}
body.app-shell main.container > .d-flex:first-child h1 {
  margin: 0 0 4px !important;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
}
body.app-shell .mgh-menu-anchor { display: none !important; }
body.app-shell .text-muted { color: var(--app-muted) !important; }

.app-sidebar {
  position: fixed;
  z-index: 1040;
  inset: 0 auto 0 0;
  width: 238px;
  padding: 24px 16px 20px;
  display: flex;
  flex-direction: column;
  background: #06100c;
  color: #fff;
  border-right: 1px solid rgba(255,255,255,.08);
}
.app-sidebar-logo {
  display: block;
  width: 176px;
  height: auto;
  margin: 4px 10px 34px;
}
.app-nav { display: grid; gap: 5px; }
.app-nav-section {
  margin: 20px 12px 7px;
  color: rgba(255,255,255,.42);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.app-nav-link {
  min-height: 44px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 11px;
  border-radius: 6px;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: color .15s ease, background-color .15s ease, transform .15s ease;
}
.app-nav-link:hover { color: #fff; background: rgba(255,255,255,.07); transform: translateX(2px); }
.app-nav-link.active { color: #07140f; background: var(--app-mint); }
.app-nav-link svg { width: 19px; height: 19px; }
.app-sidebar-footer { margin-top: auto; display: grid; gap: 6px; }
.app-user-email {
  padding: 10px 12px;
  overflow: hidden;
  color: rgba(255,255,255,.5);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.app-mobilebar { display: none !important; }
.app-mobile-menu { display: none !important; }

body.app-shell .card {
  border: 1px solid var(--app-line) !important;
  border-radius: 8px !important;
  background: var(--app-white) !important;
  box-shadow: var(--app-shadow) !important;
}
body.app-shell main.container > .card {
  padding: 26px !important;
}
body.app-shell main.container > .card > h2:first-child,
body.app-shell main.container > .card > .d-flex:first-child h2 {
  color: var(--app-ink);
  font-size: 18px;
  font-weight: 800;
}
body.app-shell .card .h4 {
  color: var(--app-ink);
}
.trends-stat-row {
  align-items: stretch;
}
body.app-shell .btn {
  min-height: 42px;
  padding-inline: 16px;
  border-radius: 6px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(8,31,21,.06);
  transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease;
}
body.app-shell .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(8,31,21,.10);
}
body.app-shell .btn-primary {
  border-color: var(--app-green) !important;
  background: var(--app-green) !important;
  color: #04150d !important;
}
body.app-shell .btn-primary:hover {
  border-color: var(--app-green-dark) !important;
  background: var(--app-green-dark) !important;
}
body.app-shell .btn-outline-primary {
  border-color: var(--app-green) !important;
  color: #8dd0aa !important;
  background: transparent;
}
body.app-shell .btn-outline-secondary {
  border-color: var(--app-line) !important;
  color: var(--app-ink) !important;
  background: var(--app-panel-soft);
}
body.app-shell .btn-outline-danger { background: transparent; }
body.app-shell .form-control,
body.app-shell .form-select {
  min-height: 44px;
  border-color: var(--app-line);
  border-radius: 6px;
  background-color: #0a1a13;
  color: var(--app-ink);
  color-scheme: dark;
}
body.app-shell .form-control::placeholder { color: #688075; }
body.app-shell .form-select option { background: #0a1a13; color: var(--app-ink); }
body.app-shell .form-control:disabled,
body.app-shell .form-select:disabled {
  background: #0c1813;
  color: #70867b;
}
body.app-shell .form-control:focus,
body.app-shell .form-select:focus {
  border-color: var(--app-green);
  box-shadow: 0 0 0 3px rgba(13,107,67,.12);
}
body.app-shell input[type="date"] {
  cursor: pointer;
}
body.app-shell input[type="date"]::-webkit-calendar-picker-indicator {
  width: 22px;
  height: 22px;
  cursor: pointer;
  border-radius: 999px;
  background-color: #c7decd;
  filter: invert(19%) sepia(19%) saturate(764%) hue-rotate(92deg) brightness(88%) contrast(90%);
  opacity: 1;
}
body.app-shell .table { --bs-table-bg: transparent; }
body.app-shell .table > :not(caption) > * > * {
  padding: 15px 13px;
  border-color: var(--app-line);
}
body.app-shell .table thead th {
  border-bottom: 0;
  background: var(--app-mint-soft);
  color: #b9d8c5;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .7px;
  text-transform: uppercase;
  white-space: nowrap;
}
body.app-shell .table thead th:first-child { border-radius: 6px 0 0 0; }
body.app-shell .table thead th:last-child { border-radius: 0 6px 0 0; }
body.app-shell .table tbody tr { transition: background-color .15s ease; }
body.app-shell .table tbody td { color: #dbe9df; }
body.app-shell .table tbody tr:hover { background: #142a20; }
body.app-shell .form-label {
  margin-bottom: 7px;
  color: #b5c9bd;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .25px;
}
body.app-shell textarea.form-control { padding-top: 12px; }
body.app-shell .modal-content {
  overflow: hidden;
  border: 1px solid var(--app-line);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(4,22,14,.22);
  background: var(--app-white);
  color: var(--app-ink);
}
body.app-shell .modal-header,
body.app-shell .modal-footer {
  padding: 18px 22px;
  border-color: var(--app-line);
  background: var(--app-panel-soft);
}
body.app-shell .btn-close { filter: invert(1) grayscale(1); }
body.app-shell .alert,
body.app-shell .list-group-item,
body.app-shell .dropdown-menu {
  border-color: var(--app-line);
  background: var(--app-panel);
  color: var(--app-ink);
}
body.app-shell .dropdown-item { color: var(--app-ink); }
body.app-shell .dropdown-item:hover { background: var(--app-panel-soft); color: #fff; }
body.app-shell .badge.text-bg-light,
body.app-shell .bg-light {
  background: var(--app-panel-soft) !important;
  color: var(--app-ink) !important;
}
body.app-shell .footer { display: none; }
body.app-shell .chart-wrap { min-height: 300px; }

.app-page-kicker {
  margin-bottom: 5px;
  color: var(--app-green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.app-section-heading {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.app-section-heading h2 { font-weight: 800; }
.app-section-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--app-mint-soft);
  color: var(--app-green);
}
.app-section-icon svg { width: 19px; height: 19px; }
.performance-overview {
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr);
  gap: 18px;
}
.overview-panel {
  overflow: hidden;
  border: 1px solid var(--app-line);
  border-radius: 8px;
  background: var(--app-white);
  box-shadow: var(--app-shadow);
}
.overview-main { padding: 28px; }
.overview-chart-panel {
  grid-column: 1;
  padding: 24px;
}
.overview-head { display: flex; justify-content: space-between; gap: 18px; align-items: flex-start; }
.overview-head h2 { margin: 0 0 5px; font-size: 22px; font-weight: 800; }
.overview-period { color: var(--app-muted); font-size: 12px; }
.overview-trend {
  padding: 6px 9px;
  border-radius: 5px;
  background: var(--app-mint);
  color: #9ed9b6;
  font-size: 11px;
  font-weight: 800;
}
.overview-kpis {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--app-line);
  border-bottom: 1px solid var(--app-line);
}
.overview-kpi { padding: 18px 15px; border-right: 1px solid var(--app-line); }
.overview-kpi:last-child { border-right: 0; }
.overview-kpi span { display: block; color: var(--app-muted); font-size: 11px; font-weight: 700; }
.overview-kpi strong { display: block; margin: 5px 0 2px; font-size: 29px; line-height: 1; }
.overview-kpi small { color: var(--app-green); font-size: 10px; font-weight: 700; }
.overview-spark {
  min-height: 270px;
  margin-top: 0;
}
.overview-chart-head {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.overview-chart-head > div:first-child { display: grid; gap: 3px; }
.overview-chart-head strong { color: #edf7f0; font-size: 13px; }
.overview-chart-head span { color: #8fa499; font-size: 10px; }
.overview-chart-key {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px 14px;
}
.overview-chart-key > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.overview-chart-key i { display: inline-block; width: 16px; height: 3px; }
.overview-chart-key .score-key { background: #55c58a; }
.overview-chart-key .net-key { background: #e8b464; }
.overview-chart-key .average-key { border-top: 2px dashed #6f9fc8; }
.overview-chart-key .points-key {
  width: 8px;
  height: 8px;
  background: #72a5ff;
  border-radius: 2px;
  transform: rotate(45deg);
}
.overview-chart-key .lower-better {
  padding: 4px 7px;
  border-radius: 4px;
  background: #19372a;
  color: #9ed9b6;
  font-weight: 800;
}
.overview-chart-mobile-note {
  display: inline-block;
  margin-top: 10px;
  padding: 4px 8px;
  border-radius: 4px;
  background: #19372a;
  color: #9ed9b6;
  font-size: 11px;
  font-weight: 700;
}
.overview-spark svg { width: 100%; height: auto; overflow: visible; }
.overview-spark .grid { stroke: rgba(199,222,205,.10); stroke-width: 1; }
.overview-spark .area { fill: rgba(57,168,115,.09); }
.overview-spark .line {
  fill: none;
  stroke: #55c58a;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.overview-spark .average-line {
  stroke: #6f9fc8;
  stroke-width: 1.5;
  stroke-dasharray: 6 5;
}
.overview-spark .net-line {
  fill: none;
  stroke: #e8b464;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.overview-spark .net-point circle {
  fill: #0f2119;
  stroke: #e8b464;
  stroke-width: 2.5;
  transition: r .15s ease, fill .15s ease;
}
.overview-spark .net-point:hover circle { r: 6; fill: #e8b464; }
.overview-spark .latest-net {
  fill: #f3cf8f;
  font-size: 10px;
  font-weight: 800;
  text-anchor: middle;
}
.overview-spark .axis-label {
  fill: #81978b;
  font-size: 9px;
  font-weight: 600;
}
.overview-spark .axis-y { text-anchor: end; }
.overview-spark .axis-y-right { text-anchor: start; }
.overview-spark .axis-x { text-anchor: middle; }
.overview-spark .points-line {
  fill: none;
  stroke: #72a5ff;
  stroke-width: 2;
  stroke-dasharray: 5 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.overview-spark .points-marker polygon {
  fill: #0f2119;
  stroke: #72a5ff;
  stroke-width: 3;
  transform-origin: center;
  transition: transform .15s ease;
}
.overview-spark .points-marker:hover polygon { transform: scale(1.35); }
.overview-spark .latest-points {
  fill: #9fc1ff;
  font-size: 10px;
  font-weight: 800;
  text-anchor: middle;
}
.overview-spark .axis-title {
  fill: #70877b;
  font-size: 8px;
  font-weight: 700;
  text-anchor: middle;
  text-transform: uppercase;
}
.overview-spark .score-point circle {
  fill: #0f2119;
  stroke: #79d59f;
  stroke-width: 3;
  transition: r .15s ease, fill .15s ease;
}
.overview-spark .score-point:hover circle { r: 7; fill: #55c58a; }
.overview-spark .latest-score {
  fill: #edf7f0;
  font-size: 10px;
  font-weight: 800;
  text-anchor: middle;
}
.overview-focus {
  grid-column: 2;
  grid-row: 1 / span 2;
  padding: 28px;
  display: flex;
  flex-direction: column;
  background: var(--app-green);
  color: #fff;
}
.overview-focus-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--app-mint);
  color: #0b4e31;
}
.overview-focus-icon svg { width: 21px; }
.overview-focus h2 { margin: 25px 0 8px; font-size: 21px; }
.overview-focus p { color: rgba(255,255,255,.76); font-size: 13px; }
.overview-focus a { margin-top: auto; color: var(--app-mint); font-size: 12px; font-weight: 800; }

.club-performance-shell {
  display: grid;
  grid-template-columns: minmax(270px, .72fr) minmax(360px, 1.28fr);
  gap: 18px;
}
.club-performance-list {
  display: grid;
  align-content: start;
  gap: 7px;
  max-height: 680px;
  overflow-y: auto;
  padding-right: 3px;
}
.club-performance-item {
  width: 100%;
  padding: 13px 14px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px 12px;
  border: 1px solid var(--app-line);
  border-radius: 6px;
  background: var(--app-panel);
  color: var(--app-ink);
  text-align: left;
  position: relative;
}
.club-performance-item.active { border-color: var(--app-green); background: var(--app-mint-soft); }
.club-performance-item strong { font-size: 14px; }
.club-performance-item span { color: var(--app-muted); font-size: 11px; }
.club-expand-icon { display: none; }
.club-trust {
  grid-row: 1 / 3;
  grid-column: 2;
  align-self: center;
  padding: 4px 7px;
  border-radius: 4px;
  background: var(--app-mint);
  color: #0b4e31 !important;
  font-weight: 800;
}
.club-dispersion-panel { padding: 20px; border: 1px solid var(--app-line); border-radius: 8px; background: var(--app-panel); }
/* When JS moves the panel to sit right under the selected club in the
   stacked (<=920px) list layout, give it a bit of breathing room instead
   of butting straight up against the club button above it. */
.club-performance-list .club-dispersion-panel { margin: 6px 0 10px; }
.club-dispersion-head { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; }
.club-dispersion-head h3 { margin: 0; font-size: 20px; }
.club-dispersion-head p { margin: 4px 0 0; color: var(--app-muted); font-size: 12px; }
.club-dispersion-stats { display: flex; gap: 18px; }
.club-dispersion-stats div {
  min-width: 74px;
  text-align: right;
}
.club-dispersion-stats span {
  display: block;
  color: #b8cfc1;
  font-size: 10px;
  font-weight: 750;
}
.club-dispersion-stats strong {
  display: block;
  margin-top: 4px;
  color: #f4fff7;
  font-size: 17px;
  font-weight: 900;
  text-shadow: 0 1px 8px rgba(0,0,0,.18);
}
.club-dispersion-map {
  position: relative;
  min-height: 360px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--app-line);
  background:
    linear-gradient(90deg, transparent 28.8%, rgba(199,222,205,.08) 29%, transparent 29.2%),
    linear-gradient(90deg, transparent 70.8%, rgba(199,222,205,.08) 71%, transparent 71.2%),
    linear-gradient(0deg, transparent 28.8%, rgba(199,222,205,.08) 29%, transparent 29.2%),
    linear-gradient(0deg, transparent 70.8%, rgba(199,222,205,.08) 71%, transparent 71.2%),
    linear-gradient(90deg, transparent 49.8%, rgba(199,222,205,.28) 50%, transparent 50.2%),
    linear-gradient(0deg, transparent 49.8%, rgba(199,222,205,.28) 50%, transparent 50.2%),
    #1b392b;
}
.club-dispersion-map::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  border: 2px solid var(--app-green);
  border-radius: 50%;
  transform: translate(-50%,-50%);
}
.club-dispersion-map::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--app-green);
  transform: translate(-50%,-50%);
}
.dispersion-axis-label {
  position: absolute;
  z-index: 3;
  padding: 2px 6px;
  border-radius: 4px;
  background: rgba(6,16,12,.76);
  color: var(--app-mint);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.dispersion-axis-long { top: 8px; left: 50%; transform: translateX(-50%); }
.dispersion-axis-short { bottom: 8px; left: 50%; transform: translateX(-50%); }
.dispersion-axis-left { left: 8px; top: 50%; transform: translateY(-50%); }
.dispersion-axis-right { right: 8px; top: 50%; transform: translateY(-50%); }
.dispersion-scale-key,
.dispersion-grid-key,
.dispersion-edge-tick {
  position: absolute;
  z-index: 3;
  padding: 3px 7px;
  border-radius: 4px;
  background: rgba(6,16,12,.66);
  color: rgba(244,255,247,.82);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .02em;
  line-height: 1;
  white-space: nowrap;
}
.dispersion-scale-key { top: 10px; left: 10px; }
.dispersion-grid-key { top: 31px; left: 10px; color: rgba(199,222,205,.68); }
.dispersion-edge-long { top: 31px; left: 50%; transform: translateX(-50%); }
.dispersion-edge-short { bottom: 31px; left: 50%; transform: translateX(-50%); }
.dispersion-edge-left { left: 10px; top: calc(50% + 24px); }
.dispersion-edge-right { right: 10px; top: calc(50% + 24px); }
.dispersion-legend {
  position: absolute;
  z-index: 3;
  left: 10px;
  bottom: 8px;
  display: flex;
  gap: 5px;
  align-items: center;
  color: var(--app-muted);
  font-size: 9px;
}
.dispersion-legend i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #57c792;
}
.dispersion-legend i:nth-of-type(2) {
  margin-left: 5px;
  background: var(--app-coral);
}
.dispersion-point {
  position: absolute;
  z-index: 4;
  width: 10px;
  height: 10px;
  border: 2px solid var(--app-panel);
  border-radius: 50%;
  background: var(--app-coral);
  box-shadow: 0 2px 6px rgba(0,0,0,.18);
  transform: translate(-50%,-50%);
}
.dispersion-point.accurate { background: #57c792; }
.club-empty-performance { padding: 44px 20px; color: var(--app-muted); text-align: center; }
.club-insight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: 12px;
}
.club-insight-grid article {
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--app-line);
  border-radius: 6px;
  background: var(--app-panel-soft);
}
.club-insight-grid span,
.club-insight-grid small {
  display: block;
  color: var(--app-muted);
  font-size: 10px;
}
.club-insight-grid strong {
  display: block;
  margin: 4px 0;
  color: var(--app-ink);
  font-size: 16px;
}
.club-tendency-bars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 18px;
  margin-top: 14px;
}
.club-tendency-bars > div {
  display: grid;
  grid-template-columns: 38px 1fr 34px;
  gap: 8px;
  align-items: center;
  color: var(--app-muted);
  font-size: 10px;
}
.club-tendency-bars i {
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(199,222,205,.12);
}
.club-tendency-bars b {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: #57c792;
  transition: width .2s ease;
}
.club-tendency-bars strong { color: var(--app-ink); text-align: right; }

.round-choice-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 20px; margin-bottom: 28px; }
.round-choice {
  position: relative;
  min-height: 250px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--app-line);
  border-radius: 8px;
  background: var(--app-white);
  box-shadow: var(--app-shadow);
  transition: transform .18s ease, box-shadow .18s ease;
}
.round-choice:hover { transform: translateY(-2px); box-shadow: var(--app-shadow-hover); }
.round-choice.primary {
  border-color: var(--app-green);
  background: #126b45;
  color: #fff;
}
.round-choice.primary::after {
  content: "";
  position: absolute;
  right: -65px;
  bottom: -95px;
  width: 220px;
  height: 220px;
  border: 42px solid rgba(199,222,205,.10);
  border-radius: 50%;
  pointer-events: none;
}
.round-choice-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--app-mint);
  color: var(--app-green);
}
.round-choice h2 { margin: 28px 0 9px; font-size: 24px; font-weight: 800; }
.round-choice p { max-width: 610px; color: var(--app-muted); font-size: 13px; line-height: 1.65; }
.round-choice.primary p { color: rgba(255,255,255,.72); }
.round-choice .btn { z-index: 1; margin-top: auto; align-self: flex-start; }
.round-choice.primary .btn { border-color: var(--app-mint) !important; background: var(--app-mint) !important; color: #07140f !important; }

/* Shared analytical panels */
.app-dashboard main.container > .card:not(#roundInProgressCard) {
  position: relative;
}
.app-dashboard main.container > .card:not(#roundInProgressCard)::before,
.app-form-panel::before,
.app-bag-panel::before,
.app-booking-panel::before,
.app-lesson-history::before,
.app-data-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  border-radius: 8px 0 0 8px;
  background: var(--app-mint);
}
.app-dashboard #roundInProgressCard {
  border-color: rgba(13,107,67,.35) !important;
  background: var(--app-mint-soft) !important;
}
.app-dashboard #rangeForm {
  padding: 14px;
  border: 1px solid var(--app-line);
  border-radius: 8px;
  background: var(--app-panel);
}
.app-dashboard .dashboard-filter-body {
  margin-top: 16px;
}
.app-dashboard .dashboard-view-card {
  background: var(--app-mint-soft) !important;
}
.app-dashboard #missPatternsSection.is-collapsed #missPatternMeta {
  display: none;
}
.app-dashboard .btn-group {
  padding: 4px;
  border: 1px solid var(--app-line);
  border-radius: 8px;
  background: #091912;
}
.app-dashboard .btn-group .btn {
  min-height: 36px;
  border: 0 !important;
  box-shadow: none;
}
.app-dashboard .btn-group .btn-outline-secondary { background: transparent; }
.app-dashboard #summary.summary-grid {
  gap: 14px;
}
.app-dashboard #summary .summary-grid-item {
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
}
.app-dashboard #summary .summary-card {
  position: relative;
  min-height: 138px;
  padding: 21px 22px 18px !important;
  overflow: hidden;
  border: 1px solid rgba(199,222,205,.14) !important;
  border-radius: 8px !important;
  background: #13271e !important;
  box-shadow: 0 8px 22px rgba(0,0,0,.12) !important;
  transition: border-color .16s ease, background-color .16s ease, transform .16s ease;
}
.app-dashboard #summary .summary-card:hover {
  border-color: rgba(85,197,138,.42) !important;
  background: #172e23 !important;
  transform: translateY(-2px);
}
.app-dashboard #summary .summary-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: #55c58a;
}
.app-dashboard #summary .summary-grid-item:nth-child(3n+2) .summary-card::before {
  background: #6f9fc8;
}
.app-dashboard #summary .summary-grid-item:nth-child(3n) .summary-card::before {
  background: #d68167;
}
.app-dashboard #summary .summary-label {
  color: #94aa9e !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .75px;
  text-transform: uppercase;
}
.app-dashboard #summary .summary-value {
  margin-top: 9px;
  color: #f1f8f3 !important;
  font-size: 31px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}
.app-dashboard #summary .summary-sub {
  margin-top: 11px;
  color: #7f988b;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .45px;
  line-height: 1.4;
  text-transform: uppercase;
}
.app-dashboard .chart-wrap {
  width: 100%;
  min-width: 0;
  padding: 14px;
  overflow: hidden;
  border: 1px solid var(--app-line);
  border-radius: 8px;
  background: var(--app-panel);
}
.app-dashboard .chart-wrap canvas {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
}
.app-dashboard .miss-pattern-grid {
  width: 100%;
  min-width: 0;
}
.app-dashboard .miss-pattern-grid > .chart-wrap {
  min-width: 0;
}
.app-dashboard .mgh-loss-row,
.app-dashboard .mgh-pattern-row {
  border-color: var(--app-line) !important;
  border-radius: 6px !important;
  background: var(--app-panel) !important;
}

/* Profile and bag */
.app-collapse-toggle {
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 0;
  background: transparent;
  color: var(--app-ink);
  text-align: left;
}
.app-collapse-toggle span {
  display: grid;
  gap: 4px;
}
.app-collapse-toggle strong {
  color: #edf7f0;
  font-size: 18px;
  font-weight: 800;
}
.app-collapse-toggle small {
  color: var(--app-muted);
  font-size: 12px;
}
.app-collapse-toggle svg {
  width: 20px;
  color: var(--app-mint);
  transition: transform .18s ease;
}
.app-collapsible:not(.is-collapsed) .app-collapse-toggle {
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--app-line);
}
.app-collapsible:not(.is-collapsed) .app-collapse-toggle svg {
  transform: rotate(180deg);
}
.app-collapsible.is-collapsed .app-collapse-body {
  display: none !important;
}
.profile-header-tools {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 14px;
}
.profile-avatar-picker {
  display: grid;
  justify-items: end;
  gap: 8px;
}
.profile-avatar-button {
  width: 92px;
  height: 92px;
  padding: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(199,222,205,.38);
  border-radius: 50%;
  background: rgba(199,222,205,.12);
  box-shadow: 0 16px 34px rgba(0,0,0,.22);
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.profile-avatar-button:hover {
  transform: translateY(-2px);
  border-color: rgba(85,197,138,.9);
  box-shadow: 0 18px 40px rgba(0,0,0,.28);
}
.profile-avatar-button:focus-visible {
  outline: 3px solid rgba(85,197,138,.35);
  outline-offset: 4px;
}
.profile-avatar-button #profileAvatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile-avatar-status {
  min-height: 16px;
  max-width: 180px;
  color: var(--app-muted);
  font-size: 11px;
  line-height: 1.25;
  text-align: right;
}
.app-form-panel #profileForm,
.app-bag-panel #clubForm {
  padding: 20px;
  border: 1px solid var(--app-line);
  border-radius: 8px;
  background: var(--app-panel);
}
.app-bag-panel > .d-flex:first-child {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--app-line);
}
.app-bag-panel .table-responsive,
.app-data-panel .table-responsive {
  overflow: auto;
  border: 1px solid var(--app-line);
  border-radius: 8px;
}
.app-bag-panel #clubsTable {
  min-width: 780px;
}
.app-add-club-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.app-add-club-toggle svg {
  width: 17px;
}
.app-bag-panel #clubsTable .btn-outline-danger {
  border-color: rgba(233,107,74,.78) !important;
  background: rgba(233,107,74,.12) !important;
  color: #ffb6a5 !important;
}
.app-bag-panel #clubsTable .btn-outline-danger:hover,
.app-bag-panel #clubsTable .btn-outline-danger:focus {
  border-color: #e96b4a !important;
  background: #e96b4a !important;
  color: #07140f !important;
}
.app-performance-panel {
  border-color: rgba(13,107,67,.22) !important;
}
.app-performance-panel > .d-flex:first-child {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--app-line);
}

/* Lesson centre */
.app-booking-panel {
  background: var(--app-white) !important;
}
.app-booking-panel > .row {
  padding: 18px;
  border: 1px solid var(--app-line);
  border-radius: 8px;
  background: var(--app-panel);
}
.app-booking-panel > .row + .row { margin-top: 10px !important; }
.app-booking-panel > .d-flex:last-of-type {
  padding-top: 18px;
  border-top: 1px solid var(--app-line);
}
.app-lesson-history .list-group-item {
  margin-bottom: 8px;
  padding: 15px 16px;
  border: 1px solid var(--app-line);
  border-radius: 6px !important;
  background: var(--app-panel);
  color: var(--app-ink);
}
.app-lesson-history .list-group-item.active {
  border-color: var(--app-green);
  background: var(--app-mint);
  color: #07140f;
}
.lesson-detail-panel {
  min-height: 260px;
  border: 1px solid var(--app-line);
  border-radius: 8px;
  background: var(--app-panel);
}

/* Recent rounds */
.app-data-panel { overflow: hidden; }
.app-data-panel .table-responsive { margin-top: 6px; }
.app-rounds .recent-rounds-table { margin-bottom: 0; }
.app-rounds .round-actions-stack { flex-wrap: nowrap !important; }
.app-rounds .round-actions-stack .btn {
  min-height: 36px;
  padding: 7px 12px;
  box-shadow: none;
}
.app-rounds .recent-rounds-table .btn-outline-danger {
  border-color: rgba(233,107,74,.78) !important;
  background: rgba(233,107,74,.12) !important;
  color: #ffb6a5 !important;
}
.app-rounds .recent-rounds-table .btn-outline-danger:hover,
.app-rounds .recent-rounds-table .btn-outline-danger:focus {
  border-color: #e96b4a !important;
  background: #e96b4a !important;
  color: #07140f !important;
}

/* GPS round setup */
.gps-setup-modal .modal-header {
  align-items: flex-start;
}
.gps-setup-modal .modal-header .btn-close { margin-top: 2px; }
.gps-active-round-notice {
  margin-bottom: 20px;
  padding: 13px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(85,197,138,.24);
  border-radius: 7px;
  background: #19372a;
}
.gps-active-round-notice > svg {
  width: 22px;
  color: #70d39b;
}
.gps-active-round-notice > div { display: grid; gap: 2px; }
.gps-active-round-notice strong { color: #edf7f0; font-size: 12px; }
.gps-active-round-notice span { color: #91a79b; font-size: 10px; }
.gps-setup-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.gps-setup-grid label { display: grid; gap: 7px; }
.gps-setup-grid label > span {
  color: #b5c9bd;
  font-size: 11px;
  font-weight: 800;
}
.gps-setup-note {
  margin-top: 18px;
  padding: 12px 13px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  border-left: 3px solid #55c58a;
  background: #0d1e16;
  color: #91a79b;
  font-size: 11px;
  line-height: 1.5;
}
.gps-setup-note svg { width: 17px; flex: 0 0 17px; color: #55c58a; }
.gps-setup-modal .modal-footer svg { width: 16px; }
.gps-setup-modal #gpsSetupStatus {
  min-height: 18px;
  color: #91a79b;
  font-size: 11px;
}
.gps-setup-modal #gpsSetupStatus.error { color: #efa18d; }

@media (max-width: 920px) {
  body.app-shell { padding-left: 0; padding-top: 64px; }
  body.app-shell main.container { padding: 24px 18px 50px !important; }
  .app-sidebar { display: none; }
  .app-mobilebar {
    position: fixed;
    z-index: 1040;
    inset: 0 0 auto;
    height: 64px;
    padding: 0 16px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    background: #06100c;
    color: #fff;
  }
  .app-mobilebar img { width: 145px; height: auto; }
  .app-mobile-toggle {
    width: 40px;
    height: 40px;
    padding: 0;
    display: inline-grid;
    place-items: center;
    flex: 0 0 40px;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 15px;
    background: transparent;
    color: #fff;
    line-height: 1;
  }
  .app-mobile-toggle svg {
    width: 22px;
    height: 22px;
    display: block;
    stroke-width: 2.25;
  }
  .app-mobile-menu {
    position: fixed;
    z-index: 1039;
    top: 64px;
    left: 0;
    right: 0;
    display: none !important;
    padding: 12px;
    background: #06100c;
    box-shadow: 0 18px 30px rgba(0,0,0,.24);
  }
  .app-mobile-menu.open { display: grid !important; }
  .app-mobile-menu-footer {
    margin-top: 10px !important;
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,.1);
  }
  .performance-overview,
  .round-choice-grid { grid-template-columns: 1fr; }
  .overview-main { order: 1; }
  .overview-focus {
    order: 2;
    grid-column: auto;
    grid-row: auto;
  }
  .overview-chart-panel {
    order: 3;
    grid-column: auto;
  }
  .club-performance-shell {
    display: flex;
    flex-direction: column;
  }
  /* JS moves .club-dispersion-panel to sit right after the active club
     button inside the list at this width, so it renders inline as an
     accordion rather than in a fixed spot - see positionClubDispersionPanel().
     It starts collapsed (see setClubPanelExpanded()) and toggles per tap. */
  .club-performance-list {
    max-height: none;
    overflow: visible;
  }
  .club-performance-item {
    padding-right: 34px;
  }
  .club-expand-icon {
    display: block;
    position: absolute;
    right: 12px;
    bottom: 13px;
    width: 16px;
    height: 16px;
    color: var(--app-muted);
    transition: transform .18s ease;
  }
  .club-performance-item.expanded .club-expand-icon {
    transform: rotate(180deg);
    color: var(--app-ink);
  }
  .profile-header-tools { width: 100%; justify-content: space-between; }
  .profile-avatar-picker { justify-items: start; }
  .profile-avatar-button { width: 74px; height: 74px; }
  .profile-avatar-status { text-align: left; }
  .overview-kpis { grid-template-columns: 1fr 1fr; }
  .overview-kpi:nth-child(2n) { border-right: 0; }
  .overview-kpi:nth-child(-n+4) { border-bottom: 1px solid var(--app-line); }
  .overview-kpi:last-child { grid-column: 1 / -1; border-right: 0; }
}

@media (max-width: 560px) {
  body.app-shell main.container { padding: 22px 14px 42px !important; }
  body.app-shell main.container > .d-flex:first-child {
    min-height: 68px;
    margin-bottom: 22px !important;
  }
  body.app-shell main.container > .card { padding: 20px !important; }
  .round-choice {
    min-height: 225px;
    padding: 22px;
  }
  .round-choice h2 { margin-top: 22px; }
  .app-booking-panel > .row { padding: 12px; }
  .app-rounds .round-actions-stack { flex-wrap: wrap !important; }
  .overview-kpis { grid-template-columns: 1fr; }
  .overview-kpi { border-right: 0; border-bottom: 1px solid var(--app-line); }
  .overview-kpi:last-child { border-bottom: 0; }
  .overview-main,
  .overview-chart-panel,
  .overview-focus {
    padding: 20px;
  }
  .club-dispersion-head { flex-direction: column; }
  .club-dispersion-stats { width: 100%; justify-content: space-between; }
  .club-dispersion-stats div { text-align: left; }
  .club-dispersion-map { min-height: 300px; }
  .club-insight-grid { grid-template-columns: 1fr; }
  .club-tendency-bars { grid-template-columns: 1fr; }
  .overview-chart-head { flex-direction: column; }
  .overview-chart-key { justify-content: flex-start; }
  .overview-spark { min-height: 235px; }
  .overview-spark .axis-x { font-size: 7px; }
  .app-dashboard .miss-pattern-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }
  .app-dashboard .miss-pattern-grid .chart-wrap,
  .app-dashboard .miss-pattern-grid .miss-center {
    grid-column: 1;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    padding: 10px 6px 8px;
    justify-self: stretch;
  }
  .gps-setup-grid { grid-template-columns: 1fr; }
  .gps-active-round-notice {
    grid-template-columns: 28px minmax(0, 1fr);
  }
  .gps-active-round-notice .btn {
    grid-column: 1 / -1;
    width: 100%;
  }
}

/* Dark-theme contrast corrections for legacy shared components */
body.app-shell,
body.app-shell p,
body.app-shell td,
body.app-shell li,
body.app-shell .modal-body {
  color: var(--app-ink);
}
body.app-shell h1,
body.app-shell h2,
body.app-shell h3,
body.app-shell h4,
body.app-shell h5,
body.app-shell h6,
body.app-shell .modal-title,
body.app-shell .fw-bold,
body.app-shell .fw-semibold {
  color: #edf7f0 !important;
}
body.app-shell .text-muted,
body.app-shell .small.text-muted,
body.app-shell p.text-muted {
  color: #9db2a6 !important;
}
body.app-shell .app-page-kicker {
  color: #55c58a !important;
}

body.app-shell .form-control,
body.app-shell .form-select {
  border: 1px solid rgba(199,222,205,.20) !important;
  background: #15271e !important;
  color: #edf7f0 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025) !important;
}
body.app-shell .form-control:hover,
body.app-shell .form-select:hover {
  border-color: rgba(199,222,205,.34) !important;
}
body.app-shell .form-control:focus,
body.app-shell .form-select:focus {
  border-color: #55c58a !important;
  background: #182d22 !important;
  color: #fff !important;
  box-shadow: 0 0 0 3px rgba(85,197,138,.15) !important;
}
body.app-shell .form-control:disabled,
body.app-shell .form-select:disabled {
  border-color: rgba(199,222,205,.10) !important;
  background: #0d1b14 !important;
  color: #82988c !important;
  opacity: 1;
}
body.app-shell .form-control::placeholder { color: #789083 !important; }
body.app-shell input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(.85) sepia(.15) saturate(.4);
}
body.app-shell input[type="file"]::file-selector-button {
  height: 42px;
  margin: -1px 14px -1px -13px;
  padding: 0 16px;
  border: 0;
  border-right: 1px solid rgba(199,222,205,.18);
  background: #20392c;
  color: #dcece1;
  font-weight: 700;
}
body.app-shell .form-check-label { color: #b8cbbf !important; }
body.app-shell .form-check-input {
  border-color: rgba(199,222,205,.34);
  background-color: #15271e;
}
body.app-shell .form-check-input:checked {
  border-color: #39a873;
  background-color: #39a873;
}

body.app-shell .btn.btn-outline-primary,
body.app-shell .btn.btn-outline-secondary {
  border: 1px solid rgba(199,222,205,.22) !important;
  background: #183126 !important;
  color: #dcece1 !important;
}
body.app-shell .btn.btn-outline-primary {
  border-color: rgba(85,197,138,.55) !important;
  color: #86d5a8 !important;
}
body.app-shell .btn.btn-outline-primary:hover,
body.app-shell .btn.btn-outline-secondary:hover {
  border-color: #55c58a !important;
  background: #214331 !important;
  color: #fff !important;
}
body.app-shell .btn.btn-primary {
  border-color: #47b77d !important;
  background: #47b77d !important;
  color: #06150e !important;
}
body.app-shell .btn.btn-primary:hover {
  border-color: #61ca91 !important;
  background: #61ca91 !important;
  color: #041109 !important;
}
body.app-shell .btn:disabled,
body.app-shell .btn.disabled {
  border-color: rgba(199,222,205,.10) !important;
  background: #17261f !important;
  color: #657b70 !important;
  opacity: 1;
}

body.app-shell table.table {
  border-color: rgba(199,222,205,.16) !important;
  background: #0d1e16 !important;
  color: #dcece1 !important;
}
body.app-shell table.table thead th {
  border-color: rgba(199,222,205,.16) !important;
  background: #183b2d !important;
  color: #c7decd !important;
}
body.app-shell table.table tbody tr,
body.app-shell table.table tbody td,
body.app-shell table.table tbody th {
  border-color: rgba(199,222,205,.10) !important;
  background: #10231a !important;
  color: #dcece1 !important;
}
body.app-shell table.table tbody tr:nth-child(even) td,
body.app-shell table.table tbody tr:nth-child(even) th {
  background: #12271d !important;
}
body.app-shell table.table tbody tr:hover td,
body.app-shell table.table tbody tr:hover th {
  background: #193326 !important;
}

body.app-shell .modal-content,
body.app-shell .modal-body {
  background: #0f2119 !important;
}
body.app-shell .modal-header,
body.app-shell .modal-footer {
  background: #132b20 !important;
}
body.app-shell .modal-header,
body.app-shell .modal-footer,
body.app-shell .modal-body,
body.app-shell .modal-content {
  border-color: rgba(199,222,205,.14) !important;
}
body.app-shell .hole-editor-card {
  border-color: rgba(199,222,205,.16);
  background: #142a20;
}
body.app-shell .hole-editor-card-title,
body.app-shell .hole-editor-field > span {
  color: #c7decd;
}
body.app-shell .hole-editor-card-meta { color: #8ea398; }

body.app-shell .mgh-pill {
  border-color: rgba(199,222,205,.16);
  background: #183126;
  color: #dcece1;
}
body.app-shell .mgh-loss-name,
body.app-shell .mgh-insight-kpi {
  color: #edf7f0 !important;
}
body.app-shell .mgh-loss-sub,
body.app-shell .mgh-tiny-muted {
  color: #91a79b !important;
}
body.app-shell .mgh-loss-row {
  border-color: rgba(199,222,205,.10) !important;
}
body.app-shell .mgh-loss-val.pos { color: #f0987f !important; }
body.app-shell .mgh-loss-val.neg { color: #70d39b !important; }

body.app-shell .overview-focus {
  background: #1d7b52;
}
body.app-shell .overview-focus h2,
body.app-shell .overview-focus p {
  color: #f0f8f3 !important;
}
body.app-shell .overview-focus a { color: #d9ebdf; }
body.app-shell .overview-trend {
  background: #27483a;
  color: #91d7ad !important;
}
body.app-shell .round-choice.primary h2,
body.app-shell .round-choice.primary p {
  color: #f0f8f3 !important;
}
body.app-shell .round-choice:not(.primary) h2 { color: #edf7f0 !important; }
body.app-shell .summary-value { color: #edf7f0 !important; }

/* Round review */
body.app-shell #reviewModalBody {
  color: #c8d8ce !important;
}
body.app-shell .round-review-summary {
  display: grid;
  gap: 0;
}
body.app-shell .round-review-line {
  padding: 8px 0;
  border-bottom: 1px solid rgba(199,222,205,.08);
  color: #aebfb5;
  font-size: 15px;
  line-height: 1.45;
}
body.app-shell .round-review-line:last-child { border-bottom: 0; }
body.app-shell .round-review-line:first-child {
  color: #edf7f0;
  font-weight: 700;
}
body.app-shell .round-review-patterns {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(85,197,138,.22);
  border-radius: 8px;
  background: #13281e;
}
body.app-shell .round-review-patterns-head {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}
body.app-shell .round-review-patterns-icon {
  position: relative;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 50%;
  background: #214331;
}
body.app-shell .round-review-patterns-icon::before,
body.app-shell .round-review-patterns-icon::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #70d39b;
}
body.app-shell .round-review-patterns-icon::before {
  width: 7px;
  height: 7px;
  left: 9px;
  top: 9px;
  box-shadow: 10px 7px 0 #6f9fc8;
}
body.app-shell .round-review-patterns-icon::after {
  width: 5px;
  height: 5px;
  left: 10px;
  bottom: 8px;
  background: #d68167;
}
body.app-shell .round-review-patterns-title {
  color: #edf7f0;
  font-size: 15px;
  font-weight: 800;
}
body.app-shell .round-review-patterns-subtitle {
  margin-top: 2px;
  color: #82998c;
  font-size: 11px;
}
body.app-shell .round-review-pattern-list {
  display: grid;
  gap: 8px;
}
body.app-shell .round-review-pattern-row {
  position: relative;
  padding: 11px 12px 11px 30px;
  border: 1px solid rgba(199,222,205,.10);
  border-radius: 6px;
  background: #0e2118;
  color: #c8d8ce;
  font-size: 13px;
  line-height: 1.4;
}
body.app-shell .round-review-pattern-row::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 16px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #55c58a;
}
