:root{
  color-scheme:dark;
  --bg:#030406;
  --panel:rgba(255,255,255,.033);
  --panel-soft:rgba(255,255,255,.032);
  --line:rgba(255,255,255,.105);
  --line-soft:rgba(255,255,255,.065);
  --text:#f4f4f5;
  --muted:rgba(244,244,245,.62);
  --green:#d8c27a;
  --green2:#e7c76a;
  --gold:#e7c76a;
  --blue:#bfc4ca;
  --red:#c79778;
  --violet:#c8bdaf;
  --amber:#d99a35;
  --radius:18px;
  --radius-lg:24px}

*{box-sizing:border-box}
html{background:#000;scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  margin:0;
  min-height:100vh;
  background:
    radial-gradient(ellipse 78% 44% at 50% -12%,rgba(217,154,53,.060),transparent 66%),
    radial-gradient(ellipse 44% 30% at 12% 4%,rgba(231,199,106,.028),transparent 64%),
    var(--bg);
  color:var(--text);
  font-family:'Be Vietnam Pro',Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:15px;
  line-height:1.68;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased}

a{color:inherit;text-decoration:none}
button,input{font:inherit}
img,svg,canvas{max-width:100%}
[id]{scroll-margin-top:86px}
::selection{background:rgba(231,199,106,.30);color:#fff}

.dkc-main-anchor{position:absolute;top:0}

.dkc-logo-img{width:30px;height:30px;object-fit:contain;border-radius:8px}
.dkc-logo-text{color:var(--dkc-gold);font-size:12px;letter-spacing:.10em;font-weight:950}
.dkc-ai-nav{color:#f2d982}#dkc-top-btn{
  position:fixed;right:18px;bottom:20px;z-index:999;width:38px;height:38px;
  border-radius:999px;border:1px solid var(--line);background:rgba(0,0,0,.72);color:#fff;cursor:pointer}


.container{width:min(1120px,calc(100% - 36px));margin:0 auto}
.section{padding:82px 0;border-top:1px solid var(--line-soft)}
.section:first-of-type{border-top:0}
.section-label{
  margin:0 0 12px;color:var(--green2);font-size:11px;line-height:1.2;
  letter-spacing:.13em;text-transform:uppercase;font-weight:950}
.section-title{
  max-width:980px;margin:0 0 18px;color:#fff;font-size:clamp(2.35rem,5.2vw,4.1rem);
  line-height:1.02;letter-spacing:-.058em;font-weight:950}
.section-title span{color:var(--green2)}
.section-note,p{color:var(--muted)}


.bc-hero{
  min-height:auto;
  padding:118px 0 74px;
  background:radial-gradient(ellipse 82% 60% at 50% 0%,rgba(231,199,106,.075),rgba(3,3,3,.88) 72%,var(--bg) 100%);
  border-bottom:1px solid var(--line-soft)}
.bc-hero-inner{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center}
.bc-hero h1{
  margin:0;
  color:#fff;
  font-size:clamp(3rem,7.2vw,6.3rem);
  line-height:.96;
  letter-spacing:-.07em;
  font-weight:950}

.bc-hero-note{
  max-width:760px;
  margin:20px auto 0;
  color:var(--muted);
  font-size:clamp(.92rem,1.15vw,1.02rem);
  line-height:1.68;
}


.bc-year-nav{
  width:min(760px,100%);
  margin:30px auto 0;
  padding:10px;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px;
  border:1px solid var(--line);
  border-radius:999px;
  background:rgba(255,255,255,.026)}
.bc-yn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:54px;
  padding:6px 11px;
  border:1px solid var(--line);
  border-radius:999px;
  background:rgba(255,255,255,.032);
  color:rgba(244,244,245,.76);
  font-size:11.5px;
  line-height:1;
  font-weight:900}
.bc-yn:hover,
.bc-yn.active{
  background:rgba(231,199,106,.16);
  border-color:rgba(231,199,106,.25);
  color:#fff}

.bc-method-strip{
  width:min(1120px,calc(100% - 36px));
  margin:24px auto 4px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px}
.bc-method-item{
  min-height:100%;
  padding:14px 16px;
  border:1px solid var(--line-soft);
  border-radius:18px;
  background:rgba(255,255,255,.026)}
.bc-method-item strong{
  display:block;
  margin:0 0 5px;
  color:#fff;
  font-size:12px;
  line-height:1.25;
  font-weight:950}
.bc-method-item span{
  display:block;
  color:var(--muted);
  font-size:12.5px;
  line-height:1.55}


.bc-filter-bar{
  width:min(1120px,calc(100% - 36px));
  margin:32px auto 26px;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap:8px;
  border:0;
  background:transparent}
.bc-filter-btn,
.bc-topic-btn,
.bc-filter-bar button,
.bc-filter-bar a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.032);
  color:rgba(244,244,245,.76);
  font-size:11.5px;
  line-height:1;
  font-weight:900;
  white-space:nowrap;
  cursor:pointer}
.bc-filter-btn.active,
.bc-topic-btn.active,
.bc-filter-bar button.active,
.bc-filter-bar a.active,
.bc-filter-bar button[aria-selected="true"]{
  background:rgba(231,199,106,.18);
  border-color:rgba(231,199,106,.28);
  color:#fff}


.bc-main{
  width:min(1120px,calc(100% - 36px));
  margin:0 auto 76px}
.bc-year-block{
  margin:0 0 30px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:24px;
  background:var(--panel)}
.bc-year-head{
  display:block;
  padding:24px 26px 20px;
  border-bottom:1px solid var(--line-soft);
  background:
    radial-gradient(circle at left top,rgba(var(--yr-rgb,231,199,106),.12),transparent 42%),
    linear-gradient(180deg,rgba(255,255,255,.036),rgba(255,255,255,.010))}
.bc-year-num{
  display:block;
  margin:0 0 10px;
  color:rgba(var(--yr-rgb,231,199,106),.82);
  font-size:58px;
  line-height:.9;
  letter-spacing:-.065em;
  font-weight:950}
.bc-year-phase{
  display:block;
  margin:0 0 8px;
  color:#fff;
  font-size:1.45rem;
  line-height:1.16;
  letter-spacing:-.025em;
  font-weight:950}
.bc-year-tagline,
.bc-year-napm,
.bc-year-core,
[class*="-core"]{
  display:block;
  max-width:820px;
  color:rgba(244,244,245,.66);
  font-size:13px;
  line-height:1.58;
  font-weight:600}
.bc-year-napm{
  margin-top:7px;
  color:var(--dkc-gold);
  font-weight:850}


.bc-context-list{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  padding:22px}
.bc-dim{
  min-height:auto;
  padding:16px 16px 15px;
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(255,255,255,.024)}
.bc-dim-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  padding-bottom:10px;
  margin-bottom:12px;
  border-bottom:1px solid var(--line-soft)}
.bc-dim-title{
  color:#fff;
  font-size:13px;
  line-height:1.24;
  letter-spacing:0;
  text-transform:none;
  font-weight:950}.bc-dim-hl ul{
  margin:0;
  padding:0;
  list-style:none}
.bc-dim-hl li{
  position:relative;
  margin:0 0 8px;
  padding-left:13px;
  color:#c7d2ca;
  font-size:13px;
  line-height:1.58;
  font-weight:650;
  letter-spacing:0;
  text-transform:none}
.bc-dim-hl li:last-child{margin-bottom:0}
.bc-dim-hl li::before{
  content:"";
  position:absolute;
  left:0;
  top:.78em;
  width:4px;
  height:4px;
  border-radius:50%;
  background:rgba(var(--yr-rgb,231,199,106),.75)}

.bc-year-block,
.bc-year-block *,
.bc-dim,
.bc-dim *,
.bc-dim-hl,
.bc-dim-hl *,
.bc-context-list,
.bc-context-list *{
  text-transform:none}.dkc-footer-unified{
  padding:40px 22px 24px;
  border-top:1px solid var(--line-soft);
  background:#020202;
  color:#9dafA2;
  font-size:12px}
.dkc-footer-inner{width:min(1120px,100%);margin:0 auto}
.dkc-footer-brand{
  display:grid;
  grid-template-columns:1fr auto;
  gap:18px;
  align-items:start;
  padding-bottom:24px;
  border-bottom:1px solid var(--line-soft)}
.dkc-footer-logo{display:flex;align-items:center;gap:10px;color:#fff;font-weight:950}
.dkc-logo-footer{width:34px;height:34px}
.dkc-footer-brand p{max-width:620px;margin:10px 0 0;color:#aab9ad}
.dkc-footer-contact{text-align:right;color:#c8d7cb}
.dkc-footer-contact span{display:block;color:#fff;font-weight:900}
.dkc-footer-cols{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:24px}
.dkc-footer-col-title{margin-bottom:10px;color:#fff;font-size:12px;font-weight:950}
.dkc-footer-col a{display:block;margin:6px 0;color:#c8d7cb}
.dkc-footer-bottom{
  width:min(1120px,100%);
  margin:22px auto 0;
  padding-top:16px;
  border-top:1px solid var(--line-soft);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  color:#87998b}


body *,body *::before,body *::after{filter:none}
@media(max-width:1080px){
  .bc-context-list{
    grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:980px){.bc-filter-bar{
    overflow-x:auto;
    flex-wrap:nowrap;
    padding-bottom:8px;
    scrollbar-width:none}
  .bc-filter-bar::-webkit-scrollbar{display:none}
  .bc-method-strip{grid-template-columns:1fr;margin-top:18px}
  .bc-filter-btn,
  .bc-topic-btn,
  .bc-filter-bar button,
  .bc-filter-bar a{
    flex:0 0 auto}
  .dkc-footer-brand,
  .dkc-footer-cols{grid-template-columns:1fr}
  .dkc-footer-contact{text-align:left}
}
@media(max-width:720px){
  .bc-hero{padding:98px 0 56px}
  .bc-hero h1{font-size:clamp(2.65rem,13vw,4.4rem)}
  .bc-year-nav{
    justify-content:center;
    overflow-x:auto;
    flex-wrap:nowrap;
    border-radius:18px;
    scrollbar-width:none}
  .bc-year-nav::-webkit-scrollbar{display:none}
  .bc-yn{flex:0 0 auto}
  .bc-context-list{grid-template-columns:1fr;padding:16px}
  .bc-year-head{padding:22px 18px 18px}
  .bc-year-num{font-size:44px}
  .bc-year-phase{font-size:1.22rem}
  .dkc-footer-bottom{display:block}
  .dkc-footer-bottom span{display:block;margin-top:8px}
}


.bc-year-head{
  position:relative}

.bc-year-head > *{
  position:relative;
  transform:none}

.bc-year-num,
.bc-year-phase,
.bc-year-tagline,
.bc-year-napm{
  float:none;
  clear:both}


.bc-dim-hl li,
.bc-dim-hl li *,
.bc-dim-title{
  text-transform:none;
  letter-spacing:0}


.bc-transit-note{font-size:.82rem;color:rgba(200,240,220,.55);padding:10px 24px 0;line-height:1.6;font-style:italic}
.bc-vn-natal{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.10);border-radius:20px;padding:22px 26px;margin-bottom:32px}
.bc-vn-natal h3{font-size:1rem;color:#fff;margin:0 0 14px;font-weight:600}
.bc-natal-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.bc-natal-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:12px 14px}
.bc-natal-card .label{font-size:.75rem;color:rgba(200,240,220,.5);margin-bottom:4px;text-transform:uppercase;letter-spacing:.08em}
.bc-natal-card .val{font-size:.92rem;color:#fff;font-weight:600}
.bc-natal-card .sub{font-size:.78rem;color:rgba(200,240,220,.55);margin-top:3px;line-height:1.4}
.bc-astro-highlight{background:rgba(74,222,128,.08);border:1px solid rgba(74,222,128,.2);border-radius:16px;padding:16px 20px;margin-bottom:28px}
.bc-astro-highlight .label{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:#4ade80;margin-bottom:10px;font-weight:600}
.bc-astro-highlight .items{display:flex;flex-wrap:wrap;gap:8px}
.bc-astro-item{background:rgba(74,222,128,.12);border:1px solid rgba(74,222,128,.2);border-radius:8px;padding:6px 12px;font-size:.82rem;color:rgba(220,255,235,.85)}
.bc-astro-item.hot{background:rgba(248,113,113,.12);border-color:rgba(248,113,113,.25);color:rgba(255,210,210,.9)}
.bc-astro-item.near{background:rgba(251,191,36,.10);border-color:rgba(251,191,36,.25);color:rgba(255,235,180,.9)}
@media(max-width:900px){.bc-natal-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.bc-natal-grid{grid-template-columns:1fr}}
.bc-dim-hl ul{display:block;margin:6px 0 0;padding:0;list-style:none}
.bc-dim-hl li,.bc-dim-hl li::before,.bc-dim-hl li::after{display:block;padding:0;margin:0 0 7px;color:rgba(232,255,241,.82);line-height:1.54;list-style:none;list-style-type:none;content:none;position:static;width:auto;height:auto;background:none;border-radius:0}


.bc-filter-bar{
  width:min(1120px,calc(100% - 36px));
  margin:40px auto 42px;
  padding:0;
  gap:10px;
  border:0;
  background:transparent}
.bc-main{
  width:min(1120px,calc(100% - 36px));
  margin:0 auto 88px}
.bc-year-block{
  margin:0 0 46px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:24px;
  background:
    radial-gradient(circle at 9% 0%, rgba(var(--yr-rgb,231,199,106),.11), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.010));
  box-shadow:0 20px 70px rgba(0,0,0,.42)}
.bc-year-head{
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:end;
  column-gap:22px;
  row-gap:10px;
  padding:28px 28px 24px;
  border-bottom:1px solid rgba(255,255,255,.105);
  background:
    radial-gradient(circle at left top,rgba(var(--yr-rgb,231,199,106),.16),transparent 38%),
    linear-gradient(180deg,rgba(255,255,255,.026),rgba(255,255,255,.006))}
.bc-year-meta{min-width:0; padding-bottom:4px}
.bc-year-num{
  margin:0;
  color:rgba(var(--yr-rgb,231,199,106),.86);
  font-size:62px;
  line-height:.86;
  letter-spacing:-.065em;
  font-weight:950;
  text-shadow:0 0 34px rgba(var(--yr-rgb,231,199,106),.18)}
.bc-year-phase{
  margin:0 0 8px;
  color:#fff;
  font-size:1.18rem;
  line-height:1.2;
  letter-spacing:-.018em;
  font-weight:930}
.bc-year-tagline,
.bc-year-napm,
.bc-year-core,
[class*="-core"]{
  max-width:920px;
  color:rgba(242,248,244,.74);
  font-size:12.6px;
  line-height:1.55;
  font-weight:650}
.bc-divider{display:none}
.bc-context-list{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  padding:26px}
.bc-dim{
  padding:18px 18px 17px;
  border:1px solid rgba(255,255,255,.115);
  border-radius:20px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.034), rgba(255,255,255,.012));
  box-shadow:none}
.bc-dim-head{
  padding-bottom:12px;
  margin-bottom:14px;
  border-bottom:1px solid rgba(255,255,255,.085)}
.bc-dim-title{
  color:#fff;
  font-size:14px;
  font-weight:950}
.bc-dim-title::before{
  content:"";
  display:inline-block;
  width:7px;
  height:7px;
  margin-right:9px;
  border-radius:999px;
  background:var(--dim-color, rgba(231,199,106,.9));
  box-shadow:0 0 16px color-mix(in srgb, var(--dim-color, #d8c27a) 50%, transparent);
  vertical-align:middle}@media(max-width:900px){
  .bc-filter-bar{margin:28px auto 32px; overflow-x:auto; flex-wrap:nowrap; justify-content:center; padding-bottom:4px}
  .bc-context-list{grid-template-columns:1fr; padding:18px; gap:14px}
  .bc-year-head{grid-template-columns:1fr; align-items:start; padding:24px 20px 21px}
  .bc-year-num{font-size:52px}
  .bc-year-phase{font-size:1.08rem}
}


:root{
  --bg:#000000;
  --panel:rgba(5,5,5,.94);
  --panel-soft:rgba(255,255,255,.026);
  --line:rgba(255,255,255,.105);
  --line-soft:rgba(255,255,255,.065);
  --text:#f5f5f5;
  --muted:rgba(255,255,255,.64)}
body{
  background:
    radial-gradient(ellipse 70% 38% at 50% -14%,rgba(255,255,255,.055),transparent 64%),
    radial-gradient(ellipse 42% 24% at 50% 2%,rgba(231,199,106,.035),transparent 70%),
    #000;
  color:#f5f5f5}
.section{border-top-color:rgba(255,255,255,.065)}
.section-label{color:rgba(255,255,255,.74)}
.section-title span{color:#fff}


.bc-year-nav{
  border-color:rgba(255,255,255,.09);
  background:transparent}
.bc-yn,
.bc-filter-btn,
.bc-topic-btn,
.bc-filter-bar button,
.bc-filter-bar a{
  background:rgba(255,255,255,.025);
  border-color:rgba(255,255,255,.12);
  color:rgba(255,255,255,.78);
  box-shadow:none}
.bc-yn:hover,
.bc-yn.active,
.bc-filter-btn:hover,
.bc-topic-btn:hover,
.bc-filter-bar button:hover,
.bc-filter-bar a:hover,
.bc-filter-btn.active,
.bc-topic-btn.active,
.bc-filter-bar button.active,
.bc-filter-bar a.active,
.bc-filter-bar button[aria-selected="true"]{
  background:rgba(255,255,255,.075);
  border-color:rgba(255,255,255,.22);
  color:#fff}


.bc-filter-bar{
  margin:40px auto 22px;
  gap:10px}
.bc-main{
  padding-top:16px}


.bc-year-block{
  margin:0 0 50px;
  border-color:rgba(255,255,255,.11);
  background:
    radial-gradient(circle at 7% 0%, rgba(var(--yr-rgb,255,255,255),.075), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,.027), rgba(255,255,255,.006)),
    #030406;
  box-shadow:0 22px 72px rgba(0,0,0,.56)}
.bc-year-head{
  border-bottom-color:rgba(255,255,255,.075);
  background:
    radial-gradient(circle at left top, rgba(var(--yr-rgb,255,255,255),.09), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.026), rgba(255,255,255,.004)),
    var(--dkc-bg)}
.bc-year-num{
  text-shadow:0 0 28px rgba(var(--yr-rgb,255,255,255),.10)}
.bc-year-tagline,
.bc-year-napm,
.bc-year-core,
[class*="-core"]{
  color:rgba(255,255,255,.72)}
.bc-context-list{
  background:#030406;
  gap:20px;
  padding:28px}
.bc-dim{
  border-color:rgba(255,255,255,.095);
  background:
    linear-gradient(180deg,rgba(255,255,255,.030),rgba(255,255,255,.010)),
    #070707;
  box-shadow:none}
.bc-dim-head{
  border-bottom-color:rgba(255,255,255,.075)}@media(max-width:900px){
  .bc-filter-bar{margin:28px auto 22px}
  .bc-main{padding-top:12px}
}


:root{
  --bg:#000000;
  --panel:#030406;
  --panel-soft:rgba(255,255,255,.024);
  --line:rgba(255,255,255,.105);
  --line-soft:rgba(255,255,255,.060);
  --text:#f7f7f7;
  --muted:rgba(255,255,255,.66)}

body{
  background:
    radial-gradient(ellipse 70% 36% at 50% -16%,rgba(255,255,255,.050),transparent 64%),
    radial-gradient(ellipse 40% 22% at 50% 0%,rgba(231,199,106,.018),transparent 72%),
    #000}

.bc-main,
.bc-context-list{
  background:transparent}

.bc-year-block{
  border-color:rgba(255,255,255,.105);
  background:
    radial-gradient(circle at 8% 0%, rgba(var(--yr-rgb,255,255,255),.052), transparent 30%),
    linear-gradient(180deg,rgba(255,255,255,.021),rgba(255,255,255,.005)),
    #030406;
  box-shadow:0 22px 72px rgba(0,0,0,.62)}

.bc-year-head{
  border-bottom-color:rgba(255,255,255,.070);
  background:
    radial-gradient(circle at left top, rgba(var(--yr-rgb,255,255,255),.075), transparent 32%),
    linear-gradient(180deg,rgba(255,255,255,.023),rgba(255,255,255,.004)),
    var(--dkc-bg)}

.bc-context-list{
  padding:28px;
  gap:22px}

.bc-dim{
  border:1px solid rgba(255,255,255,.085);
  background:
    linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.007)),
    #070707;
  box-shadow:none}

.bc-dim:hover{
  border-color:rgba(255,255,255,.135);
  background:
    linear-gradient(180deg,rgba(255,255,255,.032),rgba(255,255,255,.010)),
    #080808}

.bc-dim-head{
  border-bottom-color:rgba(255,255,255,.070)}

.bc-dim-title::before{
  box-shadow:none;
  opacity:.9}

.bc-dim-hl li,
.bc-dim-hl li *{
  color:rgba(255,255,255,.76)}

.bc-dim-hl li::before{
  background:rgba(255,255,255,.42)}.bc-filter-bar{
  margin-bottom:26px}
.bc-main{
  padding-top:14px}

@media(max-width:900px){
  .bc-context-list{padding:18px;gap:16px}
  .bc-filter-bar{margin-bottom:24px}
}


.dkc-year-nav-label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin:28px auto 0;
  padding:7px 12px;
  border:1px solid rgba(214,187,107,.22);
  border-radius:999px;
  background:linear-gradient(180deg,rgba(214,187,107,.10),rgba(255,255,255,.018));
  color:rgba(236,220,166,.92);
  font-size:11px;
  line-height:1;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase}
.dkc-year-nav-label::before{
  content:'✦';
  color:#e7c76a;
  font-size:10px}
.bc-year-nav{
  width:min(820px,100%);
  margin:14px auto 0;
  padding:8px;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:6px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:22px;
  background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.012));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
.bc-yn{
  min-width:62px;
  padding:9px 12px;
  border-radius:15px;
  border:1px solid transparent;
  background:transparent;
  color:rgba(231,239,233,.70);
  font-size:12px;
  font-weight:950;
  letter-spacing:.025em;
  transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}
.bc-yn:hover{
  transform:translateY(-1px);
  background:rgba(255,255,255,.045);
  border-color:rgba(255,255,255,.10);
  color:#fff}
.bc-yn.active{
  background:linear-gradient(180deg,rgba(214,187,107,.18),rgba(214,187,107,.08));
  border-color:rgba(214,187,107,.32);
  color:#fff;
  box-shadow:0 0 0 1px rgba(214,187,107,.06),0 10px 26px rgba(0,0,0,.22)}
@media(max-width:560px){
  .dkc-year-nav-label{margin-top:22px;font-size:9.5px;letter-spacing:.09em}
  .bc-year-nav{
    justify-content:center;
    flex-wrap:nowrap;
    overflow-x:auto;
    padding:7px;
    border-radius:18px;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch}
  .bc-yn{min-width:58px;padding:8px 10px;font-size:11px}
}
.dkc-ai-nav{color:#fff}
.dkc-footer-unified,
.footer-wrap,
.mp-site-footer{
  padding:44px 22px 26px;
  background:#020202;
  border-top:1px solid rgba(255,255,255,.08);
  color:rgba(255,255,255,.64);
  font-size:12px;
}
.dkc-footer-inner{
  width:min(1120px,100%);
  margin:0 auto;
}
.dkc-footer-brand{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:24px;
  align-items:start;
}
.dkc-footer-logo{
  display:flex;
  align-items:center;
  gap:10px;
  color:#fff;
  font-weight:950;
}
.dkc-logo-footer{width:34px;height:34px;object-fit:contain;border-radius:9px}
.dkc-footer-brand p{max-width:620px;margin:10px 0 0;color:rgba(255,255,255,.58);line-height:1.7}
.dkc-footer-contact{text-align:right;color:rgba(255,255,255,.68);line-height:1.7}
.dkc-footer-cols{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  margin-top:26px;
}
.dkc-footer-col-title{margin-bottom:10px;color:#fff;font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
.dkc-footer-col a{display:block;margin:6px 0;color:rgba(255,255,255,.70)}
.dkc-footer-col a:hover{color:#fff}
.dkc-footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:18px;
  margin-top:26px;
  padding-top:16px;
  border-top:1px solid rgba(255,255,255,.08);
  color:rgba(255,255,255,.46);
}
.bc-filter-bar{
  justify-content:center;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}
@media(max-width:980px){
  .dkc-footer-brand{grid-template-columns:1fr}
  .dkc-footer-cols{grid-template-columns:1fr}
  .bc-filter-bar{justify-content:center}
}


/* DKC focused cleanup local footer override */
.dkc-footer-contact{display:none}
.dkc-footer-bottom{justify-content:center;text-align:center}
.dkc-footer-bottom span{width:100%;display:block;margin:0}


/* DKC focused cleanup centered boi-canh menus */
.bc-filter-bar,
.bc-year-nav{
  width:min(100%,1120px);
  margin-left:auto;
  margin-right:auto;
  display:flex;
  justify-content:center;
  align-items:center;
  text-align:center;
}
@media (max-width:720px){
  .bc-filter-bar,
  .bc-year-nav{justify-content:flex-start;}
}


.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}

/* Việt Nam: year navigation sits below the hero without a container frame. */
body.mp-vietnam .vn-year-picker{
  width:min(1120px,calc(100% - 36px));
  margin:0 auto;
  padding:28px 0 6px;
  text-align:center;
}
body.mp-vietnam .vn-year-picker .dkc-year-nav-label{
  margin:0 auto 14px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
body.mp-vietnam .vn-year-picker .dkc-year-nav-label::before{content:none}
body.mp-vietnam .vn-year-picker .bc-year-nav{
  width:100%;
  margin:0 auto;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
@media(max-width:720px){
  body.mp-vietnam .vn-year-picker{
    width:100%;
    padding:22px 0 4px;
  }
  body.mp-vietnam .vn-year-picker .dkc-year-nav-label{
    width:calc(100% - 28px);
  }
  body.mp-vietnam .vn-year-picker .bc-year-nav{
    width:calc(100% - 28px);
    padding:0;
  }
}


/* === Bối Cảnh axis cards — light framed pass === */
.bc-context-list{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  padding:24px;
  background:transparent;
}
.bc-dim{
  min-height:100%;
  padding:18px 18px 16px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.082);
  background:linear-gradient(180deg,rgba(255,255,255,.014),rgba(255,255,255,.004));
  box-shadow:none;
}
.bc-dim:hover{
  border-color:rgba(255,255,255,.13);
  background:linear-gradient(180deg,rgba(255,255,255,.022),rgba(255,255,255,.006));
}
.bc-dim-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:0 0 12px;
  margin:0 0 14px;
  border-bottom:1px solid rgba(255,255,255,.060);
  background:transparent;
}
.bc-dim-title{
  display:flex;
  align-items:center;
  gap:9px;
  font-size:14px;
  line-height:1.2;
  font-weight:900;
  color:#e7c76a;
}
.bc-dim-title::before{
  content:'';
  width:7px;
  height:7px;
  border-radius:999px;
  background:var(--dim-color, #e7c76a);
  opacity:.95;
  box-shadow:none;
}.bc-dim-hl ul{
  margin:0;
  padding:0;
  list-style:none;
}
.bc-dim-hl li{
  position:relative;
  margin:0 0 8px;
  padding-left:12px;
  color:rgba(255,255,255,.73);
  font-size:12.5px;
  line-height:1.58;
}
.bc-dim-hl li::before{
  content:'';
  position:absolute;
  left:0;
  top:.72em;
  width:4px;
  height:4px;
  border-radius:999px;
  background:rgba(255,255,255,.34);
}
@media(max-width:1080px){}
@media(max-width:720px){.bc-context-list{grid-template-columns:1fr;padding:16px;gap:14px}.bc-dim{padding:16px}}



/* Bối Cảnh — year picker clean placement */
#bc-sticky-year{display:none}
.bc-year-picker{
  width:min(560px,calc(100% - 36px));
  margin:32px auto 36px;
  text-align:center;
}
.bc-year-picker .dkc-year-nav-label{
  display:flex;
  justify-content:center;
  align-items:center;
  margin:0 auto 14px;
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
  color:rgba(236,220,166,.82);
  font-size:11px;
  line-height:1;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.bc-year-picker .dkc-year-nav-label::before{content:none}
.bc-year-picker .bc-year-controls{
  width:max-content;
  max-width:100%;
  margin:0 auto;
  padding:5px;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:5px;
  border:1px solid rgba(231,199,106,.16);
  border-radius:999px;
  background:rgba(255,255,255,.018);
}
.bc-year-control,
.bc-year-select{
  min-height:36px;
  border:0;
  border-radius:999px;
  background:transparent;
  color:rgba(255,255,255,.78);
  font:800 11px/1 inherit;
}
.bc-year-control{
  padding:0 14px;
  cursor:pointer;
}
.bc-year-control:hover,
.bc-year-control:focus-visible,
.bc-year-select:hover,
.bc-year-select:focus-visible{
  background:rgba(231,199,106,.08);
  color:#f2d77f;
  outline:none;
}
.bc-year-control:disabled{
  opacity:.32;
  cursor:not-allowed;
}
.bc-year-current{
  color:rgba(231,199,106,.88);
  border-left:1px solid rgba(231,199,106,.13);
  border-right:1px solid rgba(231,199,106,.13);
  border-radius:0;
}
.bc-year-step{
  width:36px;
  padding:0;
  font-size:20px;
  font-weight:500;
}
.bc-year-select-wrap{
  position:relative;
}
.bc-year-select{
  min-width:104px;
  padding:0 34px 0 16px;
  appearance:none;
  cursor:pointer;
  color:#f4e3ad;
  font-size:12px;
}
.bc-year-select-wrap::after{
  content:"";
  position:absolute;
  right:16px;
  top:50%;
  width:7px;
  height:7px;
  border-right:1px solid #d9bd66;
  border-bottom:1px solid #d9bd66;
  transform:translateY(-70%) rotate(45deg);
  pointer-events:none;
}
.bc-year-select option{
  background:#0b0c0d;
  color:#f3f3f3;
}
.bc-year-block[hidden]{
  display:none !important;
}
@media(max-width:720px){
  .bc-year-picker{margin:24px auto 30px}
  .bc-year-picker .bc-year-controls{
    display:flex;
    width:max-content;
    max-width:100%;
  }
  .bc-year-select-wrap{
    width:auto;
  }
  .bc-year-current{
    grid-column:auto;
    grid-row:auto;
  }
}


/* === DKC 369_6 polish — Bối Cảnh / Việt Nam nhẹ khung hơn === */
.bc-context-list{
  gap:18px;
}
.bc-dim{
  border:1px solid rgba(255,255,255,.108);
  background:linear-gradient(180deg,rgba(255,255,255,.022),rgba(255,255,255,.008));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
}
.bc-dim:hover{
  border-color:rgba(231,199,106,.20);
  background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.012));
}
.bc-dim-head{
  padding:0 0 13px;
  margin:0 0 13px;
  border-bottom:1px solid rgba(255,255,255,.075);
}
.bc-dim-title{
  color:#ecd28d;
}
.bc-dim-hl li{
  color:rgba(255,255,255,.76);
}
.bc-dim-hl li::before{
  width:4px;
  height:4px;
  background:rgba(231,199,106,.46);
}

/* Bối Cảnh + Việt Nam: khung nhẹ cho từng trục/chủ đề, rõ hơn để đọc lâu đỡ mỏi */
body.mp-boicanh .bc-context-list{
  gap:18px;
  padding:24px;
}
body.mp-boicanh .bc-dim,
body.mp-boicanh .bc-source-line{
  min-height:100%;
  padding:18px 18px 16px;
  border-radius:18px;
  border:1px solid rgba(231,199,106,.16);
  background:linear-gradient(180deg,rgba(231,199,106,.040),rgba(255,255,255,.010));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045);
}
body.mp-boicanh .bc-dim:hover,
body.mp-boicanh .bc-source-line:hover{
  border-color:rgba(231,199,106,.26);
  background:linear-gradient(180deg,rgba(231,199,106,.055),rgba(255,255,255,.014));
}
body.mp-boicanh .bc-dim-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:0 0 13px;
  margin:0 0 13px;
  border-bottom:1px solid rgba(231,199,106,.105);
  background:transparent;
}
body.mp-boicanh .bc-dim-title{
  display:flex;
  align-items:center;
  gap:9px;
  color:#ecd28d;
  font-size:14px;
  line-height:1.25;
  font-weight:900;
}
body.mp-boicanh .bc-dim-title::before{
  content:'';
  width:7px;
  height:7px;
  min-width:7px;
  border-radius:999px;
  background:var(--dim-color,#e7c76a);
  opacity:.96;
}
body.mp-boicanh .bc-dim-hl ul{
  margin:0;
  padding:0;
  list-style:none;
}
body.mp-boicanh .bc-dim-hl li{
  position:relative;
  margin:0 0 8px;
  padding-left:13px;
  color:rgba(255,255,255,.78);
  font-size:12.5px;
  line-height:1.58;
}
body.mp-boicanh .bc-dim-hl li::before{
  content:'';
  position:absolute;
  left:0;
  top:.72em;
  width:4px;
  height:4px;
  border-radius:999px;
  background:rgba(231,199,106,.58);
}

body.mp-boicanh .bc-dim-driver{
  margin:-4px 0 13px;
  color:rgba(255,255,255,.50);
  font-size:10.5px;
  font-weight:520;
  line-height:1.45;
  letter-spacing:.01em;
}
body.mp-boicanh .bc-dim-driver::before{
  content:'Hội tụ';
  display:inline-block;
  margin-right:7px;
  color:rgba(231,199,106,.82);
  font-size:9px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

@media(max-width:640px){
  body.mp-boicanh .bc-dim-driver{
    margin:-4px 0 10px;
    font-size:10px;
  }
}
@media(max-width:720px){
  body.mp-boicanh .bc-context-list{padding:16px;gap:14px}
  body.mp-boicanh .bc-dim,
  body.mp-boicanh .bc-source-line{padding:16px;border-radius:16px}
}

/* === Bối Cảnh / Việt Nam — soft axis border final === */
body.mp-boicanh .bc-context-list,
body.mp-vietnam .bc-context-list{
  gap:18px;
}
body.mp-boicanh .bc-dim,
body.mp-vietnam .bc-dim{
  border:1px solid rgba(231,199,106,.105);
  background:transparent;
  box-shadow:none;
}
body.mp-boicanh .bc-dim:hover,
body.mp-vietnam .bc-dim:hover{
  border-color:rgba(231,199,106,.18);
  background:transparent;
}
body.mp-boicanh .bc-dim-head,
body.mp-vietnam .bc-dim-head{
  border-bottom:1px solid rgba(255,255,255,.065);
}
body.mp-boicanh .bc-dim-title,
body.mp-vietnam .bc-dim-title{
  color:#ecd28d;
}
body.mp-boicanh .bc-dim-hl li,
body.mp-vietnam .bc-dim-hl li{
  color:rgba(255,255,255,.74);
}
body.mp-boicanh .bc-dim-hl li::before,
body.mp-vietnam .bc-dim-hl li::before{
  background:rgba(231,199,106,.42);
}


/* Bối Cảnh — compact source header alignment */
body.mp-boicanh .bc-year-head{
  display:grid;
  grid-template-columns:130px minmax(0,1fr);
  align-items:center;
  column-gap:26px;
  padding:30px 36px 27px;
}
body.mp-boicanh .bc-year-num{
  margin:0;
  align-self:center;
  line-height:.82;
  letter-spacing:-.07em;
}
body.mp-boicanh .bc-year-meta{
  min-width:0;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:3px;
}
body.mp-boicanh .bc-year-source{
  display:block;
  max-width:940px;
  margin:0;
  color:rgba(255,255,255,.66);
  font-size:12.3px;
  line-height:1.48;
  font-weight:650;
}
body.mp-boicanh .bc-year-source .bc-source-label{
  color:#d8bd66;
  font-weight:900;
  letter-spacing:.01em;
}
body.mp-boicanh .bc-year-synthesis{
  max-width:940px;
  margin-top:7px;
  padding-top:8px;
  border-top:1px solid rgba(231,199,106,.12);
  color:rgba(255,255,255,.84);
  font-size:12.5px;
  line-height:1.55;
  font-weight:680;
}
body.mp-boicanh .bc-year-synthesis .bc-source-label{
  color:#ecd28d;
  font-weight:900;
}
@media (max-width:760px){
  body.mp-boicanh .bc-year-head{
    grid-template-columns:1fr;
    align-items:start;
    row-gap:12px;
    padding:24px 20px 21px;
  }
  body.mp-boicanh .bc-year-num{
    font-size:52px;
    line-height:.86;
  }
  body.mp-boicanh .bc-year-source{
    font-size:12.1px;
    line-height:1.48;
    margin-bottom:4px;
  }
}

/* Audit fix — 3 trang Bối Cảnh / Việt Nam / Tổng Hợp: title + year header alignment */
body.mp-boicanh .bc-year-head,
body.mp-vietnam .bc-year-head{
  display:grid ;
  grid-template-columns:minmax(112px,140px) auto minmax(0,1fr) ;
  align-items:center ;
  column-gap:22px ;
  row-gap:8px ;
  padding:30px 36px 27px ;
}
body.mp-boicanh .bc-year-head > .bc-year-num,
body.mp-vietnam .bc-year-head > .bc-year-num{
  grid-column:1 ;
  grid-row:1 ;
  margin:0 ;
  align-self:center ;
  white-space:nowrap ;
}
body.mp-boicanh .bc-year-head > .bc-year-phase,
body.mp-vietnam .bc-year-head > .bc-year-phase{
  grid-column:2 ;
  grid-row:1 ;
  margin:0 ;
  align-self:center ;
  white-space:nowrap ;
  color:#ecd28d ;
  font-size:1.18rem ;
  line-height:1.15 ;
}
body.mp-boicanh .bc-year-head > .bc-year-meta,
body.mp-vietnam .bc-year-head > .bc-year-meta{
  grid-column:3 ;
  grid-row:1 ;
  min-width:0 ;
  max-width:none ;
  margin:0 ;
  padding:0 ;
  display:flex ;
  flex-direction:column ;
  justify-content:center ;
  gap:4px ;
}
body.mp-vietnam .bc-year-meta > .bc-year-phase{
  margin:0 0 2px ;
  color:#ecd28d ;
  font-size:1.28rem ;
  line-height:1.12 ;
  letter-spacing:-.02em ;
  font-weight:950 ;
}
body.mp-vietnam .bc-year-meta > .bc-year-napm{
  margin:0 ;
  max-width:none ;
}
@media (max-width:900px){
  body.mp-boicanh .bc-year-head,
  body.mp-vietnam .bc-year-head{
    grid-template-columns:1fr ;
    align-items:start ;
    padding:24px 20px 21px ;
  }
  body.mp-boicanh .bc-year-head > .bc-year-num,
  body.mp-vietnam .bc-year-head > .bc-year-num,
  body.mp-boicanh .bc-year-head > .bc-year-phase,
  body.mp-vietnam .bc-year-head > .bc-year-phase,
  body.mp-boicanh .bc-year-head > .bc-year-meta,
  body.mp-vietnam .bc-year-head > .bc-year-meta{
    grid-column:1 ;
    grid-row:auto ;
  }
  body.mp-boicanh .bc-year-head > .bc-year-phase,
  body.mp-vietnam .bc-year-head > .bc-year-phase{
    white-space:normal ;
  }
}

/* Bối Cảnh uses source synthesis, not market-cycle phase labels. */
body.mp-boicanh .bc-year-head{
  grid-template-columns:minmax(112px,140px) minmax(0,1fr) ;
}
body.mp-boicanh .bc-year-head > .bc-year-meta{
  grid-column:2 ;
}
@media (max-width:900px){
  body.mp-boicanh .bc-year-head{
    grid-template-columns:1fr ;
  }
  body.mp-boicanh .bc-year-head > .bc-year-meta{
    grid-column:1 ;
  }
}

/* Bối Cảnh 2026 approved visual draft: year-only header and one accent color. */
body.mp-boicanh .bc-year-block .bc-year-head{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:122px;
  padding:28px 20px;
  border-bottom:1px solid rgba(255,255,255,.065);
  background:transparent;
}
body.mp-boicanh .bc-year-block .bc-year-num{
  margin:0;
  color:#f2d889;
  font-size:clamp(4rem,7vw,6.2rem);
  line-height:.88;
  letter-spacing:-.075em;
  text-align:center;
  text-shadow:none;
}
body.mp-boicanh .bc-year-block .bc-year-meta,
body.mp-boicanh .bc-year-block .bc-dim-driver,
body.mp-boicanh .bc-year-block > .bc-divider{
  display:none;
}
body.mp-boicanh .bc-year-block .bc-dim{
  --dim-color:#e7c76a;
}
body.mp-boicanh .bc-year-block .bc-dim-title{
  color:#ecd28d;
}
body.mp-boicanh .bc-year-block .bc-dim-title::before{
  background:#e7c76a;
  box-shadow:none;
}
body.mp-boicanh .bc-year-block .bc-dim-hl li::before{
  background:rgba(231,199,106,.46);
}
@media(max-width:760px){
  body.mp-boicanh .bc-year-block .bc-year-head{
    min-height:96px;
    padding:24px 18px;
  }
}


/* Generated from inline styles in boi-canh.html. Keeps original visual output while removing style attributes. */
.dkc_inline_boi_canh_001{--yr-c1:#f59e0b;--yr-c2:#f59e0b;--yr-accent:#f59e0b;--yr-rgb:245,158,11;}
.dkc_inline_boi_canh_002{--dim-color:#f87171;--dim-bg:rgba(255,255,255,0.045);--dim-rgb:134,239,172;}
.dkc_inline_boi_canh_003{--dim-color:#fb923c;--dim-bg:rgba(255,255,255,0.045);--dim-rgb:134,239,172;}
.dkc_inline_boi_canh_004{--dim-color:#7dd3fc;--dim-bg:rgba(255,255,255,0.045);--dim-rgb:134,239,172;}
.dkc_inline_boi_canh_005{--dim-color:#fbbf24;--dim-bg:rgba(255,255,255,0.045);--dim-rgb:134,239,172;}
.dkc_inline_boi_canh_006{--dim-color:#60a5fa;--dim-bg:rgba(255,255,255,0.045);--dim-rgb:134,239,172;}
.dkc_inline_boi_canh_007{--dim-color:#34d399;--dim-bg:rgba(255,255,255,0.045);--dim-rgb:134,239,172;}
.dkc_inline_boi_canh_008{--dim-color:#c4b5fd;--dim-bg:rgba(255,255,255,0.045);--dim-rgb:134,239,172;}
.dkc_inline_boi_canh_009{--dim-color:#f9a8d4;--dim-bg:rgba(255,255,255,0.045);--dim-rgb:134,239,172;}
.dkc_inline_boi_canh_010{--dim-color:#38bdf8;--dim-bg:rgba(255,255,255,0.045);--dim-rgb:134,239,172;}
.dkc_inline_boi_canh_011{--yr-c1:#38bdf8;--yr-c2:#38bdf8;--yr-accent:#38bdf8;--yr-rgb:56,189,248;}
.dkc_inline_boi_canh_012{--yr-c1:#fbbf24;--yr-c2:#fbbf24;--yr-accent:#fbbf24;--yr-rgb:245,158,11;}
.dkc_inline_boi_canh_013{--yr-c1:#fb923c;--yr-c2:#fb923c;--yr-accent:#fb923c;--yr-rgb:245,158,11;}
.dkc_inline_boi_canh_014{--yr-c1:#4ade80;--yr-c2:#4ade80;--yr-accent:#4ade80;--yr-rgb:34,197,94;}
.dkc_inline_boi_canh_015{--yr-c1:#34d399;--yr-c2:#34d399;--yr-accent:#34d399;--yr-rgb:34,197,94;}
.dkc_inline_boi_canh_016{--yr-c1:#c4b5fd;--yr-c2:#c4b5fd;--yr-accent:#c4b5fd;--yr-rgb:139,92,246;}
.dkc_inline_boi_canh_017{--yr-c1:#fb923c;--yr-c2:#fb923c;--yr-accent:#fb923c;--yr-rgb:249,115,22;}
.dkc_inline_boi_canh_018{--yr-c1:#f87171;--yr-c2:#f87171;--yr-accent:#f87171;--yr-rgb:239,68,68;}
.dkc_inline_boi_canh_019{--yr-c1:#94a3b8;--yr-c2:#94a3b8;--yr-accent:#94a3b8;--yr-rgb:148,163,184;}


/* Generated from inline styles in viet-nam.html. Keeps original visual output while removing style attributes. */
.dkc_inline_viet_nam_001{font-size:.86rem;line-height:1.7;color:rgba(232,255,241,.78);}
.bc-basis{
  max-width:1120px;
  margin:0 auto 22px;
  padding:0 0 16px;
  border-bottom:1px solid rgba(255,255,255,.08);
  color:rgba(255,255,255,.68);
}
.bc-basis summary{
  width:max-content;
  color:#e9cf75;
  cursor:pointer;
  font-size:.78rem;
  font-weight:800;
}
.bc-basis ul{margin:12px 0 10px;padding-left:18px}
.bc-basis li{margin:4px 0;font-size:.86rem;line-height:1.55}
.bc-basis a{color:#aaa;font-size:.76rem;text-decoration:underline;text-underline-offset:3px}
.bc-basis a:hover{color:#e9cf75}
.vn-method{
  width:min(1120px,calc(100% - 36px));
  margin:0 auto 30px;
  padding-bottom:16px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.vn-method>summary{
  width:max-content;
  color:#e9cf75;
  cursor:pointer;
  font-size:.82rem;
  font-weight:800;
}
.vn-method[open]>summary{margin-bottom:18px}
