/* z3bl0g styling — extends zebtron.com /style.css */
/* 100% Pure, Unfiltered Images & Videos — No CRT Distortion */
.blog-page .crt-scan, .blog-page .crt-vig, .blog-page .crt-flick,
.shows-page .crt-scan, .shows-page .crt-vig, .shows-page .crt-flick,
.photos-page .crt-scan, .photos-page .crt-vig, .photos-page .crt-flick,
.post-single .crt-scan, .post-single .crt-vig, .post-single .crt-flick {
  display: none !important;
}

img, video, iframe {
  filter: none !important;
  mix-blend-mode: normal !important;
  opacity: 1 !important;
  image-rendering: auto !important;
}

.post-media-gallery, .post-media-frame, .post-media-frame img, .post-media-frame video, .card-thumb, .show-card-thumb {
  position: relative;
  z-index: 100;
  isolation: isolate;
  filter: none !important;
}

.blog-logo { font-size: clamp(54px, 12vw, 95px); margin-bottom: 0px; }
.feed-filters { display: flex; gap: 8px; flex-wrap: wrap; margin: 24px 0 20px; border-bottom: 1px dashed var(--line); padding-bottom: 14px; }
.filter-chip { background: var(--bg-raise); color: var(--paper-dim); border: 1px solid var(--line); padding: 6px 12px; font-family: inherit; font-size: 12.5px; border-radius: 4px; cursor: pointer; letter-spacing: .03em; transition: all .15s ease; }
.filter-chip:hover { color: var(--paper); border-color: var(--amber-dim); }
.filter-chip.active { background: var(--line); color: var(--amber); border-color: var(--amber); text-shadow: var(--glow); }
.feed-list { display: flex; flex-direction: column; gap: 20px; margin: 20px 0 40px; }
.feed-card { background: var(--bg-raise); border: 1px solid var(--line); border-radius: 6px; padding: 18px 20px; transition: border-color .15s, box-shadow .15s; display: grid; grid-template-columns: 1fr; gap: 12px; }
@media(min-width: 620px) { .feed-card:has(.card-thumb) { grid-template-columns: 1fr 140px; } .feed-card:has(.card-thumb) .card-action { grid-column: 1 / -1; } }
.feed-card:hover { border-color: var(--amber-dim); box-shadow: 0 0 12px rgba(255, 176, 0, .08); }
.card-meta { display: flex; align-items: center; gap: 10px; font-size: 12px; }
.card-date { color: var(--paper-dim); }
.category-badge { font-size: 11px; font-weight: 600; padding: 2px 6px; border-radius: 3px; letter-spacing: .04em; background: rgba(255, 176, 0, .12); color: var(--amber); border: 1px solid var(--amber-dim); }
.category-badge.cat-concert { background: rgba(79, 214, 201, .15); color: var(--cyan); border-color: var(--cyan); }
.category-badge.cat-family { background: rgba(73, 224, 138, .15); color: var(--green); border-color: var(--green); }
.category-badge.cat-35mm { background: rgba(255, 176, 0, .2); color: #ffca4b; border-color: var(--amber); }
.card-title { margin: 4px 0 8px; font-size: 20px; line-height: 1.3; }
.card-title a { color: var(--paper); text-decoration: none; transition: color .15s; }
.card-title a:hover { color: var(--amber); text-shadow: var(--glow); }
.card-concert-meta { font-size: 13px; color: var(--cyan); margin-bottom: 6px; }
.weather-badge { background: rgba(79, 214, 201, .1); border: 1px solid var(--cyan); padding: 1px 5px; border-radius: 3px; font-size: 11px; }
.card-summary { margin: 0 0 10px; color: var(--paper-dim); font-size: 14.5px; line-height: 1.5; }
.card-thumb img { width: 100%; height: 110px; object-fit: cover; border-radius: 4px; border: 1px solid var(--line); filter: none !important; }
.card-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 6px; }
.tag { font-size: 11.5px; color: var(--paper-dim); background: rgba(0, 0, 0, .3); padding: 1px 6px; border-radius: 3px; border: 1px dashed var(--line); }
.card-action { border-top: 1px dashed var(--line); padding-top: 8px; margin-top: 4px; }
.card-link { color: var(--amber); font-size: 13.5px; text-decoration: none; font-weight: 500; }
.card-link:hover { text-decoration: underline; }
.post-container { background: var(--bg-raise); border: 1px solid var(--line); border-radius: 6px; padding: 24px 24px 32px; margin: 20px 0 28px; }
.post-meta-top { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.post-title { margin: 0 0 16px; font-family: "VT323", monospace; font-size: clamp(34px, 7vw, 52px); line-height: 1.05; color: var(--amber); text-shadow: var(--glow); letter-spacing: .02em; }
.tags-row { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 1px dashed var(--line); }
.post-body { font-size: 16px; line-height: 1.7; color: var(--paper); }
.post-body p { margin: 0 0 18px; }
.post-body a { color: var(--cyan); text-decoration: underline; }
.post-body strong { color: var(--amber); }
.post-body blockquote { border-left: 3px solid var(--amber); padding-left: 14px; margin: 18px 0; color: var(--paper-dim); background: rgba(255, 176, 0, .05); padding: 8px 14px; border-radius: 0 4px 4px 0; }
.code-block { background: #050504; border: 1px solid var(--line); padding: 12px 14px; border-radius: 4px; overflow-x: auto; font-size: 14px; margin: 16px 0; }

/* Concert Infographics Card */
.concert-card { background: rgba(79, 214, 201, .04); border: 1px solid var(--cyan); border-radius: 6px; padding: 18px 20px; margin: 0 0 28px; }
.concert-infographics-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 10px; margin-bottom: 16px; }
.infographic-pill { background: #070705; border: 1px solid var(--line); border-radius: 4px; padding: 10px 12px; }
.infographic-pill.artist-pill { border-color: rgba(255, 176, 0, .4); }
.infographic-pill.venue-pill { border-color: rgba(79, 214, 201, .4); }
.infographic-pill.weather-pill { border-color: rgba(73, 224, 138, .4); }
.pill-head { display: flex; justify-content: space-between; font-size: 10.5px; font-weight: 600; color: var(--paper-dim); letter-spacing: .04em; margin-bottom: 4px; }
.pill-value { font-size: 14.5px; font-weight: 600; color: var(--paper); }
.pill-sub { font-size: 11.5px; color: var(--paper-dim); margin-top: 2px; }
.concert-extra-meta { display: flex; flex-direction: column; gap: 6px; font-size: 13.5px; color: var(--paper-dim); border-top: 1px dashed rgba(79, 214, 201, .25); padding-top: 10px; margin-top: 10px; }
.concert-detail-line b { color: var(--cyan); }
.artist-bio-snippet { font-size: 12.5px; color: var(--paper-dim); background: rgba(0,0,0,.3); padding: 8px 10px; border-radius: 4px; border-left: 2px solid var(--cyan); margin-top: 4px; }
.artist-bio-snippet small { color: var(--amber); font-weight: 600; display: block; margin-bottom: 2px; }
.show-setlist { margin-top: 14px; padding-top: 12px; border-top: 1px dashed rgba(79, 214, 201, .3); font-size: 13px; }
.show-setlist pre { margin: 6px 0 0; font-family: inherit; color: var(--paper); background: #050504; padding: 10px 12px; border-radius: 4px; border: 1px solid var(--line); }
.concert-log-link { margin-top: 14px; padding-top: 10px; border-top: 1px dashed rgba(79, 214, 201, .2); }
.family-links { background: rgba(73, 224, 138, .06); border: 1px solid var(--green); border-radius: 6px; padding: 14px 16px; margin: 20px 0; font-size: 14px; }
.family-links ul { margin: 8px 0 0; padding-left: 18px; }
.family-links a { color: var(--green); text-decoration: none; }
.family-links a:hover { text-decoration: underline; }

/* Media Gallery — 100% Clean & Natural */
.post-media-gallery { display: flex; flex-direction: column; gap: 24px; margin: 28px 0; position: relative; z-index: 100; isolation: isolate; }
.post-media-frame { margin: 0; background: #0a0a08; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; box-shadow: 0 4px 16px rgba(0,0,0,.5); }
.post-media-frame img, .post-media-frame video { width: 100%; max-height: 85vh; object-fit: contain; display: block; background: #000; filter: none !important; image-rendering: auto !important; }
.post-media-frame figcaption { padding: 8px 12px; font-size: 13px; color: var(--paper-dim); background: var(--bg-raise); border-top: 1px solid var(--line); }
.video-embed { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 6px; border: 1px solid var(--line); z-index: 100; }
.video-embed iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; filter: none !important; }

.post-nav-footer { display: flex; justify-content: space-between; align-items: center; margin: 24px 0 36px; padding: 12px 0; border-top: 1px dashed var(--line); }
.btn-back, .btn-top { color: var(--amber); text-decoration: none; font-size: 14px; }
.btn-back:hover, .btn-top:hover { text-decoration: underline; }