:root {
  --ag-dmp-gold: #f2be3e;
  --ag-dmp-gold-soft: #c99a21;
  --ag-dmp-bg: #111;
  --ag-dmp-panel: #1b1b1b;
  --ag-dmp-panel-2: #202020;
  --ag-dmp-line: #414141;
  --ag-dmp-text: #f7f7f7;
  --ag-dmp-muted: #bfc3ca;
  --ag-dmp-green: #35c77a;
  --ag-dmp-yellow: #f2be3e;
  --ag-dmp-grey: #8c929d;
}

body.ag-dmp-preview-active,
body.ag-dmp-live-active,
body.ag-dmp-preview-active #page,
body.ag-dmp-live-active #page,
body.ag-dmp-preview-active .site-content,
body.ag-dmp-live-active .site-content,
body.ag-dmp-preview-active .site-content > .ast-container,
body.ag-dmp-live-active .site-content > .ast-container,
body.ag-dmp-preview-active .ag-dmp-primary,
body.ag-dmp-live-active .ag-dmp-primary,
body.ag-dmp-preview-active .ag-dmp-main,
body.ag-dmp-live-active .ag-dmp-main {
  background: var(--ag-dmp-bg) !important;
}

body.ag-dmp-preview-active .site-content > .ast-container,
body.ag-dmp-live-active .site-content > .ast-container {
  display: block;
  max-width: none;
  padding: 0;
}

body.ag-dmp-preview-active .site-content > .ast-container > #primary.ag-dmp-primary,
body.ag-dmp-live-active .site-content > .ast-container > #primary.ag-dmp-primary {
  width: 100% !important;
  margin: 0;
  padding: 0;
}

body.ag-dmp-preview-active .ast-breadcrumbs-wrapper,
body.ag-dmp-live-active .ast-breadcrumbs-wrapper {
  display: none;
}

.ag-dmp-main,
.ag-dmp-main * {
  box-sizing: border-box;
}

.ag-dmp-main {
  overflow: clip;
  color: var(--ag-dmp-text);
  font-family: Inter, Pretendard, "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ag-dmp-main a {
  color: inherit;
  text-decoration: none;
}

.ag-dmp-main a:focus-visible,
.ag-dmp-main input:focus-visible {
  outline: 2px solid var(--ag-dmp-gold);
  outline-offset: 3px;
}

.ag-dmp-wrap {
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
}

/* Astra's wide featured image can exceed the viewport and collide with
   side-rail ads. Keep only the two Live/preview Map surfaces near the
   1024px source width; articles and other pages retain their theme sizing. */
body.ag-dmp-map-en .ast-single-post-featured-section.post-thumb,
body.ag-dmp-map-ko .ast-single-post-featured-section.post-thumb {
  width: min(1040px, calc(100% - 48px)) !important;
  max-width: 1040px !important;
  margin: 28px auto 18px !important;
  inset: auto !important;
  transform: none !important;
}

body.ag-dmp-map-en .ast-single-post-featured-section.post-thumb img,
body.ag-dmp-map-ko .ast-single-post-featured-section.post-thumb img {
  display: block;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  border-radius: 14px;
}

.ag-dmp-preview-notice {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
  padding: 11px 15px;
  border: 1px dashed #78611e;
  border-radius: 8px;
  color: #d7ca9a;
  background: #1b190f;
  font-size: 12px;
  letter-spacing: .02em;
}

.ag-dmp-preview-notice strong {
  color: var(--ag-dmp-gold);
}

.ag-dmp-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, .75fr);
  align-items: center;
  gap: 54px;
  padding: 58px 0 30px;
}

.ag-dmp-hero-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.ag-dmp-kicker,
.ag-dmp-badge,
.ag-dmp-modified {
  color: var(--ag-dmp-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.ag-dmp-hero h1 {
  max-width: 900px;
  margin: 12px 0 15px;
  color: var(--ag-dmp-text) !important;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -.045em;
}

.ag-dmp-intro {
  max-width: 760px;
  margin: 0;
  color: #d5d7dc;
  font-size: 19px;
  line-height: 1.65;
}

.ag-dmp-hero-art {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid rgb(242 190 62 / 32%);
  border-radius: 50% 50% 18px 18px;
  background:
    radial-gradient(circle at 50% 45%, rgb(242 190 62 / 14%), transparent 34%),
    linear-gradient(145deg, #1c1a13 0%, #141414 62%);
  box-shadow: inset 0 0 42px rgb(242 190 62 / 5%), 0 24px 54px rgb(0 0 0 / 28%);
}

.ag-dmp-hero-art::before,
.ag-dmp-hero-art::after {
  position: absolute;
  content: "";
}

.ag-dmp-hero-art::before {
  inset: 0;
  opacity: .32;
  background-image:
    linear-gradient(rgb(242 190 62 / 8%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(242 190 62 / 8%) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.ag-dmp-hero-art::after {
  top: 17px;
  right: 20px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ag-dmp-gold);
  box-shadow: -14px 0 0 rgb(242 190 62 / 45%), -28px 0 0 rgb(242 190 62 / 18%);
}

.ag-dmp-orbit {
  position: absolute;
  top: 22px;
  left: 50%;
  width: 224px;
  height: 224px;
  transform: translateX(-50%);
}

.ag-dmp-orbit-ring {
  position: absolute;
  border: 1px solid rgb(242 190 62 / 30%);
  border-radius: 50%;
}

.ag-dmp-orbit-ring-one { inset: 16px; }
.ag-dmp-orbit-ring-two {
  inset: 44px;
  border-style: dashed;
  border-color: rgb(242 190 62 / 22%);
}

.ag-dmp-orbit-ring-one::before,
.ag-dmp-orbit-ring-two::before {
  position: absolute;
  width: 7px;
  height: 7px;
  border: 2px solid #19170f;
  border-radius: 50%;
  background: var(--ag-dmp-gold);
  box-shadow: 0 0 14px rgb(242 190 62 / 66%);
  content: "";
}

.ag-dmp-orbit-ring-one::before { top: 20px; right: 23px; }
.ag-dmp-orbit-ring-two::before { bottom: 15px; left: 8px; }

.ag-dmp-orbit-core {
  position: absolute;
  inset: 72px;
  display: grid;
  place-content: center;
  border: 1px solid #806520;
  border-radius: 50%;
  background: #121212;
  text-align: center;
  box-shadow: 0 0 30px rgb(242 190 62 / 10%);
}

.ag-dmp-orbit-core b {
  color: var(--ag-dmp-gold);
  font-size: 16px;
  letter-spacing: .04em;
}

.ag-dmp-orbit-core small {
  margin-top: 2px;
  color: #9fa3aa;
  font-size: 7px;
  letter-spacing: .12em;
}

.ag-dmp-orbit-node {
  position: absolute;
  padding: 4px 7px;
  border: 1px solid #514521;
  border-radius: 999px;
  color: #dad3bc;
  background: #191813;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .06em;
}

.ag-dmp-orbit-node-fx { top: 12px; left: 26px; }
.ag-dmp-orbit-node-index { top: 87px; right: -5px; }
.ag-dmp-orbit-node-events { right: 20px; bottom: 16px; }

.ag-dmp-trace {
  position: absolute;
  right: 0;
  bottom: 12px;
  left: 0;
  width: 100%;
  height: 72px;
}

.ag-dmp-trace-grid {
  fill: none;
  stroke: rgb(255 255 255 / 6%);
  stroke-width: 1;
}

.ag-dmp-trace-line {
  fill: none;
  stroke: var(--ag-dmp-gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  filter: drop-shadow(0 0 5px rgb(242 190 62 / 34%));
}

.ag-dmp-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 8px 0 46px;
  padding: 18px 20px;
  border: 1px solid var(--ag-dmp-line);
  border-left: 3px solid var(--ag-dmp-grey);
  border-radius: 10px;
  background: var(--ag-dmp-panel);
}

.ag-dmp-status[data-market-phase="open"] { border-left-color: var(--ag-dmp-green); }
.ag-dmp-status[data-market-phase="pre"],
.ag-dmp-status[data-market-phase="after"] { border-left-color: var(--ag-dmp-yellow); }

.ag-dmp-status-main {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 17px;
}

.ag-dmp-status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ag-dmp-grey);
  box-shadow: 0 0 0 5px rgb(140 146 157 / 10%);
}

[data-market-phase="open"] .ag-dmp-status-dot { background: var(--ag-dmp-green); box-shadow: 0 0 0 5px rgb(53 199 122 / 10%); }
[data-market-phase="pre"] .ag-dmp-status-dot,
[data-market-phase="after"] .ag-dmp-status-dot { background: var(--ag-dmp-yellow); box-shadow: 0 0 0 5px rgb(242 190 62 / 10%); }

.ag-dmp-status-meta {
  display: grid;
  gap: 4px;
  color: var(--ag-dmp-muted);
  font-size: 12px;
  text-align: right;
}

.ag-dmp-section,
.ag-dmp-map-section {
  padding: 56px 0;
  border-top: 1px solid rgb(242 190 62 / 22%);
}

.ag-dmp-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.ag-dmp-section-head h2,
.ag-dmp-quick-map h2,
.ag-dmp-map-method h2 {
  margin: 0;
  color: var(--ag-dmp-text) !important;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -.025em;
}

.ag-dmp-section-head p {
  max-width: 520px;
  margin: 0;
  color: var(--ag-dmp-muted);
  text-align: right;
}

.ag-dmp-tv {
  min-height: 400px;
  position: relative;
  overflow: hidden;
  border: 1px solid #6b5725;
  border-radius: 12px;
  background: #171713;
  box-shadow: 0 14px 34px rgb(0 0 0 / 24%), inset 0 0 0 1px rgb(242 190 62 / 5%);
}

.ag-dmp-tv--market-overview { min-height: 440px; }
.ag-dmp-tv--symbol-overview { min-height: 430px; }
.ag-dmp-tv--events { min-height: 400px; }

.ag-dmp-tv[data-ag-tv-state="waiting"]::before,
.ag-dmp-tv[data-ag-tv-state="queued"]::before,
.ag-dmp-tv[data-ag-tv-state="loading"]::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, transparent 36%, rgb(242 190 62 / 7%) 48%, transparent 60%) 0 0 / 220% 100%,
    linear-gradient(#1d1d18, #151512);
  animation: ag-dmp-tv-wait 1.8s ease-in-out infinite;
}

.ag-dmp-tv[data-ag-tv-state="loaded"]::before,
.ag-dmp-tv[data-ag-tv-state="error"]::before { display: none; }

@keyframes ag-dmp-tv-wait {
  to { background-position: -180% 0, 0 0; }
}

@media (prefers-reduced-motion: reduce) {
  .ag-dmp-tv[data-ag-tv-state="waiting"]::before,
  .ag-dmp-tv[data-ag-tv-state="queued"]::before,
  .ag-dmp-tv[data-ag-tv-state="loading"]::before { animation: none; }
}

.ag-dmp-tv iframe {
  display: block;
  max-width: 100%;
}

.ag-dmp-revised-grid,
.ag-dmp-tools,
.ag-dmp-map-grid {
  display: grid;
  gap: 14px;
}

.ag-dmp-revised-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ag-dmp-tools {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ag-dmp-revised-card,
.ag-dmp-tool-card,
.ag-dmp-map-card {
  position: relative;
  min-width: 0;
  border: 1px solid var(--ag-dmp-line);
  border-radius: 12px;
  background: var(--ag-dmp-panel);
}

.ag-dmp-revised-card {
  padding: 21px;
}

.ag-dmp-revised-card h3,
.ag-dmp-tool-card h3,
.ag-dmp-map-card h3,
.ag-dmp-map-card h4 {
  margin: 0 0 10px;
  color: var(--ag-dmp-text) !important;
  font-size: 18px;
  line-height: 1.35;
}

.ag-dmp-revised-card p,
.ag-dmp-tool-card p,
.ag-dmp-map-card p {
  color: #cbd0d8;
  line-height: 1.55;
}

.ag-dmp-modified {
  margin: 0 0 14px;
  font-size: 11px !important;
}

.ag-dmp-empty {
  padding: 24px;
  border: 1px dashed var(--ag-dmp-line);
  border-radius: 10px;
  color: var(--ag-dmp-muted);
  text-align: center;
}

.ag-dmp-ad-corridor {
  min-height: 1px;
  margin: 10px 0;
}

.ag-dmp-tool-card {
  display: flex;
  min-height: 176px;
  padding: 24px;
  flex-direction: column;
  transition: border-color .18s ease, transform .18s ease;
}

.ag-dmp-tool-card:hover,
.ag-dmp-map-card:hover {
  border-color: var(--ag-dmp-gold-soft);
  transform: translateY(-2px);
}

.ag-dmp-tool-card p { margin: 0 0 20px; }
.ag-dmp-tool-card span {
  margin-top: auto;
  color: var(--ag-dmp-gold);
  font-weight: 800;
}

.ag-dmp-checklist {
  margin-top: 40px;
  padding-inline: 28px;
  border: 1px solid var(--ag-dmp-line);
  border-radius: 14px;
  background: var(--ag-dmp-panel);
}

.ag-dmp-check-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid #343434;
}

.ag-dmp-check-items label {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 56px;
  border-bottom: 1px solid #343434;
  color: #e5e5e5;
  cursor: pointer;
}

.ag-dmp-check-items input {
  width: 20px;
  height: 20px;
  accent-color: var(--ag-dmp-gold);
}

.ag-dmp-check-items input:checked + span {
  color: #8e939b;
  text-decoration: line-through;
}

.ag-dmp-complete {
  min-height: 25px;
  margin: 18px 0 0;
  color: var(--ag-dmp-gold);
  font-weight: 800;
}

.ag-dmp-disclaimer,
.ag-dmp-map-method {
  margin: 48px 0 70px;
  padding: 22px 24px;
  border-top: 1px solid var(--ag-dmp-line);
  color: #aeb3bb;
  font-size: 13px;
  line-height: 1.65;
}

.ag-dmp-quick-map {
  padding: 0 0 48px;
}

/* Map has no right-side hero artwork, so its copy owns the full row. */
.ag-dmp-map .ag-dmp-hero {
  grid-template-columns: minmax(0, 1fr);
}

.ag-dmp-map .ag-dmp-hero h1 {
  max-width: none;
  font-size: clamp(42px, 4.2vw, 62px);
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.ag-dmp-map .ag-dmp-intro {
  max-width: none;
}

@media (min-width: 921px) {
  .ag-dmp-map .ag-dmp-hero h1,
  .ag-dmp-map .ag-dmp-intro {
    white-space: nowrap;
  }
}

.ag-dmp-quick-map h2 { margin-bottom: 20px; }
.ag-dmp-quick-map > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.ag-dmp-quick-map a {
  display: grid;
  min-height: 112px;
  padding: 20px;
  align-content: center;
  border: 1px solid var(--ag-dmp-gold-soft);
  border-radius: 10px;
  background: #181713;
}

.ag-dmp-quick-map strong {
  color: var(--ag-dmp-gold);
  line-height: 1.25;
}

.ag-dmp-quick-map span {
  margin-top: 7px;
  color: var(--ag-dmp-muted);
  font-size: 13px;
}

.ag-dmp-layer-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 12px 0 42px;
  padding: 18px;
  border: 1px solid #3d3520;
  border-radius: 10px;
  color: var(--ag-dmp-gold);
  background: #17150f;
  font-weight: 800;
}

.ag-dmp-layer-flow b { color: #726a54; }

.ag-dmp-flow-step {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.ag-dmp-flow-icon {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  color: var(--ag-dmp-gold);
}

.ag-dmp-layer {
  padding: 34px 0;
  border-top: 1px solid #303030;
}

.ag-dmp-layer > header {
  display: grid;
  grid-template-columns: minmax(180px, .7fr) 1.5fr;
  gap: 30px;
  margin-bottom: 18px;
}

.ag-dmp-layer > header h3 {
  margin: 0;
  color: var(--ag-dmp-gold) !important;
  font-size: 21px;
}

.ag-dmp-layer > header h3.ag-dmp-layer-title--icon {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ag-dmp-layer-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  color: var(--ag-dmp-gold);
}

.ag-dmp-layer > header p {
  margin: 0;
  color: var(--ag-dmp-muted);
}

.ag-dmp-map-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ag-dmp-map-card {
  display: flex;
  min-height: 210px;
  padding: 22px;
  flex-direction: column;
}

.ag-dmp-map-card p { margin: 0 0 18px; }
.ag-dmp-card-link {
  margin-top: auto;
  color: var(--ag-dmp-gold) !important;
  font-size: 13px;
  font-weight: 800;
}

.ag-dmp-hub-layout {
  display: grid;
  grid-template-columns: minmax(0, 44fr) minmax(0, 56fr);
  gap: 16px;
  align-items: stretch;
}

.ag-dmp-map-hub-card,
.ag-dmp-hub-recent {
  min-width: 0;
  border: 1px solid var(--ag-dmp-line);
  border-radius: 14px;
  background: var(--ag-dmp-panel);
}

.ag-dmp-map-hub-card {
  overflow: hidden;
  border-color: var(--ag-dmp-gold-soft);
}

.ag-dmp-hub-kicker {
  margin: 0 !important;
  padding: 13px 18px;
  border-bottom: 1px solid #40371f;
  color: var(--ag-dmp-gold) !important;
  background: #16140e;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ag-dmp-hub-image-link {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #0d0d0d;
}

.ag-dmp-hub-image-link img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
  object-position: left center;
}

.ag-dmp-hub-copy { padding: 19px 20px 21px; }

.ag-dmp-hub-label {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--ag-dmp-gold);
  font-size: 11px;
  font-weight: 900;
}

.ag-dmp-hub-copy h4 {
  margin: 0 0 16px;
  color: var(--ag-dmp-text) !important;
  font-size: 20px;
  line-height: 1.35;
  overflow-wrap: break-word;
  word-break: normal;
}

.ag-dmp-hub-copy h4 a { color: inherit !important; }

.ag-dmp-hub-recent {
  padding: 18px 20px;
}

.ag-dmp-hub-recent > header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #353535;
}

.ag-dmp-hub-recent > header h4 {
  margin: 0;
  color: var(--ag-dmp-text) !important;
  font-size: 18px;
}

.ag-dmp-hub-recent > header span {
  color: var(--ag-dmp-muted);
  font-size: 11px;
  white-space: nowrap;
}

.ag-dmp-hub-post-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ag-dmp-hub-post-list li {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid #303030;
}

.ag-dmp-hub-post-list time {
  color: #858585;
  font-size: 10px;
  line-height: 1.55;
  white-space: nowrap;
}

.ag-dmp-hub-post-list a {
  color: #eeeeee !important;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
  overflow-wrap: break-word;
  word-break: normal;
}

.ag-dmp-hub-post-list a:hover { color: var(--ag-dmp-gold) !important; }

.ag-dmp-hub-more { margin-top: 14px; }
.ag-dmp-hub-more summary {
  color: var(--ag-dmp-gold);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.ag-dmp-hub-more[open] summary { margin-bottom: 4px; }

.ag-dmp-badge {
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 5px 8px;
  border: 1px solid var(--ag-dmp-gold-soft);
  border-radius: 999px;
  font-size: 10px;
}

.ag-dmp-map-method h2 { margin-bottom: 15px; }

.ag-dmp-signal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ag-dmp-signal-grid.is-single { grid-template-columns: minmax(0, 1fr); }

.ag-dmp-risk-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ag-dmp-risk-widget { min-width: 0; }
.ag-dmp-risk-widget .ag-dmp-tv { min-height: 320px; }
.ag-dmp-widget-note { margin: 12px 0 0; color: #8f8f8f; font-size: 11px; }

.ag-dmp-signal-card {
  padding: 24px;
  border: 1px solid #6b5725;
  border-radius: 14px;
  background: linear-gradient(145deg, #1c1b17, #151515);
}

.ag-dmp-signal-card.is-unavailable { border-color: #424242; }
.ag-dmp-signal-card > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.ag-dmp-signal-card h3 { margin: 5px 0 0; font-size: 21px; }
.ag-dmp-signal-source { color: var(--ag-dmp-gold); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ag-dmp-signal-value { color: #fff; font-size: clamp(25px, 3vw, 35px); font-weight: 900; white-space: nowrap; }
.ag-dmp-signal-date { margin: 14px 0 20px; color: var(--ag-dmp-muted); font-size: 12px; }
.ag-dmp-signal-guide { margin: 18px 0 0; }
.ag-dmp-signal-guide > div { display: grid; grid-template-columns: 94px 1fr; gap: 12px; padding: 13px 0; border-top: 1px solid #35322a; }
.ag-dmp-signal-guide dt { color: var(--ag-dmp-gold); font-size: 12px; font-weight: 800; }
.ag-dmp-signal-guide dd { margin: 0; color: #dedede; font-size: 14px; line-height: 1.55; }
.ag-dmp-signal-change { color: var(--ag-dmp-gold); font-weight: 800; }
.ag-dmp-signal-caveat { margin: 16px 0 0; color: #8f8f8f; font-size: 11px; }
.ag-dmp-fear-note { margin: 14px 0 0; padding: 13px 16px; border-left: 3px solid var(--ag-dmp-gold); background: #18160f; color: #d9d1bc; font-size: 13px; }

@media (max-width: 920px) {
  .ag-dmp-hero { grid-template-columns: minmax(0, 1.3fr) minmax(235px, .7fr); gap: 28px; }
  .ag-dmp-hero-art { min-height: 260px; }
  .ag-dmp-orbit { top: 12px; transform: translateX(-50%) scale(.84); }
  .ag-dmp-revised-grid,
  .ag-dmp-signal-grid,
  .ag-dmp-map-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ag-dmp-quick-map > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ag-dmp-layer-flow { flex-wrap: wrap; }
  .ag-dmp-hub-layout { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .ag-dmp-wrap { width: min(100% - 28px, 620px); }
  body.ag-dmp-map-en .ast-single-post-featured-section.post-thumb,
  body.ag-dmp-map-ko .ast-single-post-featured-section.post-thumb {
    width: calc(100% - 28px) !important;
    margin-top: 18px !important;
  }
  .ag-dmp-preview-notice,
  .ag-dmp-status,
  .ag-dmp-section-head,
  .ag-dmp-layer > header { display: grid; }
  .ag-dmp-status-meta,
  .ag-dmp-section-head p { text-align: left; }
  .ag-dmp-hero { grid-template-columns: 1fr; gap: 20px; padding: 34px 0 20px; }
  .ag-dmp-hero h1 { font-size: clamp(36px, 11vw, 50px); }
  .ag-dmp-hero-art {
    min-height: 142px;
    border-radius: 14px;
  }
  .ag-dmp-orbit {
    top: -39px;
    left: 50%;
    transform: translateX(-50%) scale(.58);
  }
  .ag-dmp-trace { left: 0; width: 100%; opacity: .86; }
  .ag-dmp-revised-grid,
  .ag-dmp-signal-grid,
  .ag-dmp-risk-grid,
  .ag-dmp-tools,
  .ag-dmp-map-grid,
  .ag-dmp-quick-map > div { grid-template-columns: 1fr; }
  .ag-dmp-status { gap: 16px; margin: 6px 0 20px; padding: 18px 16px; }
  .ag-dmp-status-meta { gap: 2px; }
  .ag-dmp-section,
  .ag-dmp-map-section { padding: 27px 0; }
  .ag-dmp-section-head { gap: 10px; margin-bottom: 18px; }
  .ag-dmp-section-head h2 { font-size: 27px; }
  .ag-dmp-signals { padding-top: 24px; }
  .ag-dmp-signal-card { padding: 20px; }
  .ag-dmp-signal-date { margin: 10px 0 16px; }
  .ag-dmp-signal-guide { margin-top: 12px; }
  .ag-dmp-signal-guide > div { padding: 11px 0; }
  .ag-dmp-signal-caveat { margin-top: 12px; }
  .ag-dmp-fear-note { margin-top: 10px; }
  .ag-dmp-checklist { padding-inline: 18px; }
  .ag-dmp-layer > header { grid-template-columns: 1fr; gap: 8px; }
  .ag-dmp-layer-flow b { display: none; }
  .ag-dmp-layer-flow > span { padding: 5px 8px; border: 1px solid #514726; border-radius: 999px; }
  .ag-dmp-hub-copy { padding: 17px 18px 19px; }
  .ag-dmp-hub-copy h4 { font-size: 18px; }
  .ag-dmp-hub-recent { padding: 17px 18px; }
  .ag-dmp-hub-post-list li { grid-template-columns: 76px minmax(0, 1fr); gap: 10px; padding: 13px 0; }
  .ag-dmp-hub-post-list a { font-size: 13px; }
  .ag-dmp-signal-card > header { display: grid; }
  .ag-dmp-signal-guide > div { grid-template-columns: 1fr; gap: 5px; }
}
