/* Noticias flash (home): mismo ritmo que muni / funer; acento ámbar */
.flash-sc { margin-top: 0; }
.flash-sc__wrap { display: block; color: inherit; -webkit-tap-highlight-color: transparent; }
.flash-sc__wrap:active .flash-sc__card { transform: scale(0.992); }
.flash-sc__card {
    position: relative;
    overflow: hidden;
    padding: 22px 20px 20px;
    background: linear-gradient(145deg, #ffffff 0%, #ffffff 55%, #fffbeb 100%);
    border-radius: 22px;
    border: 1px solid #fde68a;
    box-shadow: 0 10px 28px -8px rgba(15, 23, 42, 0.07);
    transition: transform 0.15s ease, box-shadow 0.2s ease;
}
.flash-sc__card:hover {
    box-shadow: 0 16px 36px -10px rgba(245, 158, 11, 0.16);
}
.flash-sc__deco {
    position: absolute;
    right: -8px;
    bottom: -18px;
    font-size: 76px;
    color: rgba(245, 158, 11, 0.09);
    transform: rotate(-12deg);
    pointer-events: none;
    line-height: 1;
}
.flash-sc__top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 22px;
    padding-bottom: 4px;
}
.flash-sc__admin-panel {
    flex-shrink: 0;
    align-self: center;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    color: #d97706;
    padding: 8px 10px;
    border-radius: 10px;
    border: 1px solid rgba(245, 158, 11, 0.45);
    background: rgba(255, 251, 235, 0.85);
    -webkit-tap-highlight-color: transparent;
}
.flash-sc__admin-panel:active {
    opacity: 0.88;
}
.flash-sc__admin-inline {
    font-weight: 800;
    color: #d97706;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.flash-sc__brand {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}
.flash-sc__icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: linear-gradient(145deg, #fbbf24, #f59e0b);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 6px 16px rgba(245, 158, 11, 0.32);
}
.flash-sc__titles { min-width: 0; }
.flash-sc__kicker {
    margin: 0;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #b45309;
}
.flash-sc__title-block {
    margin: 4px 0 0;
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
    line-height: 1.2;
}
.flash-sc__item {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 18px 4px;
    border-top: 1px solid #fef3c7;
    color: inherit;
}
.flash-sc__item:first-of-type {
    border-top: none;
    padding-top: 6px;
}
.flash-sc__link {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    text-decoration: none;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
}
.flash-sc__link:active {
    opacity: 0.92;
}
.flash-sc__edit {
    flex-shrink: 0;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-top: 2px;
    border-radius: 12px;
    border: 1px solid rgba(245, 158, 11, 0.55);
    background: rgba(255, 251, 235, 0.95);
    color: #d97706;
    font-size: 17px;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
.flash-sc__edit:active {
    opacity: 0.85;
}
.flash-sc__thumb {
    position: relative;
    flex-shrink: 0;
}
.flash-sc__thumb img {
    width: 70px;
    height: 70px;
    border-radius: 14px;
    object-fit: cover;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    display: block;
}
.flash-sc__main { flex: 1; min-width: 0; }
.flash-sc__fresh {
    font-size: 10px;
    color: #ef4444;
    font-weight: 800;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
    letter-spacing: 0.03em;
    flex-wrap: wrap;
}
.flash-sc__time {
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
.flash-sc__sep {
    font-weight: 700;
    opacity: 0.85;
}
.flash-sc__clock {
    font-variant-numeric: tabular-nums;
    font-weight: 800;
}
.flash-sc__dot {
    width: 6px;
    height: 6px;
    background: #ef4444;
    border-radius: 50%;
    flex-shrink: 0;
    animation: flash-sc-pulse 2s infinite;
}
.flash-sc__titulo {
    margin: 0;
    font-size: 14px;
    font-weight: 800;
    color: #000000;
    line-height: 1.4;
    overflow: visible;
    display: block;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    hyphens: auto;
}
.flash-sc__chev {
    flex-shrink: 0;
    align-self: center;
    color: #fcd34d;
    font-size: 16px;
}
.flash-sc__cta {
    position: relative;
    z-index: 2;
    margin-top: 8px;
    padding-top: 18px;
    border-top: 1px dashed rgba(245, 158, 11, 0.45);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 11px;
    font-weight: 800;
    color: #b45309;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
.flash-sc__cta:active { opacity: 0.88; }
.flash-sc__cta i { font-size: 15px; opacity: 0.9; color: #d97706; }
.flash-sc--empty .flash-sc__empty-msg {
    position: relative;
    z-index: 2;
    margin: 0 0 8px;
    padding: 10px 4px 6px;
    text-align: center;
    font-size: 14px;
    color: #64748b;
    font-weight: 600;
    line-height: 1.5;
}
@keyframes flash-sc-pulse {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.55); }
    70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(239, 68, 68, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}
