/* Neon Tokyo - Anime theme for the user panel */
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@600;800&family=Chakra+Petch:wght@400;600&display=swap');

body[data-theme="neon-tokyo"] {
  --t-bg: #05060d;
  --t-bg2: #0c1024;
  --t-card: #090d1c;
  --t-line: #1d2550;
  --t-ink: #e8f6ff;
  --t-muted: #8ea0cf;
  --t-acc: #ff2ea6;
  --t-acc2: #22e1ff;
  --t-radius: 10px;
  --bs-primary: #ff2ea6;
  --bs-primary-rgb: 255, 46, 166;
  --bs-link-color: #ff2ea6;
  --bs-link-hover-color: #22e1ff;
  --bs-body-bg: #05060d;
  --bs-body-color: #e8f6ff;
  --bs-border-color: #1d2550;
  --bs-emphasis-color: #e8f6ff;
  --bs-secondary-color: #8ea0cf;
  font-family: 'Chakra Petch', system-ui, sans-serif;
  color: var(--t-ink);
  background: var(--t-bg);
  background-image: radial-gradient(700px 400px at 10% 0%, rgba(255,46,166,.22), transparent 60%), radial-gradient(700px 400px at 95% 20%, rgba(34,225,255,.18), transparent 60%), linear-gradient(transparent 96%, rgba(34,225,255,.10) 100%);
  background-attachment: fixed;
}

body[data-theme="neon-tokyo"] h1,
body[data-theme="neon-tokyo"] h2,
body[data-theme="neon-tokyo"] h3,
body[data-theme="neon-tokyo"] h4,
body[data-theme="neon-tokyo"] h5,
body[data-theme="neon-tokyo"] h6,
body[data-theme="neon-tokyo"] .navbar-brand,
body[data-theme="neon-tokyo"] .btn { font-family: 'Orbitron', system-ui, sans-serif; letter-spacing: .04em; }

/* surfaces */
body[data-theme="neon-tokyo"] .card,
body[data-theme="neon-tokyo"] .panel-card,
body[data-theme="neon-tokyo"] .stat-card,
body[data-theme="neon-tokyo"] .pricing-card,
body[data-theme="neon-tokyo"] .feature-card,
body[data-theme="neon-tokyo"] .testimonial,
body[data-theme="neon-tokyo"] .accordion-item,
body[data-theme="neon-tokyo"] .list-group-item,
body[data-theme="neon-tokyo"] .table {
  background: var(--t-card);
  color: var(--t-ink);
  border-color: var(--t-line);
  border-radius: var(--t-radius);
}
body[data-theme="neon-tokyo"] .card-header,
body[data-theme="neon-tokyo"] .card-footer,
body[data-theme="neon-tokyo"] .accordion-button { background: var(--t-bg2); color: var(--t-ink); border-color: var(--t-line); }
body[data-theme="neon-tokyo"] .accordion-button:not(.collapsed) { background: var(--t-bg2); color: var(--t-acc); box-shadow: none; }
body[data-theme="neon-tokyo"] .accordion-button::after { filter: invert(1) grayscale(1) brightness(2); }
body[data-theme="neon-tokyo"] .bg-light-soft,
body[data-theme="neon-tokyo"] .bg-light,
body[data-theme="neon-tokyo"] .bg-white { background: var(--t-bg2) !important; color: var(--t-ink); }
body[data-theme="neon-tokyo"] .text-muted,
body[data-theme="neon-tokyo"] .text-secondary,
body[data-theme="neon-tokyo"] .footer-text { color: var(--t-muted) !important; }
body[data-theme="neon-tokyo"] .text-dark,
body[data-theme="neon-tokyo"] .text-body { color: var(--t-ink) !important; }
body[data-theme="neon-tokyo"] .text-primary { color: var(--t-acc) !important; }
body[data-theme="neon-tokyo"] hr,
body[data-theme="neon-tokyo"] .footer-rule { border-color: var(--t-line); opacity: 1; }

/* tables */
body[data-theme="neon-tokyo"] .table { --bs-table-bg: transparent; --bs-table-color: var(--t-ink); --bs-table-border-color: var(--t-line); --bs-table-striped-color: var(--t-ink); --bs-table-striped-bg: rgba(34,225,255,.06); --bs-table-hover-color: var(--t-ink); --bs-table-hover-bg: rgba(34,225,255,.06); }
body[data-theme="neon-tokyo"] .table > thead { color: var(--t-acc); text-transform: uppercase; font-size: .74rem; letter-spacing: .08em; }

/* nav */
body[data-theme="neon-tokyo"] .site-nav { background: rgba(5,6,13,.82); border-bottom: 1px solid rgba(34,225,255,.35); backdrop-filter: blur(12px); }
body[data-theme="neon-tokyo"] .site-nav .nav-link { color: var(--t-muted); font-weight: 600; }
body[data-theme="neon-tokyo"] .site-nav .nav-link:hover,
body[data-theme="neon-tokyo"] .site-nav .nav-link.active { color: var(--t-acc); }
body[data-theme="neon-tokyo"] .navbar-brand,
body[data-theme="neon-tokyo"] .navbar-brand span { color: var(--t-ink) !important; }
body[data-theme="neon-tokyo"] .brand-mark { background: linear-gradient(135deg, var(--t-acc), var(--t-acc2)); color: #07030c; border-radius: var(--t-radius); }
body[data-theme="neon-tokyo"] .navbar-toggler { border-color: var(--t-line); color: var(--t-ink); }
body[data-theme="neon-tokyo"] .navbar-toggler-icon { filter: invert(1) brightness(1.6); }
body[data-theme="neon-tokyo"] .nav-balance { background: rgba(34,225,255,.12); color: var(--t-acc); border: 1px solid var(--t-line); border-radius: 999px; padding: .25rem .7rem; font-weight: 700; }

/* buttons + forms */
body[data-theme="neon-tokyo"] .btn-primary { --bs-btn-bg: var(--t-acc); --bs-btn-border-color: var(--t-acc); --bs-btn-color: #07030c; --bs-btn-hover-bg: var(--t-acc2); --bs-btn-hover-border-color: var(--t-acc2); --bs-btn-hover-color: #07030c; --bs-btn-active-bg: var(--t-acc2); --bs-btn-active-color: #07030c; }
body[data-theme="neon-tokyo"] .btn-outline-primary { --bs-btn-color: var(--t-acc); --bs-btn-border-color: var(--t-acc); --bs-btn-hover-bg: var(--t-acc); --bs-btn-hover-color: #07030c; }
body[data-theme="neon-tokyo"] .btn-light,
body[data-theme="neon-tokyo"] .btn-outline-secondary { --bs-btn-bg: var(--t-bg2); --bs-btn-color: var(--t-ink); --bs-btn-border-color: var(--t-line); --bs-btn-hover-bg: var(--t-line); --bs-btn-hover-color: var(--t-ink); }
body[data-theme="neon-tokyo"] .btn { border-radius: var(--t-radius); font-weight: 700; }
body[data-theme="neon-tokyo"] .form-control,
body[data-theme="neon-tokyo"] .form-select,
body[data-theme="neon-tokyo"] .input-group-text { background: #0a0f22; color: var(--t-ink); border-color: var(--t-line); border-radius: var(--t-radius); }
body[data-theme="neon-tokyo"] .form-control::placeholder { color: var(--t-muted); }
body[data-theme="neon-tokyo"] .form-control:focus,
body[data-theme="neon-tokyo"] .form-select:focus { background: #0a0f22; color: var(--t-ink); border-color: var(--t-acc); box-shadow: 0 0 0 .2rem rgba(255, 46, 166, .25); }
body[data-theme="neon-tokyo"] .form-select option { background: var(--t-bg2); color: var(--t-ink); }
body[data-theme="neon-tokyo"] .form-label,
body[data-theme="neon-tokyo"] label { color: var(--t-ink); }
body[data-theme="neon-tokyo"] .badge.bg-light,
body[data-theme="neon-tokyo"] .badge.text-bg-light { background: var(--t-bg2) !important; color: var(--t-ink) !important; }
body[data-theme="neon-tokyo"] .modal-content,
body[data-theme="neon-tokyo"] .offcanvas,
body[data-theme="neon-tokyo"] .dropdown-menu { background: var(--t-card); color: var(--t-ink); border-color: var(--t-line); }
body[data-theme="neon-tokyo"] .dropdown-item { color: var(--t-ink); }
body[data-theme="neon-tokyo"] .dropdown-item:hover { background: var(--t-bg2); color: var(--t-acc); }
body[data-theme="neon-tokyo"] .alert { border-radius: var(--t-radius); border-color: var(--t-line); background: var(--t-bg2); color: var(--t-ink); }
body[data-theme="neon-tokyo"] .nav-tabs .nav-link { color: var(--t-muted); }
body[data-theme="neon-tokyo"] .nav-tabs .nav-link.active { background: var(--t-card); color: var(--t-acc); border-color: var(--t-line) var(--t-line) var(--t-card); }

/* hero + footer */
body[data-theme="neon-tokyo"] .hero,
body[data-theme="neon-tokyo"] .hero-section { background: linear-gradient(140deg,#08000f,#001320); color: var(--t-ink); }
body[data-theme="neon-tokyo"] .site-footer { background: #04050b; color: var(--t-muted); border-top: 1px solid var(--t-line); }
body[data-theme="neon-tokyo"] .site-footer a { color: var(--t-muted); }
body[data-theme="neon-tokyo"] .site-footer a:hover { color: var(--t-acc); }
body[data-theme="neon-tokyo"] .footer-head { color: var(--t-ink); }
body[data-theme="neon-tokyo"] .social { border: 1px solid var(--t-line); color: var(--t-ink); }
body[data-theme="neon-tokyo"] .to-top { background: var(--t-acc); color: #07030c; }

/* theme signature */

body[data-theme="neon-tokyo"] .card { box-shadow: 0 0 0 1px rgba(34,225,255,.18), 0 18px 50px rgba(255,46,166,.12); }
body[data-theme="neon-tokyo"] .card:hover { box-shadow: 0 0 0 1px var(--t-acc), 0 0 34px rgba(255,46,166,.35); transform: translateY(-3px); transition: .25s; }
body[data-theme="neon-tokyo"] .btn-primary { box-shadow: 0 0 18px rgba(255,46,166,.6); }
body[data-theme="neon-tokyo"] .nav-balance { box-shadow: 0 0 14px rgba(34,225,255,.35); }
body[data-theme="neon-tokyo"] h1 { text-shadow: 0 0 10px rgba(34,225,255,.8), 0 0 28px rgba(255,46,166,.6); animation: nt-flicker 6s infinite; }
@keyframes nt-flicker { 0%,96%,100%{opacity:1} 97%{opacity:.72} 98%{opacity:1} 99%{opacity:.85} }



/* ---- Theme artwork (neon-tokyo) ---- */
body[data-theme="neon-tokyo"]::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: url("../../img/themes/neon-tokyo.jpg");
  background-size: cover;
  background-position: center 20%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: .30;
  mix-blend-mode: normal;
  filter: saturate(1.15);
  -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,.55) 55%, rgba(0,0,0,0) 100%);
  mask-image: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,.55) 55%, rgba(0,0,0,0) 100%);
}
body[data-theme="neon-tokyo"] { position: relative; }
body[data-theme="neon-tokyo"] .theme-hero-art {
  background-image: url("../../img/themes/neon-tokyo.jpg");
  display: block;
}
@media (max-width: 767.98px) {
  body[data-theme="neon-tokyo"]::before { background-attachment: scroll; opacity: calc(.30 * .8); }
}
