/* Comic Pop - Cartoon theme for the user panel */
@import url('https://fonts.googleapis.com/css2?family=Bangers&family=Nunito:wght@400;600;800&display=swap');

body[data-theme="comic-pop"] {
  --t-bg: #0b0b0b;
  --t-bg2: #161616;
  --t-card: #131313;
  --t-line: #000000;
  --t-ink: #fff8e7;
  --t-muted: #b3aa98;
  --t-acc: #ffd60a;
  --t-acc2: #ff3b3b;
  --t-radius: 14px;
  --bs-primary: #ffd60a;
  --bs-primary-rgb: 255, 214, 10;
  --bs-link-color: #ffd60a;
  --bs-link-hover-color: #ff3b3b;
  --bs-body-bg: #0b0b0b;
  --bs-body-color: #fff8e7;
  --bs-border-color: #000000;
  --bs-emphasis-color: #fff8e7;
  --bs-secondary-color: #b3aa98;
  font-family: 'Nunito', system-ui, sans-serif;
  color: var(--t-ink);
  background: var(--t-bg);
  background-image: radial-gradient(rgba(255,255,255,.07) 1.2px, transparent 1.3px);
  background-attachment: fixed;
}

body[data-theme="comic-pop"] h1,
body[data-theme="comic-pop"] h2,
body[data-theme="comic-pop"] h3,
body[data-theme="comic-pop"] h4,
body[data-theme="comic-pop"] h5,
body[data-theme="comic-pop"] h6,
body[data-theme="comic-pop"] .navbar-brand,
body[data-theme="comic-pop"] .btn { font-family: 'Bangers', cursive; letter-spacing: .04em; }

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

/* tables */
body[data-theme="comic-pop"] .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(255,214,10,.08); --bs-table-hover-color: var(--t-ink); --bs-table-hover-bg: rgba(255,214,10,.08); }
body[data-theme="comic-pop"] .table > thead { color: var(--t-acc); text-transform: uppercase; font-size: .74rem; letter-spacing: .08em; }

/* nav */
body[data-theme="comic-pop"] .site-nav { background: rgba(11,11,11,.94); border-bottom: 4px solid #ffd60a; backdrop-filter: blur(12px); }
body[data-theme="comic-pop"] .site-nav .nav-link { color: var(--t-muted); font-weight: 600; }
body[data-theme="comic-pop"] .site-nav .nav-link:hover,
body[data-theme="comic-pop"] .site-nav .nav-link.active { color: var(--t-acc); }
body[data-theme="comic-pop"] .navbar-brand,
body[data-theme="comic-pop"] .navbar-brand span { color: var(--t-ink) !important; }
body[data-theme="comic-pop"] .brand-mark { background: linear-gradient(135deg, var(--t-acc), var(--t-acc2)); color: #111111; border-radius: var(--t-radius); }
body[data-theme="comic-pop"] .navbar-toggler { border-color: var(--t-line); color: var(--t-ink); }
body[data-theme="comic-pop"] .navbar-toggler-icon { filter: invert(1) brightness(1.6); }
body[data-theme="comic-pop"] .nav-balance { background: rgba(255,214,10,.16); color: var(--t-acc); border: 1px solid var(--t-line); border-radius: 999px; padding: .25rem .7rem; font-weight: 700; }

/* buttons + forms */
body[data-theme="comic-pop"] .btn-primary { --bs-btn-bg: var(--t-acc); --bs-btn-border-color: var(--t-acc); --bs-btn-color: #111111; --bs-btn-hover-bg: var(--t-acc2); --bs-btn-hover-border-color: var(--t-acc2); --bs-btn-hover-color: #111111; --bs-btn-active-bg: var(--t-acc2); --bs-btn-active-color: #111111; }
body[data-theme="comic-pop"] .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: #111111; }
body[data-theme="comic-pop"] .btn-light,
body[data-theme="comic-pop"] .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="comic-pop"] .btn { border-radius: var(--t-radius); font-weight: 700; }
body[data-theme="comic-pop"] .form-control,
body[data-theme="comic-pop"] .form-select,
body[data-theme="comic-pop"] .input-group-text { background: #191919; color: var(--t-ink); border-color: var(--t-line); border-radius: var(--t-radius); }
body[data-theme="comic-pop"] .form-control::placeholder { color: var(--t-muted); }
body[data-theme="comic-pop"] .form-control:focus,
body[data-theme="comic-pop"] .form-select:focus { background: #191919; color: var(--t-ink); border-color: var(--t-acc); box-shadow: 0 0 0 .2rem rgba(255, 214, 10, .25); }
body[data-theme="comic-pop"] .form-select option { background: var(--t-bg2); color: var(--t-ink); }
body[data-theme="comic-pop"] .form-label,
body[data-theme="comic-pop"] label { color: var(--t-ink); }
body[data-theme="comic-pop"] .badge.bg-light,
body[data-theme="comic-pop"] .badge.text-bg-light { background: var(--t-bg2) !important; color: var(--t-ink) !important; }
body[data-theme="comic-pop"] .modal-content,
body[data-theme="comic-pop"] .offcanvas,
body[data-theme="comic-pop"] .dropdown-menu { background: var(--t-card); color: var(--t-ink); border-color: var(--t-line); }
body[data-theme="comic-pop"] .dropdown-item { color: var(--t-ink); }
body[data-theme="comic-pop"] .dropdown-item:hover { background: var(--t-bg2); color: var(--t-acc); }
body[data-theme="comic-pop"] .alert { border-radius: var(--t-radius); border-color: var(--t-line); background: var(--t-bg2); color: var(--t-ink); }
body[data-theme="comic-pop"] .nav-tabs .nav-link { color: var(--t-muted); }
body[data-theme="comic-pop"] .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="comic-pop"] .hero,
body[data-theme="comic-pop"] .hero-section { background: linear-gradient(135deg,#141414,#1d1405); color: var(--t-ink); }
body[data-theme="comic-pop"] .site-footer { background: #0a0a0a; color: var(--t-muted); border-top: 1px solid var(--t-line); }
body[data-theme="comic-pop"] .site-footer a { color: var(--t-muted); }
body[data-theme="comic-pop"] .site-footer a:hover { color: var(--t-acc); }
body[data-theme="comic-pop"] .footer-head { color: var(--t-ink); }
body[data-theme="comic-pop"] .social { border: 1px solid var(--t-line); color: var(--t-ink); }
body[data-theme="comic-pop"] .to-top { background: var(--t-acc); color: #111111; }

/* theme signature */

body[data-theme="comic-pop"] { background-size: 14px 14px; }
body[data-theme="comic-pop"] .card { border: 3px solid #000; box-shadow: 7px 7px 0 #ffd60a; }
body[data-theme="comic-pop"] .card:hover { transform: translate(-2px,-2px); box-shadow: 10px 10px 0 #ff3b3b; transition: .18s; }
body[data-theme="comic-pop"] .btn { border: 3px solid #000; box-shadow: 4px 4px 0 #000; text-transform: uppercase; }
body[data-theme="comic-pop"] .btn:active { transform: translate(3px,3px); box-shadow: none; }
body[data-theme="comic-pop"] h1, body[data-theme="comic-pop"] h2 { -webkit-text-stroke: 1.5px #000; text-shadow: 4px 4px 0 rgba(255,59,59,.85); font-size: calc(1.9em + .6vw); line-height: 1.15; }



/* ---- Theme artwork (comic-pop) ---- */
body[data-theme="comic-pop"]::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: url("../../img/themes/comic-pop.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: .35;
  mix-blend-mode: normal;
  filter: none;
  -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="comic-pop"] { position: relative; }
body[data-theme="comic-pop"] .theme-hero-art {
  background-image: url("../../img/themes/comic-pop.jpg");
  display: block;
}
@media (max-width: 767.98px) {
  body[data-theme="comic-pop"]::before { background-attachment: scroll; opacity: calc(.35 * .8); }
}
