/* ============================================================
   EST 4 LIFE skin — the "EST 4 Life" mixtape era (Aug 2012).
   Warlike, crew-loyalty grit: smoky charcoal black, brush-white
   hand lettering, anarchy red as the flag color. Military
   stencil buttons, a giant red anarchy mark watermarked behind
   the page, slow-drifting smoke haze, dark vignette.
   Loaded after styles.css; everything scoped under
   body.est4life. ADMIN-ONLY until Jordan releases it.
   ============================================================ */

/* ---- base: smoky charcoal, brush-white ink, anarchy red ---- */
body.est4life {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background:
    radial-gradient(1200px 600px at 50% -12%, rgba(58, 58, 58, .55) 0%, transparent 60%) fixed,
    radial-gradient(900px 500px at 8% 100%, rgba(184, 31, 36, .08) 0%, transparent 55%) fixed,
    radial-gradient(700px 700px at 50% 45%, transparent 55%, rgba(0, 0, 0, .75) 100%) fixed,
    #141414;
  color: #F2F0EA;
  --accent: #B81F24;        /* anarchy red — the era's flag */
  --accent-deep: #7e1418;   /* darker anarchy red */
  --accent2: #e04046;       /* hot red (hovers, glows) */
  --brush: #F2F0EA;         /* brush white */
  --char: #141414;          /* near-black charcoal */
  --smoke: #232323;         /* smoke-gray panels */
  --smoke2: #2e2e2e;        /* lighter smoke */
  --line: #3A3A3A;          /* concrete gray */
  --text: #F2F0EA;
  --muted: #a8a39a;         /* dusty muted */
  --radius: 0px;            /* sharp, militant corners */
  --shadow: 0 8px 28px rgba(0, 0, 0, .6);
  --font-brush: 'Permanent Marker', 'Oswald', cursive;
  --font-stencil: 'Oswald', 'Arial Narrow', sans-serif;
}
body.est4life input, body.est4life select,
body.est4life textarea, body.est4life button {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
body.est4life .muted { color: #a8a39a; }

/* giant red anarchy mark watermarked behind the main column */
body.est4life::before {
  content: "\24B6";
  position: fixed;
  left: 50%; top: 44%;
  transform: translate(-50%, -50%);
  font-size: 78vmin;
  line-height: 1;
  color: rgba(184, 31, 36, .05);
  pointer-events: none;
  z-index: 0;
}
/* slow-drifting smoke wisps at low opacity */
body.est4life::after {
  content: "";
  position: fixed;
  inset: -20%;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(420px 200px at 20% 30%, rgba(160, 160, 160, .06) 0%, transparent 70%),
    radial-gradient(520px 260px at 75% 65%, rgba(160, 160, 160, .05) 0%, transparent 70%),
    radial-gradient(380px 220px at 55% 85%, rgba(184, 31, 36, .04) 0%, transparent 70%);
  animation: est4life-smoke-drift 38s ease-in-out infinite alternate;
}
body.est4life main#main { position: relative; z-index: 1; }
@keyframes est4life-smoke-drift {
  from { transform: translate3d(-3%, -1%, 0) rotate(-1deg); }
  to   { transform: translate3d(3%, 2%, 0) rotate(1.5deg); }
}

/* ---- charcoal scrollbars ---- */
body.est4life::-webkit-scrollbar { width: 14px; height: 14px; }
body.est4life::-webkit-scrollbar-track { background: #0d0d0d; }
body.est4life::-webkit-scrollbar-thumb { background: #3A3A3A; border: 2px solid #0d0d0d; border-radius: 0; }
body.est4life::-webkit-scrollbar-thumb:hover { background: #B81F24; }

/* ============================================================
   BUTTONS — military stencil: anarchy red, brush-white
   condensed capitals, sharp corners, black border. Hover sweeps
   a white brush-stroke underline across the button.
   ============================================================ */
body.est4life .btn {
  position: relative;
  overflow: hidden;
  background: #B81F24;
  color: #F2F0EA;
  border: 2px solid #000;
  border-radius: 0;
  box-shadow: 0 2px 0 #000, 0 3px 8px rgba(0, 0, 0, .5);
  text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  padding: 12px 18px;
  min-height: 44px;
}
body.est4life .btn::after {
  content: "";
  position: absolute;
  left: 10px; right: 10px; bottom: 6px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #F2F0EA 12%, #F2F0EA 88%, transparent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .28s ease;
}
body.est4life .btn:hover { background: #d1262c; }
body.est4life .btn:hover::after { transform: scaleX(1); }
body.est4life .btn:active { background: #7e1418; transform: translateY(1px); box-shadow: 0 1px 0 #000; }
body.est4life .btn.primary { background: #B81F24; }
body.est4life .btn.ghost { background: transparent; color: #F2F0EA; border: 2px solid #B81F24; box-shadow: none; text-shadow: none; }
body.est4life .btn.ghost::after { background: linear-gradient(90deg, transparent, #B81F24 12%, #B81F24 88%, transparent); }
body.est4life .btn.ghost:hover { background: rgba(184, 31, 36, .15); }
body.est4life .btn.danger { background: #7e1418; border-color: #000; color: #F2F0EA; }
body.est4life .btn:disabled { background: #2e2e2e; color: #777; border-color: #000; box-shadow: none; opacity: 1; text-shadow: none; }
body.est4life .btn:disabled::after { display: none; }
body.est4life .btn.tiny { font-size: 11px; padding: 5px 10px; min-height: 0; }

/* header 40px control boxes — keep sizing/spacing untouched,
   dress them in charcoal + red */
body.est4life .icon-btn, body.est4life .notif-bell, body.est4life .user-chip,
body.est4life .sheet-x, body.est4life .wl-popup-x, body.est4life .modal-x {
  background: #232323;
  color: #F2F0EA;
  border: 1px solid #3A3A3A;
  border-radius: 0;
  box-shadow: inset 0 1px 0 rgba(242, 240, 234, .08);
}
body.est4life .icon-btn:hover, body.est4life .notif-bell:hover, body.est4life .user-chip:hover,
body.est4life .sheet-x:hover, body.est4life .wl-popup-x:hover, body.est4life .modal-x:hover {
  border-color: #B81F24;
  color: #fff;
  background: #2e2e2e;
}
body.est4life .notif-badge { background: #B81F24; color: #F2F0EA; border: 1px solid #000; }

/* ============================================================
   POPUPS — dark smoke panels, brush-white titles with a thin
   red rule, heavy black frame
   ============================================================ */
body.est4life .modal { backdrop-filter: none; background: rgba(5, 5, 5, .78); }
body.est4life .modal-card,
body.est4life .wl-popup-card {
  position: relative;
  background: #1c1c1c;
  color: #F2F0EA;
  border: 2px solid #000;
  outline: 1px solid #3A3A3A;
  outline-offset: 3px;
  border-radius: 0;
  box-shadow: 0 12px 40px rgba(0, 0, 0, .75);
  text-align: left;
  animation: none;
}
body.est4life .modal-card h2, body.est4life .modal-card h3,
body.est4life .wl-popup-card h2, body.est4life .wl-popup-card h3 {
  font-family: 'Permanent Marker', cursive;
  font-weight: 400;
  color: #F2F0EA;
  letter-spacing: .03em;
  border-bottom: 2px solid #B81F24;
  padding-bottom: 8px;
}
body.est4life .modal-card .muted, body.est4life .wl-popup-card .muted { color: #a8a39a; }

/* ============================================================
   FORM FIELDS — dark inset, stencil focus ring
   ============================================================ */
body.est4life input[type="text"], body.est4life input[type="search"],
body.est4life input[type="email"], body.est4life input[type="password"],
body.est4life input[type="number"], body.est4life input[type="date"],
body.est4life select, body.est4life textarea {
  background: #101010;
  color: #F2F0EA;
  border: 1px solid #3A3A3A;
  border-radius: 0;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, .6);
}
body.est4life input::placeholder, body.est4life textarea::placeholder { color: #6e6a62; }

/* ============================================================
   NAV TABS — smoke text, active tab is a red stencil plate
   ============================================================ */
body.est4life .tab {
  color: #a8a39a;
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 0;
}
body.est4life .tab:hover { color: #F2F0EA; }
body.est4life .tab.active {
  background: #B81F24;
  color: #F2F0EA;
  border: 2px solid #000;
  box-shadow: 0 2px 0 #000;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}

/* ============================================================
   CARDS & PANELS — dark smoke panels; titles are hand-brushed
   white lettering with a thin red rule underneath
   ============================================================ */
body.est4life .card, body.est4life .panel, body.est4life .sheet,
body.est4life .show-card, body.est4life .thread-card {
  background: #232323;
  color: #F2F0EA;
  border: 1px solid #3A3A3A;
  border-radius: 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .55);
}
body.est4life .card h2, body.est4life .card h3,
body.est4life .panel h2, body.est4life .panel h3,
body.est4life .show-card h2, body.est4life .show-card h3,
body.est4life .thread-card h2, body.est4life .thread-card h3 {
  font-family: 'Permanent Marker', cursive;
  font-weight: 400;
  color: #F2F0EA;
  letter-spacing: .03em;
  border-bottom: 2px solid #B81F24;
  padding-bottom: 6px;
}
body.est4life .card .muted, body.est4life .panel .muted,
body.est4life .show-card .muted { color: #a8a39a; }

/* section divider: small red anarchy mark flanked by brush rules */
body.est4life .brush-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 18px 0;
  color: #B81F24;
}
body.est4life .brush-divider::before, body.est4life .brush-divider::after {
  content: "";
  flex: 1;
  height: 5px;
  background: repeating-linear-gradient(90deg, #F2F0EA 0 26px, rgba(242,240,234,.55) 26px 34px, #F2F0EA 34px 60px);
  mask: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  -webkit-mask: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  opacity: .5;
}
body.est4life .brush-divider span { font-size: 20px; line-height: 1; }

/* ============================================================
   HEADER — "MACHINE GUN KELLY PRESENTS" thin condensed credit
   above a brush-script wordmark, red anarchy mark behind it
   ============================================================ */
body.est4life .brand-name, body.est4life .site-title {
  font-family: 'Permanent Marker', cursive;
  font-weight: 400;
  color: #F2F0EA;
  text-shadow: 2px 2px 0 #000, 3px 3px 0 rgba(184, 31, 36, .8);
  letter-spacing: .05em;
  position: relative;
  z-index: 1;
}
body.est4life .brand-name::before {
  content: "MACHINE GUN KELLY PRESENTS";
  display: block;
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .42em;
  color: #a8a39a;
  text-shadow: none;
  margin-bottom: 2px;
}
body.est4life .brand { position: relative; }
body.est4life .brand::after {
  content: "\24B6";
  position: absolute;
  left: -4px; top: 50%;
  transform: translateY(-54%);
  font-size: 52px;
  line-height: 1;
  color: rgba(184, 31, 36, .32);
  pointer-events: none;
}
body.est4life .brand-mark g { fill: #B81F24; }
body.est4life header, body.est4life .topbar {
  background: linear-gradient(#1e1e1e, #101010);
  border-bottom: 3px solid #B81F24;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .7);
}

/* ============ EST 4 LIFE HOMEPAGE ============ */
body.est4life .home-wrap { max-width: 860px; margin: 0 auto; padding: 18px 14px 40px; display: flex; flex-direction: column; gap: 18px; }

/* combat-clipboard window chrome: charcoal title bar, red edge */
body.est4life .mac-window {
  background: #1c1c1c;
  border: 2px solid #000;
  outline: 1px solid #3A3A3A;
  outline-offset: 3px;
  border-radius: 0;
  box-shadow: 0 8px 26px rgba(0, 0, 0, .65);
  overflow: hidden;
}
body.est4life .mac-titlebar {
  display: flex; align-items: center; gap: 8px;
  background: linear-gradient(#2e2e2e, #1a1a1a);
  border-bottom: 2px solid #B81F24;
  padding: 7px 12px;
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-size: 12px; font-weight: 600;
  color: #F2F0EA;
  letter-spacing: .22em;
  text-transform: uppercase;
}
body.est4life .mac-titlebar::before { content: "\24B6"; color: #B81F24; font-size: 15px; }
body.est4life .mac-lights { display: inline-flex; gap: 6px; }
body.est4life .mac-lights i { width: 10px; height: 10px; border-radius: 0; border: 1px solid #000; }
body.est4life .mac-lights .mac-r { background: #B81F24; }
body.est4life .mac-lights .mac-y { background: #F2F0EA; }
body.est4life .mac-lights .mac-g { background: #3A3A3A; }
body.est4life .mac-filename { flex: 1; text-align: left; }

/* Masthead — smoke haze over charcoal, giant brush logo */
body.est4life .home-masthead-body {
  padding: 34px 18px 38px; text-align: center;
  background:
    radial-gradient(560px 260px at 50% 118%, rgba(184, 31, 36, .22) 0%, transparent 62%),
    radial-gradient(400px 200px at 18% 20%, rgba(160, 160, 160, .08) 0%, transparent 70%),
    radial-gradient(400px 200px at 82% 30%, rgba(160, 160, 160, .07) 0%, transparent 70%),
    linear-gradient(#1a1a1a 0%, #101010 100%);
  position: relative;
  overflow: hidden;
}
body.est4life .home-masthead-body::after {
  content: "\24B6";
  position: absolute;
  right: -30px; bottom: -70px;
  font-size: 260px;
  line-height: 1;
  color: rgba(184, 31, 36, .10);
  pointer-events: none;
}
body.est4life .home-kicker {
  display: inline-block; margin: 0 0 16px; padding: 6px 18px;
  background: #B81F24; color: #F2F0EA;
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-weight: 700; letter-spacing: .26em; font-size: 12px;
  text-transform: uppercase;
  transform: rotate(-2deg);
  border: 2px solid #000;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, .65);
}
body.est4life .home-logo {
  margin: 0; font-family: 'Permanent Marker', cursive;
  font-weight: 400;
  font-size: clamp(36px, 8vw, 70px);
  letter-spacing: .03em; color: #F2F0EA;
  text-shadow: 3px 3px 0 #B81F24, 6px 6px 0 rgba(0, 0, 0, .7);
  line-height: 1.05;
  transform: rotate(-1deg);
}
body.est4life .home-logo span { display: block; font-size: .48em; letter-spacing: .32em; color: #e04046; }
body.est4life .home-tagline { margin: 16px 0 0; color: #a8a39a; font-size: 15px; font-style: italic; }

/* home tiles — charcoal plates, red stencil labels */
body.est4life .tile {
  background: #232323; color: #F2F0EA;
  border: 1px solid #3A3A3A; border-radius: 0;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .5);
}
body.est4life .tile:hover { border-color: #B81F24; background: #2a2a2a; }
body.est4life .tile .tile-label {
  color: #F2F0EA;
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
}
body.est4life .tile .tile-sub { color: #a8a39a; }

/* readme window body */
body.est4life .home-readme-body { padding: 16px 18px 18px; font-size: 14px; color: #F2F0EA; }
body.est4life .home-readme-body p { margin: 0 0 10px; }
body.est4life .home-readme-body p:last-child { margin-bottom: 0; }

/* ticker — red stencil marquee on black */
body.est4life .home-ticker {
  background: #0d0d0d; border: 1px solid #B81F24; border-radius: 0;
  color: #e04046; overflow: hidden; white-space: nowrap; padding: 8px 0;
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-weight: 600; letter-spacing: .12em; font-size: 13px; text-transform: uppercase;
}

/* ============================================================
   CHAT — smoke bubbles; own messages are anarchy red
   ============================================================ */
body.est4life .chat-bubble, body.est4life .msg {
  background: #2e2e2e; color: #F2F0EA;
  border: 1px solid #3A3A3A; border-radius: 0;
}
body.est4life .chat-bubble.own, body.est4life .msg.own {
  background: #B81F24; color: #F2F0EA; border-color: #000;
  box-shadow: 0 2px 0 #000;
}
body.est4life .chat-launcher {
  background: #B81F24; color: #F2F0EA;
  border: 2px solid #000;
  border-radius: 0;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .6);
}

/* ============================================================
   NOTIFICATIONS — dark ledger, red unread edge
   ============================================================ */
body.est4life .notif-list, body.est4life .notif-item {
  background: #1c1c1c; color: #F2F0EA;
  border-color: #3A3A3A;
}
body.est4life .notif-item.unread { border-left: 4px solid #B81F24; }
body.est4life .notif-item:hover { background: #262626; }

/* ============================================================
   FOOTER — black with a red stamped EST mark
   ============================================================ */
body.est4life .site-footer, body.est4life footer {
  border-top: 3px solid #B81F24;
  background: #0d0d0d;
  color: #a8a39a;
}
body.est4life .est-stamp, body.est4life .footer-est {
  font-family: 'Permanent Marker', cursive;
  color: #B81F24;
  border: 2px solid #B81F24;
  border-radius: 0;
  letter-spacing: .14em;
  transform: rotate(-3deg);
  padding: 4px 12px;
}
body.est4life .foot-donate a, body.est4life .donate-link {
  color: #e04046;
}

/* ============================================================
   DE-PINK — hard-coded pink glows in the base stylesheet
   become anarchy red. (var(--accent) already flips; these are
   the literal pink values the variable swap can't reach.)
   ============================================================ */
body.est4life .attend-btn.on { box-shadow: 0 4px 14px rgba(184, 31, 36, .45); }
body.est4life .alert-btn.on { background: rgba(184, 31, 36, .16); }
body.est4life .chip.active { box-shadow: 0 4px 16px rgba(184, 31, 36, .5); }
body.est4life .stat-card.hero { background: linear-gradient(135deg, rgba(184, 31, 36, .25), #232323 65%); }
body.est4life .badge-pick.sel { box-shadow: 0 0 0 1px var(--accent), 0 0 14px rgba(184, 31, 36, .4); }
body.est4life .dm-row.unread { box-shadow: 0 0 12px rgba(184, 31, 36, .25); }
body.est4life .filters input[type="search"]:focus,
body.est4life .search-wrap input:focus,
body.est4life .auth-card input:focus,
body.est4life .form-grid input:focus,
body.est4life .form-grid textarea:focus { box-shadow: 0 0 0 3px rgba(184, 31, 36, .25); }
body.est4life .home-logo { text-shadow: 3px 3px 0 #B81F24, 6px 6px 0 rgba(0, 0, 0, .7); }

/* ============================================================
   My Shows tiles + hero + install banner — charcoal plates,
   red icon chips, matching the EST 4 Life theme.
   ============================================================ */
body.est4life .my-subnav-card {
  background: #232323;
  color: #F2F0EA;
  border: 1px solid #3A3A3A;
  border-radius: 0;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .5);
}
body.est4life .my-subnav-card::before {
  background: radial-gradient(120% 90% at 50% 0%, rgba(184, 31, 36, .16), transparent 70%);
}
body.est4life .my-subnav-card[data-goto="songs"] { --tile-glow: rgba(184, 31, 36, .2); }
body.est4life .my-subnav-card[data-goto="states"] { --tile-glow: rgba(184, 31, 36, .2); }
body.est4life .my-subnav-card:hover { border-color: #B81F24; }
body.est4life .my-subnav-emoji {
  background: linear-gradient(140deg, #d1262c, #7e1418);
  border: 1px solid #000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .5), inset 0 1px 0 rgba(255, 255, 255, .18);
  border-radius: 0;
}
body.est4life .my-subnav-txt b { color: #F2F0EA; }
body.est4life .my-subnav-txt small { color: #a8a39a; }
body.est4life .songpct {
  background: linear-gradient(160deg, rgba(184, 31, 36, .14), rgba(35, 35, 35, .02)), #232323;
  color: #F2F0EA;
  border: 1px solid #3A3A3A;
  border-radius: 0;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .5);
}
body.est4life .songpct-num { color: #e04046; font-family: 'Oswald', 'Arial Narrow', sans-serif; font-weight: 700; }
body.est4life .songpct-txt .muted { color: #a8a39a; }
body.est4life .songpct-bar { background: rgba(184, 31, 36, .18); }
body.est4life .install-banner {
  background: linear-gradient(135deg, rgba(184, 31, 36, .16), rgba(184, 31, 36, .04));
  border: 1px solid #B81F24;
  border-radius: 0;
  color: #F2F0EA;
}

/* ============================================================
   ERA-AUTHENTICITY SWEEP v133 (Sep 17 2026) — EST 4 LIFE
   Militant squad poster: stencil dog-tag buttons, contact-
   sheet cards with red XX selects, DJ-host stamps, repeating
   XX poster pattern, CLEVELAND steel masthead.
   ============================================================ */
/* repeating XX poster pattern behind masthead */
body.est4life .home-masthead-body { position: relative; overflow: hidden; }
body.est4life .home-masthead-body::before {
  content: "XX XX XX XX XX XX XX XX";
  position: absolute; left: 0; right: 0; top: 6px;
  font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 15px;
  letter-spacing: .6em;
  color: rgba(200,16,46,.4);
  white-space: nowrap;
  pointer-events: none;
}
body.est4life .home-masthead-body::after {
  content: "EST 4 LIFE";
  position: absolute; right: 12px; bottom: 8px;
  font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: .3em;
  color: #f2f2f2;
  background: #c8102e;
  padding: 5px 10px 5px 14px;
  transform: rotate(-3deg);
  box-shadow: 3px 3px 0 #0a0a0a;
  pointer-events: none;
}
/* stencil dog-tag buttons */
body.est4life .btn {
  background: linear-gradient(#3a3a3a, #1e1e1e);
  color: #f2f2f2;
  border: 2px solid #0a0a0a;
  border-radius: 999px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: .24em;
  position: relative;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 4px 0 #0a0a0a;
}
body.est4life .btn::before {
  content: "XX";
  font-size: 10px;
  border: 1px solid #c8102e;
  color: #c8102e;
  border-radius: 3px;
  padding: 1px 5px;
  margin-right: 8px;
  letter-spacing: .1em;
}
body.est4life .btn.primary {
  background: linear-gradient(#e01838, #8e0b21);
  color: #fff;
}
/* stencil-plate nav tabs */
body.est4life .tab {
  background: #141414;
  border: 2px solid #3d3d3d;
  color: #cfcfcf;
  border-radius: 3px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: .2em;
}
body.est4life .tab.active {
  background: #c8102e;
  border-color: #c8102e;
  color: #fff;
  box-shadow: 0 0 14px rgba(200,16,46,.65);
}
/* crew contact-sheet cards with red XX selects */
body.est4life .show-card, body.est4life .thread-card {
  position: relative;
  background: #0d0d0d;
  color: #e8e8e8;
  border: 6px solid #1e1e1e;
  outline: 1px solid #3d3d3d;
  border-radius: 2px;
  box-shadow: 0 10px 30px rgba(0,0,0,.65);
}
body.est4life .show-card::before, body.est4life .thread-card::before {
  content: "XX";
  position: absolute; left: 8px; top: 8px;
  font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 20px;
  color: #c8102e;
  border: 3px solid #c8102e;
  border-radius: 50%;
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  transform: rotate(-12deg);
  pointer-events: none;
}
body.est4life .show-card::after, body.est4life .thread-card::after {
  content: "DUB-O • EST";
  position: absolute; right: 10px; bottom: 8px;
  font-family: 'Oswald', sans-serif; font-size: 10px; letter-spacing: .3em;
  color: #8a8a8a;
}
/* militant squad-poster popups with DJ host stamps */
body.est4life .wl-popup-card, body.est4life .modal-card {
  background:
    repeating-linear-gradient(-45deg, transparent 0 34px, rgba(200,16,46,.08) 34px 36px),
    #0d0d0d;
  border: 3px solid #c8102e;
  border-radius: 2px;
  color: #f2f2f2;
  box-shadow: 0 0 0 2px #0a0a0a, 0 0 26px rgba(200,16,46,.4), 0 18px 50px rgba(0,0,0,.7);
}
body.est4life .wl-popup-card::before {
  content: "HOSTED BY DJ WHOO KID • DJ E-V • DJ XPLOSIVE";
  display: block;
  text-align: center;
  font-family: 'Oswald', sans-serif; font-size: 10px; letter-spacing: .22em;
  color: #c8102e;
  border: 2px dashed #c8102e;
  border-radius: 4px;
  padding: 6px 8px;
  margin-bottom: 10px;
  transform: rotate(-1deg);
}
body.est4life .wl-popup-card h2, body.est4life .wl-popup-card h3 {
  font-family: 'Oswald', sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}
/* steel form fields */
body.est4life input, body.est4life select, body.est4life textarea {
  background: linear-gradient(#2b2f36, #1a1d22);
  border: 2px solid #3d3d3d;
  border-left: 5px solid #c8102e;
  color: #f2f2f2;
  font-family: 'Oswald', sans-serif;
  letter-spacing: .06em;
}
body.est4life .foot::after {
  content: "XX • EST 4 LIFE • DUB-O • CLEVELAND, OH";
  display: block; text-align: center;
  font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: .3em;
  color: #c8102e; margin-top: 10px;
}

/* ============================================================
   ERA RESEARCH PASS v134 (Sep 17 2026) — EST 4 LIFE
   Sourced: mgkestfam archive crawl Sep 16 2026 (2010–2018).
   Crew compilation "EST 4 LIFE" hosted by DJ E-V, DJ Whoo Kid
   and DJ Xplosive (archive). Crew roster: Dub-O, Slim/Slim
   Gudz, Dre, Irv, Rookie/J.P., DJ Ace, Deejay Xplosive,
   Sinclair, Ashleigh VeVerka, Tezo. Fan/crew phrases:
   "EST THAT'S MY TEAM HOE", "est4life", "Fuck you, we won't
   change for nothin'!", "#MGKLIVE", "2's Up". EST = Everyone
   Stands Together (Jordan-approved wording). The meaning of
   19XX is intentionally left unexplained.
   ============================================================ */
body.est4life .foot::before {
  content: "★ HOSTED BY DJ E-V • DJ WHOO KID • DJ XPLOSIVE ★";
  display: block; text-align: center;
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-size: 11px; letter-spacing: .22em;
  color: #f5f0e1; opacity: .9; margin-bottom: 8px;
}
body.est4life .home-ticker::after {
  content: "DUB-O • SLIM • DRE • IRV • ROOKIE • ACE • TEZO • EVERYONE STANDS TOGETHER • EST THAT'S MY TEAM HOE";
  display: block; text-align: center;
  font-family: 'Permanent Marker', cursive;
  font-size: 13px; letter-spacing: .06em;
  color: #ffe9a8; margin-top: 6px;
}
body.est4life .home-section-title::before {
  content: "★ EST 4 LIFE ★ ";
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-size: 12px; letter-spacing: .3em;
  color: #ffe9a8;
}
/* militant stencil: double-rule frame on the ticker */
body.est4life .home-ticker {
  border-top: 3px double rgba(255,233,168,.6);
  border-bottom: 3px double rgba(255,233,168,.6);
}
