/* ── شريط المحافظات تحت الهيدر — يتحرك مع الصفحة (غير ثابت) ── */
.np-gov-strip {
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, #0f172a 0%, #1a2744 48%, #0f172a 100%);
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    box-shadow: 0 8px 24px rgba(15, 23, 42, .18);
}
.np-header-v3.is-hidden + .np-gov-strip {
    top: 0;
}
.np-gov-strip.is-scroll-hidden {
    transform: none;
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
}
.np-gov-strip__shell {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0 9px;
    min-height: var(--np-gov-strip-h, 52px);
}
.np-gov-strip__label {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 10px;
    font-size: .72rem;
    font-weight: 800;
    color: #94a3b8;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    white-space: nowrap;
}
.np-gov-strip__label i {
    color: #38bdf8;
    font-size: .78rem;
}
.np-gov-strip__nav {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 10px;
    background: rgba(255, 255, 255, .06);
    color: #e2e8f0;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: background .15s, border-color .15s, color .15s;
}
.np-gov-strip__nav:hover {
    background: rgba(56, 189, 248, .15);
    border-color: rgba(56, 189, 248, .35);
    color: #fff;
}
.np-gov-strip__nav:active { opacity: .85; }
.np-gov-strip__nav[hidden] { display: none !important; }
.np-gov-strip__nav.is-disabled {
    opacity: .35;
    pointer-events: none;
    cursor: default;
}

.np-gov-strip__viewport {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
}
.np-gov-strip__fade {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 28px;
    z-index: 2;
    pointer-events: none;
}
.np-gov-strip__fade--start {
    right: 0;
    background: linear-gradient(to left, #0f172a 0%, transparent 100%);
}
.np-gov-strip__fade--end {
    left: 0;
    background: linear-gradient(to right, #0f172a 0%, transparent 100%);
}
.np-gov-strip__track {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    direction: rtl;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding: 2px 6px;
}
.np-gov-strip__track::-webkit-scrollbar { display: none; }

.np-gov-chip {
    position: relative;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px 8px 12px;
    text-decoration: none;
    color: #e2e8f0;
    font-size: .8rem;
    font-weight: 800;
    line-height: 1.25;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 12px;
    transition: background .15s, border-color .15s, color .15s, box-shadow .15s;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}
.np-gov-chip:hover {
    background: rgba(56, 189, 248, .14);
    border-color: rgba(56, 189, 248, .4);
    color: #fff;
    box-shadow: 0 4px 14px rgba(56, 189, 248, .15);
}
.np-gov-chip.is-active {
    background: linear-gradient(135deg, rgba(26, 111, 181, .65) 0%, rgba(56, 189, 248, .32) 100%);
    border-color: rgba(125, 211, 252, .6);
    color: #fff;
    box-shadow: 0 4px 18px rgba(56, 189, 248, .3), inset 0 1px 0 rgba(255, 255, 255, .12);
}
.np-gov-chip__edge {
    display: none;
}
.np-gov-chip__ico {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    object-fit: cover;
    flex: 0 0 auto;
}
.np-gov-chip__ico--fa {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    display: grid;
    place-items: center;
    font-size: .62rem;
    color: var(--chip-accent, #38bdf8);
    background: rgba(255, 255, 255, .08);
}
.np-gov-chip__dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    flex: 0 0 auto;
    background: #64748b;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .08);
}
.np-gov-chip--live .np-gov-chip__dot {
    background: #22c55e;
    box-shadow: 0 0 8px rgba(34, 197, 94, .55);
}
.np-gov-chip--legacy .np-gov-chip__dot {
    background: #f59e0b;
}
.np-gov-chip--soon .np-gov-chip__dot {
    background: #94a3b8;
}
.np-gov-chip--off .np-gov-chip__dot {
    background: #475569;
    opacity: .7;
}
.np-gov-chip__text {
    white-space: nowrap;
    letter-spacing: .01em;
}

@media (max-width: 768px) {
    .np-gov-strip__label span { display: none; }
    .np-gov-strip__label { padding: 6px 8px; }
    .np-gov-strip__nav { width: 28px; height: 28px; font-size: .72rem; }
    .np-gov-chip { font-size: .76rem; padding: 7px 12px 7px 10px; }
}

@media (min-width: 900px) {
    .np-gov-strip__nav { display: grid; }
}
