/* --- base.css --- */
 /* ============================================
    ZELO BLOG v7.3 — iPHONE CARTOON PRETO & BRANCO
    ✅ v7.3: reações com EMOJI coloridos
    Squircle iOS + traço cartoon + halftone + mola
    © 2026 LITE STUDIO
    ============================================ */
 .st-blog-container {
     position: fixed; inset: 0; z-index: 2;
     background: #000000;
     background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1.6px);
     background-size: 16px 16px;
     overflow: hidden; display: flex; flex-direction: column;
     font-family: -apple-system, BlinkMacSystemFont, 'Inter', 'Rajdhani', sans-serif;
 }
 @media (min-width: 600px) {
     .st-blog-container { left: 50%; transform: translateX(-50%); max-width: 480px;
         border-left: 2px solid rgba(255,255,255,0.35); border-right: 2px solid rgba(255,255,255,0.35); }
 }
 .st-blog-container .st-icon { color: #ffffff !important; }
 .st-blog-bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; }
 .st-blog-bg::before {
     content: ''; position: absolute; inset: 0;
     background-image: linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
         linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
     background-size: 46px 46px;
     -webkit-mask-image: radial-gradient(ellipse at 50% 0%, #000 0%, transparent 70%);
     mask-image: radial-gradient(ellipse at 50% 0%, #000 0%, transparent 70%);
 }
 .st-blog-bg-scan { position: absolute; left: 0; right: 0; height: 120px; top: -140px;
     background: linear-gradient(180deg, transparent, rgba(255,255,255,0.04), transparent);
     animation: stBlogScan 9s linear infinite; }
 @keyframes stBlogScan { 0% { top: -140px; } 100% { top: 110%; } }
 .st-blog-scroll { position: relative; z-index: 1; flex: 1; overflow-y: auto !important; overflow-x: hidden !important;
     -webkit-overflow-scrolling: touch; padding: 0 18px;
     padding-top: calc(8px + env(safe-area-inset-top, 0px));
     padding-bottom: calc(120px + env(safe-area-inset-bottom, 0px)); min-height: 0; }
 .st-blog-scroll::-webkit-scrollbar { width: 4px; }
 .st-blog-scroll::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.4); border-radius: 2px; }
 /* REVEAL (scroll) */
 .st-blog-reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.16,1,0.3,1); }
 .st-blog-reveal.revealed { opacity: 1; transform: translateY(0); }
 /* MASTHEAD — sempre visível + título gigante animado */
 .st-blog-masthead, .st-blog-masthead.st-blog-reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
 .st-blog-masthead { padding: 4px 4px 16px; text-align: left; }
 .st-blog-masthead-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
 .st-blog-live { display: inline-flex; align-items: center; gap: 7px; padding: 6px 14px;
     background: #101010; border: 2px solid rgba(255,255,255,0.35); border-radius: 100px;
     font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.6); }
 .st-blog-live-dot { width: 6px; height: 6px; border-radius: 50%; background: #ffffff;
     box-shadow: 0 0 10px #ffffff; animation: stBlogPulse 2s ease-in-out infinite; }
 @keyframes stBlogPulse { 0%,100% { opacity: 1; transform: scale(1);} 50% { opacity: 0.4; transform: scale(0.7);} }
 .st-blog-date { font-family: var(--font-mono); font-size: 0.62rem; color: rgba(255,255,255,0.4); letter-spacing: 0.08em; }
 .st-blog-title { font-family: inherit; font-size: clamp(3.2rem, 15vw, 4.6rem); font-weight: 800;
     letter-spacing: 0.14em; line-height: 1; color: #fff; margin: 0 0 6px;
     text-shadow: 4px 4px 0 rgba(255,255,255,0.12), 0 0 26px rgba(255,255,255,0.25);
     animation: blogTitleIn 0.85s cubic-bezier(0.34,1.56,0.64,1) both; }
 @keyframes blogTitleIn {
     0%   { opacity: 0; transform: translateY(30px) scale(0.7); letter-spacing: 0.45em; }
     60%  { opacity: 1; transform: translateY(-5px) scale(1.05); }
     100% { opacity: 1; transform: translateY(0) scale(1); letter-spacing: 0.14em; }
 }
 .st-blog-title-zelo { color: #ffffff;
     text-shadow: 4px 4px 0 rgba(255,255,255,0.18), 0 0 20px rgba(255,255,255,0.5);
     animation: blogZeloGlow 3s ease-in-out infinite; }
 @keyframes blogZeloGlow {
     0%, 100% { text-shadow: 4px 4px 0 rgba(255,255,255,0.18), 0 0 18px rgba(255,255,255,0.35); }
     50%      { text-shadow: 4px 4px 0 rgba(255,255,255,0.28), 0 0 36px rgba(255,255,255,0.7); }
 }
 .st-blog-subtitle { font-size: 0.95rem; color: rgba(255,255,255,0.5); line-height: 1.5; max-width: 320px;
     animation: blogSubIn 0.6s ease 0.35s both; }
 @keyframes blogSubIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
 .st-blog-barcode { width: 110px; height: 14px; margin-top: 10px;
     background: repeating-linear-gradient(90deg, rgba(255,255,255,0.4) 0 2px, transparent 2px 5px); opacity: 0.5; }
 /* TICKER */
 .st-blog-ticker { overflow: hidden; margin: 0 -18px 14px; padding: 8px 0;
     border-top: 2px solid rgba(255,255,255,0.15); border-bottom: 2px solid rgba(255,255,255,0.15);
     background: rgba(255,255,255,0.03); }
 .st-blog-ticker-track { display: flex; gap: 32px; width: max-content; animation: stBlogTicker 22s linear infinite; }
 .st-blog-ticker-track span { font-family: var(--font-mono); font-size: 0.62rem; color: rgba(255,255,255,0.55); letter-spacing: 0.15em; white-space: nowrap; }
 @keyframes stBlogTicker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
 /* CATEGORIAS */
 .st-blog-cats { display: flex; gap: 9px; overflow-x: auto; padding: 4px 2px 20px; scrollbar-width: none; }
 .st-blog-cats::-webkit-scrollbar { display: none; }
 .st-blog-cat { display: inline-flex; align-items: center; gap: 6px; padding: 10px 18px; flex-shrink: 0;
     background: #101010; border: 2px solid rgba(255,255,255,0.25); border-radius: 100px;
     color: rgba(255,255,255,0.75); font-family: inherit; font-size: 0.82rem; font-weight: 600; cursor: pointer;
     white-space: nowrap; transition: all 0.25s cubic-bezier(0.34,1.56,0.64,1); }
 .st-blog-cat .st-icon { width: 15px; height: 15px; }
 .st-blog-cat:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.6); transform: translateY(-1px); }
 .st-blog-cat.active { background: #ffffff; border-color: #ffffff; color: #000;
     box-shadow: 0 6px 20px rgba(255,255,255,0.25); }
 .st-blog-cat.active .st-icon { color: #000; }
 /* SECTION HEAD */
 .st-blog-section-head { display: flex; align-items: center; gap: 10px; font-family: var(--font-mono);
     font-size: 0.72rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.85); margin: 6px 2px 16px; }
 .st-blog-section-head::after { content: ''; flex: 1; height: 2px; border-radius: 2px; background: linear-gradient(90deg, rgba(255,255,255,0.3), transparent); }
 .st-blog-section-head b { color: #ffffff; }
 /* FEATURED */
 .st-blog-featured { position: relative; display: block; width: 100%; min-height: 260px; border-radius: 26px;
     overflow: hidden; cursor: pointer; margin-bottom: 26px; border: 2px solid rgba(255,255,255,0.4); background: #121212;
     transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.35s ease; }
 .st-blog-featured:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(0,0,0,0.6), 0 0 24px rgba(255,255,255,0.15); }
 .st-blog-featured-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
     filter: grayscale(1) contrast(1.05); transition: transform 0.6s ease; }
 .st-blog-featured:hover .st-blog-featured-img { transform: scale(1.06); }
 .st-blog-featured-fallback { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
     color: rgba(255,255,255,0.3); background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%); }
 .st-blog-featured-scanline { position: absolute; inset: 0; z-index: 1; pointer-events: none;
     background: repeating-linear-gradient(0deg, rgba(255,255,255,0.03) 0 1px, transparent 1px 4px); }
 .st-blog-featured-overlay { position: absolute; inset: 0; z-index: 1;
     background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.55) 45%, rgba(0,0,0,0.96) 100%); }
 .st-blog-featured-body { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px; z-index: 2; }
 .st-blog-featured-tags { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 10px; }
 .st-blog-stamp { display: inline-flex; align-items: center; gap: 5px; padding: 5px 13px;
     background: #ffffff; border-radius: 100px; font-size: 0.66rem; font-weight: 800;
     letter-spacing: 0.08em; text-transform: uppercase; color: #000;
     box-shadow: 0 2px 0 rgba(255,255,255,0.35); }
 .st-blog-featured-title { font-family: inherit; font-size: 1.55rem; font-weight: 800; letter-spacing: 0.02em; line-height: 1.15; color: #fff; margin-bottom: 8px; }
 .st-blog-featured-excerpt { font-size: 0.86rem; color: rgba(255,255,255,0.7); line-height: 1.5;
     display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
 .st-blog-featured-meta { display: flex; align-items: center; gap: 12px; margin-top: 14px; font-size: 0.74rem; color: rgba(255,255,255,0.5); }
 .st-blog-meta-views { display: inline-flex; align-items: center; gap: 5px; color: #ffffff; }
 .st-blog-meta-views .st-icon { width: 13px; height: 13px; }
 /* GRID CARDS */
 .st-blog-grid { display: flex; flex-direction: column; gap: 16px; }
 .st-blog-card { position: relative; display: flex; flex-direction: column; background: #101010;
     border: 2px solid rgba(255,255,255,0.25); border-radius: 22px; overflow: hidden; cursor: pointer;
     transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.3s ease, border-color 0.3s ease; }
 .st-blog-card:hover { transform: translateY(-3px); border-color: rgba(255,255,255,0.55);
     box-shadow: 0 14px 40px rgba(0,0,0,0.5), 0 0 20px rgba(255,255,255,0.1); }
 .st-blog-card-cover { position: relative; width: 100%; height: 170px; overflow: hidden; background: #121212; }
 .st-blog-card-cover img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.05); transition: transform 0.5s ease; }
 .st-blog-card:hover .st-blog-card-cover img { transform: scale(1.05); }
 .st-blog-card-cover-fallback { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
     color: rgba(255,255,255,0.3); background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%); }
 .st-blog-card-index { position: absolute; top: 12px; left: 12px; padding: 4px 11px; background: rgba(0,0,0,0.75);
     border: 1.5px solid rgba(255,255,255,0.45); border-radius: 100px; font-family: var(--font-mono); font-size: 0.6rem; color: #ffffff; }
 .st-blog-card-badges { position: absolute; top: 12px; right: 12px; display: flex; gap: 6px; }
 .st-blog-card-videobadge { display: inline-flex; align-items: center; gap: 5px; padding: 5px 11px;
     background: rgba(0,0,0,0.75); border: 1.5px solid rgba(255,255,255,0.45); border-radius: 100px; color: #ffffff; }
 .st-blog-card-videobadge .st-icon { width: 12px; height: 12px; }
 .st-blog-card-body { padding: 18px; display: flex; flex-direction: column; gap: 10px; }
 .st-blog-card-top { display: flex; align-items: center; gap: 10px; }
 .st-blog-card-cat { display: inline-flex; align-items: center; gap: 5px; padding: 5px 12px;
     background: rgba(255,255,255,0.06); border: 1.5px solid rgba(255,255,255,0.35); border-radius: 100px;
     font-size: 0.66rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: #ffffff; }
 .st-blog-card-cat .st-icon { width: 12px; height: 12px; }
 .st-blog-card-date { font-size: 0.72rem; color: rgba(255,255,255,0.4); }
 .st-blog-card-title { font-family: inherit; font-size: 1.2rem; font-weight: 800; letter-spacing: 0.02em; line-height: 1.25; color: #fff; }
 .st-blog-card-excerpt { font-size: 0.86rem; color: rgba(255,255,255,0.5); line-height: 1.55;
     display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
 .st-blog-card-foot { display: flex; align-items: center; justify-content: space-between; padding-top: 12px;
     margin-top: 2px; border-top: 2px solid rgba(255,255,255,0.08); }
 .st-blog-card-author { display: flex; align-items: center; gap: 9px; }
 .st-blog-card-author img { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(255,255,255,0.5); filter: grayscale(1); }
 .st-blog-card-author span { font-size: 0.8rem; font-weight: 600; color: rgba(255,255,255,0.65); }
 .st-blog-card-views { display: inline-flex; align-items: center; gap: 5px; font-size: 0.74rem; color: rgba(255,255,255,0.85); }
 .st-blog-card-views .st-icon { width: 13px; height: 13px; }
 /* ESTADOS */
 .st-blog-loading { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 60vh; gap: 18px; }
 .st-blog-spinner { width: 46px; height: 46px; border: 3px solid rgba(255,255,255,0.1); border-top-color: #ffffff; border-right-color: #ffffff; border-radius: 50%; animation: stBlogSpin 0.8s linear infinite; }
 @keyframes stBlogSpin { to { transform: rotate(360deg); } }
 .st-blog-loading-text { font-family: var(--font-mono); font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.6); }
 .st-blog-empty, .st-blog-error { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 50vh; gap: 14px; text-align: center; padding: 40px 24px; }
 .st-blog-empty-icon, .st-blog-error-icon { width: 84px; height: 84px; display: flex; align-items: center; justify-content: center;
     border-radius: 26px; background: #101010; border: 2px solid rgba(255,255,255,0.4); color: #ffffff;
     box-shadow: 0 5px 0 rgba(255,255,255,0.1); }
 .st-blog-error-icon { border-style: dashed; border-color: rgba(255,255,255,0.25); color: rgba(255,255,255,0.6); }
 .st-blog-empty h3, .st-blog-error h3 { font-family: inherit; font-size: 1.3rem; font-weight: 800; color: #fff; }
 .st-blog-empty p, .st-blog-error p { font-size: 0.9rem; color: rgba(255,255,255,0.5); max-width: 260px; }
 .st-blog-retry { margin-top: 8px; padding: 13px 30px; background: #ffffff; border: none; border-radius: 100px; color: #000; font-weight: 800; font-family: inherit; cursor: pointer;
     box-shadow: 0 4px 0 rgba(255,255,255,0.3); transition: all 0.2s cubic-bezier(0.34,1.56,0.64,1); }
 .st-blog-retry:active { transform: translateY(2px) scale(0.96); box-shadow: 0 1px 0 rgba(255,255,255,0.3); }
 @media (max-width: 380px) { .st-blog-card-cover { height: 150px; } .st-blog-featured { min-height: 230px; } }
 @media (min-width: 600px) { .st-blog-card-cover { height: 200px; } .st-blog-featured { min-height: 300px; } }
 @media (prefers-reduced-motion: reduce) {
     .st-blog-bg-scan, .st-blog-ticker-track, .st-blog-live-dot,
     .st-blog-title, .st-blog-title-zelo, .st-blog-subtitle { animation: none !important; }
     .st-blog-reveal { transition: none; opacity: 1; transform: none; }
 }
 /* --- ui.css --- */
 /* ============================================
    ZELO BLOG v7.3 — UI (post view)
    Carrossel + música + reações com EMOJI
    © 2026 LITE STUDIO
    ============================================ */
 .st-blog-progress { position: sticky; top: 0; z-index: 40; height: 4px; margin: 0 -18px 4px; background: rgba(255,255,255,0.05); }
 .st-blog-progress-bar { height: 100%; width: 0; background: linear-gradient(90deg, #6b6b6b, #ffffff);
     box-shadow: 0 0 12px rgba(255,255,255,0.5); transition: width 0.15s linear; }
 .st-blog-topbar { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 14px 0 18px; }
 .st-blog-back { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; background: #101010;
     border: 2px solid rgba(255,255,255,0.45); border-radius: 100px; color: #ffffff; font-family: inherit; font-size: 0.82rem; font-weight: 600;
     cursor: pointer; transition: all 0.25s cubic-bezier(0.34,1.56,0.64,1); }
 .st-blog-back .st-icon { width: 17px; height: 17px; }
 .st-blog-back:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.7); transform: translateX(-2px); }
 .st-blog-views-pill { display: inline-flex; align-items: center; gap: 7px; padding: 9px 16px; background: #101010;
     border: 2px solid rgba(255,255,255,0.35); border-radius: 100px; font-size: 0.78rem; font-weight: 600; color: #ffffff; }
 .st-blog-views-pill .st-icon { width: 14px; height: 14px; }
 .st-blog-article { display: flex; flex-direction: column; gap: 22px; animation: stBlogUp 0.5s cubic-bezier(0.16,1,0.3,1); }
 @keyframes stBlogUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
 /* CARROSSEL */
 .st-blog-carousel { position: relative; width: 100%; height: min(440px, 92vw); border-radius: 26px; overflow: hidden;
     border: 2px solid rgba(255,255,255,0.4); background: #000; box-shadow: 0 16px 44px rgba(0,0,0,0.6); }
 .st-blog-carousel-track { display: flex; height: 100%; transition: transform 0.4s cubic-bezier(0.16,1,0.3,1); will-change: transform; }
 .st-blog-carousel-slide { min-width: 100%; height: 100%; }
 .st-blog-carousel-slide img { width: 100%; height: 100%; object-fit: cover; display: block; user-select: none; -webkit-user-drag: none; filter: grayscale(1) contrast(1.05); }
 .st-blog-carousel-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 42px; height: 42px;
     background: #ffffff; border: 2px solid #ffffff; border-radius: 50%; color: #000;
     display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 5;
     box-shadow: 0 3px 0 rgba(255,255,255,0.35); transition: all 0.25s cubic-bezier(0.34,1.56,0.64,1); }
 .st-blog-carousel-btn .st-icon { width: 18px; height: 18px; }
 .st-blog-carousel-btn:hover { transform: translateY(-50%) scale(1.1); }
 .st-blog-carousel-btn:active { transform: translateY(-50%) scale(0.92); }
 .st-blog-carousel-prev { left: 10px; }
 .st-blog-carousel-next { right: 10px; }
 .st-blog-carousel-next .st-icon { transform: rotate(180deg); }
 .st-blog-carousel-btn.disabled { opacity: 0.3; pointer-events: none; }
 .st-blog-carousel-dots { position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%); display: flex; gap: 6px; z-index: 5;
     padding: 6px 10px; background: rgba(0,0,0,0.45); border-radius: 20px; }
 .st-blog-carousel-dot { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,0.4); cursor: pointer; transition: all 0.3s ease; }
 .st-blog-carousel-dot.active { background: #ffffff; width: 22px; border-radius: 4px; box-shadow: 0 0 8px rgba(255,255,255,0.7); }
 .st-blog-carousel-counter { position: absolute; top: 12px; right: 12px; padding: 5px 13px; background: rgba(0,0,0,0.65);
     border: 1.5px solid rgba(255,255,255,0.45); border-radius: 20px; font-family: var(--font-mono); font-size: 0.72rem; color: #ffffff; z-index: 5; }
 /* MÚSICA */
 .st-blog-music-wrap { position: fixed; width: 1px; height: 1px; opacity: 0; pointer-events: none; overflow: hidden; }
 .st-blog-music-btn { position: fixed; right: 16px; bottom: calc(90px + env(safe-area-inset-bottom, 0px)); z-index: 60;
     display: flex; align-items: center; gap: 8px; padding: 11px 18px; background: rgba(10,10,10,0.94);
     border: 2px solid rgba(255,255,255,0.6); border-radius: 100px; color: #ffffff;
     font-family: var(--font-mono); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; cursor: pointer;
     box-shadow: 0 6px 24px rgba(0,0,0,0.6), 0 0 16px rgba(255,255,255,0.2); transition: all 0.25s ease; }
 .st-blog-music-btn .st-icon { width: 14px; height: 14px; }
 .st-blog-music-eq { display: flex; align-items: flex-end; gap: 2px; height: 12px; }
 .st-blog-music-eq i { width: 3px; height: 100%; background: #ffffff; border-radius: 1px; transform-origin: bottom; transform: scaleY(0.3); }
 .st-blog-music-btn.playing { background: #ffffff; border-color: #ffffff; color: #000; }
 .st-blog-music-btn.playing .st-icon { color: #000; }
 .st-blog-music-btn.playing .st-blog-music-eq i { background: #000; animation: stBlogEq 0.9s ease-in-out infinite; }
 .st-blog-music-btn.playing .st-blog-music-eq i:nth-child(2) { animation-delay: 0.25s; }
 .st-blog-music-btn.playing .st-blog-music-eq i:nth-child(3) { animation-delay: 0.5s; }
 @keyframes stBlogEq { 0%,100% { transform: scaleY(0.3); } 50% { transform: scaleY(1); } }
 /* VÍDEO */
 .st-blog-video { position: relative; width: 100%; border-radius: 26px; overflow: hidden; border: 2px solid rgba(255,255,255,0.4); background: #000; }
 .st-blog-video-169 { aspect-ratio: 16 / 9; }
 .st-blog-video-169 iframe, .st-blog-video-169 video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; object-fit: contain; background: #000; }
 @supports not (aspect-ratio: 16 / 9) { .st-blog-video-169 { height: 0; padding-top: 56.25%; } }
 .st-blog-video-916 { height: min(72vh, 620px); display: flex; align-items: center; justify-content: center; background: #000; }
 .st-blog-video-916 iframe { height: 100%; width: auto; aspect-ratio: 9 / 16; max-width: 100%; border: 0; }
 .st-blog-video-native video { display: block; width: 100%; height: auto; max-height: 75vh; background: #000; }
 .st-blog-video-badge { position: absolute; top: 14px; left: 14px; z-index: 5; display: inline-flex; align-items: center; gap: 5px;
     padding: 5px 12px; background: rgba(0,0,0,0.7); border: 1.5px solid rgba(255,255,255,0.45); border-radius: 100px; color: #ffffff; font-size: 0.62rem; }
 .st-blog-video-badge .st-icon { width: 10px; height: 10px; }
 /* HEAD */
 .st-blog-head { display: flex; flex-direction: column; gap: 16px; }
 .st-blog-head-meta { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
 .st-blog-title-post { font-family: inherit; font-size: clamp(1.9rem, 7vw, 2.5rem); font-weight: 800; letter-spacing: 0.03em; line-height: 1.08; color: #fff; }
 .st-blog-excerpt { font-size: 1.05rem; color: rgba(255,255,255,0.65); line-height: 1.6; font-style: italic; padding-left: 16px; border-left: 4px solid #ffffff; }
 .st-blog-author { display: flex; align-items: center; gap: 13px; padding: 16px; background: #101010;
     border: 2px solid rgba(255,255,255,0.3); border-radius: 20px; }
 .st-blog-author img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(255,255,255,0.55); filter: grayscale(1); }
 .st-blog-author-name { font-size: 0.98rem; font-weight: 800; color: #fff; margin-bottom: 2px; }
 .st-blog-author-meta { font-size: 0.74rem; color: rgba(255,255,255,0.5); }
 /* BODY */
 .st-blog-body { font-size: 1.02rem; color: rgba(255,255,255,0.78); line-height: 1.8; }
 .st-blog-body h2 { font-family: inherit; font-size: 1.5rem; font-weight: 800; color: #fff; margin: 30px 0 14px; padding-left: 14px; border-left: 4px solid #ffffff; }
 .st-blog-body h3 { font-family: inherit; font-size: 1.25rem; font-weight: 800; color: #fff; margin: 24px 0 12px; }
 .st-blog-body p { margin-bottom: 16px; }
 .st-blog-body strong { color: #fff; }
 .st-blog-body a { color: #ffffff; text-decoration: underline; }
 .st-blog-body ul, .st-blog-body ol { margin: 16px 0; padding-left: 22px; }
 .st-blog-body li { margin-bottom: 9px; }
 .st-blog-body li::marker { color: #ffffff; }
 .st-blog-body blockquote { margin: 22px 0; padding: 16px 20px; background: rgba(255,255,255,0.04); border: 2px dashed rgba(255,255,255,0.4); border-left: 4px solid #ffffff; border-radius: 18px; font-style: italic; color: rgba(255,255,255,0.85); }
 .st-blog-body img { max-width: 100%; height: auto; border-radius: 18px; display: block; margin: 18px 0; filter: grayscale(1) contrast(1.05); }
 .st-blog-body iframe { width: 100%; aspect-ratio: 16/9; min-height: 200px; border: 0; border-radius: 18px; display: block; margin: 18px 0; background: #000; }
 @supports not (aspect-ratio: 16/9) { .st-blog-body iframe { height: 220px; } }
 .st-blog-body video { width: 100%; max-height: 70vh; border-radius: 18px; display: block; margin: 18px 0; background: #000; }
 /* TAGS */
 .st-blog-tags { display: flex; flex-wrap: wrap; gap: 9px; padding-top: 6px; }
 .st-blog-tag { padding: 7px 15px; background: rgba(255,255,255,0.04); border: 1.5px solid rgba(255,255,255,0.3); border-radius: 100px; font-size: 0.76rem; color: rgba(255,255,255,0.6); transition: all 0.2s ease; }
 .st-blog-tag:hover { color: #ffffff; border-color: rgba(255,255,255,0.6); }
 /* ============================================
    REAÇÕES — ✅ v7.3 com EMOJI coloridos
    ============================================ */
 .st-blog-reactions { padding: 26px 20px; background: #101010; border: 2px solid rgba(255,255,255,0.35); border-radius: 24px; }
 .st-blog-reactions-head { text-align: center; margin-bottom: 20px; }
 .st-blog-reactions-head h3 { font-family: inherit; font-size: 1.15rem; font-weight: 800; color: #ffffff; margin-bottom: 4px; }
 .st-blog-reactions-head p { font-size: 0.76rem; color: rgba(255,255,255,0.4); }
 .st-blog-reactions-btns { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
 .st-blog-react { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 13px 14px; min-width: 66px;
     background: rgba(255,255,255,0.04); border: 2px solid rgba(255,255,255,0.25); border-radius: 20px; cursor: pointer;
     transition: all 0.22s cubic-bezier(0.34,1.56,0.64,1); color: #ffffff; }
 /* ✅ emoji: tamanho e animação próprios (sem depender de .st-icon) */
 .st-blog-react-ico {
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 1.5rem;
     line-height: 1;
     transition: transform 0.2s ease;
     filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5));
 }
 .st-blog-react:hover { transform: translateY(-3px); border-color: #ffffff; background: #ffffff;
     box-shadow: 0 8px 22px rgba(0,0,0,0.4), 0 0 16px rgba(255,255,255,0.2); }
 .st-blog-react:hover .st-blog-react-ico { transform: scale(1.3) rotate(-8deg); }
 .st-blog-react:active { transform: scale(0.92); }
 .st-blog-react-count { font-family: var(--font-mono); font-size: 0.76rem; font-weight: 700; color: #ffffff; }
 .st-blog-react.reacting { animation: stBlogPop 0.35s ease; }
 @keyframes stBlogPop { 0% { transform: scale(1); } 50% { transform: scale(1.18); } 100% { transform: scale(1); } }
 .st-blog-reactions-msg { text-align: center; margin-top: 16px; padding: 11px; background: rgba(255,255,255,0.06); border: 2px dashed rgba(255,255,255,0.4); border-radius: 14px; font-size: 0.85rem; color: rgba(255,255,255,0.85); }
 .st-blog-end { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 8px 0 16px; color: rgba(255,255,255,0.55); font-size: 0.7rem; }
 .st-blog-end .st-icon { width: 12px; height: 12px; }
 .st-blog-end::before, .st-blog-end::after { content: ''; flex: 1; height: 2px; border-radius: 2px; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3)); }
 .st-blog-end::after { background: linear-gradient(90deg, rgba(255,255,255,0.3), transparent); }
 /* ============================================
    ✅ OVERRIDES PRETO-NO-BRANCO (v7.3)
    ============================================ */
 .st-blog-container .st-blog-cat.active { color: #000 !important; }
 .st-blog-container .st-blog-cat.active .st-icon { color: #000 !important; }
 .st-blog-container .st-blog-stamp { color: #000 !important; }
 .st-blog-container .st-blog-carousel-btn { color: #000 !important; }
 .st-blog-container .st-blog-carousel-btn .st-icon { color: #000 !important; }
 .st-blog-container .st-blog-music-btn.playing { color: #000 !important; }
 .st-blog-container .st-blog-music-btn.playing .st-icon { color: #000 !important; }
 .st-blog-container .st-blog-retry { color: #000 !important; }
 /* reação no hover: fundo branco → contador preto (emoji continua colorido) */
 .st-blog-container .st-blog-react:hover { color: #000 !important; }
 .st-blog-container .st-blog-react:hover .st-blog-react-count { color: #000 !important; }
 @media (max-width: 380px) {
     .st-blog-carousel { height: min(380px, 92vw); }
     .st-blog-react { padding: 11px 12px; min-width: 58px; }
     .st-blog-react-ico { font-size: 1.3rem; }
 }
 @media (prefers-reduced-motion: reduce) {
     .st-blog-article, .st-blog-react, .st-blog-react-ico,
     .st-blog-music-btn.playing .st-blog-music-eq i { animation: none !important; }
 }