:root {
  --dn-news-bg: #07111f;
  --dn-news-panel: #0d1928;
  --dn-news-panel-2: #111f31;
  --dn-news-line: rgba(148, 163, 184, .18);
  --dn-news-text: #e8eef6;
  --dn-news-muted: #94a3b8;
  --dn-news-brand: #16b8c7;
  --dn-news-brand-soft: rgba(22, 184, 199, .12);
  --dn-news-red: #ef5b61;
  --dn-news-red-soft: rgba(239, 68, 68, .1);
  --dn-news-orange: #f5a524;
  --dn-news-orange-soft: rgba(245, 165, 36, .1);
}

body.dnai-news-route { overflow-x: clip; overflow-y: visible; }
body.dnai-news-route { background: var(--dn-news-bg); color: var(--dn-news-text); }
body.dnai-news-route #wpadminbar { position: fixed; }
.dn-news-app, .dn-news-app * { box-sizing: border-box; }
.dn-news-app { min-height: 100vh; background: radial-gradient(circle at 50% -20%, rgba(22,184,199,.08), transparent 30%), var(--dn-news-bg); color: var(--dn-news-text); font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.dn-news-app button, .dn-news-app input, .dn-news-app select { font: inherit; }
.dn-news-app button, .dn-news-app a { -webkit-tap-highlight-color: transparent; }
.dn-news-shell { display: grid; grid-template-columns: 214px minmax(520px, 1fr) 274px; gap: 22px; width: min(100% - 32px, 1500px); margin: 0 auto; padding: 28px 0 56px; }
.dn-news-sidebar { min-width: 0; }
.dn-news-sidebar--left, .dn-news-sidebar--right { position: -webkit-sticky; position: sticky; top: 24px; align-self: start; max-height: calc(100dvh - 48px); overflow: auto; scrollbar-width: thin; }
.admin-bar .dn-news-sidebar--left, .admin-bar .dn-news-sidebar--right { top: 56px; max-height: calc(100vh - 80px); }
.dn-news-brand { display: flex; align-items: center; gap: 10px; min-height: 56px; color: var(--dn-news-text); text-decoration: none; }
.dn-news-brand__mark { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(22,184,199,.55); border-radius: 10px; background: linear-gradient(145deg, rgba(22,184,199,.26), rgba(22,184,199,.04)); color: #5ee7ee; font-size: 12px; font-weight: 900; }
.dn-news-brand strong, .dn-news-brand small { display: block; line-height: 1.1; }
.dn-news-brand strong { font-size: 15px; letter-spacing: .14em; }
.dn-news-brand small { margin-top: 4px; color: var(--dn-news-muted); font-size: 9px; letter-spacing: .13em; }
.dn-news-nav { display: grid; gap: 5px; margin: 30px 0; }
.dn-news-nav button, .dn-news-nav a { display: flex; align-items: center; gap: 11px; width: 100%; min-height: 44px; padding: 8px 11px; border: 0; border-radius: 9px; background: transparent; color: #b7c4d5; cursor: pointer; text-align: left; text-decoration: none; }
.dn-news-nav button span, .dn-news-nav a span { display: grid; place-items: center; width: 22px; color: #6f8097; font-weight: 800; }
.dn-news-nav button:hover, .dn-news-nav button:focus-visible, .dn-news-nav button.is-active, .dn-news-nav a:hover, .dn-news-nav a:focus-visible { outline: none; background: var(--dn-news-brand-soft); color: #e8fcfd; }
.dn-news-nav button.is-active span { color: #4ed9e2; }
.dn-news-nav a.dn-news-nav__nested { min-height: 38px; margin-top: -4px; padding-left: 25px; color: #84cdd2; font-size: 12px; }
.dn-news-account-card { display: grid; gap: 8px; padding: 15px; border: 1px solid var(--dn-news-line); border-radius: 12px; background: rgba(13,25,40,.8); }
.dn-news-account-card__status { color: #63dbe3; font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.dn-news-account-card strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; }
.dn-news-account-card small { color: var(--dn-news-muted); line-height: 1.5; }
.dn-news-account-card a { display: flex; width: 100%; min-height: 42px; align-items: center; justify-content: center; padding: 10px 12px; border: 1px solid var(--dn-news-line); border-radius: 8px; color: var(--dn-news-text); line-height: 1.35; text-align: center; text-decoration: none; white-space: normal; }
.dn-news-account-card a.dn-news-account-card__primary { border-color: transparent; background: #0f9fab; color: #fff; font-weight: 750; }
.dn-news-stream { min-width: 0; }
.dn-news-hero { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding: 4px 0 22px; border-bottom: 1px solid var(--dn-news-line); }
.dn-news-eyebrow { margin: 0 0 7px; color: #4ed9e2; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.dn-news-hero h1 { margin: 0; color: #f7fafd; font-size: clamp(25px, 3vw, 36px); line-height: 1.08; letter-spacing: -.035em; }
.dn-news-hero p:not(.dn-news-eyebrow) { margin: 8px 0 0; color: var(--dn-news-muted); font-size: 14px; }
.dn-news-clock { flex: 0 0 auto; min-width: 126px; text-align: right; }
.dn-news-clock span, .dn-news-clock small { display: block; color: var(--dn-news-muted); font-size: 9px; letter-spacing: .12em; }
.dn-news-clock strong { display: block; margin: 3px 0; color: #eefcff; font-variant-numeric: tabular-nums; font-size: 21px; letter-spacing: .045em; }
.dn-news-tools { display: grid; grid-template-columns: 1fr auto; gap: 10px; margin: 18px 0 12px; }
.dn-news-search { display: flex; align-items: center; min-height: 46px; padding: 0 13px; border: 1px solid var(--dn-news-line); border-radius: 10px; background: var(--dn-news-panel); color: var(--dn-news-muted); }
.dn-news-search span[aria-hidden] { font-size: 21px; }
.dn-news-app .dn-news-search input[type="search"] { width: 100%; min-width: 0; min-height: 44px; margin: 0; padding: 10px; border: 0 !important; outline: 0; background: transparent !important; box-shadow: none !important; color: var(--dn-news-text); }
.dn-news-search input::placeholder { color: #65758a; }
.dn-news-tools select { min-height: 46px; padding: 0 36px 0 13px; border: 1px solid var(--dn-news-line); border-radius: 10px; outline: none; background: var(--dn-news-panel); color: var(--dn-news-text); }
.dn-news-filters { display: flex; gap: 7px; overflow-x: auto; padding: 0 0 14px; scrollbar-width: none; }
.dn-news-filters::-webkit-scrollbar { display: none; }
.dn-news-filters button { flex: 0 0 auto; min-height: 44px; padding: 8px 13px; border: 1px solid var(--dn-news-line); border-radius: 999px; background: transparent; color: #9baac0; cursor: pointer; }
.dn-news-filters button:hover, .dn-news-filters button:focus-visible, .dn-news-filters button.is-active { border-color: rgba(22,184,199,.45); outline: none; background: var(--dn-news-brand-soft); color: #dffcff; }
.dn-news-new-items { display: block; min-height: 42px; margin: 4px auto 12px; padding: 8px 18px; border: 1px solid rgba(22,184,199,.35); border-radius: 999px; background: #0d313c; color: #8cf1f5; cursor: pointer; }
.dn-news-status { min-height: 0; margin-bottom: 8px; color: var(--dn-news-orange); font-size: 12px; }
.dn-news-timeline { position: relative; }
.dn-news-timeline::before { position: absolute; top: 6px; bottom: 0; left: 58px; width: 1px; background: var(--dn-news-line); content: ""; }
.dn-news-item { position: relative; display: grid; grid-template-columns: 45px 14px minmax(0, 1fr); gap: 8px; padding: 12px 0 17px; }
.dn-news-item__time { padding-top: 2px; color: #acbacb; font-variant-numeric: tabular-nums; font-size: 12px; font-weight: 750; }
.dn-news-item__dot { z-index: 1; width: 8px; height: 8px; margin-top: 6px; border: 2px solid var(--dn-news-bg); border-radius: 50%; background: #718096; box-shadow: 0 0 0 1px #718096; }
.dn-news-item__content { min-width: 0; padding: 14px 16px; border: 1px solid var(--dn-news-line); border-radius: 11px; background: linear-gradient(145deg, rgba(16,30,47,.94), rgba(10,22,35,.94)); }
.dn-news-item--critical .dn-news-item__content { border-color: rgba(239,91,97,.46); background: linear-gradient(145deg, rgba(82,26,34,.42), rgba(25,20,31,.94)); box-shadow: inset 3px 0 var(--dn-news-red); }
.dn-news-item--critical .dn-news-item__dot { background: var(--dn-news-red); box-shadow: 0 0 0 1px var(--dn-news-red), 0 0 10px rgba(239,91,97,.5); }
.dn-news-item--notable .dn-news-item__content { border-color: rgba(245,165,36,.35); background: linear-gradient(145deg, rgba(67,48,22,.34), rgba(19,24,31,.94)); box-shadow: inset 3px 0 var(--dn-news-orange); }
.dn-news-item--notable .dn-news-item__dot { background: var(--dn-news-orange); box-shadow: 0 0 0 1px var(--dn-news-orange); }
.dn-news-item__labels { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 8px; }
.dn-news-label { padding: 3px 7px; border: 1px solid var(--dn-news-line); border-radius: 5px; color: #9eacc0; font-size: 9px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.dn-news-label--critical { border-color: rgba(239,91,97,.45); background: var(--dn-news-red-soft); color: #ff8b91; }
.dn-news-label--notable { border-color: rgba(245,165,36,.42); background: var(--dn-news-orange-soft); color: #ffc15f; }
.dn-news-label--asset { color: #6ddce4; }
.dn-news-item h2 { margin: 0; color: #f3f6fa; font-size: 15px; line-height: 1.42; letter-spacing: -.01em; }
.dn-news-item__content > p { margin: 8px 0 0; color: #b2bfd0; font-size: 13px; line-height: 1.6; }
.dn-news-item__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 5px 11px; margin-top: 10px; color: #78899f; font-size: 10px; }
.dn-news-item__meta span:not(:first-child)::before { margin-right: 9px; color: #3e4c60; content: "•"; }
.dn-news-item__meta a { margin-left: auto; color: #63dbe3; font-weight: 650; text-decoration: none; }
.dn-news-item__meta a:hover { text-decoration: underline; }
.dn-news-item p.dn-news-item__impact { padding-top: 8px; border-top: 1px dashed var(--dn-news-line); color: #78899f; font-size: 10px; }
.dn-news-empty, .dn-news-gate { padding: 30px 22px; border: 1px solid var(--dn-news-line); border-radius: 12px; background: var(--dn-news-panel); text-align: center; }
.dn-news-empty p, .dn-news-gate p { color: var(--dn-news-muted); line-height: 1.65; }
.dn-news-empty button { min-height: 44px; padding: 10px 20px; border: 0; border-radius: 8px; background: #128e9a; color: #fff; cursor: pointer; }
.dn-news-gate { position: relative; margin: 2px 0 16px; overflow: hidden; background: linear-gradient(145deg, rgba(12,63,72,.72), rgba(13,25,40,.95)); }
.dn-news-gate::before { position: absolute; inset: 0; background: radial-gradient(circle at 50% 0, rgba(65,220,227,.13), transparent 50%); content: ""; pointer-events: none; }
.dn-news-gate > * { position: relative; }
.dn-news-gate__icon { display: grid; place-items: center; width: 42px; height: 42px; margin: 0 auto 12px; border-radius: 50%; background: rgba(22,184,199,.15); color: #6ee7ec; }
.dn-news-gate h2 { margin: 0; font-size: 20px; }
.dn-news-gate > a { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 10px 18px; border-radius: 8px; background: #0fa5b2; color: #fff; font-weight: 750; text-decoration: none; }
.dn-news-gate small { display: block; margin-top: 12px; color: var(--dn-news-muted); }
.dn-news-gate small a { color: #7de4e9; }
.dn-news-load-more { display: block; min-width: 170px; min-height: 46px; margin: 18px auto; border: 1px solid rgba(22,184,199,.35); border-radius: 9px; background: var(--dn-news-brand-soft); color: #8aeaf0; cursor: pointer; }
.dn-news-side-card { margin-bottom: 12px; padding: 14px; border: 1px solid var(--dn-news-line); border-radius: 11px; background: rgba(13,25,40,.9); }
.dn-news-xau-card { display: grid; gap: 8px; margin-bottom: 12px; padding: 16px; border: 1px solid rgba(22,184,199,.42); border-radius: 12px; background: linear-gradient(145deg, rgba(12,64,72,.7), rgba(10,25,39,.96)); box-shadow: inset 3px 0 #16b8c7; }
.dn-news-xau-card > span, .dn-news-subscribe-card > span { color: #62e3e9; font-size: 9px; font-weight: 850; letter-spacing: .11em; }
.dn-news-xau-card h2 { margin: 0; color: #f3fbfc; font-size: 14px; line-height: 1.4; }
.dn-news-xau-card p { margin: 0; color: #aebfd0; font-size: 11px; line-height: 1.55; }
.dn-news-xau-card time { color: #7f91a6; font-size: 10px; }
.dn-news-xau-card a { color: #8debf0; font-size: 12px; font-weight: 750; text-decoration: none; }
.dn-news-xau-trend { color: #d9f9fa; font-size: 11px; text-transform: capitalize; }
.dn-news-side-card summary { min-height: 24px; color: #e5ecf5; font-size: 12px; font-weight: 800; cursor: pointer; list-style: none; text-transform: uppercase; letter-spacing: .045em; }
.dn-news-side-card summary::-webkit-details-marker { display: none; }
.dn-news-side-card summary::after { float: right; color: var(--dn-news-muted); content: "−"; }
.dn-news-side-card:not([open]) summary::after { content: "+"; }
.dn-news-muted { margin: 12px 0 0; color: var(--dn-news-muted); font-size: 11px; line-height: 1.55; }
.dn-news-prices { margin-top: 10px; }
.dn-news-price { display: grid; grid-template-columns: 1fr auto; gap: 3px 8px; padding: 8px 0; border-top: 1px solid var(--dn-news-line); }
.dn-news-price strong { font-size: 12px; }
.dn-news-price span { color: #e8eef6; font-size: 12px; font-variant-numeric: tabular-nums; }
.dn-news-price small { grid-column: 2; color: var(--dn-news-muted); text-align: right; }
.dn-news-important-list { display: grid; gap: 0; margin: 10px 0 0; padding: 0; list-style: none; }
.dn-news-important-list li { display: grid; grid-template-columns: 34px 1fr; gap: 8px; padding: 9px 0; border-top: 1px solid var(--dn-news-line); }
.dn-news-important-list time { color: var(--dn-news-red); font-size: 10px; font-weight: 800; }
.dn-news-important-list a { display: -webkit-box; overflow: hidden; color: #b8c5d5; font-size: 11px; line-height: 1.45; text-decoration: none; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.dn-news-indicator-cta { display: grid; gap: 7px; margin-top: 12px; padding: 17px; border: 1px solid rgba(22,184,199,.26); border-radius: 11px; background: linear-gradient(145deg, rgba(12,64,72,.75), rgba(12,28,42,.9)); color: #fff; text-decoration: none; }
.dn-news-indicator-cta > span { color: #5fe0e7; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.dn-news-indicator-cta strong { font-size: 14px; line-height: 1.4; }
.dn-news-indicator-cta small { color: #9debf0; }
.dn-news-subscribe-card { display: grid; gap: 8px; margin-top: 12px; padding: 16px; border: 1px solid var(--dn-news-line); border-radius: 11px; background: rgba(13,25,40,.9); }
.dn-news-subscribe-card strong { color: #eef5fa; font-size: 14px; line-height: 1.4; }
.dn-news-subscribe-card p { margin: 0; color: #91a1b5; font-size: 11px; line-height: 1.55; }
.dn-news-subscribe-card a { display: inline-flex; min-height: 40px; align-items: center; justify-content: center; padding: 9px 12px; border-radius: 8px; background: #0f9fab; color: #fff; font-size: 12px; font-weight: 750; text-decoration: none; }
.dn-news-mobile-insights { display: none; }
.dn-news-disclaimer { color: #68798f; font-size: 9px; line-height: 1.5; }
.dn-news-mobilebar, .dn-news-drawer-close, .dn-news-drawer-scrim { display: none; }
.dn-news-timeline[aria-busy="true"] { opacity: .55; pointer-events: none; }
.dn-news-app [hidden] { display: none !important; }

@media (max-width: 1280px) {
  .dn-news-shell { grid-template-columns: 190px minmax(500px, 1fr) 238px; gap: 16px; width: min(100% - 24px, 1240px); }
  .dn-news-sidebar--right { font-size: 95%; }
  .dn-news-item__content { padding: 13px 14px; }
}

@media (max-width: 1100px) {
  .dn-news-mobilebar { position: sticky; z-index: 50; top: 0; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; min-height: 56px; padding: 4px 16px; border-bottom: 1px solid var(--dn-news-line); background: rgba(7,17,31,.96); backdrop-filter: blur(12px); }
  .admin-bar .dn-news-mobilebar { top: 32px; }
  .dn-news-icon-button { width: 44px; height: 44px; border: 0; background: transparent; color: #dce7f4; font-size: 20px; cursor: pointer; }
  .dn-news-mobile-login { min-height: 40px; padding: 10px 3px; color: #65e0e7; text-decoration: none; }
  .dn-news-account-pill { padding: 5px 9px; border-radius: 999px; background: var(--dn-news-brand-soft); color: #67dfe6; font-size: 11px; }
  .dn-news-shell { display: block; width: min(100% - 32px, 840px); padding-top: 20px; }
  .dn-news-sidebar--left { position: fixed; z-index: 80; top: 64px; bottom: var(--dn-mobile-nav-height, 70px); left: 0; width: min(84vw, 300px); max-height: none; padding: 20px; overflow-y: auto; background: #091523; box-shadow: 18px 0 50px rgba(0,0,0,.45); transform: translateX(-105%); transition: transform .2s ease; }
  .admin-bar .dn-news-sidebar--left { top: 96px; max-height: none; }
  .dn-news-sidebar--left.is-open { transform: translateX(0); }
  .dn-news-drawer-close { position: absolute; z-index: 2; top: 10px; right: 10px; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(148,163,184,.32); border-radius: 50%; background: #102238; color: #f1f6fb; font-size: 26px; line-height: 1; cursor: pointer; }
  .dn-news-drawer-scrim { position: fixed; z-index: 70; inset: 0; border: 0; background: rgba(0,0,0,.64); }
  .dn-news-drawer-scrim.is-open { display: block; }
  .dn-news-sidebar--right { display: none; }
  .dn-news-side-card { margin: 0; }
  .dn-news-indicator-cta { margin: 0; }
  .dn-news-disclaimer { align-self: center; }
}

@media (max-width: 782px) {
  .admin-bar .dn-news-mobilebar { top: 46px; }
  .admin-bar .dn-news-sidebar--left { top: 110px; }
}

@media (max-width: 680px) {
  .dn-news-shell { width: min(100% - 24px, 600px); padding-top: 14px; }
  .dn-news-hero { align-items: flex-start; }
  .dn-news-hero h1 { font-size: 27px; }
  .dn-news-hero p:not(.dn-news-eyebrow) { max-width: 240px; font-size: 12px; }
  .dn-news-clock { min-width: 102px; }
  .dn-news-clock strong { font-size: 16px; }
  .dn-news-tools { grid-template-columns: 1fr; }
  .dn-news-tools select { width: 100%; }
  .dn-news-timeline::before { left: 44px; }
  .dn-news-item { grid-template-columns: 35px 10px minmax(0, 1fr); gap: 5px; padding-bottom: 11px; }
  .dn-news-item__time { font-size: 10px; }
  .dn-news-item__dot { width: 7px; height: 7px; margin-top: 5px; }
  .dn-news-item__content { padding: 12px; border-radius: 9px; }
  .dn-news-item h2 { font-size: 14px; }
  .dn-news-item__content > p { font-size: 12px; line-height: 1.55; }
  .dn-news-item__meta { gap: 6px 8px; }
  .dn-news-item__meta a { width: 100%; min-height: 38px; margin: 2px 0 0; padding-top: 8px; }
  .dn-news-item__meta span:not(:first-child)::before { margin-right: 6px; }
  .dn-news-mobile-insights { display: grid; gap: 10px; margin: 8px 0 18px 50px; }
  .dn-news-mobile-insight { display: grid; gap: 6px; padding: 13px; border: 1px solid var(--dn-news-line); border-radius: 10px; background: var(--dn-news-panel); color: #c8d5e4; text-decoration: none; }
  .dn-news-mobile-insight--xau { border-color: rgba(22,184,199,.42); background: linear-gradient(145deg, rgba(12,64,72,.68), rgba(13,25,40,.96)); }
  .dn-news-mobile-insight strong { color: #eff8fa; font-size: 12px; }
  .dn-news-mobile-insight span { font-size: 11px; line-height: 1.45; }
  .dn-news-mobile-insight small { color: #74dfe5; font-weight: 750; }
  .dn-news-side-card:not(:first-child) { display: block; }
  .dn-news-gate { padding: 25px 14px; }
  .dn-news-gate h2 { font-size: 18px; }
  .dn-news-gate > a { width: 100%; }
}

@media (max-width: 390px) {
  .dn-news-mobilebar { padding-inline: 8px 12px; }
  .dn-news-shell { width: calc(100% - 16px); }
  .dn-news-hero { gap: 8px; }
  .dn-news-hero h1 { font-size: 24px; }
  .dn-news-hero p:not(.dn-news-eyebrow) { display: none; }
  .dn-news-label { font-size: 8px; }
}

@media (max-height: 760px) and (min-width: 1101px) {
  .dn-news-sidebar--left, .dn-news-sidebar--right { position: static; max-height: none; overflow: visible; }
}

@media (prefers-reduced-motion: reduce) {
  .dn-news-sidebar--left { transition: none; }
}
