/**
 * TecnoAndroid — comprehensive dark mode (v2)
 * Loaded after main + helpers; beats forced light header/footer and hardcoded ink.
 */

/* ----- Tokens ----- */
[data-theme="dark"],
.ta-dark{
  --ta-ink:#F5F6F2;
  --ta-color-bg:#0B0E11;
  --ta-color-text:#F2F3F5;
  --ta-color-text-secondary:#9AA0AC;
  --ta-color-surface:#171B24;
  --ta-color-border:#262B36;
  --ta-color-accent:#F5F6F2;
  --ta-color-link:#F5F6F2;
  --ta-color-link-hover:#D6FF3E;
  --ta-color-primary:#F5F6F2;
  --ta-header-bg:#12151A;
  --ta-header-text:#F5F6F2;
  --ta-header-muted:#9AA0AC;
  --ta-header-border:#262B36;
  --ta-header-surface:#1B1F24;
  --ta-footer-bg:#12151A;
  --ta-footer-text:#9AA0AC;
  --ta-intro-color:#9AA0AC;
  color-scheme:dark;
}

[data-theme="dark"] body,
.ta-dark body{
  background:var(--ta-color-bg)!important;
  color:var(--ta-color-text)!important;
}

/* ----- Header (beats CSS-vars white !important) ----- */
[data-theme="dark"] .ta-site-header,
.ta-dark .ta-site-header{
  background:#12151A!important;
  color:#F5F6F2!important;
  border-bottom-color:#262B36!important;
  box-shadow:none;
}
[data-theme="dark"] .ta-site-header.is-scrolled,
.ta-dark .ta-site-header.is-scrolled{
  box-shadow:0 6px 20px rgba(0,0,0,.45);
}
[data-theme="dark"] .ta-logo--text,
[data-theme="dark"] .ta-logo-text,
[data-theme="dark"] .ta-logo-word,
.ta-dark .ta-logo--text,
.ta-dark .ta-logo-text,
.ta-dark .ta-logo-word{
  color:#F5F6F2!important;
}

/* Icon / dark-toggle / search */
[data-theme="dark"] .ta-icon-btn,
.ta-dark .ta-icon-btn{
  color:#C8CDD8!important;
  border-color:transparent;
  background:transparent;
}
[data-theme="dark"] .ta-icon-btn:hover,
[data-theme="dark"] .ta-icon-btn:focus-visible,
.ta-dark .ta-icon-btn:hover,
.ta-dark .ta-icon-btn:focus-visible{
  background:#1B1F24!important;
  color:#F5F6F2!important;
}
[data-theme="dark"] .ta-dark-toggle,
.ta-dark .ta-dark-toggle{
  border-color:#323844!important;
  background:#1B1F24!important;
  color:#F5F6F2!important;
}
[data-theme="dark"] .ta-nav-search,
[data-theme="dark"] .ta-search-open--mobile,
.ta-dark .ta-nav-search,
.ta-dark .ta-search-open--mobile{
  background:#1B1F24!important;
  border-color:#323844!important;
  color:#F5F6F2!important;
  box-shadow:none!important;
}
[data-theme="dark"] .ta-nav-search:hover,
[data-theme="dark"] .ta-nav-search:focus-visible,
[data-theme="dark"] .ta-search-open--mobile:hover,
[data-theme="dark"] .ta-search-open--mobile:focus-visible,
.ta-dark .ta-nav-search:hover,
.ta-dark .ta-nav-search:focus-visible,
.ta-dark .ta-search-open--mobile:hover,
.ta-dark .ta-search-open--mobile:focus-visible{
  background:#D6FF3E!important;
  border-color:#C3EB2A!important;
  color:#0B0E11!important;
}
[data-theme="dark"] .ta-nav-search:focus-visible{
  outline-color:#D6FF3E;
}
[data-theme="dark"] .ta-search-panel,
.ta-dark .ta-search-panel{
  background:#12151A!important;
  border-top-color:#262B36!important;
}
[data-theme="dark"] .ta-search-form input,
.ta-dark .ta-search-form input{
  background:#171B24!important;
  color:#F2F3F5!important;
  border-color:#323844!important;
}
[data-theme="dark"] .ta-search-form input::placeholder{
  color:#9AA0AC;
}

/* Mobile drawer */
[data-theme="dark"] .ta-mobile-drawer,
.ta-dark .ta-mobile-drawer{
  background:#0B0E11!important;
  color:#F2F3F5!important;
}
[data-theme="dark"] .ta-mobile-drawer-bar,
.ta-dark .ta-mobile-drawer-bar{
  color:#F5F6F2!important;
  border-bottom-color:#262B36!important;
}
[data-theme="dark"] .ta-menu-mobile a,
.ta-dark .ta-menu-mobile a{
  color:#F2F3F5!important;
  border-bottom-color:#262B36!important;
}
[data-theme="dark"] .ta-menu-mobile a:hover,
.ta-dark .ta-menu-mobile a:hover{
  color:#F5F6F2!important;
  background:#171B24!important;
}
[data-theme="dark"] .ta-mobile-social,
.ta-dark .ta-mobile-social{
  border-top-color:#262B36!important;
}
[data-theme="dark"] .ta-mobile-social-label,
.ta-dark .ta-mobile-social-label{
  color:#9AA0AC!important;
}

/* Nav live (desktop) */
[data-theme="dark"] .ta-menu,
[data-theme="dark"] .ta-menu--live,
.ta-dark .ta-menu,
.ta-dark .ta-menu--live{
  background:linear-gradient(180deg,#171B24 0%,#15181B 100%)!important;
  border-color:#262B36!important;
}
[data-theme="dark"] .ta-nav-indicator,
.ta-dark .ta-nav-indicator{
  background:#1B1F24!important;
  border-color:#323844!important;
  box-shadow:0 4px 14px rgba(0,0,0,.35)!important;
}
[data-theme="dark"] .ta-menu > li > a,
[data-theme="dark"] .ta-menu--live > li > a,
.ta-dark .ta-menu > li > a,
.ta-dark .ta-menu--live > li > a{
  color:#C8CDD8!important;
}
[data-theme="dark"] .ta-menu > li > a:hover,
[data-theme="dark"] .ta-menu > li > a:focus-visible,
[data-theme="dark"] .ta-menu--live > li > a:hover,
[data-theme="dark"] .ta-menu--live > li > a:focus-visible,
[data-theme="dark"] .ta-menu .current-menu-item > a,
[data-theme="dark"] .ta-menu .current_page_item > a,
[data-theme="dark"] .ta-menu .current-menu-ancestor > a,
[data-theme="dark"] .ta-menu--live .current-menu-item > a,
[data-theme="dark"] .ta-menu--live .current_page_item > a,
[data-theme="dark"] .ta-menu--live .current-menu-ancestor > a,
[data-theme="dark"] .ta-menu--live > li.is-active > a,
.ta-dark .ta-menu > li > a:hover,
.ta-dark .ta-menu--live > li > a:hover,
.ta-dark .ta-menu .current-menu-item > a,
.ta-dark .ta-menu--live .current-menu-item > a,
.ta-dark .ta-menu--live > li.is-active > a{
  color:#F5F6F2!important;
}
[data-theme="dark"] .ta-menu .sub-menu,
[data-theme="dark"] .ta-menu--live .sub-menu,
.ta-dark .ta-menu .sub-menu,
.ta-dark .ta-menu--live .sub-menu{
  background:#15181B!important;
  border-color:#262B36!important;
  box-shadow:0 18px 40px rgba(0,0,0,.45)!important;
}
[data-theme="dark"] .ta-menu .sub-menu a,
[data-theme="dark"] .ta-menu--live .sub-menu a,
.ta-dark .ta-menu .sub-menu a,
.ta-dark .ta-menu--live .sub-menu a{
  color:#E8EAEF!important;
}
[data-theme="dark"] .ta-menu .sub-menu a:hover,
[data-theme="dark"] .ta-menu--live .sub-menu a:hover,
.ta-dark .ta-menu .sub-menu a:hover,
.ta-dark .ta-menu--live .sub-menu a:hover{
  background:#1B1F24!important;
  color:#F5F6F2!important;
}

/* Ticker */
[data-theme="dark"] .ta-ticker,
.ta-dark .ta-ticker{
  background:#15181B!important;
  border-bottom-color:#262B36!important;
}

/* ----- Titles / links / cards (homepage + shared) ----- */
[data-theme="dark"] .ta-topic-title,
[data-theme="dark"] .ta-side-box-title,
[data-theme="dark"] .ta-ultimora-label,
[data-theme="dark"] .ta-yt-title,
[data-theme="dark"] .ta-yt-card-title,
[data-theme="dark"] .ta-article-title,
[data-theme="dark"] .ta-related-title,
[data-theme="dark"] .ta-archive-title,
[data-theme="dark"] .ta-mobile-latest-title,
[data-theme="dark"] .ta-follow-box-title,
[data-theme="dark"] h1,
[data-theme="dark"] h2,
[data-theme="dark"] h3,
[data-theme="dark"] h4,
.ta-dark .ta-topic-title,
.ta-dark .ta-side-box-title,
.ta-dark .ta-ultimora-label,
.ta-dark .ta-yt-title,
.ta-dark .ta-yt-card-title,
.ta-dark .ta-article-title,
.ta-dark .ta-related-title,
.ta-dark .ta-archive-title,
.ta-dark .ta-mobile-latest-title,
.ta-dark .ta-follow-box-title,
.ta-dark h1,
.ta-dark h2,
.ta-dark h3,
.ta-dark h4{
  color:#F5F6F2!important;
}

[data-theme="dark"] .ta-card-title,
[data-theme="dark"] .ta-card--secondary .ta-card-title,
[data-theme="dark"] .ta-card--horizontal .ta-card-title,
[data-theme="dark"] .ta-card--grid .ta-card-title,
[data-theme="dark"] .ta-card--archive .ta-card-title,
[data-theme="dark"] .ta-card--featured .ta-card-title,
[data-theme="dark"] .ta-card--related .ta-card-title,
[data-theme="dark"] .ta-topic-split > .ta-card--secondary .ta-card-title,
[data-theme="dark"] .ta-most-read-t,
[data-theme="dark"] .ta-sw-row-title,
.ta-dark .ta-card-title,
.ta-dark .ta-card--secondary .ta-card-title,
.ta-dark .ta-card--horizontal .ta-card-title,
.ta-dark .ta-most-read-t,
.ta-dark .ta-sw-row-title{
  color:#F2F3F5!important;
}

[data-theme="dark"] .ta-card-link:hover .ta-card-title,
[data-theme="dark"] .ta-sw-row:hover .ta-sw-row-title,
[data-theme="dark"] .ta-sw-row:focus-visible .ta-sw-row-title,
.ta-dark .ta-card-link:hover .ta-card-title,
.ta-dark .ta-sw-row:hover .ta-sw-row-title{
  color:#D6FF3E!important;
}

[data-theme="dark"] .ta-card--secondary .ta-card-link,
[data-theme="dark"] .ta-card--grid .ta-card-link,
[data-theme="dark"] .ta-card--archive .ta-card-link,
[data-theme="dark"] .ta-card--featured .ta-card-link,
[data-theme="dark"] .ta-card--related .ta-card-link,
.ta-dark .ta-card--secondary .ta-card-link,
.ta-dark .ta-card--grid .ta-card-link,
.ta-dark .ta-card--archive .ta-card-link,
.ta-dark .ta-card--featured .ta-card-link,
.ta-dark .ta-card--related .ta-card-link{
  background:#15181B!important;
  border-color:#262B36!important;
  box-shadow:0 1px 3px rgba(0,0,0,.4)!important;
}
[data-theme="dark"] .ta-card--secondary .ta-card-link:hover,
[data-theme="dark"] .ta-card--grid .ta-card-link:hover,
[data-theme="dark"] .ta-card--archive .ta-card-link:hover,
[data-theme="dark"] .ta-card--featured .ta-card-link:hover,
.ta-dark .ta-card--secondary .ta-card-link:hover{
  box-shadow:0 18px 36px rgba(0,0,0,.45)!important;
  border-color:#323844!important;
}

[data-theme="dark"] .ta-card-meta,
.ta-dark .ta-card-meta{
  border-top-color:#262B36!important;
  color:#9AA0AC!important;
}
[data-theme="dark"] .ta-card-excerpt,
[data-theme="dark"] .ta-topic-all,
[data-theme="dark"] .ta-yt-all,
[data-theme="dark"] .ta-yt-date,
[data-theme="dark"] .ta-sw-row-meta,
[data-theme="dark"] .ta-meta-line,
[data-theme="dark"] .article-introduction,
.ta-dark .ta-card-excerpt,
.ta-dark .ta-topic-all,
.ta-dark .ta-yt-all,
.ta-dark .ta-sw-row-meta,
.ta-dark .article-introduction{
  color:#9AA0AC!important;
}
[data-theme="dark"] .ta-topic-all:hover,
[data-theme="dark"] .ta-yt-all:hover{
  color:#D6FF3E!important;
}
[data-theme="dark"] .ta-most-read-n{
  color:#323844!important;
}
[data-theme="dark"] .ta-side-box,
[data-theme="dark"] .ta-promo-box:not(.ta-promo-telegram),
.ta-dark .ta-side-box{
  background:#171B24!important;
}
[data-theme="dark"] .ta-most-read,
.ta-dark .ta-most-read{
  border-top-color:#262B36!important;
}
[data-theme="dark"] .ta-ultimora-item,
.ta-dark .ta-ultimora-item{
  border-top-color:#262B36!important;
  color:#F2F3F5!important;
}
[data-theme="dark"] .ta-ultimora-item time,
.ta-dark .ta-ultimora-item time{
  color:#9AA0AC!important;
}

/* Mobile latest feed */
[data-theme="dark"] .ta-sw-row,
.ta-dark .ta-sw-row{
  border-bottom-color:#262B36!important;
  color:#F2F3F5!important;
}
[data-theme="dark"] .ta-sw-row-media,
.ta-dark .ta-sw-row-media{
  background:#1B1F24!important;
}
[data-theme="dark"] .ta-sw-row-ph,
.ta-dark .ta-sw-row-ph{
  background:linear-gradient(135deg,#1B1F24,#15181B)!important;
}
[data-theme="dark"] .ta-mobile-latest-more,
[data-theme="dark"] .ta-topic-all--mobile,
.ta-dark .ta-mobile-latest-more,
.ta-dark .ta-topic-all--mobile{
  background:#1B1F24!important;
  border-color:#323844!important;
  color:#F5F6F2!important;
}
[data-theme="dark"] .ta-mobile-latest-more:hover,
[data-theme="dark"] .ta-mobile-latest-more:focus-visible,
[data-theme="dark"] .ta-topic-all--mobile:hover,
[data-theme="dark"] .ta-topic-all--mobile:focus-visible,
.ta-dark .ta-mobile-latest-more:hover,
.ta-dark .ta-topic-all--mobile:hover{
  background:#D6FF3E!important;
  border-color:#C3EB2A!important;
  color:#0B0E11!important;
}

/* Follow box */
[data-theme="dark"] .ta-follow-box,
.ta-dark .ta-follow-box{
  background:#15181B!important;
  border-color:#262B36!important;
}
[data-theme="dark"] .ta-follow-chip:focus-visible{
  outline-color:#D6FF3E;
}

/* YT section */
[data-theme="dark"] .ta-yt-head,
.ta-dark .ta-yt-head{
  border-bottom-color:#262B36!important;
}
[data-theme="dark"] .ta-yt-card,
.ta-dark .ta-yt-card{
  color:#F2F3F5!important;
}

/* Single / archive shared */
[data-theme="dark"] .ta-breadcrumb ol,
[data-theme="dark"] .ta-kicker,
[data-theme="dark"] .ta-disclosure,
[data-theme="dark"] .ta-featured figcaption,
[data-theme="dark"] .ta-archive-empty,
.ta-dark .ta-breadcrumb ol,
.ta-dark .ta-kicker,
.ta-dark .ta-disclosure{
  color:#9AA0AC!important;
}
[data-theme="dark"] .ta-disclosure,
.ta-dark .ta-disclosure{
  background:#171B24!important;
}
[data-theme="dark"] .ta-author-name,
.ta-dark .ta-author-name{
  color:#F2F3F5!important;
}
[data-theme="dark"] .ta-article-content,
.ta-dark .ta-article-content{
  color:#E8EAEF;
}
[data-theme="dark"] .ta-article-content a,
.ta-dark .ta-article-content a{
  color:#D6FF3E;
}
[data-theme="dark"] .ta-pagination .page-numbers,
.ta-dark .ta-pagination .page-numbers{
  background:#15181B!important;
  border-color:#262B36!important;
  color:#F2F3F5!important;
}
[data-theme="dark"] .ta-pagination .page-numbers:hover,
.ta-dark .ta-pagination .page-numbers:hover{
  color:#F5F6F2!important;
  border-color:#323844!important;
}
[data-theme="dark"] .ta-pagination .page-numbers.current,
.ta-dark .ta-pagination .page-numbers.current{
  background:#D6FF3E!important;
  color:#0B0E11!important;
  border-color:#D6FF3E!important;
}
[data-theme="dark"] .ta-archive-count,
.ta-dark .ta-archive-count{
  background:#15181B!important;
  border-color:#262B36!important;
  color:#9AA0AC!important;
}
[data-theme="dark"] .ta-archive-tab,
.ta-dark .ta-archive-tab{
  color:#C8CDD8!important;
  background:#15181B!important;
  border-color:#262B36!important;
}
[data-theme="dark"] .ta-archive-tab:hover,
[data-theme="dark"] .ta-archive-tab.is-active,
.ta-dark .ta-archive-tab:hover,
.ta-dark .ta-archive-tab.is-active{
  color:#F5F6F2!important;
  background:#1B1F24!important;
  border-color:#323844!important;
}

/* Footer */
[data-theme="dark"] .ta-site-footer,
.ta-dark .ta-site-footer{
  background:#12151A!important;
  color:#9AA0AC!important;
  border-top-color:#262B36!important;
}
[data-theme="dark"] .ta-footer-main,
.ta-dark .ta-footer-main{
  background:
    radial-gradient(ellipse 70% 80% at 50% 0%, rgba(214,255,62,.08), transparent 55%),
    #12151A!important;
}
[data-theme="dark"] .ta-footer-desc,
[data-theme="dark"] .ta-footer-line,
[data-theme="dark"] .ta-footer-line--affiliate,
[data-theme="dark"] .ta-footer-updated,
.ta-dark .ta-footer-desc,
.ta-dark .ta-footer-line,
.ta-dark .ta-footer-updated{
  color:#9AA0AC!important;
}
[data-theme="dark"] .ta-footer-social-label,
[data-theme="dark"] .ta-footer-line--copy,
.ta-dark .ta-footer-social-label,
.ta-dark .ta-footer-line--copy{
  color:#F5F6F2!important;
}
[data-theme="dark"] .ta-footer-legal,
.ta-dark .ta-footer-legal{
  background:#0B0E11!important;
  border-top-color:#262B36!important;
}
[data-theme="dark"] .ta-footer-legal-nav a,
.ta-dark .ta-footer-legal-nav a{
  color:#F2F3F5!important;
}
[data-theme="dark"] .ta-footer-legal-nav a:hover,
.ta-dark .ta-footer-legal-nav a:hover{
  color:#D6FF3E!important;
}
[data-theme="dark"] .ta-footer-sep,
.ta-dark .ta-footer-sep{
  color:#4B5162!important;
}

/* Buttons that stay accent-readable */
[data-theme="dark"] .ta-btn-accent,
[data-theme="dark"] .ta-btn-offer,
.ta-dark .ta-btn-accent,
.ta-dark .ta-btn-offer{
  color:#0B0E11!important;
}

/* Toggle icons */
[data-theme="dark"] .ta-ico-moon{display:none}
[data-theme="dark"] .ta-ico-sun{display:block!important}
