:root {
  color-scheme: dark;
}

body.hunza-dashboard-page {
  background: #050a12 !important;
  color: #eef6ff;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body.hunza-dashboard-page .wp-site-blocks,
body.hunza-dashboard-page main {
  background: transparent !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.hunza-dashboard-page .wp-block-post-content,
body.hunza-dashboard-page .entry-content,
body.hunza-dashboard-page main .wp-block-group,
body.hunza-dashboard-page main .wp-block-group__inner-container,
body.hunza-dashboard-page .is-layout-constrained,
body.hunza-dashboard-page .wp-block-group-is-layout-constrained {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Member-only site: hide default theme header/footer links (Sample, About, etc.). */
body.hunza-dashboard-page .wp-site-blocks > header,
body.hunza-dashboard-page .wp-site-blocks > footer {
  display: none !important;
}

body.hunza-dashboard-page .wp-block-post-title,
body.hunza-dashboard-page .entry-header,
body.hunza-dashboard-page main h1.wp-block-post-title,
body.hunza-dashboard-page .wp-block-group:has(.hunza-dashboard-shell) > h1 {
  display: none !important;
}

/* Break out of narrow WordPress theme content columns (e.g. Twenty Twenty-Five 645px). */
body.hunza-dashboard-page .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)),
body.hunza-dashboard-page .entry-content,
body.hunza-dashboard-page .wp-block-post-content,
body.hunza-dashboard-page main .wp-block-group__inner-container {
  max-width: none !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: max(12px, env(safe-area-inset-left, 0px)) !important;
  padding-right: max(12px, env(safe-area-inset-right, 0px)) !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.hunza-dashboard-page .alignfull.hunza-dashboard-shell {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-left: max(12px, env(safe-area-inset-left, 0px));
  padding-right: max(12px, env(safe-area-inset-right, 0px));
  overflow-x: hidden;
  box-sizing: border-box;
}

.hunza-dashboard {
  --hg-card: #101e33;
  --hg-card2: #0b1628;
  --hg-line: rgba(171, 197, 232, 0.18);
  --hg-text: #eef6ff;
  --hg-muted: #9fb2cd;
  --hg-gold: #f5c75c;
  --hg-gold2: #ffdf8a;
  --hg-green: #28d17c;
  --hg-red: #ff5c70;
  --hg-blue: #5bb6ff;
  width: min(1600px, 100%);
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 40px;
  color: var(--hg-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, sans-serif;
  overflow-x: clip;
}

.hunza-dashboard *,
.hunza-dashboard *::before,
.hunza-dashboard *::after {
  box-sizing: border-box;
  min-width: 0;
}

.hunza-dashboard p,
.hunza-dashboard li,
.hunza-dashboard h1,
.hunza-dashboard h2,
.hunza-dashboard h3,
.hunza-dashboard h4,
.hunza-dashboard span:not(.hunza-mode),
.hunza-dashboard strong,
.hunza-dashboard dd,
.hunza-dashboard dt,
.hunza-dashboard em {
  overflow-wrap: break-word;
}

.hunza-dashboard table th,
.hunza-dashboard table td {
  overflow-wrap: normal;
  word-break: normal;
}

.hunza-tab-short {
  display: none;
}

.hunza-sticky-desk {
  position: sticky;
  top: 0;
  z-index: 40;
  margin: 0 0 14px;
  padding: 0 0 10px;
  background: linear-gradient(180deg, rgba(5, 10, 18, 0.98) 78%, rgba(5, 10, 18, 0));
  backdrop-filter: blur(14px);
}

.hunza-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
  padding: 10px 14px;
  border: 1px solid var(--hg-line);
  border-radius: 18px;
  background: rgba(11, 22, 40, 0.92);
}

.hunza-topbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.hunza-brand-mark {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(245, 199, 92, 0.14);
  border: 1px solid rgba(245, 199, 92, 0.28);
  color: var(--hg-gold2);
  font-weight: 950;
  font-size: 12px;
  letter-spacing: 0.06em;
}

.hunza-brand-title {
  display: block;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--hg-text);
}

.hunza-brand-sub {
  display: block;
  margin-top: 2px;
  color: var(--hg-muted);
  font-size: 11px;
}

.hunza-topbar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.hunza-feed-line {
  margin: 0;
  max-width: 280px;
  color: #b9c8dd;
  font-size: 11px;
  line-height: 1.4;
  text-align: right;
}

.hunza-btn-sm {
  padding: 9px 14px;
  font-size: 12px;
}

.hunza-sticky-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-top: 8px;
  padding: 8px 4px 0;
  border-top: 1px solid rgba(171, 197, 232, 0.12);
}

.hunza-sticky-title h2 {
  margin: 2px 0 0;
  font-size: clamp(18px, 2.2vw, 24px);
  letter-spacing: -0.03em;
  color: var(--hg-text);
}

.hunza-sticky-meta {
  color: var(--hg-muted);
  font-size: 11px;
  text-align: right;
  max-width: 220px;
  line-height: 1.45;
}

.is-sr-panel-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hunza-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, auto);
  gap: 28px;
  align-items: center;
  overflow: hidden;
  padding: 34px;
  border: 1px solid var(--hg-line);
  border-radius: 30px;
  background: radial-gradient(circle at 8% 0%, rgba(245,199,92,.22), transparent 30%), radial-gradient(circle at 95% 15%, rgba(91,182,255,.26), transparent 34%), linear-gradient(135deg, #0d2038 0%, #081221 55%, #050a12 100%);
  box-shadow: 0 28px 80px rgba(0,0,0,.38);
}

.hunza-hero::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -180px;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: rgba(245,199,92,.12);
  filter: blur(8px);
}

.hunza-hero-copy,
.hunza-hero-actions {
  position: relative;
  z-index: 1;
}

.hunza-kicker {
  margin: 0 0 9px;
  color: var(--hg-gold);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
}

.hunza-hero h1 {
  margin: 0 0 12px;
  max-width: 980px;
  font-size: clamp(34px, 5.5vw, 64px);
  line-height: .96;
  letter-spacing: -.045em;
}

.hunza-hero p {
  margin: 0;
  max-width: 860px;
  color: var(--hg-muted);
  font-size: 16px;
  line-height: 1.65;
}

.hunza-hero-pills,
.hunza-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hunza-hero-pills {
  margin-top: 18px;
}

.hunza-hero-pills span,
.hunza-mode {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  border: 1px solid rgba(245,199,92,.32);
  border-radius: 999px;
  background: rgba(245,199,92,.1);
  color: #ffe4a3;
  padding: 7px 11px;
  font-weight: 800;
  font-size: 12px;
}

.hunza-live-badge {
  display: inline-flex;
  margin-left: 6px;
  padding: 3px 7px;
  border-radius: 999px;
  background: rgba(40, 209, 124, .16);
  color: #8dffbf;
  border: 1px solid rgba(40, 209, 124, .34);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .08em;
}

.hunza-hero-actions {
  display: grid;
  gap: 12px;
  justify-items: end;
  text-align: right;
}

.hunza-hero-actions p {
  max-width: 280px;
  font-size: 12px;
  color: #b9c8dd;
}

.hunza-btn,
.hunza-tabs button,
.hunza-login-btn {
  border: 1px solid var(--hg-line);
  background: linear-gradient(180deg, #18304f, #101d31);
  color: var(--hg-text);
  border-radius: 999px;
  padding: 12px 17px;
  font-weight: 900;
  cursor: pointer;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
  white-space: normal;
}

.hunza-btn:hover,
.hunza-tabs button:hover,
.hunza-tabs button.is-active,
.hunza-login-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(245,199,92,.75);
  background: linear-gradient(180deg, rgba(245,199,92,.24), rgba(245,199,92,.1));
}

.hunza-btn-primary,
.hunza-login-btn {
  border-color: rgba(245,199,92,.62);
  color: #ffe4a3;
  box-shadow: 0 12px 26px rgba(245,199,92,.16);
}

.hunza-alert {
  margin: 18px 0;
  padding: 14px 16px;
  border: 1px solid rgba(245,199,92,.45);
  border-radius: 16px;
  background: rgba(245,199,92,.12);
  color: #ffe5a0;
}

.hunza-ea-period-search {
  margin-top: 22px;
  margin-bottom: 0;
}

.hunza-ea-trade-log {
  margin-bottom: 8px;
}

.hunza-ea-stats-block {
  margin-top: 8px;
  margin-bottom: 12px;
}

.hunza-ea-guide-drawer {
  margin-top: 18px;
  border: 1px solid var(--hg-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .02);
  overflow: hidden;
}
.hunza-ea-guide-drawer summary {
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 700;
  color: var(--hg-gold2);
  cursor: pointer;
  list-style: none;
}
.hunza-ea-guide-drawer summary::-webkit-details-marker { display: none; }
.hunza-ea-guide-drawer .hunza-ea-guide {
  margin: 0;
  border: 0;
  border-radius: 0;
  border-top: 1px solid var(--hg-line);
  box-shadow: none;
}

.hunza-history-search {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid var(--hg-line);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
}

.hunza-history-search-head,
.hunza-history-controls,
.hunza-history-actions {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hunza-history-search-head h3 {
  margin: 4px 0 0;
  font-size: 22px;
  letter-spacing: -.03em;
}

.hunza-history-controls {
  margin-top: 14px;
  align-items: end;
}

.hunza-history-label {
  display: grid;
  gap: 8px;
  min-width: min(100%, 220px);
  color: var(--hg-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.hunza-history-label input,
.hunza-history-label select {
  border: 1px solid var(--hg-line);
  border-radius: 14px;
  background: rgba(5, 10, 18, .72);
  color: var(--hg-text);
  padding: 12px 14px;
  font: inherit;
}

.hunza-history-label input:focus,
.hunza-history-label select:focus {
  outline: none;
  border-color: rgba(245,199,92,.72);
  box-shadow: 0 0 0 3px rgba(245,199,92,.12);
}

.hunza-history-actions {
  justify-content: flex-start;
}

[data-hunza-history-status].is-error {
  color: #ffb3bd;
}

.hunza-stat-grid,
.hunza-card-grid,
.hunza-plan-grid,
.hunza-guide-grid,
.hunza-risk-layout {
  display: grid;
  gap: 16px;
}

.hunza-stat-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 18px 0;
}

.hunza-stat-card,
.hunza-card,
.hunza-plan-grid article,
.hunza-guide-card,
.hunza-risk-card,
.hunza-empty {
  overflow: hidden;
  border: 1px solid var(--hg-line);
  border-radius: 24px;
  background: linear-gradient(180deg, var(--hg-card), var(--hg-card2));
  padding: 20px;
  box-shadow: 0 18px 50px rgba(0,0,0,.2);
}

.hunza-stat-card span,
.hunza-stat-card em {
  display: block;
  color: var(--hg-muted);
  font-style: normal;
  font-size: 12px;
}

.hunza-stat-card strong {
  display: block;
  margin: 8px 0 5px;
  color: var(--hg-gold2);
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.hunza-quick-plan {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: 20px;
  margin: 18px 0 22px;
  padding: 24px;
  border: 1px solid rgba(91,182,255,.22);
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(91,182,255,.11), rgba(245,199,92,.08)), var(--hg-card2);
}

.hunza-quick-plan h2 {
  margin: 0 0 8px;
  font-size: 28px;
  letter-spacing: -.03em;
}

.hunza-quick-plan p,
.hunza-plan-grid article p,
.hunza-guide-card p,
.hunza-risk-card p,
.hunza-muted {
  margin: 0;
  color: var(--hg-muted);
  line-height: 1.68;
}

.hunza-trade-plan ul,
.hunza-guide-card ul,
.hunza-risk-card ul {
  margin: 0;
  padding-left: 0;
  color: #dceaff;
  line-height: 1.72;
}

.hunza-trade-plan li {
  list-style: none;
  margin: 6px 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(8, 18, 32, 0.92);
  color: #dceaff;
  border: 1px solid rgba(245, 199, 92, 0.14);
}

.hunza-trade-plan li strong {
  color: var(--hg-gold2);
}

.hunza-quick-plan ol,
.hunza-guide-card ul,
.hunza-risk-card ul {
  padding-left: 18px;
}

.hunza-tabs {
  position: relative;
  top: auto;
  z-index: 1;
  margin: 0;
  padding: 8px;
  border: 1px solid var(--hg-line);
  border-radius: 18px;
  background: rgba(6, 16, 29, 0.92);
  backdrop-filter: blur(14px);
}

.hunza-tabs button {
  padding: 10px 14px;
  font-size: 12px;
}

.hunza-panel { display: none; max-width: 100%; overflow-x: visible; }
.hunza-panel.is-active { display: block; animation: hunzaFade .2s ease; }
@keyframes hunzaFade { from { opacity: .4; transform: translateY(4px); } to { opacity: 1; transform: none; } }

.hunza-section-heading {
  display: none;
}

.hunza-overview-drawer {
  margin-top: 28px;
  border: 1px solid var(--hg-line);
  border-radius: 20px;
  background: rgba(11, 22, 40, 0.72);
  overflow: hidden;
}

.hunza-overview-drawer > summary {
  cursor: pointer;
  list-style: none;
  padding: 14px 18px;
  color: var(--hg-gold2);
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.hunza-overview-drawer > summary::-webkit-details-marker {
  display: none;
}

.hunza-overview-drawer > summary::after {
  content: "▾";
  float: right;
  color: var(--hg-muted);
}

.hunza-overview-drawer[open] > summary::after {
  content: "▴";
}

.hunza-overview-body {
  padding: 0 16px 16px;
}

.hunza-quick-plan h3 {
  margin: 0 0 8px;
  font-size: 20px;
  letter-spacing: -0.03em;
  color: var(--hg-text);
}

.hunza-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 330px), 1fr));
}

.hunza-card-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--hg-gold);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .09em;
}

.hunza-trade-card {
  position: relative;
}

.hunza-trade-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--hg-blue);
}

.hunza-trade-card.buy::before { background: var(--hg-green); }
.hunza-trade-card.sell::before { background: var(--hg-red); }
.hunza-trade-card.buy h3 { color: #8dffbf; }
.hunza-trade-card.sell h3 { color: #ff97a4; }

.hunza-trade-card h3 {
  margin: 14px 0;
  font-size: 26px;
  letter-spacing: -.03em;
}

.hunza-inline-meta {
  margin: -2px 0 12px;
  color: var(--hg-muted);
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hunza-trade-card dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.hunza-trade-card dl div {
  overflow: hidden;
  border: 1px solid rgba(171,197,232,.12);
  border-radius: 15px;
  padding: 10px;
  background: rgba(255,255,255,.03);
}

.hunza-trade-card dt {
  color: var(--hg-muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.hunza-trade-card dd {
  margin: 3px 0 0;
  font-weight: 950;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.2;
}

.hunza-trade-plan {
  margin-top: 16px;
  padding: 15px;
  border-radius: 18px;
  background: rgba(245,199,92,.08);
  border: 1px solid rgba(245,199,92,.16);
}

.hunza-trade-plan h4 {
  margin: 0 0 8px;
  color: var(--hg-gold2);
}

.hunza-provisional {
  margin-top: 14px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(91,182,255,.24);
  background: rgba(91,182,255,.08);
}

.hunza-provisional.win {
  border-color: rgba(40,209,124,.28);
  background: rgba(40,209,124,.08);
}

.hunza-provisional.loss {
  border-color: rgba(255,92,112,.3);
  background: rgba(255,92,112,.08);
}

.hunza-provisional.pending {
  border-color: rgba(245,199,92,.24);
  background: rgba(245,199,92,.08);
}

.hunza-provisional-kicker {
  display: block;
  margin-bottom: 4px;
  color: var(--hg-gold);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hunza-provisional > div > strong {
  display: block;
  font-size: 17px;
  color: #eef6ff;
}

.hunza-provisional dl {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 10px;
}

.hunza-provisional p {
  margin: 10px 0 0;
  color: var(--hg-muted);
  font-size: 12px;
  line-height: 1.55;
}

.hunza-table-wrap {
  overflow-x: auto;
  overflow-y: visible;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--hg-line);
  border-radius: 20px;
  background: var(--hg-card2);
  box-shadow: 0 18px 50px rgba(0,0,0,.16);
}

.hunza-summary-table-wrap .hunza-table,
.hunza-verified-table-wrap .hunza-table {
  min-width: 0;
  width: 100%;
}

.hunza-summary-table-wrap .hunza-table {
  min-width: 680px;
}

.hunza-verified-table-wrap .hunza-table {
  min-width: 760px;
}

.hunza-summary-table-wrap .hunza-table th,
.hunza-summary-table-wrap .hunza-table td,
.hunza-verified-table-wrap .hunza-table th,
.hunza-verified-table-wrap .hunza-table td {
  white-space: nowrap;
  font-size: 11px;
  padding: 10px 9px;
  vertical-align: middle;
}

.hunza-summary-table-wrap .hunza-table th,
.hunza-verified-table-wrap .hunza-table th {
  line-height: 1.15;
  letter-spacing: .04em;
}

.hunza-summary-label,
.hunza-signal-summary {
  margin: 0 0 12px;
  color: #c8d8ef !important;
  background: rgba(8, 18, 32, 0.88);
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(171, 197, 232, 0.16);
  line-height: 1.55;
  font-size: 12px;
}

.hunza-signal-summary {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

.hunza-latest-block {
  margin-bottom: 18px;
}

.hunza-latest-divider {
  height: 1px;
  margin: 20px 0 18px;
  background: linear-gradient(90deg, transparent, rgba(245, 199, 92, 0.35), transparent);
}

.hunza-latest-heading {
  margin: 0 0 10px;
  color: var(--hg-gold2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
}

.hunza-latest-table-shell {
  display: flex;
  justify-content: center;
  width: 100%;
}

.hunza-latest-table-shell .hunza-table-wrap {
  width: min(100%, 1180px);
  overflow-x: auto;
  overflow-y: visible;
  margin: 0 auto;
  -webkit-overflow-scrolling: touch;
}

.hunza-trade-cards-drawer {
  margin-top: 18px;
  border: 1px solid var(--hg-line);
  border-radius: 18px;
  background: rgba(8, 16, 28, 0.72);
}

.hunza-trade-cards-drawer > summary {
  cursor: pointer;
  list-style: none;
  padding: 12px 16px;
  color: var(--hg-muted);
  font-size: 12px;
  font-weight: 800;
}

.hunza-trade-cards-drawer > summary::-webkit-details-marker {
  display: none;
}

.hunza-trade-cards-drawer .hunza-card-grid {
  padding: 0 12px 12px;
}

.hunza-signal-summary strong {
  color: var(--hg-gold);
}

.hunza-signal-summary-sep {
  display: inline-block;
  margin: 0 10px;
  color: rgba(255,255,255,.28);
}

.hunza-recent-signals-wrap {
  display: block;
}

.hunza-table-compact {
  min-width: 0;
}

.hunza-table-compact th,
.hunza-table-compact td {
  white-space: normal;
  padding: 10px 8px;
  font-size: 12px;
}

.hunza-latest-table {
  min-width: 0 !important;
  width: 100%;
  table-layout: fixed;
  font-size: 11px;
}

.hunza-latest-table th,
.hunza-latest-table td {
  padding: 8px 5px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.hunza-latest-table .col-trade { width: 8%; }
.hunza-latest-table .col-mode { width: 9%; }
.hunza-latest-table .col-time { width: 8%; }
.hunza-latest-table .col-dir { width: 7%; }
.hunza-latest-table .col-num { width: 8%; }
.hunza-latest-table .col-hit { width: 7%; }
.hunza-latest-table .col-outcome { width: 9%; }
.hunza-latest-table .col-pnl { width: 8%; }

.hunza-summary-table-wrap .hunza-table {
  width: 100%;
  table-layout: auto;
}

.hunza-verified-table-wrap .hunza-table {
  width: 100%;
}

.hunza-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 0;
}

.hunza-table th,
.hunza-table td {
  padding: 13px 14px;
  border-bottom: 1px solid var(--hg-line);
  text-align: left;
  white-space: normal;
  word-break: break-word;
}

.hunza-table th {
  position: sticky;
  top: 0;
  background: #0d1b2f;
  color: var(--hg-gold);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.hunza-table tr:last-child td { border-bottom: 0; }
.hunza-table tbody tr:hover { background: rgba(255,255,255,.035); }
.hunza-total-row td {
  background: rgba(255, 215, 102, 0.08);
  font-weight: 600;
}

.hunza-total-row:hover td {
  background: rgba(255, 215, 102, 0.12);
}

.win { color: #7dffb2; }
.loss { color: #ff8d9b; }

.hunza-plan-grid,
.hunza-guide-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
}

.hunza-risk-layout {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.hunza-plan-grid article h3,
.hunza-guide-card h3,
.hunza-risk-card h3 {
  margin: 6px 0 9px;
  font-size: 20px;
}

.hunza-step {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(245,199,92,.14);
  border: 1px solid rgba(245,199,92,.24);
  color: var(--hg-gold2);
  font-weight: 950;
}

.hunza-guide-card.buy { border-color: rgba(40,209,124,.32); }
.hunza-guide-card.sell { border-color: rgba(255,92,112,.32); }

.hunza-formula {
  margin-top: 14px;
  padding: 13px;
  border-radius: 16px;
  background: #07111f;
  border: 1px dashed rgba(245,199,92,.35);
  color: var(--hg-gold2);
  font-weight: 900;
}

.hunza-empty {
  text-align: center;
  padding: 34px;
}

.hunza-empty h3 { margin: 0 0 8px; }

.hunza-login-required {
  width: min(980px, calc(100vw - 32px));
  margin: 54px auto;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border: 1px solid rgba(245,199,92,.28);
  border-radius: 28px;
  background: radial-gradient(circle at top left, rgba(245,199,92,.18), transparent 36%), linear-gradient(135deg, #101e33, #08111f);
  color: var(--hg-text);
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
}

.hunza-login-required h2 {
  margin: 0 0 8px;
  font-size: 34px;
  letter-spacing: -.04em;
}

.hunza-login-required p {
  margin: 0;
  color: var(--hg-muted);
  line-height: 1.65;
}

.hunza-login-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

@media (max-width: 980px) {
  .hunza-dashboard { width: 100%; max-width: 100%; margin: 0 auto; padding: 8px 0 34px; }
  .hunza-quick-plan { grid-template-columns: 1fr; }
  .hunza-topbar { flex-direction: column; align-items: stretch; }
  .hunza-topbar-actions { justify-content: space-between; }
  .hunza-feed-line { max-width: none; text-align: left; }
  .hunza-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hunza-risk-layout { grid-template-columns: 1fr; }
  .hunza-sticky-title { display: block; }
  .hunza-sticky-meta { display: block; margin-top: 6px; text-align: left; max-width: none; }
  .hunza-tabs { border-radius: 16px; }
}

.hunza-session-banner {
  margin: 0 0 14px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(120, 170, 255, .35);
  background: rgba(30, 60, 110, .28);
  display: grid;
  gap: 6px;
}
.hunza-session-banner.is-closed strong { color: #9ec5ff; }
.hunza-session-banner span { color: rgba(255,255,255,.82); font-size: .92rem; line-height: 1.45; }

.hunza-ea-status { margin: 0 0 14px; padding: 12px 14px; border-radius: 12px; border: 1px solid rgba(255,255,255,.12); background: rgba(0,0,0,.25); }
.hunza-ea-status.is-ok { border-color: rgba(80, 200, 120, .45); }
.hunza-ea-status.is-warn { border-color: rgba(255, 193, 7, .45); }

.hunza-ea-parity-summary-block {
  margin-bottom: 36px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(171, 197, 232, 0.12);
}

.hunza-ea-parity-details {
  margin-top: 20px;
}

.hunza-ea-parity-details .hunza-kicker {
  margin-bottom: 14px;
}

.hunza-ea-parity-compare {
  margin-top: 22px;
}

.hunza-ea-parity-note {
  margin: 0 0 14px;
  font-size: 12px;
  line-height: 1.55;
}

.hunza-verify-pending {
  border-color: rgba(255, 193, 7, 0.35) !important;
  color: #ffe4a3 !important;
}

.hunza-desk-provisional {
  color: #9ecbff !important;
  font-style: italic;
}

.hunza-verify-ok {
  display: inline-block;
  margin-right: 4px;
  padding: 0 4px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  color: #9ef0c0;
  background: rgba(40, 120, 80, 0.35);
  border: 1px solid rgba(80, 200, 140, 0.45);
}

.hunza-latest-table .hunza-verify-pending {
  display: inline-block;
  margin-right: 4px;
  padding: 0 4px;
  border-radius: 4px;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.4;
  border: 1px solid rgba(255, 193, 7, 0.35);
  color: #ffe4a3;
  background: rgba(80, 60, 8, 0.35);
}

.hunza-backfill-replay {
  border-color: rgba(255, 140, 66, 0.45) !important;
  color: #ffd0a8 !important;
  background: rgba(80, 32, 8, 0.35);
}

.hunza-backfill-import {
  border-color: rgba(96, 196, 255, 0.35) !important;
  color: #b8e4ff !important;
  background: rgba(8, 40, 64, 0.28);
}

.hunza-backfill-note {
  color: #c8d0dc !important;
}

.hunza-ea-parity-compare .hunza-summary-table-wrap {
  margin-bottom: 16px;
}

.hunza-news-blackout {
  margin: 0 0 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 107, 107, 0.45);
  background: linear-gradient(135deg, rgba(120, 24, 24, 0.55), rgba(40, 12, 12, 0.35));
  padding: 14px 16px;
}

.hunza-news-blackout-inner strong { color: #ffb4b4; }
.hunza-news-blackout-inner p { margin: 6px 0 0; font-size: 13px; line-height: 1.5; }

.hunza-news-banner {
  border-radius: 14px;
  padding: 12px 14px;
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 1.5;
}
.hunza-news-banner.active {
  border: 1px solid rgba(255, 107, 107, 0.45);
  background: rgba(120, 24, 24, 0.35);
  color: #ffd0d0;
}
.hunza-news-banner.upcoming {
  border: 1px solid rgba(255, 193, 7, 0.35);
  background: rgba(90, 70, 10, 0.35);
  color: #ffe7a8;
}
.hunza-news-banner.clear {
  border: 1px solid rgba(72, 187, 120, 0.25);
  background: rgba(20, 60, 40, 0.25);
  color: #b9f0cf;
}

.hunza-news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-bottom: 16px;
  font-size: 13px;
}

.hunza-news-tier {
  display: inline-block;
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.hunza-news-tier.t1 { background: rgba(255, 80, 80, 0.2); color: #ffb4b4; }
.hunza-news-tier.t2 { background: rgba(255, 193, 7, 0.18); color: #ffe08a; }
.hunza-news-tier.t3 { background: rgba(120, 160, 255, 0.15); color: #b8ccff; }

.hunza-news-beat { color: #ff9f9f; font-weight: 700; }
.hunza-news-miss { color: #8dffb0; font-weight: 700; }
.hunza-news-inline { color: #ffe08a; font-weight: 700; }

.hunza-news-headlines {
  margin: 0;
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.55;
}
.hunza-news-headlines li { margin-bottom: 8px; }

.hunza-news-day-row td {
  background: rgba(255, 255, 255, 0.04);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 12px;
  padding-bottom: 6px;
  font-size: 13px;
}

.hunza-news-disclaimer {
  margin-top: 18px;
  font-size: 12px;
}

.hunza-export-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin: 8px 0 12px;
}

.hunza-journey-list details.hunza-journey-detail {
  margin-bottom: 8px;
  border: 1px solid var(--hg-line);
  border-radius: 12px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, .02);
}

.hunza-journey-list summary {
  cursor: pointer;
  list-style: none;
}

.hunza-journey-meta {
  margin: 8px 0 0;
  font-size: 12px;
}

.hunza-two-leg-timeline {
  margin: 8px 0 0 16px;
  padding: 0;
  list-style: disc;
  font-size: 12px;
}

.hunza-two-leg-timeline li {
  margin: 4px 0;
}

.hunza-conf-tier {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.hunza-conf-tier.t8 { background: rgba(245, 199, 92, .22); color: #ffe5a0; }
.hunza-conf-tier.t7 { background: rgba(120, 180, 255, .18); color: #b9d7ff; }
.hunza-conf-tier.ta { background: rgba(120, 255, 180, .14); color: #b8ffd4; }

.hunza-ea-guide {
  margin: 0 0 16px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(120, 180, 255, .18);
  background: linear-gradient(135deg, rgba(30, 45, 70, .55), rgba(20, 28, 42, .35));
}
.hunza-ea-guide-title {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
  color: #e8eef8;
}
.hunza-ea-guide-since {
  margin: 0 0 10px;
  font-size: 13px;
  color: #b9d7ff;
}
.hunza-ea-guide-list {
  margin: 0 0 10px;
  padding-left: 1.15rem;
  font-size: 13px;
  line-height: 1.45;
  color: #c8d4e8;
}
.hunza-ea-guide-list li { margin-bottom: 6px; }
.hunza-ea-guide-compare {
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 1.45;
  color: #aebcd4;
}
.hunza-ea-guide-disclaimer {
  margin: 0;
  font-size: 11px;
}

.hunza-health-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
}
.hunza-health-chip {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .03em;
  border: 1px solid rgba(255, 255, 255, .08);
  background: rgba(255, 255, 255, .04);
  color: #c8d4e8;
}
.hunza-health-chip.ok {
  border-color: rgba(120, 255, 180, .25);
  color: #b8ffd4;
}
.hunza-health-chip.warn {
  border-color: rgba(245, 199, 92, .35);
  color: #ffe5a0;
}
.hunza-health-chip.warn.tier0 {
  border-color: rgba(255, 100, 100, .45);
  color: #ffb8b8;
  background: rgba(255, 80, 80, .08);
}

.hunza-signals-toolbar {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 12px;
}
.hunza-signals-filter {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #9eb0cc;
}
.hunza-signals-filter select {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  color: #e8eef8;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 12px;
}

.hunza-heatmap-wrap { overflow-x: auto; }
.hunza-heatmap {
  width: 100%;
  border-collapse: separate;
  border-spacing: 6px;
  font-size: 12px;
}
.hunza-heatmap th,
.hunza-heatmap td {
  padding: 10px 8px;
  border-radius: 12px;
  text-align: center;
  vertical-align: middle;
}
.hunza-heatmap th {
  color: var(--hg-muted);
  font-weight: 700;
  background: rgba(255, 255, 255, .03);
}
.hunza-heat-cell {
  background: rgba(255, 255, 255, calc(0.03 + (var(--heat, 0) * 0.004)));
  border: 1px solid rgba(245, 199, 92, calc(0.08 + (var(--heat, 0) * 0.005)));
}
.hunza-heat-cell strong { display: block; font-size: 14px; }
.hunza-heat-cell span { color: var(--hg-muted); font-size: 11px; }
.hunza-heat-empty { color: var(--hg-muted); opacity: .5; }

@media (max-width: 980px) {
  .hunza-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .hunza-tabs [data-hunza-tab="active"] { order: 1; }
  .hunza-tabs [data-hunza-tab="signals"] { order: 2; }
  .hunza-tabs [data-hunza-tab="ea_parity"] { order: 3; }
  .hunza-tabs [data-hunza-tab="two_leg"] { order: 4; }
  .hunza-tabs [data-hunza-tab="daily"] { order: 5; }
  .hunza-tabs [data-hunza-tab="weekly"] { order: 6; }
  .hunza-tabs [data-hunza-tab="monthly"] { order: 7; }
  .hunza-tabs [data-hunza-tab="insights"] { order: 8; }
  .hunza-tabs [data-hunza-tab="sessions"] { order: 9; }
  .hunza-tabs [data-hunza-tab="news"] { order: 10; }
  .hunza-tabs [data-hunza-tab="strategy"] { order: 11; }
  .hunza-tabs .hunza-tab-more { order: 20; }
}

@media (max-width: 720px) {
  .hunza-tab-full { display: none; }
  .hunza-tab-short { display: inline; }

  .hunza-dashboard {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 4px 0 28px;
  }

  .hunza-sticky-desk {
    margin-left: 0;
    margin-right: 0;
  }

  .hunza-sticky-title h2 {
    font-size: clamp(17px, 4.8vw, 22px);
    line-height: 1.2;
    max-width: 100%;
  }

  .hunza-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    justify-content: flex-start;
    padding: 8px 6px;
  }

  .hunza-tabs::-webkit-scrollbar {
    display: none;
  }

  .hunza-tabs button {
    flex: 0 0 auto;
    width: auto;
    min-height: 38px;
    padding: 8px 12px;
    font-size: 11px;
    line-height: 1.15;
    white-space: nowrap;
    text-align: center;
    scroll-snap-align: start;
  }

  .hunza-stat-grid,
  .hunza-card-grid { grid-template-columns: 1fr; }
  .hunza-trade-card dl { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hunza-latest-table .col-mode,
  .hunza-latest-table .col-hit { display: none; }
  .hunza-login-required { display: block; margin: 24px auto; padding: 22px; }
  .hunza-login-btn { margin-top: 18px; width: 100%; }

  .hunza-table-compact th,
  .hunza-table-compact td {
    font-size: 11px;
    padding: 9px 7px;
    white-space: nowrap;
  }

  .hunza-summary-label {
    font-size: 11px;
    line-height: 1.45;
  }

  .hunza-export-row {
    justify-content: stretch;
  }

  .hunza-export-row .hunza-btn {
    width: 100%;
  }

  .hunza-history-search-head h3 {
    font-size: 18px;
  }

  .hunza-signals-hint,
  .hunza-strategy-lead {
    font-size: 12px;
    line-height: 1.45;
  }

  /* Full-bleed layout — avoid double theme + shell inset */
  body.hunza-dashboard-page .entry-content,
  body.hunza-dashboard-page .wp-block-post-content,
  body.hunza-dashboard-page main .wp-block-group__inner-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.hunza-dashboard-page .alignfull.hunza-dashboard-shell {
    padding-left: max(8px, env(safe-area-inset-left, 0px));
    padding-right: max(8px, env(safe-area-inset-right, 0px));
  }

  .hunza-topbar {
    padding: 8px 10px;
    border-radius: 14px;
  }

  .hunza-sticky-title {
    padding-left: 0;
    padding-right: 0;
  }

  .hunza-card,
  .hunza-stat-card,
  .hunza-empty {
    padding: 14px;
    border-radius: 18px;
  }

  .hunza-session-banner,
  .hunza-summary-label,
  .hunza-signals-hint,
  .hunza-strategy-lead {
    margin-left: 0;
    margin-right: 0;
  }

  .hunza-table-scroll-hint {
    display: block;
    margin: 0 0 8px;
    color: var(--hg-muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
  }

  .hunza-latest-table-shell {
    justify-content: stretch;
    width: 100%;
    margin: 0;
  }

  .hunza-latest-table-shell .hunza-table-wrap,
  .hunza-summary-table-wrap,
  .hunza-verified-table-wrap,
  .hunza-ea-trade-log .hunza-table-wrap,
  .hunza-ea-parity-compare .hunza-table-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    border-radius: 16px;
  }

  .hunza-latest-table {
    table-layout: auto !important;
    min-width: 640px;
    width: max-content;
    max-width: none;
  }

  .hunza-latest-table th,
  .hunza-latest-table td {
    white-space: nowrap;
    padding: 8px 7px;
    font-size: 11px;
    overflow: visible;
    text-overflow: clip;
  }

  .hunza-summary-table-wrap .hunza-table,
  .hunza-verified-table-wrap .hunza-table,
  .hunza-ea-trade-log .hunza-table,
  .hunza-ea-parity-compare .hunza-table {
    min-width: 560px;
    width: max-content;
    max-width: none;
  }

  .hunza-summary-table-wrap .hunza-table th,
  .hunza-summary-table-wrap .hunza-table td,
  .hunza-verified-table-wrap .hunza-table th,
  .hunza-verified-table-wrap .hunza-table td,
  .hunza-ea-trade-log .hunza-table th,
  .hunza-ea-trade-log .hunza-table td {
    white-space: nowrap;
    padding: 9px 8px;
    font-size: 11px;
  }

  .hunza-summary-table-wrap .col-tp2,
  .hunza-summary-table-wrap .col-tp3,
  .hunza-latest-table .col-tp2,
  .hunza-latest-table .col-tp3 {
    display: none;
  }

  .hunza-signal-summary {
    white-space: normal;
    overflow-x: visible;
    font-size: 11px;
    line-height: 1.5;
  }

  .hunza-signal-summary-sep {
    display: block;
    height: 0;
    margin: 0;
    overflow: hidden;
  }

  .hunza-signal-summary strong {
    display: inline-block;
    margin: 2px 8px 2px 0;
  }

  .hunza-latest-heading {
    text-align: left;
    font-size: 11px;
  }

  .hunza-ea-parity-summary-block {
    margin-bottom: 24px;
  }
}

.hunza-table-scroll-hint {
  display: none;
}

/* Strategy tab */
.hunza-signals-hint,
.hunza-strategy-lead {
  margin: 0 0 16px;
  padding: 12px 16px;
  border-radius: 16px;
  border: 1px solid rgba(91, 182, 255, .18);
  background: rgba(91, 182, 255, .06);
  font-size: 13px;
  line-height: 1.5;
  color: #c8d4e8;
}

.hunza-link-btn {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: var(--hg-gold2);
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.hunza-link-btn:hover { color: #fff; }

.hunza-strategy-live {
  margin: 0 0 18px;
  padding: 14px 18px;
  border-radius: 18px;
  border: 1px solid rgba(245, 199, 92, .22);
  background: linear-gradient(135deg, rgba(245, 199, 92, .08), rgba(40, 209, 124, .05));
}
.hunza-strategy-live[hidden] { display: none !important; }
.hunza-strategy-stat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.hunza-strategy-stat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, .1);
  background: rgba(0, 0, 0, .2);
}
.hunza-strategy-stat-mo { border-color: rgba(91, 182, 255, .35); }
.hunza-strategy-stat-pr { border-color: rgba(245, 199, 92, .35); }

.hunza-strategy-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 20px;
}
.hunza-strategy-card {
  border: 1px solid var(--hg-line);
  border-radius: 24px;
  padding: 22px;
  background: linear-gradient(180deg, var(--hg-card), var(--hg-card2));
  box-shadow: 0 18px 50px rgba(0, 0, 0, .2);
}
.hunza-strategy-mo { border-color: rgba(91, 182, 255, .28); }
.hunza-strategy-pr { border-color: rgba(245, 199, 92, .28); }
.hunza-strategy-badge {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  background: rgba(255, 255, 255, .06);
}
.hunza-strategy-mo .hunza-strategy-badge { color: #8ec8ff; }
.hunza-strategy-pr .hunza-strategy-badge { color: var(--hg-gold2); }
.hunza-strategy-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  letter-spacing: -.02em;
}
.hunza-strategy-tagline {
  margin: 0 0 14px;
  font-size: 13px;
  color: var(--hg-muted);
  line-height: 1.45;
}
.hunza-strategy-card dl {
  margin: 0;
  display: grid;
  gap: 12px;
}
.hunza-strategy-card dl > div {
  display: grid;
  gap: 4px;
}
.hunza-strategy-card dt {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--hg-muted);
}
.hunza-strategy-card dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #d4deee;
}
.hunza-strategy-section {
  margin-bottom: 22px;
  padding: 20px;
  border: 1px solid var(--hg-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, .02);
}
.hunza-strategy-section h3 {
  margin: 4px 0 10px;
  font-size: 18px;
}
.hunza-strategy-grades {
  margin: 12px 0 0;
  font-size: 13px;
  color: #c8d4e8;
}
.hunza-strategy-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
  border: 0;
  background: none;
}
.hunza-strategy-grid-2 > article {
  padding: 20px;
  border: 1px solid var(--hg-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, .02);
}
.hunza-strategy-list {
  margin: 0;
  padding-left: 1.15rem;
  font-size: 13px;
  line-height: 1.5;
  color: #c8d4e8;
}
.hunza-strategy-list li { margin-bottom: 8px; }
.hunza-strategy-skip { color: #ffb3bd; }
.hunza-strategy-section code {
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 6px;
  background: rgba(0, 0, 0, .25);
  color: #f5c75c;
}

@media (max-width: 900px) {
  .hunza-strategy-compare,
  .hunza-strategy-grid-2 { grid-template-columns: 1fr; }
}
