:root{
  color-scheme:dark;
  --dkc-bg:#030406;
  --dkc-bg-2:#050506;
  --dkc-ink:#f4f4f5;
  --dkc-muted:rgba(244,244,245,.64);
  --dkc-soft:rgba(244,244,245,.82);
  --dkc-line:rgba(255,255,255,.085);
  --dkc-line-2:rgba(255,255,255,.052);
  --dkc-panel:rgba(255,255,255,.024);
  --dkc-panel-2:rgba(255,255,255,.018);
  --dkc-panel-3:rgba(255,255,255,.032);
  --dkc-mint:#e7c76a;
  --dkc-mint-2:#ecd28d;
  --dkc-gold:#e7c76a;
  --dkc-blue:#bfc4ca;
  --dkc-red:#c79778;
  --dkc-violet:#c8bdaf;
  --dkc-shadow:0 22px 70px rgba(0,0,0,.44);
  --dkc-shadow-soft:0 14px 40px rgba(0,0,0,.28);
  --dkc-radius:22px;
  --dkc-radius-lg:30px;
  --dkc-topbar-h:64px}

*{box-sizing:border-box}
html{background:#000;scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  background:
    radial-gradient(900px 470px at 50% -12%,rgba(217,154,53,.13),transparent 68%),
    radial-gradient(720px 360px at 12% 2%,rgba(145,197,220,.045),transparent 62%),
    radial-gradient(680px 420px at 92% 10%,rgba(215,189,104,.035),transparent 62%),
    linear-gradient(180deg,#020302 0%,#030403 45%,#020302 100%);
  color:var(--dkc-ink);
  font-family:'Be Vietnam Pro',Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:15px;
  line-height:1.68;
  letter-spacing:-.006em;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility}
::selection{background:rgba(231,199,106,.28);color:#fff}
a{transition:color .18s ease,border-color .18s ease,background .18s ease,opacity .18s ease,transform .18s ease}
img,svg,canvas,video{max-width:100%}
[id]{scroll-margin-top:calc(var(--dkc-topbar-h) + 24px)}


.container,
.bc-main,
.lite-shell{
  width:min(1160px,calc(100% - 36px));
  margin-left:auto;
  margin-right:auto}
.section,
.n9.section,
.napm.section,
#btc.section,
#overview.section,
#planet-layers.section,
#eclipse-activation.section,
#aspects-2035.section{
  padding-top:clamp(72px,7.5vw,112px);
  padding-bottom:clamp(72px,7.5vw,112px);
  border-top:1px solid var(--dkc-line-2)}
.section:first-of-type{border-top:0}
.section-label,
.master-kicker,
.na-section-title,
.n9-kicker,
.hero-kicker,
.lite-kicker{
  color:var(--dkc-mint-2);
  font-size:11px;
  letter-spacing:.145em;
  text-transform:uppercase;
  font-weight:850}
.section-title,
.section h2,
.napm h2,
.n9 h2,
.master h1,
.hero h1,
.bc-hero h1,
.lite-shell h1,
.lite-prose-card h1{
  letter-spacing:-.045em;
  text-wrap:balance}
.section-title,
.section h2,
.napm h2,
.n9 h2{
  font-size:clamp(2rem,4.2vw,4.4rem);
  line-height:.98;
  margin-top:0;
  margin-bottom:16px}
.section-lead,
.hero p,
.bc-hero p,
.lite-lead,
.master-lead,
.napm>p,
.n9>p{
  color:rgba(223,236,226,.72);
  max-width:860px}


.dkc-logo-img,
.brand img{
  width:46px;
  height:46px;
  border-radius:1px;
  filter:drop-shadow(0 0 14px rgba(231,199,106,.16))}
.dkc-logo-text,
.brand span{
  color:var(--dkc-mint-2);
  font-size:12px;
  line-height:1;
  letter-spacing:.15em;
  text-transform:uppercase}#dkc-top-btn{
  width:38px;
  height:38px;
  right:18px;
  bottom:18px;
  border-radius:999px;
  border:1px solid rgba(231,199,106,.20);
  background:rgba(0,0,0,.66);
  color:#fff;
  box-shadow:0 14px 32px rgba(0,0,0,.35);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px)}
#dkc-top-btn:hover{transform:translateY(-2px);background:rgba(231,199,106,.12)}
[aria-label*="sáng" i],[title*="sáng" i]{display:none}


body:not(.mp-index-motion) .hero,
.bc-hero{
  padding:clamp(112px,14vw,170px) 0 clamp(58px,7vw,92px);
  border-bottom:1px solid var(--dkc-line-2);
  background:
    radial-gradient(680px 280px at 50% 0%,rgba(231,199,106,.12),transparent 70%),
    linear-gradient(180deg,rgba(255,255,255,.018),rgba(255,255,255,0));
  position:relative;
  overflow:hidden}
body:not(.mp-index-motion) .hero::after,
.bc-hero::after{
  content:"";
  position:absolute;
  left:50%;top:var(--dkc-topbar-h);
  width:min(720px,80vw);height:1px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,transparent,rgba(231,199,106,.34),transparent);
  pointer-events:none}
.hero .container,
.bc-hero-inner{
  width:min(1120px,calc(100% - 36px));
  margin:0 auto;
  text-align:center}
body:not(.mp-index-motion) .hero h1,
.bc-hero h1,
.master h1,
.lite-shell h1{
  font-size:clamp(3.2rem,7.7vw,7.7rem);
  line-height:.9;
  margin:0 auto 18px;
  color:#fff;
  text-shadow:0 18px 70px rgba(0,0,0,.55)}
body:not(.mp-index-motion) .hero h1 span,
.bc-hero h1 span,
.hero-year-highlight{
  color:var(--dkc-mint-2);
  text-shadow:0 0 32px rgba(231,199,106,.16)}
body.mp-index-motion .hero h1{
  color:#fff;
  text-shadow:0 18px 72px rgba(0,0,0,.62),0 0 42px rgba(215,189,104,.08)}
body.mp-index-motion .hero-timeline{
  padding:13px 18px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:999px;
  background:rgba(0,0,0,.20);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px)}


.card,
.pl-card,
.astro-dict-card,
.aspect-compact-card,
.eclipse-card,
.na-flow-card,
.na-year-card,
.n9-panel,
.n9-axis-card,
.n9-cycle-item,
.n9-year-card,
.bc-year-block,
.bc-dim,
.btc-phase-card,
.btc-dash-item,
.dkc-btc-tcs-card,
.master-visual,
.cycle-brief,
.deep-card,
.syc-card,
.crypto-strip,
#dkc-chart-section,
.core-logic-row,
.strategy-master-card,
.year-map .box,
.lite-prose-card,
.bc-vn-natal,
.bc-natal-card,
.bc-astro-highlight{
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.026));
  border:1px solid var(--dkc-line);
  border-radius:var(--dkc-radius);
  box-shadow:var(--dkc-shadow-soft);
  backdrop-filter:blur(14px) saturate(1.05);
  -webkit-backdrop-filter:blur(14px) saturate(1.05)}
.bc-year-block,
.na-year-card,
.n9-year-card,
.syc-card,
.dkc-btc-tcs-card,
.master-visual,
#dkc-chart-section{
  border-radius:var(--dkc-radius-lg);
  box-shadow:var(--dkc-shadow)}
.bc-year-block,
.na-year-card,
.n9-year-card{
  padding:clamp(22px,3vw,34px);
  margin-bottom:clamp(26px,3vw,38px)}
.bc-dim,
.n9-axis-card,
.n9-cycle-item,
.na-flow-card,
.pl-card,
.eclipse-card,
.aspect-compact-card,
.deep-card,
.syc-card{
  padding:clamp(16px,2.1vw,24px)}
.bc-dim-title,
.na-year-name,
.n9-year-number,
.syc-year,
.btc-card-year,
.pl-name,
.section-title{
  color:#fff}
.bc-dim-title{
  display:flex;
  align-items:center;
  gap:9px;
  font-size:1rem;
  font-weight:900;
  letter-spacing:-.02em}
.bc-dim-title::before{
  content:"";
  width:8px;height:8px;flex:0 0 auto;border-radius:999px;
  background:var(--dim-color,var(--dkc-mint));
  box-shadow:0 0 0 4px rgba(255,255,255,.035),0 0 18px currentColor}
.bc-dim-hl ul,
.na-year-body ul,
.n9-year-body ul,
.lite-prose-card ul{
  margin:10px 0 0;
  padding-left:0;
  list-style:none}
.bc-dim-hl li,
.na-year-body li,
.n9-year-body li,
.lite-prose-card li{
  position:relative;
  padding-left:18px;
  margin:0 0 8px;
  color:rgba(231,241,233,.80);
  line-height:1.58}
.bc-dim-hl li::before,
.na-year-body li::before,
.n9-year-body li::before,
.lite-prose-card li::before{
  content:"";
  position:absolute;
  left:0;top:.72em;
  width:5px;height:5px;
  border-radius:999px;
  background:rgba(231,199,106,.54)}
.muted,
.sub,
.label,
.bc-year-tagline,
.bc-year-napm,
.na-year-summary,
.n9-year-meta,
.syc-tag,
.syc-timing,
.btc-card-dates{
  color:rgba(216,230,219,.66)}


.bc-year-nav,
.hero-nav,
#dkc-year-nav,
.bc-filter-bar,
.na-tags,
.n9-tag-row,
.na-step-grid,
.n9-step-grid{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:9px}
.bc-year-nav{margin-top:24px}
.bc-filter-bar{
  width:min(1120px,calc(100% - 36px));
  margin:20px auto 0;
  padding:10px;
  border:1px solid var(--dkc-line);
  border-radius:999px;
  background:rgba(0,0,0,.36);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px)}
.bc-filter-btn,
.bc-yn,
.hero-nav a{
  padding:9px 13px;
  font-size:12px;
  line-height:1;
  font-weight:850;
  white-space:nowrap}
.bc-risk-mini{
  padding:5px 8px;
  border:1px solid rgba(255,255,255,.085);
  border-radius:999px;
  background:rgba(0,0,0,.18)}
.bc-risk-bar i{border-radius:999px;background:rgba(255,255,255,.12)}
.bc-risk-bar i.on{background:linear-gradient(90deg,var(--dim-color,var(--dkc-mint)),rgba(255,255,255,.75))}




#dkc-chart-section,
.master-chart-card,
.chart-card,
.chart-panel,
.master-visual,
.dkc-btc-tcs-card{
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.022))}
.master-chart-wrap,
.chart-wrap,
.chart-shell,
.dkc-canvas-wrap{
  min-height:clamp(360px,52vw,620px)}
canvas[id*="chart"],
#dkc-chart,
#sr-canvas{
  width:100%;
  max-width:100%}
.dkc-footer-unified{
  margin-top:clamp(70px,8vw,120px);
  padding:clamp(42px,5vw,68px) 0 26px;
  border-top:1px solid var(--dkc-line);
  background:
    radial-gradient(620px 260px at 50% 0%,rgba(231,199,106,.08),transparent 70%),
    rgba(0,0,0,.36)}
.dkc-footer-inner{
  width:min(1160px,calc(100% - 36px));
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(240px,1.1fr) minmax(360px,2fr);
  gap:clamp(28px,5vw,72px)}
.dkc-footer-brand{display:flex;flex-direction:column;gap:10px}
.dkc-footer-logo{display:flex;align-items:center;gap:0;color:#fff;font-weight:690}
.dkc-footer-contact{color:rgba(222,235,225,.68);line-height:1.7}
.dkc-footer-cols{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.dkc-footer-col-title{
  color:rgba(255,255,255,.84);
  font-size:.68rem;
  letter-spacing:.075em;
  text-transform:uppercase;
  font-weight:690;
  margin-bottom:8px}
.dkc-footer-col a{
  display:block;
  color:rgba(230,240,232,.62);
  padding:2px 0;
  font-size:.76rem;
  font-weight:430}
.dkc-footer-col a:hover{color:#fff;transform:translateX(2px)}
.dkc-footer-bottom{
  width:min(1160px,calc(100% - 36px));
  margin:30px auto 0;
  padding-top:18px;
  border-top:1px solid var(--dkc-line-2);
  color:rgba(224,235,226,.50);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
  font-size:.72rem}


.bc-sticky-year,#bc-sticky-year{
  border:1px solid rgba(231,199,106,.20);
  background:rgba(0,0,0,.55);
  color:#fff;
  box-shadow:var(--dkc-shadow-soft);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px)}
.na-clean-grid,.na-state-grid,.bc-natal-grid{gap:12px}
.na-step,.n9-step,.na-tag,.n9-tag-row span,.astro-tag,.pl-tag,.syc-ti,.hm-cell,.htu-cell{
  border-radius:14px;
  border:1px solid rgba(174,211,184,.11);
  background:rgba(255,255,255,.035)}
.inline-icon,.pl-icon{filter:drop-shadow(0 0 12px rgba(231,199,106,.13))}


@media (max-width:900px){
  :root{--dkc-topbar-h:58px}
  body{font-size:14px}
  .container,.bc-main,.lite-shell,.bc-hero-inner{width:min(100% - 28px,760px)}
  .dkc-logo-img,.brand img{width:36px;height:36px}
  .links{max-width:100%;overflow-x:auto;padding-bottom:2px}
  body:not(.mp-index-motion) .hero,.bc-hero{padding:96px 0 48px}
  body:not(.mp-index-motion) .hero h1,.bc-hero h1,.master h1,.lite-shell h1{font-size:clamp(2.55rem,13vw,4.4rem)}
  body.mp-index-motion .hero{padding:40px 18px 12vh}
  body.mp-index-motion .hero h1{font-size:clamp(4rem,20vw,6.7rem);white-space:normal}
  body.mp-index-motion .hero-timeline{border-radius:24px;padding:12px}
  .bc-filter-bar{border-radius:24px;justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap}
  .bc-filter-btn,.bc-yn,.hero-nav a{font-size:11px;padding:8px 10px}
  .section,.n9.section,.napm.section,#btc.section{padding-top:62px;padding-bottom:62px}
  .bc-year-block,.na-year-card,.n9-year-card{padding:20px;border-radius:24px}
  .bc-dim{padding:16px}
  .bc-dim-head{gap:10px;align-items:flex-start}
  .bc-risk-mini{margin-top:5px}
  .dkc-table-wrap table{min-width:680px}
  .dkc-footer-inner{grid-template-columns:1fr}
  .dkc-footer-cols{grid-template-columns:1fr}
  .dkc-footer-bottom{flex-direction:column;align-items:flex-start}
}
@media (max-width:560px){
  .brand span{display:none}
  .links a:nth-child(n+6){display:none}
  th,td{padding:11px 12px;font-size:13px}
  .bc-year-head,.na-year-head,.n9-year-head{display:grid;grid-template-columns:1fr;gap:10px}
  #dkc-top-btn{width:35px;height:35px;right:12px;bottom:12px}
}


.dkc-year-nav-label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin:22px auto 10px;
  padding:7px 12px;
  border:1px solid rgba(231,199,106,.18);
  border-radius:999px;
  background:rgba(231,199,106,.075);
  color:rgba(235,247,237,.86);
  font-size:11px;
  line-height:1;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase}
.dkc-year-nav-label::before{
  content:"";
  width:6px;height:6px;border-radius:999px;
  background:var(--dkc-mint);
  box-shadow:0 0 14px rgba(231,199,106,.45)}




.card,
.pl-card,
.astro-dict-card,
.aspect-compact-card,
.eclipse-card,
.na-flow-card,
.na-year-card,
.n9-panel,
.n9-axis-card,
.n9-cycle-item,
.n9-year-card,
.bc-year-block,
.bc-dim,
.btc-phase-card,
.btc-dash-item,
.dkc-btc-tcs-card,
.master-visual,
.cycle-brief,
.deep-card,
.syc-card,
.crypto-strip,
#dkc-chart-section,
.core-logic-row,
.strategy-master-card,
.year-map .box{
  background:var(--dkc-card-surface-soft);
  border-color:rgba(166,211,177,.145);
  box-shadow:0 18px 48px rgba(0,0,0,.24)}

.n9-panel{
  background:linear-gradient(180deg,rgba(9,16,11,.82),rgba(4,8,6,.78))}


.n9-cycle-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:10px}

.n9-cycle-item{
  min-height:0;
  padding:12px 14px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:10px;
  background:var(--dkc-card-surface-softer);
  border-color:rgba(166,211,177,.135)}

.n9-cycle-item b{
  width:26px;
  height:26px;
  min-width:26px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:rgba(150,214,163,.13);
  border:1px solid rgba(166,211,177,.18);
  color:#d8f1dc;
  font-size:12px;
  line-height:1;
  font-weight:950}

.n9-cycle-item span{
  display:block;
  color:rgba(239,247,240,.92);
  font-size:13px;
  line-height:1.22;
  font-weight:850;
  letter-spacing:-.015em}


.n9-axis-row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:14px;
  padding-top:14px;
  border-top:1px solid rgba(166,211,177,.085);
  border-bottom:0}

.n9-axis-card{
  padding:16px;
  border-radius:18px;
  background:var(--dkc-card-surface-softer)}

.n9-axis-name{
  color:#f1f7f2;
  font-size:13px;
  font-weight:900;
  line-height:1.35}

.n9-axis-seq{
  margin-top:3px;
  color:#d4e8d8;
  font-size:12px;
  font-weight:750;
  line-height:1.45}

.n9-axis-card p{
  margin:8px 0 0;
  color:rgba(220,235,224,.68);
  font-size:12.5px;
  line-height:1.55}


.n9-year-grid{
  gap:20px}

.n9-year-card{
  border-radius:26px;
  overflow:hidden;
  background:linear-gradient(180deg,rgba(12,20,14,.78),rgba(5,10,7,.76))}

.n9-year-head{
  padding:24px 24px 20px;
  background:linear-gradient(180deg,rgba(157,214,169,.070),rgba(255,255,255,.012));
  border-bottom:1px solid rgba(166,211,177,.09)}

.n9-year-head p{
  margin:12px 0 0;
  color:rgba(225,237,228,.72);
  font-size:14px;
  line-height:1.62}

.n9-year-body{
  padding:18px 24px 24px}

.n9-tag-row{
  margin:0 0 14px;
  gap:8px}

.n9-tag-row span{
  background:rgba(147,207,160,.075);
  border-color:rgba(166,211,177,.15);
  color:#d2ecd7}


.n9-step-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:8px}

.n9-step{
  padding:12px 14px;
  border-radius:15px;
  display:grid;
  grid-template-columns:132px 1fr;
  gap:12px;
  align-items:start;
  background:rgba(255,255,255,.018);
  border:1px solid rgba(166,211,177,.09)}

.n9-step b{
  color:#f3f8f4;
  font-size:12.5px;
  line-height:1.35;
  font-weight:900;
  white-space:normal}

.n9-step span{
  color:rgba(229,240,232,.76);
  font-size:13px;
  line-height:1.48;
  font-weight:650}


.n9-year-card .n9-step,
.n9-panel .n9-step,
.n9-panel .n9-cycle-item{
  box-shadow:none}


@media(max-width:900px){
  .n9-cycle-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))}
  .n9-axis-row{
    grid-template-columns:1fr}
}

@media(max-width:620px){
  .n9-cycle-grid{
    grid-template-columns:1fr}

  .n9-year-body{
    padding:16px 18px 20px}

  .n9-step{
    grid-template-columns:1fr;
    gap:4px}
}


body.mp-napm .na-step-grid,
body.mp-napm .na-clean-grid,
body.mp-napm .na-state-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-items:stretch;
  justify-content:stretch;
  gap:12px}

body.mp-napm .na-rhythm{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:stretch;
  justify-content:stretch;
  gap:12px}

body.mp-napm .na-step,
body.mp-napm .na-rhythm > div,
body.mp-napm .na-core-box{
  display:block;
  width:100%;
  min-width:0;
  margin:0}

body.mp-napm .na-year-body{
  display:block}

@media (max-width:640px){
  body.mp-napm .na-step-grid,
  body.mp-napm .na-clean-grid,
  body.mp-napm .na-state-grid,
  body.mp-napm .na-rhythm{
    grid-template-columns:1fr}
}


body.mp-astro .pl-tags{
  display:flex;
  flex-direction:column;
  gap:8px}

body.mp-astro .pl-tag{
  display:block;
  padding:0;
  margin:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  color:#c7d4ca;
  font-size:12.5px;
  line-height:1.56;
  font-weight:700}

body.mp-astro .pl-tag b{
  color:inherit;
  font-weight:900}


body[data-dkc-page="boi-canh"] .bc-dim.bc-filter-hidden,
body[data-dkc-page="boi-canh"] .bc-year-block.bc-filter-empty{
  display:none}

@media(max-width:980px){
  body[data-dkc-page="boi-canh"] .bc-context-list{
    grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:640px){
  body[data-dkc-page="boi-canh"] .bc-context-list{
    grid-template-columns:1fr;
    padding:18px}
}


body[data-dkc-page="btc-cycle"] .btc-clean-hero{
  padding:clamp(86px,8.5vw,122px) 0 clamp(42px,4.8vw,68px);
  min-height:auto;
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(760px 360px at 50% 22%,rgba(231,199,106,.12),transparent 72%),
    radial-gradient(520px 260px at 50% 42%,rgba(215,189,104,.055),transparent 68%),
    linear-gradient(180deg,rgba(255,255,255,.010),rgba(255,255,255,0));
  border-bottom:1px solid rgba(174,211,184,.10)}

body[data-dkc-page="btc-cycle"] .btc-clean-hero-inner{
  width:min(1400px,calc(100% - 36px));
  margin:0 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center}

body[data-dkc-page="btc-cycle"] .btc-clean-hero h1{
  margin:0;
  color:#fff;
  font-size:clamp(4.7rem,10vw,9.2rem);
  line-height:.88;
  letter-spacing:-.085em;
  font-weight:950;
  text-shadow:0 18px 80px rgba(0,0,0,.62)}

body[data-dkc-page="btc-cycle"] .btc-clean-hero h1 span{
  color:#c8efd0;
  text-shadow:0 0 34px rgba(231,199,106,.16)}

body[data-dkc-page="btc-cycle"] .btc-hero-mark{
  width:min(360px,42vw);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  margin:24px auto 32px;
  color:#d7bd68}

body[data-dkc-page="btc-cycle"] .btc-hero-mark::before,
body[data-dkc-page="btc-cycle"] .btc-hero-mark::after{
  content:"";
  height:1px;
  flex:1 1 auto;
  background:linear-gradient(90deg,transparent,rgba(215,189,104,.72),rgba(231,199,106,.18))}

body[data-dkc-page="btc-cycle"] .btc-hero-mark::after{
  background:linear-gradient(90deg,rgba(231,199,106,.18),rgba(215,189,104,.72),transparent)}

body[data-dkc-page="btc-cycle"] .btc-hero-mark span{
  width:42px;
  height:42px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(215,189,104,.28);
  background:rgba(215,189,104,.075);
  box-shadow:0 0 28px rgba(215,189,104,.12);
  font-size:22px;
  font-weight:950}

body[data-dkc-page="btc-cycle"] .btc-hero-timeline{
  width:min(1340px,100%);
  position:relative;
  display:grid;
  grid-template-columns:repeat(10,minmax(86px,1fr));
  gap:0;
  padding:28px 28px 30px;
  border-radius:26px;
  border:1px solid rgba(174,211,184,.16);
  background:
    radial-gradient(540px 220px at 50% 20%,rgba(231,199,106,.07),transparent 70%),
    linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.012));
  box-shadow:0 24px 76px rgba(0,0,0,.36);
  overflow:hidden}

body[data-dkc-page="btc-cycle"] .btc-hero-timeline::before{
  content:"";
  position:absolute;
  left:54px;
  right:54px;
  top:calc(50% + 19px);
  height:2px;
  background:linear-gradient(90deg,rgba(231,199,106,.16),rgba(215,189,104,.62),rgba(145,197,220,.62),rgba(231,199,106,.62),rgba(215,189,104,.62),rgba(231,199,106,.18));
  box-shadow:0 0 20px rgba(231,199,106,.16)}

body[data-dkc-page="btc-cycle"] .btc-hero-tl-item{
  position:relative;
  z-index:1;
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center}

body[data-dkc-page="btc-cycle"] .btc-hero-tl-year{
  color:#fff;
  font-size:18px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.018em;
  margin-bottom:18px}

body[data-dkc-page="btc-cycle"] .btc-hero-tl-icon{
  width:62px;
  height:62px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:20px;
  border:1px solid rgba(231,199,106,.28);
  background:rgba(231,199,106,.075);
  color:#9ff0af;
  box-shadow:0 0 32px rgba(231,199,106,.12);
  font-size:29px;
  line-height:1;
  font-weight:950}

body[data-dkc-page="btc-cycle"] .btc-tone-gold .btc-hero-tl-icon{
  border-color:rgba(215,189,104,.34);
  background:rgba(215,189,104,.08);
  color:#f1d56e;
  box-shadow:0 0 32px rgba(215,189,104,.12)}

body[data-dkc-page="btc-cycle"] .btc-tone-blue .btc-hero-tl-icon{
  border-color:rgba(145,197,220,.34);
  background:rgba(145,197,220,.08);
  color:#81ccf3;
  box-shadow:0 0 32px rgba(145,197,220,.12)}

body[data-dkc-page="btc-cycle"] .btc-hero-tl-dot{
  width:16px;
  height:16px;
  margin-bottom:20px;
  border-radius:999px;
  background:#9ff0af;
  border:2px solid rgba(0,0,0,.78);
  box-shadow:0 0 0 1px rgba(231,199,106,.26),0 0 20px rgba(231,199,106,.30)}

body[data-dkc-page="btc-cycle"] .btc-tone-gold .btc-hero-tl-dot{
  background:#f1d56e;
  box-shadow:0 0 0 1px rgba(215,189,104,.30),0 0 20px rgba(215,189,104,.30)}

body[data-dkc-page="btc-cycle"] .btc-tone-blue .btc-hero-tl-dot{
  background:#75c9f6;
  box-shadow:0 0 0 1px rgba(145,197,220,.30),0 0 20px rgba(145,197,220,.30)}

body[data-dkc-page="btc-cycle"] .btc-hero-tl-phase{
  color:#fff;
  font-size:15px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:-.015em;
  white-space:nowrap}

body[data-dkc-page="btc-cycle"] .btc-tone-green .btc-hero-tl-phase{
  color:#c8efd0}

body[data-dkc-page="btc-cycle"] .btc-tone-gold .btc-hero-tl-phase{
  color:#f2dfa0}

body[data-dkc-page="btc-cycle"] .btc-tone-blue .btc-hero-tl-phase{
  color:#b9def0}


body[data-dkc-page="btc-cycle"] .hero,
body[data-dkc-page="btc-cycle"] .btc-hero,
body[data-dkc-page="btc-cycle"] .hero-cycle-bar,
body[data-dkc-page="btc-cycle"] .quick-links,
body[data-dkc-page="btc-cycle"] .btc-quick{
  display:none}

@media(max-width:1100px){
  body[data-dkc-page="btc-cycle"] .btc-hero-timeline{
    grid-template-columns:repeat(5,minmax(86px,1fr));
    row-gap:28px}
  body[data-dkc-page="btc-cycle"] .btc-hero-timeline::before{
    display:none}
}

@media(max-width:640px){
  body[data-dkc-page="btc-cycle"] .btc-clean-hero{
    padding:82px 0 42px}
  body[data-dkc-page="btc-cycle"] .btc-clean-hero h1{
    font-size:clamp(3.2rem,16vw,5.2rem)}
  body[data-dkc-page="btc-cycle"] .btc-hero-timeline{
    grid-template-columns:repeat(2,minmax(0,1fr));
    padding:20px;
    gap:20px 10px}
  body[data-dkc-page="btc-cycle"] .btc-hero-tl-icon{
    width:52px;
    height:52px;
    font-size:24px}
}


:root{
  --dkc-bg:#030406;
  --dkc-bg-2:#050506;
  --dkc-ink:#f4f4f5;
  --dkc-muted:rgba(244,244,245,.64);
  --dkc-soft:rgba(244,244,245,.82);
  --dkc-line:rgba(255,255,255,.085);
  --dkc-line-2:rgba(255,255,255,.052);
  --dkc-panel:rgba(255,255,255,.024);
  --dkc-panel-2:rgba(255,255,255,.018);
  --dkc-panel-3:rgba(255,255,255,.032);
  --dkc-blue:#bfc4ca;
  --dkc-mint:#e7c76a;
  --dkc-mint-2:#ecd28d;
  --dkc-gold:#e7c76a;
  --dkc-red:#d59a90;
  --dkc-violet:#b6abbf;
  --dkc-radius:22px;
  --dkc-radius-lg:30px;
  --dkc-shadow:0 28px 90px rgba(0,0,0,.58);
  --dkc-shadow-soft:0 18px 46px rgba(0,0,0,.44)}

html,body{background:#000;color:#fff}
body{
  background:
    radial-gradient(900px 420px at 50% -14%,rgba(159,220,255,.105),transparent 70%),
    radial-gradient(640px 320px at 92% 4%,rgba(159,220,255,.035),transparent 70%),
    #000}
body::selection,::selection{background:rgba(159,220,255,.24);color:#fff}


p,.section-note,.section-lead,.hero p,.bc-hero p,.lite-lead,.master-lead,
.napm>p,.n9>p,.card p,td,.bc-axis-body,.btc-phase-card p,.n9-axis-card p{
  color:rgba(255,255,255,.68)}
.section-label,.master-kicker,.na-section-title,.n9-kicker,.hero-kicker,.lite-kicker,
.bc-source-line,.section-title span,.bc-hero h1 span,.master h1 span,.hero h1 span{
  color:#dff5ff}
.section-title,.section h2,.napm h2,.n9 h2,.master h1,.hero h1,.bc-hero h1,.lite-shell h1,.lite-prose-card h1,
h1,h2,h3,h4,strong,b,th{
  color:#fff}


.dkc-logo-text,.dkc-ai-nav{color:#fff}
#dkc-top-btn{background:#000;border-color:rgba(255,255,255,.16);color:#fff}
#dkc-top-btn:hover{background:rgba(255,255,255,.06)}


.section,.n9.section,.napm.section,#btc.section,#overview.section,#planet-layers.section,#eclipse-activation.section,#aspects-2035.section{
  border-top:1px solid rgba(255,255,255,.075)}
.hero,.bc-hero,.btc-clean-hero{
  background:
    radial-gradient(820px 410px at 50% 0%,rgba(159,220,255,.10),transparent 72%),
    #000;
  border-bottom:1px solid rgba(255,255,255,.08)}




.bc-yn,.bc-filter-btn,.hcb-item,.mini-entry,.hero-nav a,.hero-cycle-bar a,
.badge,.pill,.tag,[class*="badge"],[class*="pill"],[class*="tag"]{
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.13);
  color:rgba(255,255,255,.82)}
.bc-yn:hover,.bc-yn.active,.bc-filter-btn:hover,.bc-filter-btn.active,
.hcb-item:hover,.mini-entry:hover{
  background:rgba(255,255,255,.065);
  border-color:rgba(255,255,255,.22);
  color:#fff}


.hcb-bull,.hm-buy,.syc-buy,.phase-dca,
.hcb-neutral,.hm-hold,.syc-hold,.phase-pre,
.hcb-warning,.hm-dist,.syc-dist,.phase-profit,.phase-dist,
.hcb-danger,.hm-exit,.syc-exit,.hcb-pivot{
  background:rgba(255,255,255,.025)}
.hcb-bull,.hm-buy,.syc-buy,.phase-dca{color:#86ffb2;border-color:rgba(134,255,178,.34)}
.hcb-neutral,.hm-hold,.syc-hold,.phase-pre{color:#9fdcff;border-color:rgba(159,220,255,.34)}
.hcb-warning,.hm-dist,.syc-dist,.phase-profit,.phase-dist{color:#ffd978;border-color:rgba(255,217,120,.34)}
.hcb-danger,.hm-exit,.syc-exit{color:#ff9d9d;border-color:rgba(255,157,157,.34)}
.hcb-pivot{color:#d6c6ff;border-color:rgba(214,198,255,.34)}
[class*="bull"],[class*="buy"],[class*="dca"]{--phase-color:#86ffb2}
[class*="neutral"],[class*="hold"],[class*="pre"]{--phase-color:#9fdcff}
[class*="warning"],[class*="dist"],[class*="profit"]{--phase-color:#ffd978}
[class*="danger"],[class*="exit"]{--phase-color:#ff9d9d}
[class*="pivot"]{--phase-color:#d6c6ff}


canvas,.chart-wrap,.chart-card,.risk-chart,.master-chart-svg,#riskChart,#opportunityChart,#psychologyChart{
  background:transparent}
#dkc-chart-section,.chart-card,.chart-panel,.master-visual{
  border-color:rgba(255,255,255,.14)}


body[data-dkc-page="btc-cycle"] .btc-clean-hero h1 span{color:#fff;text-shadow:0 0 36px rgba(159,220,255,.16)}
body[data-dkc-page="btc-cycle"] .btc-hero-mark{color:#fff}
body[data-dkc-page="btc-cycle"] .btc-hero-mark::before,
body[data-dkc-page="btc-cycle"] .btc-hero-mark::after{background:linear-gradient(90deg,transparent,rgba(255,255,255,.62),rgba(159,220,255,.20))}
body[data-dkc-page="btc-cycle"] .btc-hero-mark span{
  color:#fff;background:rgba(255,255,255,.035);border-color:rgba(255,255,255,.16);box-shadow:0 0 26px rgba(159,220,255,.10)}
body[data-dkc-page="btc-cycle"] .btc-hero-timeline::before{background:linear-gradient(90deg,rgba(255,255,255,.10),rgba(159,220,255,.50),rgba(255,255,255,.55),rgba(159,220,255,.50),rgba(255,255,255,.10))}
body[data-dkc-page="btc-cycle"] .btc-hero-tl-icon{
  color:#fff;background:rgba(255,255,255,.035);border-color:rgba(255,255,255,.16);box-shadow:none}
body[data-dkc-page="btc-cycle"] .btc-tone-gold .btc-hero-tl-icon,
body[data-dkc-page="btc-cycle"] .btc-tone-blue .btc-hero-tl-icon,
body[data-dkc-page="btc-cycle"] .btc-tone-green .btc-hero-tl-icon{
  color:#fff;background:rgba(255,255,255,.035);border-color:rgba(255,255,255,.16);box-shadow:none}
body[data-dkc-page="btc-cycle"] .btc-tone-dist .btc-hero-tl-icon{
  color:#f4c1c1;background:rgba(244,193,193,.06);border-color:rgba(244,193,193,.18);box-shadow:none}
body[data-dkc-page="btc-cycle"] .btc-hero-tl-dot{background:#fff;box-shadow:0 0 0 1px rgba(255,255,255,.26),0 0 18px rgba(159,220,255,.24)}
body[data-dkc-page="btc-cycle"] .btc-tone-dist .btc-hero-tl-dot{background:#f0b3b3;box-shadow:0 0 0 1px rgba(240,179,179,.32),0 0 18px rgba(240,179,179,.18)}
body[data-dkc-page="btc-cycle"] .btc-tone-gold .btc-hero-tl-dot{background:#ffd978;box-shadow:0 0 0 1px rgba(255,217,120,.32),0 0 18px rgba(255,217,120,.22)}
body[data-dkc-page="btc-cycle"] .btc-tone-blue .btc-hero-tl-dot{background:#9fdcff;box-shadow:0 0 0 1px rgba(159,220,255,.32),0 0 18px rgba(159,220,255,.22)}
body[data-dkc-page="btc-cycle"] .btc-tone-dist .btc-hero-tl-phase{color:#f0b3b3}
body[data-dkc-page="btc-cycle"] .btc-tone-green .btc-hero-tl-phase{color:#97f0bc}
body[data-dkc-page="btc-cycle"] .btc-tone-gold .btc-hero-tl-phase{color:#ffd978}
body[data-dkc-page="btc-cycle"] .btc-tone-blue .btc-hero-tl-phase{color:#9fdcff}


.footer-wrap,.dkc-footer-unified,.mp-site-footer{background:#000;border-top:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.62)}
.dkc-footer-col a{color:rgba(255,255,255,.72)}
.dkc-footer-col a:hover{color:#fff}
.dkc-footer-bottom{border-top-color:rgba(255,255,255,.08);color:rgba(255,255,255,.48)}

@media(max-width:920px){
  .section{padding-top:58px;padding-bottom:58px}
}




.na-tags,
.n9-tag-row,
.pl-tags,
.bc-year-nav,
#dkc-year-nav,
.hero-nav,
.bc-filter-bar{
  background:transparent;
  border:0;
  box-shadow:none;
  outline:0;
  border-radius:0;
  padding:0;
  backdrop-filter:none;
  -webkit-backdrop-filter:none}


.na-tags,
.n9-tag-row,
.pl-tags{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:8px}
.bc-filter-bar,
.bc-year-nav,
#dkc-year-nav,
.hero-nav{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:10px;
  width:min(1120px,calc(100% - 36px));
  margin-left:auto;
  margin-right:auto}


.bc-year-tagline,
.bc-year-meta,
.na-year-meta,
.na-year-summary,
.n9-year-meta,
.dkc-year-nav-label,
.syc-tag,
.syc-timing,
.btc-card-dates{
  background:transparent;
  border:0;
  box-shadow:none;
  outline:0;
  padding:0;
  border-radius:0}


.na-tag,
.n9-tag-row > span,
.pl-tag,
.astro-tag,
.astro-pill,
.hero-badge,
.htu-phase-badge,
.bc-filter-btn,
.bc-yn,
.hcb-item,
.mini-entry,
.hero-nav > a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:auto;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.13);
  border-radius:999px;
  box-shadow:none;
  color:rgba(255,255,255,.84)}


.na-year-card .na-tags,
.n9-year-card .n9-tag-row,
.n9-panel .n9-tag-row{
  margin-top:14px;
  margin-bottom:18px;
  padding:0;
  border:0;
  background:transparent}


[class$="-tags"],
[class$="-tagline"]{
  box-shadow:none}
[class$="-tags"]{
  border:0;
  background:transparent}



/* DKC table system — single shell only. Keep one visual frame on .dkc-table-wrap; tables stay transparent. */
:root{
  --dkc-table-bg:linear-gradient(180deg,rgba(255,255,255,.032),rgba(255,255,255,.010));
  --dkc-table-head:rgba(255,255,255,.042);
  --dkc-table-row:transparent;
  --dkc-table-row-alt:rgba(255,255,255,.018);
  --dkc-table-line:rgba(255,255,255,.095);
  --dkc-table-line-soft:rgba(255,255,255,.060);
}

.astro-table-wrap,
.dkc-v3-table-wrap,
.heatmap-wrap,
.htu-wrap,
.n9-table-wrap,
.overview-table-wrap{
  background:transparent;
  border:0;
  box-shadow:none;
  padding:0;
  margin:0;
  border-radius:0;
  overflow:visible;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
}

.dkc-table-wrap{
  width:100%;
  max-width:100%;
  overflow-x:auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
  margin:18px 0 34px;
  padding:0;
  border:1px solid var(--dkc-table-line);
  border-radius:22px;
  background:var(--dkc-table-bg);
  box-shadow:none;
  backdrop-filter:blur(12px) saturate(1.02);
  -webkit-backdrop-filter:blur(12px) saturate(1.02);
}

.card .dkc-table-wrap,
.astro-dict-card .dkc-table-wrap,
.aspect-compact-card .dkc-table-wrap,
.n9-panel .dkc-table-wrap,
.strategy-master-card .dkc-table-wrap,
.bc-year-block .dkc-table-wrap,
.na-year-card .dkc-table-wrap,
.syc-card .dkc-table-wrap,
.deep-card .dkc-table-wrap{
  background:rgba(255,255,255,.018);
  border-color:rgba(255,255,255,.085);
  box-shadow:none;
}

.dkc-table-wrap table,
.master-table,
.astro-table,
.dkc-v3-table,
.compact-signal-table,
.heatmap-table,
.htu-table,
.overview-table{
  width:100%;
  border-collapse:collapse;
  border-spacing:0;
  margin:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  color:#fff;
}

.dkc-table-wrap thead,
.master-table thead,
.astro-table thead,
.dkc-v3-table thead,
.compact-signal-table thead,
.heatmap-table thead,
.htu-table thead,
.overview-table thead{
  background:transparent;
}

.dkc-table-wrap th,
.master-table th,
.astro-table th,
.dkc-v3-table th,
.compact-signal-table th,
.heatmap-table th,
.htu-table th,
.overview-table th{
  padding:15px 16px;
  border:0;
  border-bottom:1px solid var(--dkc-table-line);
  background:var(--dkc-table-head);
  color:rgba(255,255,255,.82);
  font-size:12px;
  line-height:1.35;
  letter-spacing:.075em;
  text-transform:uppercase;
  font-weight:800;
  vertical-align:top;
  text-align:left;
}

.dkc-table-wrap td,
.master-table td,
.astro-table td,
.dkc-v3-table td,
.compact-signal-table td,
.heatmap-table td,
.htu-table td,
.overview-table td{
  padding:15px 16px;
  border:0;
  border-bottom:1px solid var(--dkc-table-line-soft);
  background:var(--dkc-table-row);
  color:rgba(255,255,255,.72);
  font-size:14px;
  line-height:1.56;
  vertical-align:top;
  text-align:left;
}

.dkc-table-wrap tbody tr:nth-child(even) td,
.master-table tbody tr:nth-child(even) td,
.astro-table tbody tr:nth-child(even) td,
.dkc-v3-table tbody tr:nth-child(even) td,
.compact-signal-table tbody tr:nth-child(even) td,
.heatmap-table tbody tr:nth-child(even) td,
.htu-table tbody tr:nth-child(even) td,
.overview-table tbody tr:nth-child(even) td{
  background:var(--dkc-table-row-alt);
}

.dkc-table-wrap tbody tr:last-child td,
.master-table tbody tr:last-child td,
.astro-table tbody tr:last-child td,
.dkc-v3-table tbody tr:last-child td,
.compact-signal-table tbody tr:last-child td,
.heatmap-table tbody tr:last-child td,
.htu-table tbody tr:last-child td,
.overview-table tbody tr:last-child td{
  border-bottom:0;
}

.dkc-table-wrap .badge,
.dkc-table-wrap .pill,
.dkc-table-wrap .tag,
.dkc-table-wrap [class*="badge"],
.dkc-table-wrap [class*="pill"],
.dkc-table-wrap [class*="tag"]{
  box-shadow:none;
}

@media(max-width:900px){
  .dkc-table-wrap{border-radius:18px;margin:14px 0 28px;}
  .dkc-table-wrap table,
  .master-table,
  .astro-table,
  .dkc-v3-table,
  .compact-signal-table,
  .heatmap-table,
  .htu-table,
  .overview-table{min-width:680px;}
}
@media(max-width:560px){
  .dkc-table-wrap th,
  .dkc-table-wrap td,
  .master-table th,.master-table td,
  .astro-table th,.astro-table td,
  .dkc-v3-table th,.dkc-v3-table td,
  .compact-signal-table th,.compact-signal-table td,
  .heatmap-table th,.heatmap-table td,
  .htu-table th,.htu-table td,
  .overview-table th,.overview-table td{
    padding:12px 13px;
    font-size:13px;
  }
}

.heatmap-table .hm-plain{
  display:inline;
  padding:0;
  margin:0;
  border:0;
  background:transparent;
  border-radius:0;
  box-shadow:none;
  font-weight:850;
  line-height:1.5;
  white-space:normal}
.heatmap-table .hm-plain.hm-buy{color:#86ffb2}
.heatmap-table .hm-plain.hm-hold{color:#9fdcff}
.heatmap-table .hm-plain.hm-dist{color:#ffd978}
.heatmap-table .hm-plain.hm-exit{color:#ff9d9d}
.heatmap-table .hm-plain.hm-avoid{color:rgba(255,255,255,.72)}
.heatmap-table .hm-action-line{
  color:rgba(255,255,255,.76);
  font-weight:750;
  line-height:1.55}
.heatmap-table .hm-year{font-weight:850;color:rgba(255,255,255,.86)}
.heatmap-table td{background:transparent}
.strategy-notes{
  margin-top:22px;
  display:grid;
  gap:18px}
.strategy-note-block{
  padding:0 0 18px;
  border:0;
  border-bottom:1px solid rgba(255,255,255,.12);
  background:transparent;
  box-shadow:none;
  border-radius:0}
.strategy-note-block:last-child{border-bottom:0;padding-bottom:0}
.strategy-note-block p{
  margin:10px 0 0;
  color:rgba(255,255,255,.82);
  font-size:14.5px;
  line-height:1.75;
  font-weight:650}
.strategy-note-block p strong{color:#fff;font-weight:900}
.strategy-note-grid{
  margin-top:14px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px}
.strategy-note-grid div{
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none}
.strategy-note-grid span{
  display:block;
  margin-bottom:4px;
  color:rgba(255,255,255,.45);
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:850}
.strategy-note-grid strong{
  color:rgba(255,255,255,.88);
  font-size:14px;
  line-height:1.55;
  font-weight:850}
@media (max-width:760px){
  .strategy-note-grid{grid-template-columns:1fr;gap:10px}
}


body[data-dkc-page="btc-cycle"]{
  --btc-panel-solid:#070707;
  --btc-panel-solid-2:#090909;
  --btc-border-soft:rgba(255,255,255,.075);
  --btc-border-softer:rgba(255,255,255,.055);
  --btc-muted-white:rgba(255,255,255,.62)}


body[data-dkc-page="btc-cycle"] .btc-clean-hero{
  padding:clamp(104px,10vw,138px) 0 clamp(52px,5.5vw,76px);
  background:
    radial-gradient(720px 300px at 50% 20%,rgba(231,199,106,.055),transparent 72%),
    radial-gradient(440px 220px at 50% 42%,rgba(215,189,104,.035),transparent 68%),
    linear-gradient(180deg,rgba(255,255,255,.008),rgba(255,255,255,0))}
body[data-dkc-page="btc-cycle"] .btc-hero-mark{
  width:min(300px,36vw);
  margin:24px auto 34px}
body[data-dkc-page="btc-cycle"] .btc-hero-mark span{
  width:34px;
  height:34px;
  font-size:18px}
body[data-dkc-page="btc-cycle"] .btc-hero-timeline{
  width:min(1100px,100%);
  grid-template-columns:repeat(10,minmax(60px,1fr));
  padding:14px 18px 16px;
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.024),rgba(255,255,255,.010));
  border-color:rgba(255,255,255,.085);
  box-shadow:none}
body[data-dkc-page="btc-cycle"] .btc-hero-timeline::before{
  left:38px;
  right:38px;
  top:calc(50% + 7px);
  height:1px;
  background:linear-gradient(90deg,rgba(255,255,255,.08),rgba(255,255,255,.30),rgba(255,255,255,.08));
  box-shadow:none}
body[data-dkc-page="btc-cycle"] .btc-hero-tl-year{
  font-size:12px;
  margin-bottom:8px}
body[data-dkc-page="btc-cycle"] .btc-hero-tl-icon{
  width:34px;
  height:34px;
  margin-bottom:9px;
  font-size:16px;
  background:rgba(255,255,255,.025);
  border-color:rgba(255,255,255,.12)}
body[data-dkc-page="btc-cycle"] .btc-hero-tl-dot{
  width:8px;
  height:8px;
  margin-bottom:9px;
  border-width:1px}
body[data-dkc-page="btc-cycle"] .btc-hero-tl-phase{
  font-size:10px;
  line-height:1.1;
  font-weight:850;
  letter-spacing:-.01em}


body.mp-btc{
  --btc-premium-panel:#070707;
  --btc-premium-panel-soft:#090909;
  --btc-premium-border:rgba(255,255,255,.07);
  --btc-premium-border-strong:rgba(255,255,255,.11)}
body.mp-btc .btc-dash-item,
body.mp-btc .btc-premium-resource,
body.mp-btc .btc-timing-row,
body.mp-btc .btc-phase-card,
body.mp-btc .btc-personal-note,
body.mp-btc .master-table,
body.mp-btc .dkc-btc-tcs-card{
  background:#070707;
  border-color:rgba(255,255,255,.07);
  box-shadow:none}
body.mp-btc .btc-dash-item,
body.mp-btc .btc-phase-card{
  background:linear-gradient(180deg,#080808,var(--dkc-bg))}
body.mp-btc .btc-dash-item::before,
body.mp-btc .btc-phase-card::before,
body.mp-btc .btc-timing-row::before{
  opacity:.04}
body.mp-btc .btc-dash-label,
body.mp-btc .btc-card-phase,
body.mp-btc .btc-timing-row > div:first-child,
body.mp-btc .section-label{
  color:rgba(255,255,255,.72)}
body.mp-btc .btc-dash-sub,
body.mp-btc .btc-card-dates,
body.mp-btc .btc-card-gann,
body.mp-btc .btc-phase-card summary,
body.mp-btc #dkc-gann-info,
body.mp-btc #dkc-macro-info{
  color:rgba(255,255,255,.58)}
body.mp-btc .timing-chip{
  padding:5px 8px;
  gap:6px;
  border-radius:8px;
  background:rgba(255,255,255,.018);
  border-color:rgba(255,255,255,.055);
  font-size:10.5px;
  opacity:.88}
body.mp-btc .timing-date{font-weight:650;color:rgba(255,255,255,.78)}
body.mp-btc .timing-meta,
body.mp-btc .timing-key{font-size:10px;color:rgba(255,255,255,.50)}


body.mp-btc .btc-phase-grid{
  gap:14px;
  margin-top:6px}
body.mp-btc .btc-phase-card{
  padding:14px 16px 12px;
  border-radius:12px;
  min-height:0;
  border-top-width:1px}
body.mp-btc .btc-phase-card.phase-dist{border-top-color:rgba(210,154,154,.55)}
body.mp-btc .btc-phase-card.phase-dca{border-top-color:rgba(211,191,123,.55)}
body.mp-btc .btc-phase-card.phase-pre{border-top-color:rgba(144,182,198,.55)}
body.mp-btc .btc-phase-card.phase-profit{border-top-color:rgba(137,200,160,.55)}
body.mp-btc .btc-phase-card .btc-card-year{
  font-size:23px;
  line-height:1;
  margin:0 0 10px}
body.mp-btc .btc-phase-card [style*="text-align:right"]{
  font-size:10px;
  opacity:.72}
body.mp-btc .btc-phase-card .btc-card-phase{
  font-size:10px;
  letter-spacing:.055em;
  margin-bottom:8px;
  background:rgba(255,255,255,.018);
  padding:3px 6px}
body.mp-btc .btc-phase-card .btc-card-phase::before{
  width:6px;
  height:6px}
body.mp-btc .btc-card-dates,
body.mp-btc .btc-card-gann{
  font-size:12.5px;
  line-height:1.45;
  margin-top:4px}
body.mp-btc .btc-phase-card summary{
  margin-top:10px;
  padding-top:8px;
  font-size:10px;
  letter-spacing:.06em}
body.mp-btc .btc-phase-card ul,
body.mp-btc .btc-phase-card ul li,
body.mp-btc .btc-phase-card details > div:last-child{
  font-size:12px;
  line-height:1.45}


body.mp-btc .tv-widget-wrap{margin-bottom:44px}
body.mp-btc .btc-timing-full{margin:20px 0 42px}
body.mp-btc .btc-phase-grid{margin-bottom:42px}
body.mp-btc .dkc-btc-tcs-module{margin:42px 0 48px}

@media(max-width:1100px){
  body[data-dkc-page="btc-cycle"] .btc-hero-timeline{
    grid-template-columns:repeat(5,minmax(72px,1fr));
    row-gap:22px}
}
@media(max-width:640px){
  body[data-dkc-page="btc-cycle"] .btc-clean-hero{padding:92px 0 48px}
  body[data-dkc-page="btc-cycle"] .btc-hero-timeline{
    grid-template-columns:repeat(2,minmax(0,1fr));
    padding:14px;
    gap:14px 8px}
  body[data-dkc-page="btc-cycle"] .btc-hero-tl-icon{
    width:34px;
    height:34px;
    font-size:16px}
  body.mp-btc .btc-phase-card{padding:13px 14px}
}


body[data-dkc-page="btc-cycle"] .btc-hero-tl-item.btc-hero-tl-now .btc-hero-tl-year{
  color:#ffffff;
  text-shadow:0 0 18px rgba(255,255,255,.16)}
body[data-dkc-page="btc-cycle"] .btc-hero-tl-item.btc-hero-tl-now .btc-hero-tl-icon{
  border-color:rgba(255,255,255,.28);
  box-shadow:0 0 0 1px rgba(255,255,255,.10),0 0 22px rgba(255,255,255,.10)}
body[data-dkc-page="btc-cycle"] .btc-hero-tl-item.btc-hero-tl-now .btc-hero-tl-dot{
  transform:scale(1.2);
  box-shadow:0 0 0 1px rgba(255,255,255,.32),0 0 20px rgba(255,255,255,.20)}


/* DKC lite pages: neutral monochrome typography, no green accent wash */
body[data-dkc-page="dkc-la-gi"],
body[data-dkc-page="dkc-tu-su"]{
  --dkc-mint:#ffffff;
  --dkc-mint-2:#ffffff;
  --green:#ffffff;
  --green2:#ffffff;
  --line:rgba(255,255,255,.12);
  --line2:rgba(255,255,255,.07);
  --text:#f4f4f4;
  --muted:rgba(255,255,255,.66);
  background:#000;
}
body[data-dkc-page="dkc-la-gi"] .dkc-logo-text,
body[data-dkc-page="dkc-tu-su"] .dkc-logo-text{
  color:rgba(255,255,255,.72);
}
body[data-dkc-page="dkc-la-gi"] .lite-shell,
body[data-dkc-page="dkc-tu-su"] .lite-shell{
  width:min(920px,calc(100% - 36px));
  padding-top:calc(var(--dkc-topbar-h) + 46px);
}
body[data-dkc-page="dkc-la-gi"] .lite-prose-card,
body[data-dkc-page="dkc-tu-su"] .lite-prose-card{
  border:0;
  background:transparent;
  box-shadow:none;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
  border-radius:0;
  padding:0 0 72px;
}
body[data-dkc-page="dkc-la-gi"] .lite-label,
body[data-dkc-page="dkc-tu-su"] .lite-label,
body[data-dkc-page="dkc-la-gi"] .lite-prose-card h1,
body[data-dkc-page="dkc-tu-su"] .lite-prose-card h1{
  display:none;
}
body[data-dkc-page="dkc-la-gi"] .lite-prose p,
body[data-dkc-page="dkc-tu-su"] .lite-prose p{
  color:rgba(255,255,255,.76);
}
body[data-dkc-page="dkc-la-gi"] .lite-ending,
body[data-dkc-page="dkc-tu-su"] .lite-ending{
  color:rgba(255,255,255,.70);
  border:0;
  background:transparent;
  box-shadow:none;
}


.dkc-year-jump{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px;
  margin:14px auto 22px;
}
.dkc-year-jump a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:46px;
  min-height:30px;
  padding:7px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.095);
  background:rgba(255,255,255,.025);
  color:rgba(255,255,255,.72);
  font-size:11px;
  font-weight:850;
  line-height:1;
}


.dkc-footer-col a.dkc-ai-footer{
  color:rgba(242,217,130,.96);
  font-weight:850;
}
.dkc-footer-col a.dkc-ai-footer:hover{color:#fff}

/* 2026 system audit: readability, accessibility, and shared editorial UI. */
:root{
  --dkc-content:720px;
  --dkc-focus:#f6d978;
}
body{
  font-size:16px;
  line-height:1.72;
}
p,li{
  text-wrap:pretty;
}
button,a{
  -webkit-tap-highlight-color:transparent;
}
a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible{
  outline:2px solid var(--dkc-focus);
  outline-offset:4px;
}
.dkc-skip-link{
  position:fixed;
  z-index:9999;
  top:10px;
  left:12px;
  padding:10px 14px;
  border-radius:10px;
  background:#f6d978;
  color:#090909;
  font-weight:800;
  transform:translateY(-160%);
}
.dkc-skip-link:focus{
  transform:translateY(0);
}
.dkc-reading-progress{
  position:fixed;
  z-index:1001;
  top:0;
  left:0;
  width:0;
  height:2px;
  background:linear-gradient(90deg,#b99538,#f6d978);
  box-shadow:0 0 14px rgba(246,217,120,.35);
}
.lite-prose{
  max-width:var(--dkc-content);
  margin-inline:auto;
}
.lite-prose p{
  margin:0 0 1.25em;
}
.lite-prose-card h1{
  max-width:var(--dkc-content);
  margin-left:auto;
  margin-right:auto;
}
.dkc-footer-bottom{
  font-size:.78rem;
  line-height:1.6;
}
@media(max-width:720px){
  body{font-size:15px}
  .dkc-footer-cols{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:420px){
  .dkc-footer-cols{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
  }
}
