/*
Theme Name: SitePlus Minimal
Theme URI: https://plus.ir
Author: Mehran Hooshangi
Author URI: https://plus.ir
Description: قالب مینیمال و سریع پلاس – نسخه اولیه
Version: 1.5.1
Text Domain: siteplus
*/

@font-face {
    font-family: "IRANYekanX";
    src: url("assets/fonts/IRANYekanX-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IRANYekanX";
    src: url("assets/fonts/IRANYekanX-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IRANYekanX";
    src: url("assets/fonts/IRANYekanX-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IRANYekanX";
    src: url("assets/fonts/IRANYekanX-ExtraBold.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IRANSansWeb";
    src: url("assets/fonts/IRANSansWeb.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IRANSansWeb";
    src: url("assets/fonts/IRANSansWeb_Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Vazirmatn";
    src: url("assets/fonts/Vazirmatn[wght].woff2") format("woff2-variations");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --spm-primary: #BC022C;
    --spm-primary-2: #d0163f;
    --spm-bg: #ffffff;
    --spm-bg-grey:#cfcfcf;
    --spm-surface: #fff;
    --spm-surface-2: #f5f5f9;
    --spm-text: #121417;
    --spm-muted: #5c636b;
    --spm-border: #e6e6ea;
    --spm-sport: #1ea24b;

    --spm-1: 4px;
    --spm-2: 8px;
    --spm-3: 12px;
    --spm-4: 16px;
    --spm-5: 24px;
    --spm-6: 32px;
    --spm-7: 48px;
    --spm-8: 64px;

    --spm-r-1: 14px;
    --spm-r-2: 18px;

    --spm-shadow: 0 10px 26px rgba(0, 0, 0, .08);

    --font-ui: "IRANSansWeb", "Vazirmatn", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    --font-content: "Vazirmatn", "IRANSansWeb", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;

    --w-regular: 400;
    --w-medium: 500;
    --w-semibold: 600;
    --w-bold: 700;
    --w-extrabold: 800;
    --w-black: 900;

    --fs-body: 16px;
    --fs-meta: 13px;
    --fs-h1: 36px;
    --fs-h2: 24px;
    --fs-h3: 20px;

    --lh: 1.9;

    --spm-container: 1200px;

    --sp-h: 64px;
    --sp-h-m: 56px;
    --sp-sidebar: 200px;
    --sp-sidebar-collapsed: 100px;
    --sp-sideItem-h: 64px;

    --sp-socialLink-size: 34px;
    --sp-socialIcon-size: 18px;
}

html[data-theme="dark"] {
    color-scheme: dark;
    --spm-bg: #0f1115;
    --spm-bg-grey:#626262;
    --spm-surface: #141821;
    --spm-surface-2: #1a1f2b;
    --spm-text: #e8ecf3;
    --spm-muted: #a8b0bf;
    --spm-border: #262c3a;
}

* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

html {
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #00000012 transparent;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 6px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
    background: transparent;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .15);
    border-radius: 999px;
}

html::-webkit-scrollbar-button,
body::-webkit-scrollbar-button {
    display: none;
    width: 0;
    height: 0;
}

body {
    margin: 0;
    font-family: var(--font-content);
    font-size: var(--fs-body);
    line-height: var(--lh);
    color: var(--spm-text);
    background: var(--spm-bg);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    display: block;
    height: auto;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: var(--spm-primary);
}

::selection {
    background: rgba(188, 2, 44, .16);
}

button,
input,
textarea,
select {
    font-family: var(--font-ui);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-ui);
    font-weight: var(--w-extrabold);
    letter-spacing: -.2px;
    margin: 0;
}

p {
    margin: 0 0 14px;
}

.spm-container {
    margin-inline: auto;
    padding-inline: 20px;
}

.sp-layout {
    padding-top: var(--sp-h-m);
}

@media (min-width: 992px) {
    .sp-layout {
        padding-top: var(--sp-h);
        padding-right: var(--sp-sidebar);
        transition: padding-right .22s ease;
    }

    .sp-layout.is-wide {
        padding-right: 0;
    }

    .sp-layout.is-collapsed {
        padding-right: var(--sp-sidebar-collapsed);
    }
}

.sp-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    background: var(--spm-surface);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--spm-border);
}

.sp-header * {
    line-height: 1.2;
}

.sp-header__bar {
    height: var(--sp-h-m);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

@media (min-width: 992px) {
    .sp-header__bar {
        height: var(--sp-h);
    }
}

.sp-header__right,
.sp-header__center,
.sp-header__left {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.sp-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.sp-brand .custom-logo-link {
    display: inline-flex;
    align-items: center;
}

.sp-brand .custom-logo {
    height: 30px;
    width: auto;
}

@media (max-width: 991.98px) {
    .sp-brand .custom-logo {
        height: 28px;
    }
}

.sp-brand__text {
    font-family: var(--font-ui);
    font-weight: 900;
    white-space: nowrap;
}

.sp-btn {
    height: 36px;
    padding: 0 12px;
    border-radius: 12px;
    border: 1px solid var(--spm-border);
    background: var(--spm-surface);
    color: var(--spm-muted);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sp-btn--icon {
    width: 36px;
    padding: 0;
}

.sp-btn.sp-btn--icon[data-sp-sidebar-toggle] {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    width: 40px;
    height: 40px;
    border-radius: 12px;
}

.sp-btn.sp-btn--icon[data-sp-sidebar-toggle] .sp-burger {
    width: 20px;
    height: 20px;
    display: block;
    opacity: .85;
    transition: opacity .2s ease, transform .2s ease;
}

.sp-btn.sp-btn--icon[data-sp-mobile-search-toggle] {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    width: 40px;
    height: 40px;
    margin: 0 4px;
}

button.sp-btn.sp-btn--icon.sp-only-desktop:hover {
    background-color: rgb(245, 245, 249) !important;
}

.sp-search-icon {
    width: 22px;
    height: 22px;
    display: block;
    opacity: .85;
    transition: opacity .2s ease, transform .2s ease;
}

.sp-btn.sp-btn--icon[data-sp-mobile-search-toggle]:hover .sp-search-icon {
    opacity: 1;
    transform: scale(1.05);
}

.sp-login {
    height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    border: 2px solid var(--spm-border);
    background: var(--spm-surface);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-ui);
    font-weight: 800;
    font-size: 14px;
    color: var(--spm-muted);
    white-space: nowrap;
    line-height: 1;
    transition: border-color .2s ease, background .2s ease;
}

.sp-login__icon {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sp-login__icon::before {
    content: "";
    width: 28px;
    height: 28px;
    background: currentColor;
    -webkit-mask: url("assets/icons/user-circle.svg") no-repeat center;
    mask: url("assets/icons/user-circle.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.sp-login:hover {
    background-color: rgb(245, 245, 249) !important;
    color: var(--spm-text);
}

.sp-search {
    width: min(560px, 46vw);
    position: relative;
}

.sp-search__input {
    min-height: 48px;
    width: 100%;
    height: 40px;
    border: 0;
    outline: 0;
    border-radius: 8px;
    padding:10px 10px 10px 52px;
    background: var(--spm-surface-2);
    font-family: var(--font-ui);
    font-size: 16px;
    transition: all 0.2s ease;
}

.sp-search__input:focus::placeholder {
    opacity: 0;
}

.sp-search__input:hover {
    background: #e8e8ec;
}

.sp-search__input:focus {
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05), 0 0 0 2px rgba(0, 0, 0, 0.02);
}

.sp-search__btn {
    position: absolute;
    width: 44px !important; /* استاندارد طلایی گوگل */
    height: 44px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-mask-size: 20px !important;
    mask-size: 20px !important;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: currentColor;
    cursor: pointer;
    opacity: .7;
    -webkit-mask: url("assets/icons/search.svg") no-repeat center;
    mask: url("assets/icons/search.svg") no-repeat center;
}

.sp-search__btn:hover {
    opacity: 1;
}

.sp-mobileSearch {
    display: none;
    padding: 10px 0 14px;
    border-top: 1px solid var(--spm-border);
}

.sp-mobileSearch.is-open {
    display: block;
}

.sp-search--mobile {
    width: 100%;
}

.sp-sidebar {
    position: fixed;
    top: var(--sp-h);
    right: 0;
    width: var(--sp-sidebar);
    height: calc(100vh - var(--sp-h));
    background: var(--spm-surface);
    border-left: 1px solid var(--spm-border);
    overflow: hidden;
    z-index: 998;
    transform: translateX(0);
    transition: transform .22s ease, clip-path .3s cubic-bezier(0.4, 0, 0.2, 1);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);

    display: flex;
    flex-direction: column;

    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}

.sp-sidebar.is-hidden {
    transform: translateX(105%);
}

.sp-sidebar.collapsed,
.sp-sidebar.is-collapsed {
    transform: translateX(0);
    width: var(--sp-sidebar-collapsed);
}

/* Sidebar Scrollbar - Chrome */
.sp-sidebar::-webkit-scrollbar {
    width: 5px;
}

.sp-sidebar::-webkit-scrollbar-track {
    background: transparent;
}

.sp-sidebar::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 999px;
    transition: background .25s ease;
}

.sp-sidebar::-webkit-scrollbar-button {
    display: none;
}

.sp-sidebar__nav {
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
}
.sp-sidebar {
    transform: translateX(0);
}

@media (max-width: 991px) {
    .sp-sidebar {
        transform: translateX(105%);
        position: fixed;
        /*width: 280px;*/
    }

    .sp-sidebar.is-active {
        transform: translateX(0);
    }
}
.sp-sideMenu {
    list-style: none;
    margin: 0;
    padding: 14px;
    display: grid;
    gap: 1px;
}

.sp-sideMenu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 6px;
    border-radius: 14px;
    font-family: var(--font-ui);
    font-weight: 900;
    color: var(--spm-text);
}

.sp-sideMenu a::before {
    content: "";
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    display: block;
    background: currentColor;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-image: var(--sp-ic, none);
    mask-image: var(--sp-ic, none);
}

.sp-sideMenu a:hover {
    background: rgba(0, 0, 0, .04);
    color: var(--spm-primary);
}

.sp-sideMenu .current-menu-item > a {
    background: rgba(188, 2, 44, .10);
    color: var(--spm-primary);
    border: 1px solid rgba(188, 2, 44, .18);
}

.sp-sideMenu li.sp-divider {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--spm-border);
}

.sp-sidebar.is-collapsed .sp-sideMenu {
    padding: 10px 8px;
}

.sp-sidebar.is-collapsed .sp-sideMenu a {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 10px 0;
    height: var(--sp-sideItem-h);
    border-radius: 14px;
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.sp-sidebar.is-collapsed .sp-sideMenu a::before {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
}

.sp-sidebar__social {
    padding: 14px;
    border-top: 1px solid var(--spm-border);
    flex: 0 0 auto;
    margin-top: auto;
}

.sp-sidebar.is-collapsed .sp-sidebar__social {
    padding: 10px 8px;
}

.sp-socialList {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.sp-sidebar.is-collapsed .sp-socialList {
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.sp-socialLink {
    width: var(--sp-socialLink-size);
    height: var(--sp-socialLink-size);
    border-radius: 8px;
    border: 1px solid var(--spm-border);
    background: var(--spm-surface);
    color: var(--spm-text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform .15s ease, border-color .15s ease, color .15s ease;
}

.sp-sidebar.is-collapsed .sp-socialLink {
    width: 30px;
    height: 30px;
}

.sp-socialLink::before {
    content: "";
    width: var(--sp-socialIcon-size);
    height: var(--sp-socialIcon-size);
    display: block;
    background: currentColor;
    -webkit-mask: var(--sp-soc-ic) no-repeat center;
    mask: var(--sp-soc-ic) no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.sp-socialLink:hover {
    transform: translateY(-1px);
    border-color: rgba(0, 0, 0, .28);
    color: var(--spm-primary);
}

.sp-sidebar__social .is-lg {
    --sp-socialLink-size: 60px;
    --sp-socialIcon-size: 40px;
}

.sp-soc-ins { --sp-soc-ic: url("assets/icons/brand-instagram.svg"); }
.sp-soc-tele { --sp-soc-ic: url("assets/icons/brand-telegram.svg"); }
.sp-soc-yt { --sp-soc-ic: url("assets/icons/brand-youtube.svg"); }
.sp-soc-x { --sp-soc-ic: url("assets/icons/brand-x.svg"); }
.sp-soc-whatsapp { --sp-soc-ic: url("assets/icons/brand-whatsapp.svg"); }
.sp-soc-message { --sp-soc-ic: url("assets/icons/message.svg"); }


.sp-soc-ins {
    --sp-soc-ic: url("assets/icons/brand-instagram.svg");
    color: #E1306C;
}
.sp-soc-tele {
    --sp-soc-ic: url("assets/icons/brand-telegram.svg");
    color: #0088CC;
}
.sp-soc-yt {
    --sp-soc-ic: url("assets/icons/brand-youtube.svg");
    color: #FF0000;
}
.sp-soc-x {
    --sp-soc-ic: url("assets/icons/brand-x.svg");
    color: #1DA1F2;
}
.sp-soc-whatsapp {
    --sp-soc-ic: url("assets/icons/brand-whatsapp.svg");
    color: #25D366;
}
.sp-soc-message {
    --sp-soc-ic: url("assets/icons/message.svg");
    color: #555555;
}

.sp-socialLink:hover.sp-soc-ins { color: #C13584; }
.sp-socialLink:hover.sp-soc-tele { color: #006699; }
.sp-socialLink:hover.sp-soc-yt { color: #CC0000; }
.sp-socialLink:hover.sp-soc-x { color: #0d95e8; }
.sp-socialLink:hover.sp-soc-whatsapp { color: #1DA851; }
.sp-socialLink:hover.sp-soc-message { color: #333333; }

.sp-bottomNav {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    height: 64px;
    background: #fff;
    border-top: 1px solid var(--spm-border);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, .06);
}

.sp-bottomNav__list {
    list-style: none;
    margin: 0;
    padding: 0 10px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
}

.sp-bottomNav__list li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sp-bottomNav__list a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 11px;
    font-family: var(--font-ui);
    font-weight: 700;
    color: var(--spm-muted);
    padding: 6px 0;
}

.sp-bottomNav__list a::before {
    content: "";
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    display: block;
    background: currentColor;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-image: var(--sp-ic, none);
    mask-image: var(--sp-ic, none);
}

.sp-bottomNav__list a:hover {
    color: var(--spm-primary);
}

@media (max-width: 991.98px) {
    .sp-layout {
        padding-bottom: 70px;
    }
}

.sp-themeToggle {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 2px solid var(--spm-border);
}

.sp-themeToggle:hover {
    background-color: rgb(245, 245, 249) !important;
}

.sp-themeIcon {
    width: 22px;
    height: 22px;
    display: block;
    opacity: .85;
    transition: opacity .2s ease, transform .2s ease;
    background: currentColor;
    -webkit-mask: url("assets/icons/moon.svg") no-repeat center;
    mask: url("assets/icons/moon.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.sp-themeToggle:hover .sp-themeIcon {
    opacity: 1;
    transform: scale(1.05);
}

html[data-theme="dark"] .sp-themeIcon {
    -webkit-mask: url("assets/icons/sun.svg") no-repeat center;
    mask: url("assets/icons/sun.svg") no-repeat center;
}

.spm-home-top {
    padding-top: 8px;
}

.spm-home-top__grid {
    display: grid;
    gap: 14px;
    align-items: stretch;
}

@media (max-width: 991.98px) {
    .spm-home-top__grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 992px) {
    .spm-home-top__grid {
        grid-template-columns: 1fr 340px;
    }
}

@media (min-width: 1400px) {
    .spm-home-top__grid {
        grid-template-columns: 1fr 360px;
        max-width: 1280px;
        margin-inline: auto;
    }
}

.spm-heroCard,
.spm-sideCard {
    height: auto;
    background: var(--spm-surface);
    border: 1px solid var(--spm-border);
    border-radius: var(--spm-r-2);
    box-shadow: var(--spm-shadow);
    overflow: hidden;
}

.spm-heroCarousel {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
}

.spm-heroCarousel__track {
    display: flex;
    transition: transform .5s cubic-bezier(.2, .8, .2, 1);
    direction: ltr;
}

.spm-heroSlide {
    flex: 0 0 100%;
    min-width: 100%;
    position: relative;
    direction: rtl;
}

.spm-heroSlide__link {
    display: block;
    position: relative;
    z-index: 1;
}

.spm-heroSlide__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.spm-heroSlide__overlay {
    position: absolute;
    /*inset: 0;*/
    /*background: linear-gradient(0deg, rgb(0 0 0 / 85%), rgba(0, 0, 0, .15) 60%, #00000000);*/
    right: 0;
    left: 0;
    bottom: 0;
    height: 80px;

    background: linear-gradient(
            0deg,
            rgb(0 0 0 / 85%) 0%,
            rgba(0,0,0,.35) 60%,
            rgba(0,0,0,0) 100%
    );
}

.spm-heroSlide__content {
    position: absolute;
    bottom: 16px;
    right: 18px;
    left: 18px;
    max-width: 86%;

    display: flex;
    align-items: center;
    gap: 8px;
}

.spm-heroMeta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: var(--w-bold);
    color: rgba(255, 255, 255, .85);
    /*margin-bottom: 8px;*/
}

.spm-heroTag {
    display: inline-flex;
    align-items: center;
    height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .25);
    color: #fff;
    font-size: 12px;
    font-weight: var(--w-extrabold);
}

.spm-heroSlide__title {
    font-family: var(--font-ui);
    font-weight: var(--w-extrabold);
    font-size: clamp(18px, 2.4vw, 34px);
    line-height: 1.2;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 768px) {
    .spm-heroSlide__title {
        -webkit-line-clamp: 1;
        font-size: 14px;
        line-height: 1.35;
    }
}
.spm-heroCarousel__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 22px;
    width: 48px !important;
    height: 48px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 25;
    background: rgba(0, 0, 0, 0.3);
    border: none;
    border-radius: 50%;
    cursor: pointer;
}

html[dir="rtl"] .spm-heroCarousel__btn--prev {
    right: 12px;
}

html[dir="rtl"] .spm-heroCarousel__btn--next {
    left: 12px;
}

.spm-heroCarousel__dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
    pointer-events: none;
}

html[dir="ltr"] .spm-heroCarousel__dots {
    right: auto;
    left: 18px;
}

.spm-dotbtn {
    position: relative;
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    background: rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    margin: 0 12px;
    transition: all 0.3s ease;
    z-index: 10;
    pointer-events: auto;
}

.spm-dotbtn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    background: transparent;
}

.spm-dotbtn[aria-current="true"] {
    width: 22px;
    border-radius: 4px;
    background: #fff;
}

.spm-dotbtn:hover {
    background: rgba(255, 255, 255, .75);
}

@media (min-width: 992px) {
    .spm-heroCard {
        aspect-ratio: 16 / 9;
        display: flex;
        flex-direction: column;
        min-height: 0;
        width: 100%;
        min-width: 0;
    }

    .spm-heroCarousel {
        flex: 1 1 auto;
        height: 100%;
        min-height: 0;
        width: 100%;
    }

    .spm-heroCarousel__track,
    .spm-heroSlide,
    .spm-heroSlide__link {
        height: 100%;
        width: 100%;
    }

    .spm-heroSlide__link {
        height: 100% !important;
        aspect-ratio: auto !important;
    }

    .spm-home-top__grid > .spm-sideCard {
        height: 100%;
        display: flex;
        flex-direction: column;
        min-height: 0;
        overflow: hidden;
    }

    .spm-sideCard__list {
        flex: 1 1 auto;
        min-height: 0;
        overflow: auto;
    }
}

.spm-sideCard__head {
    padding: 14px;
    border-bottom: 1px solid var(--spm-border);
}

.spm-sideCard__title {
    font-family: var(--font-ui);
    font-weight: var(--w-extrabold);
}

.spm-sideCard__list {
    padding: 14px;
    display: grid;
    gap: 10px;
}

.spm-sideLatest {
    display: grid;
    gap: 10px;
}

.spm-miniItem {
    display: grid;
    grid-template-columns: 84px 1fr;
    gap: 10px;
    align-items: center;
}

.spm-miniItem__img {
    width: 84px;
    height: 64px;
    border-radius: 14px;
    object-fit: cover;
    border: 1px solid var(--spm-border);
}

.spm-miniItem__title {
    font-family: var(--font-ui);
    font-weight: var(--w-extrabold);
    font-size: 13px;
    line-height: 1.55;
}

.spm-hscroll {
    position: relative;
}

.spm-hscroll__track {
    overflow: hidden;
    padding: 2px 0 8px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    display: flex;
    gap: 12px;
    cursor: grab;
}

.spm-hscroll__track.is-dragging {
    cursor: grabbing;
}

.spm-hscroll__track::-webkit-scrollbar {
    height: 8px;
}

.spm-hscroll__track::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .10);
    border-radius: 999px;
}

[data-hscroll-track] img,
[data-hscroll-track] a {
    -webkit-user-drag: none;
    user-drag: none;
}

.spm-hscroll__real,
.spm-skeletons {
    display: flex;
    gap: 12px;
    align-items: stretch;
    width: max-content;
}

.spm-hscroll__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, .10);
    background: rgba(255, 255, 255, .75);
    cursor: pointer;
    z-index: 2;
}

.spm-hscroll__btn--prev {
    left: -6px;
}

.spm-hscroll__btn--next {
    right: -6px;
}

@media (hover: none) {
    .spm-hscroll__btn {
        display: none;
    }
}

.spm-story {
    flex: 0 0 auto;
    width: 170px;
    border-radius: var(--spm-r-2);
    overflow: hidden;
    border: 1px solid var(--spm-border);
    background: var(--spm-surface);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .04);
    scroll-snap-align: start;
}

.spm-story__link{
    display:block;
    color:inherit;
    text-decoration:none;
}

.spm-story__media {
    position: relative;
}

.spm-story__img {
    width: 100%;
    aspect-ratio: 2 / 3;
    height: auto;
    object-fit: cover;
    display: block;
    background: var(--spm-surface-2);
}

.spm-story__badge {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(0, 0, 0, .45);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .25);
}

html[dir="rtl"] .spm-story__badge {
    left: auto;
    right: 10px;
}

.spm-story__title {
    padding: 10px 12px;
    font-weight: 800;
    font-size: 13px;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.spm-tile {
    flex: 0 0 auto;
    width: 220px;
    scroll-snap-align: start;
    border: 1px solid var(--spm-border);
    background: var(--spm-surface);
    border-radius: var(--spm-r-2);
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .04);
}
.spm-tile__link{
    display:block;
    height:100%;
    color:inherit;
    text-decoration:none;
}
.spm-tile__media{
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 14px;
    background: var(--spm-surface-2);
}

.spm-tile__img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: var(--spm-surface-2);
}
.spm-tile__body {
    padding: 10px 12px 12px;
}

.spm-tile__title {
    font-family: var(--font-ui);
    font-weight: var(--w-black);
    font-size: 14px;
    line-height: 1.55;
    margin: 0 0 6px;
}

.spm-tile__meta {
    color: var(--spm-muted);
    font-size: 12px;
}

.spm-badge-video {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .40);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .25);
    font-size: 14px;
}

.spm-section {
    padding: 18px 0;
}

.spm-section__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 12px;
}

.spm-h2 {
    margin: 0;
    font-family: var(--font-ui);
    font-weight: var(--w-black);
    font-size: 18px;
    line-height: 1.4;
}

.spm-link {
    font-family: var(--font-ui);
    font-weight: var(--w-extrabold);
    color: var(--spm-primary);
    border: 1px solid rgba(188, 2, 44, .18);
    background: rgba(188, 2, 44, .06);
    padding: 6px 10px;
    border-radius: 999px;
}

.spm-link:hover {
    background: rgba(188, 2, 44, .10);
    border-color: rgba(188, 2, 44, .28);
}

.spm-archiveHead {
    margin-bottom: 14px;
}

.spm-archiveTitle {
    font-family: var(--font-ui);
    font-weight: var(--w-black);
    font-size: var(--fs-h2);
    margin: 0 0 8px;
}

.spm-archiveDesc {
    color: var(--spm-muted);
    background: var(--spm-surface);
    border: 1px solid var(--spm-border);
    border-radius: var(--spm-r-2);
    padding: 12px 14px;
}

.spm-archiveGrid {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 16px;
    align-items: start;
}

.spm-archiveSide {
    position: sticky;
    top: 76px;
}

@media (max-width: 1024px) {
    .spm-archiveGrid {
        grid-template-columns: 1fr;
    }

    .spm-archiveSide {
        position: static;
    }
}

.spm-grid {
    display: grid;
    gap: 14px;
}

.spm-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1120px) {
    .spm-grid--4 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .spm-grid--4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .spm-grid--4 {
        grid-template-columns: 1fr;
    }
}

.spm-card {
    border: 1px solid var(--spm-border);
    background: var(--spm-surface);
    border-radius: var(--spm-r-2);
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .04);
}

.spm-card__media {
    position: relative;
}

.spm-card__img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    background: var(--spm-surface-2);
}

.spm-card__body {
    padding: 12px;
}

.spm-card__title {
    margin: 0 0 6px;
    font-family: var(--font-ui);
    font-weight: var(--w-black);
    font-size: 15px;
    line-height: 1.5;
}

.spm-card__meta {
    color: var(--spm-muted);
    font-size: 12px;
    margin-bottom: 8px;
}

.spm-pagination {
    margin-top: 18px;
}

.spm-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    border-radius: 12px;
    border: 1px solid var(--spm-border);
    background: var(--spm-surface);
    margin: 0 4px 6px 0;
    font-family: var(--font-ui);
    font-weight: var(--w-extrabold);
    color: var(--spm-muted);
}

.spm-pagination .page-numbers.current {
    background: rgba(188, 2, 44, .10);
    border-color: rgba(188, 2, 44, .25);
    color: var(--spm-primary);
}

.spm-pagination .page-numbers:hover {
    color: var(--spm-primary);
    border-color: rgba(188, 2, 44, .25);
}

.spm-sideBox {
    background: var(--spm-surface);
    border: 1px solid var(--spm-border);
    border-radius: 16px;
    padding: 14px;
    margin-bottom: 18px;
}

.spm-sideBox__title {
    font-family: var(--font-ui);
    font-weight: 800;
    font-size: 15px;
    color: var(--spm-primary);
    margin-bottom: 12px;
}

.spm-hotlinks {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.spm-hotlink {
    display: block;
    padding: 8px 12px;
    background: var(--spm-surface-2);
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.spm-hotlink:hover {
    background: var(--spm-surface);
    border-color: var(--spm-primary);
    transform: translateX(-2px);
}

.spm-singleGrid {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 16px;
    align-items: start;
}

.spm-singleSide {
    position: sticky;
    top: 76px;
}

@media (max-width: 1024px) {
    .spm-singleGrid {
        grid-template-columns: 1fr;
    }

    .spm-singleSide {
        position: static;
    }
}

.spm-singleMeta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-bottom: 16px;
    margin-top: 10px;
    font-family: var(--font-ui);
    font-size: 13px;
    color: var(--spm-muted);
    line-height: 1.5;
}

.spm-singleMeta .spm-heroTag {
    display: inline-flex;
    align-items: center;
    height: 28px;
    padding: 0 14px;
    background: var(--spm-primary);
    border-radius: 999px;
    color: #fff;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: -0.2px;
    border: none;
    transition: all 0.2s ease;
}

.spm-singleMeta .spm-heroTag:hover {
    background: var(--spm-primary-2);
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(188, 2, 44, 0.2);
    color: #fff;
}

.spm-singleTime {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-weight: 500;
}

.spm-byline {
    display: inline-flex;
    align-items: center;
    padding: 2px 10px;
    background: var(--spm-surface-2);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500;
    color: var(--spm-muted);
    border: 1px solid var(--spm-border);
}

.spm-videoBadge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: var(--spm-primary);
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    box-shadow: 0 2px 8px rgba(188, 2, 44, 0.3);
}

.spm-singleTitle {
    font-family: var(--font-ui);
    font-weight: 900;
    font-size: clamp(18px, 1.8vw, 26px);
    line-height: 1.4;
    margin: 0;
    color: var(--spm-text);
    letter-spacing: -0.3px;
    word-break: break-word;
}

.spm-singleCover {
    margin: 0 0 14px;
    border-radius: var(--spm-r-2);
    overflow: hidden;
    border: 1px solid var(--spm-border);
}

.spm-content--single {
    background: var(--spm-surface);
    padding: 4px;
}

.spm-content--single h2,
.spm-content--single h3 {
    margin-top: 22px;
    margin-bottom: 10px;
    font-family: var(--font-ui);
    font-weight: var(--w-black);
}

.spm-content--single a {
    color: var(--spm-primary);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.spm-content--single blockquote {
    margin: 14px 0;
    padding: 12px 14px;
    border-radius: 16px;
    background: var(--spm-surface-2);
    border: 1px solid var(--spm-border);
}

.spm-singleNav {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 14px;
}

.spm-singleNav__item a {
    display: inline-flex;
    align-items: center;
    font-family: var(--font-ui);
    font-weight: var(--w-extrabold);
    font-size: var(--fs-meta);
    border: 1px solid var(--spm-border);
    background: var(--spm-surface);
    border-radius: 14px;
    padding: 10px 12px;
    color: var(--spm-muted);
}

.spm-singleNav__item a:hover {
    color: var(--spm-primary);
    border-color: rgba(188, 2, 44, .25);
}

@media (max-width: 768px) {
    .spm-singleHead {
        padding: 0 0 16px 0;
        margin-bottom: 18px;
    }

    .spm-singleMeta {
        gap: 6px 12px;
        margin-bottom: 12px;
        font-size: 12px;
    }

    .spm-singleMeta .spm-heroTag {
        height: 26px;
        padding: 0 12px;
        font-size: 11px;
    }

    .spm-singleTitle {
        font-size: 22px;
        line-height: 1.4;
    }

    .spm-videoBadge {
        width: 24px;
        height: 24px;
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    .spm-singleTitle {
        font-size: 20px;
    }

    .spm-singleMeta {
        gap: 4px 8px;
    }

    .spm-byline {
        width: 100%;
        margin-top: 4px;
    }
}

.spm-related {
    margin-top: 40px;
    padding-top: 28px;
    border-top: 2px solid var(--spm-border);
}

.spm-related__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 24px;
}

.spm-related__bar .spm-h2 {
    margin: 0;
    font-family: var(--font-ui);
    font-weight: var(--w-black);
    font-size: 20px;
    line-height: 1.4;
}

.spm-related__bar .spm-link {
    font-family: var(--font-ui);
    font-weight: var(--w-extrabold);
    color: var(--spm-primary);
    border: 1px solid rgba(188, 2, 44, .18);
    background: rgba(188, 2, 44, .06);
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 13px;
    transition: all 0.2s ease;
}

.spm-related__bar .spm-link:hover {
    background: rgba(188, 2, 44, .10);
    border-color: rgba(188, 2, 44, .28);
}

.spm-grid--rel {
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 992px) {
    .spm-grid--rel {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .spm-grid--rel {
        grid-template-columns: 1fr;
    }
}

.spm-card--archive {
    border: 1px solid var(--spm-border);
    background: var(--spm-surface);
    border-radius: var(--spm-r-2);
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .04);
    transition: all 0.3s ease;
    height: 100%;
}

.spm-card--archive:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, .1);
}

.spm-card--archive:hover .spm-card__img {
    transform: scale(1.08);
}

.spm-card--sport .spm-badge-video{
    background: var(--spm-sport);
    border-color: rgba(0,0,0,.1);
}

.spm-card{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.spm-card__link{
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 100%;
    text-decoration: none;
    color: inherit;
}
.spm-card__media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: var(--spm-surface-2);
}

.spm-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.spm-card__cat {
    position: absolute;
    top: 4px;
    right: 5px;
    background: color-mix(in srgb, var(--spm-surface-2) 20%, transparent);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(8px);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 1px 6px;
    border-radius: 30px;
    z-index: 2;
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
    text-decoration:none;
}

.spm-card__body {
    padding: 18px 16px 16px;
}

.spm-card__title {
    font-family: var(--font-ui);
    font-weight: var(--w-black);
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 10px;
    color: var(--spm-text);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.spm-card__meta {
    color: var(--spm-muted);
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.spm-card__excerpt {
    font-size: 13px;
    line-height: 1.7;
    color: var(--spm-muted);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.spm-footer {
    border-top: 1px solid var(--spm-border);
    background: var(--spm-surface);
    padding-block: 28px;
    margin-top: 18px;
}

.spm-footer__grid {
    display: grid;
    grid-template-columns: 1.3fr .8fr .8fr;
    gap: 18px;
}

@media (max-width: 900px) {
    .spm-footer__grid {
        grid-template-columns: 1fr;
    }
}

.spm-footer__title {
    font-family: var(--font-ui);
    font-weight: var(--w-black);
    font-size: 18px;
    margin: 0 0 6px;
}

.spm-footer__label {
    color: var(--spm-muted);
    font-family: var(--font-ui);
    font-weight: var(--w-black);
    margin: 0 0 8px;
    font-size: 13px;
}

.spm-footer__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px;
}

.sp-only-desktop {
    display: none;
}

@media (min-width: 992px) {
    .sp-only-desktop {
        display: flex !important;
    }

    .sp-only-mobile {
        display: none !important;
    }
}

.spm-bc {
    margin: 10px 0 14px;
}

.spm-bc__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: var(--w-extrabold);
    color: var(--spm-muted);
    align-items: center;
}

.spm-bc__item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.spm-bc__item::before {
    content: "»";
    opacity: .5;
}

.spm-bc__item:first-child::before {
    display: none;
}

.spm-bc__link,
.spm-bc__current {
    display: inline-flex;
    align-items: center;
    max-width: 60vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 6px 10px;
    border-radius: 999px;
}

.spm-bc__link:hover {
    color: var(--spm-primary);
    border-color: rgba(188, 2, 44, .25);
}

.spm-bc__current {
    background: var(--spm-surface-2);
    color: var(--spm-text);
}

@media (max-width: 520px) {
    .spm-bc__item {
        display: none;
    }

    .spm-bc__item:first-child,
    .spm-bc__item:nth-last-child(1),
    .spm-bc__item:nth-last-child(2) {
        display: inline-flex;
    }
}

.spm-tile--skeleton {
    pointer-events: none;
}

.spm-skel {
    background: #e9eaec;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.spm-skel::after {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .6), transparent);
    animation: spm-shimmer 1.3s infinite;
}

@keyframes spm-shimmer {
    100% {
        transform: translateX(100%);
    }
}

.skel-img {
    width: 100%;
    height: 140px;
}

.skel-line {
    height: 12px;
    margin-top: 8px;
}

.skel-line--lg {
    width: 85%;
}

.skel-line--sm {
    width: 55%;
}

.spm-loaded .spm-skeletons {
    display: none;
}

.spm-noselect,
.spm-noselect * {
    -webkit-user-select: none;
    user-select: none;
}

html[data-theme="dark"] .sp-header {
    background: rgba(15, 17, 21, .86);
    border-bottom: 1px solid var(--spm-border);
}

html[data-theme="dark"] .sp-btn {
    border-color: var(--spm-border);
    background: var(--spm-surface);
    color: var(--spm-muted);
}

html[data-theme="dark"] .sp-login {
    background: var(--spm-surface);
    color: var(--spm-text);
    border-color: rgba(255, 255, 255, .14);
}

html[data-theme="dark"] .sp-search__input {
    background: var(--spm-surface-2);
    color: var(--spm-text);
}

html[data-theme="dark"] .sp-search-icon {
    filter: brightness(0) invert(1);
    opacity: 1;
}

html[data-theme="dark"] .sp-search__input::placeholder {
    color: rgba(232, 236, 243, .6);
}

html[data-theme="dark"] .spm-card,
html[data-theme="dark"] .spm-tile,
html[data-theme="dark"] .spm-empty,
html[data-theme="dark"] .spm-singleHead,
html[data-theme="dark"] .spm-content--single,
html[data-theme="dark"] .spm-sideCard,
html[data-theme="dark"] .spm-heroCard,
html[data-theme="dark"] .spm-card--archive {
    box-shadow: none;
}

html[data-theme="dark"] .spm-card--archive:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, .4);
}

html[data-theme="dark"] .spm-singleMeta .spm-heroTag:hover {
    background: var(--spm-primary-2);
    box-shadow: 0 4px 12px rgba(188, 2, 44, 0.3);
}

html[data-theme="dark"] .spm-byline {
    background: var(--spm-surface-2);
    border-color: var(--spm-border);
    color: var(--spm-muted);
}

html[data-theme="dark"] .spm-editPost{
    background:var(--spm-surface-2);
    border-color:var(--spm-border);
    color:var(--spm-primary);
}

html[data-theme="dark"] .spm-editPost:hover{
    background:rgba(188, 2, 44, .12);
    border-color:rgba(188, 2, 44, .28);
}

html[data-theme="dark"] .spm-inlineCard{
    background:var(--spm-surface);
    border-color:var(--spm-border);
    box-shadow:0 8px 24px rgba(0,0,0,.22);
}

html[data-theme="dark"] .spm-inlineCard:hover{
    border-color:rgba(188, 2, 44, .28);
    box-shadow:0 12px 28px rgba(0,0,0,.32);
}

html[data-theme="dark"] .spm-inlineCard__thumb{
    border-color:var(--spm-border);
    background:var(--spm-surface-2);
}

html[data-theme="dark"] .spm-inlineCard__title,
html[data-theme="dark"] .spm-inlineCard__title a{
    color:var(--spm-text);
}

html[data-theme="dark"] .sp-socialLink{
    border-color: var(--spm-border);
    background: var(--spm-surface);
    color: var(--spm-text);
}

html[data-theme="dark"] .sp-search__input:hover{
    background: var(--spm-surface);
}

html[data-theme="dark"] .sp-btn.sp-btn--icon[data-sp-sidebar-toggle] .sp-burger {
    filter: brightness(0) invert(1);
    opacity: 1;
    background-color: unset !important;
}

html[data-theme="dark"] button.sp-btn.sp-btn--icon.sp-only-desktop:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

@media (max-width: 991.98px) {
    .sp-sidebar.sp-only-desktop {
        display: none !important;
    }

    .sp-layout {
        padding-right: 0 !important;
    }

    .sp-layout.is-collapsed,
    .sp-layout.is-wide {
        padding-right: 0 !important;
    }
}

@media (max-width: 768px) {
    .spm-container {
        padding-inline: 14px;
    }
}

@media (max-width: 480px) {
    .spm-container {
        padding-inline: 12px;
    }
}
.spm-cat__title-icon{
    width: 28px;
    height: 28px;
    display: inline-block;
    flex: 0 0 28px;
    background: currentColor;

    -webkit-mask-image: var(--sp-ic);
    mask-image: var(--sp-ic);

    -webkit-mask-size: contain;
    mask-size: contain;

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-position: center;
    mask-position: center;
}

.sp-ic-home { --sp-ic: url("assets/icons/home.svg"); }
.sp-ic-gamepad { --sp-ic: url("assets/icons/gamepad.svg"); }
.sp-ic-masks { --sp-ic: url("assets/icons/masks.svg"); }
.sp-ic-music { --sp-ic: url("assets/icons/music.svg"); }
.sp-ic-trophy { --sp-ic: url("assets/icons/trophy.svg"); }
.sp-ic-trophy > a {
    color: var(--spm-sport);
}

.sp-ic-live { --sp-ic: url("assets/icons/live.svg"); }
.sp-ic-suggest { --sp-ic: url("assets/icons/suggest.svg"); }
.sp-ic-latest { --sp-ic: url("assets/icons/latest.svg"); }
.sp-ic-story { --sp-ic: url("assets/icons/story.svg"); }
.sp-ic-special { --sp-ic: url("assets/icons/special.svg"); }
.sp-ic-social { --sp-ic: url("assets/icons/social.svg"); }
.sp-ic-news { --sp-ic: url("assets/icons/news.svg"); }
.sp-ic-celebs { --sp-ic: url("assets/icons/celebs.svg"); }
.sp-ic-fun { --sp-ic: url("assets/icons/fun.svg"); }
.sp-ic-health { --sp-ic: url("assets/icons/health.svg"); }
.sp-ic-culture { --sp-ic: url("assets/icons/culture.svg"); }
.sp-ic-sport { --sp-ic: url("assets/icons/trophy.svg"); }
.sp-ic-podcast { --sp-ic: url("assets/icons/podcast.svg"); }
.sp-ic-gallery { --sp-ic: url("assets/icons/gallery.svg"); }
.sp-ic-video { --sp-ic: url("assets/icons/video.svg"); }
.sp-ic-ads { --sp-ic: url("assets/icons/ads.svg"); }
.sp-ic-about { --sp-ic: url("assets/icons/about.svg"); }
.sp-ic-contact { --sp-ic: url("assets/icons/contact.svg"); }
.sp-ic-policy { --sp-ic: url("assets/icons/policy.svg"); }

.spm-page {
    padding: 40px 0;
}

.spm-page__header {
    margin-bottom: 30px;
    text-align: center;
}

.spm-page__title {
    font-size: clamp(24px, 5vw, 36px);
    font-weight: 900;
    color: var(--spm-text);
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    margin: 0;
}

.spm-page__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 25%;
    right: 25%;
    height: 3px;
    background: var(--spm-primary);
    border-radius: 3px;
}

.spm-page__content {
    max-width: 800px;
    margin: 0 auto;
}

.spm-page__entry {
    background: var(--spm-surface);
    border: 1px solid var(--spm-border);
    border-radius: 24px;
    padding: 30px;
    line-height: 1.9;
    color: var(--spm-text);
}

.spm-page__entry h2,
.spm-page__entry h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 800;
}

.spm-page__entry h2:first-child,
.spm-page__entry h3:first-child {
    margin-top: 0;
}

.spm-page__entry p {
    margin-bottom: 20px;
}

.spm-page__entry img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
}

.spm-page__entry a {
    color: var(--spm-primary);
    text-decoration: underline;
}

.spm-page__pagination {
    margin-top: 30px;
    text-align: center;
    font-family: var(--font-ui);
}

.spm-page__pagination-title {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    color: var(--spm-muted);
}

.spm-page__pagination-item {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 12px;
    background: var(--spm-surface);
    border: 1px solid var(--spm-border);
    border-radius: 8px;
    color: var(--spm-text);
}

.spm-page__pagination-item:hover {
    background: var(--spm-primary);
    color: #fff;
    border-color: var(--spm-primary);
}

.spm-page__comments {
    max-width: 800px;
    margin: 40px auto 0;
}

.spm-category {
    padding: 20px 0 40px;
}

.spm-cat__header {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--spm-border);
}

.spm-cat__breadcrumb {
    font-size: 13px;
    color: var(--spm-muted);
    margin-bottom: 15px;
}

.spm-cat__breadcrumb a {
    color: var(--spm-muted);
    text-decoration: none;
}

.spm-cat__breadcrumb a:hover {
    color: var(--spm-primary);
}

.spm-cat__breadcrumb-sep {
    margin: 0 8px;
    opacity: 0.5;
}

.spm-cat__breadcrumb-current {
    color: var(--spm-text);
    font-weight: 600;
}

.spm-cat__title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
}

.spm-cat__title {
    font-size: clamp(20px, 4vw, 28px);
    font-weight: 900;
    margin: 0;
    color: var(--spm-text);
    display: flex;
    align-items: center;
    gap: 10px;
}

.spm-cat__title-icon {
    font-size: 24px;
}

.spm-cat__count {
    display: inline-block;
    padding: 6px 16px;
    background: var(--spm-primary);
    color: #fff;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.spm-cat__desc {
    color: var(--spm-muted);
    font-size: 14px;
    line-height: 1.8;
    max-width: 800px;
}

.spm-cat__subcats {
    margin-bottom: 30px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 5px;
}

.spm-cat__subcats-scroll {
    display: flex;
    gap: 10px;
    min-width: min-content;
}

.spm-cat__subcat {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: var(--spm-surface);
    border: 1px solid var(--spm-border);
    border-radius: 999px;
    text-decoration: none;
    transition: all 0.2s;
    white-space: nowrap;
}

.spm-cat__subcat:hover {
    background: var(--spm-primary);
    border-color: var(--spm-primary);
    color: #fff;
}

.spm-cat__subcat-name {
    font-size: 13px;
    font-weight: 600;
    color: var(--spm-text);
}

.spm-cat__subcat:hover .spm-cat__subcat-name {
    color: #fff;
}

.spm-cat__subcat-count {
    font-size: 11px;
    padding: 2px 6px;
    background: var(--spm-surface-2);
    border-radius: 999px;
    color: var(--spm-muted);
}

.spm-cat__subcat:hover .spm-cat__subcat-count {
    background: rgba(255,255,255,0.2);
    color: #fff;
}

.spm-cat__suggest,
.spm-cat__latest {
    margin-bottom: 40px;
}

.spm-cat__section-header{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:20px;
}
.spm-cat__section-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--spm-text);
}

.spm-cat__section-icon {
    font-size: 20px;
}

.spm-cat__section-title{
    font-family: var(--font-ui);
    font-weight: var(--w-extrabold);
    font-size: 18px;
    line-height: 1.4;
    margin: 0;
    color: var(--spm-text);
    border-right: 4px solid var(--spm-primary);
    padding-right: 12px;
}
.spm-cat__section-title:hover{
    color: var(--spm-primary);
}

.spm-cat__grid {
    display: grid;
    gap: 20px;
}

.spm-cat__grid--6 {
    grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 1400px) {
    .spm-cat__grid--6 {
        grid-template-columns: repeat(5, 1fr);
    }
}
@media (max-width: 1200px) {
    .spm-cat__grid--6 {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 992px) {
    .spm-cat__grid--6 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .spm-cat__grid--6 {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .spm-cat__grid--6 {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

.spm-cat__grid-item {
    height: 100%;
}

.spm-cat__widget {
    margin-bottom: 40px;
    padding: 20px;
    background: var(--spm-surface);
    border: 1px solid var(--spm-border);
    border-radius: 24px;
}

.spm-cat__widget-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.spm-cat__widget-icon {
    font-size: 24px;
}

.spm-cat__widget-title {
    font-size: 18px;
    font-weight: 800;
    margin: 0;
    color: var(--spm-text);
}

.spm-cat__widget-content {
    min-height: 200px;
}

.spm-cat__pagination {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.spm-cat__pagination .wp-pagenavi {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.spm-cat__pagination .pages,
.spm-cat__pagination .extend {
    display: none;
}

.spm-cat__pagination .page,
.spm-cat__pagination .current,
.spm-cat__pagination .nextpostslink,
.spm-cat__pagination .previouspostslink,
.spm-cat__pagination .last,
.spm-cat__pagination .first {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
    border: 1px solid var(--spm-border);
    border-radius: 12px;
    background: var(--spm-surface);
    color: var(--spm-muted);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
}

.spm-cat__pagination .current {
    background: var(--spm-primary);
    border-color: var(--spm-primary);
    color: #fff;
}

.spm-cat__pagination .page:hover,
.spm-cat__pagination .nextpostslink:hover,
.spm-cat__pagination .previouspostslink:hover {
    border-color: var(--spm-primary);
    color: var(--spm-primary);
}

.spm-cat__empty {
    text-align: center;
    padding: 60px 20px;
    background: var(--spm-surface);
    border: 1px solid var(--spm-border);
    border-radius: 30px;
}

.spm-cat__empty-icon {
    font-size: 48px;
    margin-bottom: 15px;
    opacity: 0.5;
}

.spm-cat__empty-text {
    color: var(--spm-muted);
    font-size: 16px;
    margin: 0;
}

html[data-theme="dark"] .spm-cat__subcat-count {
    background: var(--spm-surface-2);
}

.spm-archive-page {
    padding: 30px 0 50px;
}

.spm-archive-page__header {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--spm-border);
}

.spm-archive-page__title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    margin: 15px 0 10px;
}

.spm-archive-page__title {
    font-size: clamp(24px, 4vw, 32px);
    font-weight: 900;
    margin: 0;
    color: var(--spm-text);
    line-height: 1.3;
}

.spm-archive-page__count {
    display: inline-block;
    padding: 6px 16px;
    background: var(--spm-primary);
    color: #fff;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.spm-archive-page__desc {
    color: var(--spm-muted);
    font-size: 15px;
    line-height: 1.8;
    max-width: 800px;
    background: var(--spm-surface);
    border: 1px solid var(--spm-border);
    border-radius: 16px;
    padding: 16px 20px;
}

.spm-archive-page__subcats {
    margin-bottom: 30px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 5px;
}

.spm-archive-page__subcats-scroll {
    display: flex;
    gap: 10px;
    min-width: min-content;
}

.spm-archive-page__subcat {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: var(--spm-surface);
    border: 1px solid var(--spm-border);
    border-radius: 999px;
    text-decoration: none;
    transition: all 0.2s;
    white-space: nowrap;
}

.spm-archive-page__subcat:hover {
    background: var(--spm-primary);
    border-color: var(--spm-primary);
}

.spm-archive-page__subcat:hover .spm-archive-page__subcat-name {
    color: #fff;
}

.spm-archive-page__subcat-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--spm-text);
}

.spm-archive-page__subcat-count {
    font-size: 12px;
    padding: 2px 8px;
    background: var(--spm-surface-2);
    border-radius: 999px;
    color: var(--spm-muted);
}

.spm-archive-page__subcat:hover .spm-archive-page__subcat-count {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

/* ستون اصلی */
.spm-archive-page__posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media (max-width: 1200px) {
    .spm-archive-page__posts {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .spm-archive-page__posts {
        grid-template-columns: 1fr;
    }
}

.spm-archive-page__pagination {
    margin-top: 40px;
}

.spm-archive-page__pagination .spm-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.spm-archive-page__pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 10px;
    border: 1px solid var(--spm-border);
    border-radius: 12px;
    background: var(--spm-surface);
    color: var(--spm-muted);
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s;
}

.spm-archive-page__pagination .page-numbers.current {
    background: var(--spm-primary);
    border-color: var(--spm-primary);
    color: #fff;
}

.spm-archive-page__pagination .page-numbers:hover:not(.current) {
    border-color: var(--spm-primary);
    color: var(--spm-primary);
}

.spm-archive-page__pagination .prev,
.spm-archive-page__pagination .next {
    font-size: 18px;
}

.spm-archive-page__empty {
    text-align: center;
    padding: 60px 30px;
    background: var(--spm-surface);
    border: 1px solid var(--spm-border);
    border-radius: 30px;
}

.spm-archive-page__empty-icon {
    font-size: 64px;
    margin-bottom: 20px;
    opacity: 0.5;
}

.spm-archive-page__empty-title {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 10px;
    color: var(--spm-text);
}

.spm-archive-page__empty-text {
    color: var(--spm-muted);
    margin-bottom: 30px;
}

html[data-theme="dark"] .spm-archive-page__subcat-count {
    background: var(--spm-surface-2);
}

.spm-writer-link {
    text-decoration: none;
    display: block;
    color: inherit;
}

.spm-writer-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 16px;
    background: var(--spm-surface);
    border: 1px solid var(--spm-border);
    border-radius: 20px;
    max-width: 300px;
    margin: 8px;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.spm-writer-card:hover {
    border-color: var(--spm-primary);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.spm-writer-avatar {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 3px var(--spm-primary);
    transition: all 0.2s ease;
}

.spm-writer-card:hover .spm-writer-avatar {
    box-shadow: 0 0 0 3px var(--spm-primary-2);
}

.spm-writer-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.spm-writer-name {
    font-family: var(--font-ui);
    font-weight: var(--w-extrabold);
    font-size: 16px;
    line-height: 1.4;
    color: var(--spm-text);
}

.spm-writer-role {
    font-family: var(--font-ui);
    font-size: 13px;
    font-weight: var(--w-medium);
    color: var(--spm-muted);
    background: var(--spm-surface-2);
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid var(--spm-border);
    align-self: flex-start;
}

html[data-theme="dark"] .spm-writer-card {
    background: var(--spm-surface);
    border-color: var(--spm-border);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

html[data-theme="dark"] .spm-writer-card:hover {
    border-color: var(--spm-primary);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

html[data-theme="dark"] .spm-writer-role {
    background: var(--spm-surface-2);
    border-color: var(--spm-border);
    color: var(--spm-muted);
}

@media (max-width: 480px) {
    .spm-writer-card {
        max-width: 100%;
        padding: 10px 14px;
    }

    .spm-writer-avatar {
        width: 56px;
        height: 56px;
    }

    .spm-writer-name {
        font-size: 15px;
    }

    .spm-writer-role {
        font-size: 12px;
        padding: 3px 8px;
    }
}

.spm-keywords {
    margin: 24px 0 16px;
    padding-top: 16px;
    border-top: 1px solid var(--spm-border);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.spm-keywords a {
    display: inline-block;
    padding: 6px 14px;
    background: var(--spm-surface-2);
    border: 1px solid var(--spm-border);
    border-radius: 999px;
    font-family: var(--font-ui);
    font-size: 12px;
    font-weight: var(--w-medium);
    color: var(--spm-muted);
    text-decoration: none;
    transition: all 0.2s ease;
    line-height: 1.5;
    letter-spacing: -0.2px;
}

.spm-keywords a:hover {
    background: var(--spm-primary);
    border-color: var(--spm-primary);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(188, 2, 44, 0.2);
}

.spm-keywords::before {
    font-family: var(--font-ui);
    font-size: 12px;
    font-weight: var(--w-bold);
    color: var(--spm-text);
    margin-left: 4px;
    opacity: 0.8;
}

.spm-keywords:empty {
    display: none;
}

@media print {
    .spm-keywords.noprint {
        display: none;
    }
}

html[data-theme="dark"] .spm-keywords a {
    background: var(--spm-surface);
    border-color: var(--spm-border);
    color: var(--spm-muted);
}

html[data-theme="dark"] .spm-keywords a:hover {
    background: var(--spm-primary);
    border-color: var(--spm-primary);
    color: #fff;
    box-shadow: 0 4px 12px rgba(188, 2, 44, 0.3);
}

@media (max-width: 768px) {
    .spm-keywords {
        margin: 20px 0 12px;
        padding-top: 14px;
        gap: 6px;
    }

    .spm-keywords a {
        padding: 5px 12px;
        font-size: 11px;
    }

    .spm-keywords::before {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .spm-keywords {
        margin: 18px 0 10px;
        padding-top: 12px;
        gap: 5px;
    }

    .spm-keywords a {
        padding: 4px 10px;
        font-size: 10px;
    }
}

.spm-keywords a:last-child {
    margin-left: 0;
}

.spm-keywords a.popular-tag {
    background: rgba(188, 2, 44, 0.08);
    border-color: rgba(188, 2, 44, 0.2);
    color: var(--spm-primary);
    font-weight: var(--w-bold);
}

.spm-singleVideo{
    margin: 0 0 24px;
}

.spm-videoWrap,
.spm-videoEmbed{
    border-radius: 18px;
    overflow: hidden;
    background: #000;
}

.spm-videoWrap .video-js,
.spm-videoWrap video,
.spm-videoEmbed iframe{
    width: 100%;
    display: block;
}

.spm-videoEmbed iframe{
    aspect-ratio: 16 / 9;
    height: auto;
    min-height: 220px;
}

.spm-videoWrap {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    position: relative;
    overflow: hidden;
}

.spm-videoWrap video,
.spm-videoWrap iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.spm-singleaudio {
    margin: 24px 0 28px;
}

.spm-audioWrap {
    background: transparent;
    border: none;
    padding: 0;
}

.spm-audioWrap audio {
    width: 100%;
    height: 44px;
    outline: none;
    border-radius: 30px;
    background: var(--spm-surface-2);
}

.spm-singleaudio::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--spm-border), transparent);
    margin-top: 16px;
}

html[data-theme="dark"] .spm-audioWrap audio {
    background: var(--spm-surface-2);
}
.spm-editPost{
    margin-right:8px;
    padding:3px 8px;
    border-radius:8px;
    font-size:12px;
    font-family:var(--font-ui);
    font-weight:700;
    background:var(--spm-surface-2);
    color:var(--spm-primary);
    border:1px solid var(--spm-border);
    transition:all .2s ease;
}

.spm-editPost:hover{
    background:rgba(188, 2, 44, .08);
    border-color:rgba(188, 2, 44, .22);
    color:var(--spm-primary);
}

.spm-inlineCard{
    display:flex;
    align-items:center;
    gap:14px;
    margin:20px 0;
    padding:12px;
    border:1px solid var(--spm-border);
    border-radius:16px;
    background:var(--spm-surface);
    box-shadow:0 4px 18px rgba(0,0,0,.04);
    transition:all .2s ease;
}

.spm-inlineCard:hover{
    border-color:rgba(188, 2, 44, .22);
    box-shadow:0 8px 24px rgba(0,0,0,.08);
}

.spm-inlineCard__media{
    flex:0 0 92px;
}

.spm-inlineCard__thumb{
    width:92px;
    height:92px;
    object-fit:cover;
    border-radius:12px;
    display:block;
    border:1px solid var(--spm-border);
    background:var(--spm-surface-2);
}

.spm-inlineCard__body{
    min-width:0;
    flex:1;
}

.spm-inlineCard__label{
    display:inline-block;
    margin-bottom:6px;
    font-size:12px;
    font-family:var(--font-ui);
    font-weight:700;
    color:var(--spm-primary);
}

.spm-inlineCard__title{
    margin:0;
    font-size:16px;
    line-height:1.8;
    font-family:var(--font-ui);
    font-weight:800;
    color:var(--spm-text);
}

.spm-inlineCard__title a{
    color:var(--spm-text);
}

.spm-inlineCard__title a:hover{
    color:var(--spm-primary);
}

.spm-interAd{
    margin:20px 0;
}

.spm-section--404{
    min-height:70vh;
    display:flex;
    align-items:center;
    padding:40px 0;
}

.spm-container--narrow{
    max-width:900px;
    margin:0 auto;
    padding:0 20px;
}

.spm-404__header{
    text-align:center;
}

.spm-404__graphic{
    position:relative;
    width:280px;
    height:140px;
    margin:0 auto 30px;
}

.spm-404__circle{
    position:absolute;
    width:220px;
    height:220px;
    background:linear-gradient(145deg, var(--spm-surface-2), var(--spm-surface));
    border-radius:50%;
    top:-40px;
    left:50%;
    transform:translateX(-50%);
    z-index:-1;
    box-shadow:0 20px 40px rgba(188, 2, 44, 0.1);
    animation:spm404-pulse 3s infinite;
}

@keyframes spm404-pulse{
    0%,100%{transform:translateX(-50%) scale(1); opacity:.5;}
    50%{transform:translateX(-50%) scale(1.05); opacity:.8;}
}

.spm-404__numbers{
    display:flex;
    justify-content:center;
    gap:10px;
    font-size:110px;
    font-weight:900;
    font-family:var(--font-ui);
    color:var(--spm-primary);
    line-height:1;
}

.spm-404__digit{
    animation:spm404-float 3s infinite;
    text-shadow:5px 5px 0 rgba(188, 2, 44, 0.2);
}

.spm-404__digit:nth-child(1){animation-delay:0s;}
.spm-404__digit:nth-child(2){animation-delay:.2s;}
.spm-404__digit:nth-child(3){animation-delay:.4s;}

@keyframes spm404-float{
    0%,100%{transform:translateY(0);}
    50%{transform:translateY(-10px);}
}

.spm-404__face{
    position:absolute;
    bottom:-20px;
    left:50%;
    transform:translateX(-50%);
}

.spm-404__eyes{
    display:flex;
    gap:20px;
}

.spm-404__eye{
    width:12px;
    height:12px;
    background:var(--spm-text);
    border-radius:50%;
    animation:spm404-blink 4s infinite;
}

@keyframes spm404-blink{
    0%,45%,55%,100%{transform:scaleY(1);}
    50%{transform:scaleY(.1);}
}

.spm-404__title{
    font-size:clamp(24px, 4vw, 32px);
    margin-bottom:16px;
    color:var(--spm-text);
}

.spm-404__text{
    font-size:16px;
    color:var(--spm-muted);
    max-width:500px;
    margin:0 auto;
    line-height:1.8;
}

.spm-404__text:last-of-type{
    margin-bottom:30px;
}

.spm-404__actions{
    display:flex;
    gap:16px;
    justify-content:center;
    flex-wrap:wrap;
}

.spm-404__btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:12px 28px;
    border-radius:999px;
    font-family:var(--font-ui);
    font-weight:700;
    text-decoration:none;
    transition:all .2s ease;
    cursor:pointer;
}

.spm-404__btn--primary{
    background:var(--spm-primary);
    color:#fff;
    border:1px solid var(--spm-primary);
}

.spm-404__btn--primary:hover{
    background:var(--spm-primary-2);
    border-color:var(--spm-primary-2);
    color:#fff;
    transform:translateY(-2px);
    box-shadow:0 10px 20px rgba(188, 2, 44, 0.2);
}

.spm-404__btn--outline{
    background:transparent;
    color:var(--spm-text);
    border:2px solid var(--spm-border);
}

.spm-404__btn--outline:hover{
    border-color:var(--spm-primary);
    color:var(--spm-primary);
    transform:translateY(-2px);
}

html[data-theme="dark"] .spm-404__circle{
    background:linear-gradient(145deg, var(--spm-surface-2), var(--spm-surface));
}

html[data-theme="dark"] .spm-404__eye{
    background:var(--spm-text);
}

html[data-theme="dark"] .spm-404__btn--outline{
    color:var(--spm-text);
    border-color:var(--spm-border);
}

.spm-searchPage{
    padding-top: 8px;
}

.spm-searchInfo,
.spm-muted{
    color: var(--spm-muted);
    font-size: 14px;
    margin-bottom: 14px;
}

.spm-searchPage__form,
.spm-empty__search{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    margin-top:16px;
}

.spm-empty__input{
    flex:1 1 280px;
    min-width:0;
    height:44px;
    padding:0 14px;
    border:1px solid var(--spm-border);
    border-radius:12px;
    background:var(--spm-surface);
    color:var(--spm-text);
    font-family:var(--font-ui);
    outline:none;
}

.spm-empty__input:focus{
    border-color:rgba(188, 2, 44, .28);
    box-shadow:0 0 0 3px rgba(188, 2, 44, .08);
}

.spm-empty__btn{
    height:44px;
    padding:0 16px;
    border-radius:12px;
    border:1px solid var(--spm-primary);
    background:var(--spm-primary);
    color:#fff;
    font-family:var(--font-ui);
    font-weight:700;
    cursor:pointer;
    transition:all .2s ease;
}

.spm-empty__btn:hover{
    background:var(--spm-primary-2);
    border-color:var(--spm-primary-2);
}

.spm-empty{
    padding:28px 20px;
    border:1px solid var(--spm-border);
    border-radius:24px;
    background:var(--spm-surface);
    text-align:center;
}

.spm-empty--small{
    max-width:560px;
}

.spm-empty__icon{
    font-size:40px;
    margin-bottom:12px;
    opacity:.6;
}

.spm-empty__title{
    margin:0 0 10px;
    font-family:var(--font-ui);
    font-weight:var(--w-black);
    font-size:22px;
    color:var(--spm-text);
}

.spm-empty__text{
    margin:0;
    color:var(--spm-muted);
    line-height:1.8;
}

.spm-live__header{
    text-align:center;
    margin-bottom:28px;
}

.spm-live__title{
    font-family:var(--font-ui);
    font-size:clamp(22px, 4vw, 40px);
    font-weight:900;
    color:var(--spm-text);
    position:relative;
    display:inline-block;
    padding-bottom:10px;
    margin:0;
}

.spm-live__title::after{
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:4px;
    background:linear-gradient(90deg, transparent, var(--spm-primary), transparent);
    animation:spm-live-line 2s infinite;
}

@keyframes spm-live-line{
    0%{transform:scaleX(.3); opacity:.5;}
    50%{transform:scaleX(1); opacity:1;}
    100%{transform:scaleX(.3); opacity:.5;}
}

.spm-live__player{
    max-width:1000px;
    margin:0 auto 30px;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 20px 40px rgba(0,0,0,.15);
    border:1px solid var(--spm-border);
    background:#000;
}

#live-player{
    width:100%;
    aspect-ratio:16 / 9;
    display:block;
    background:#000;
}

.spm-live__content{
    max-width:800px;
    margin:0 auto;
    background:var(--spm-surface);
    border:1px solid var(--spm-border);
    border-radius:24px;
    padding:24px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.spm-live__content h2{
    font-size:20px;
    font-weight:800;
    margin:0 0 16px;
    color:var(--spm-primary);
    border-right:4px solid var(--spm-primary);
    padding-right:16px;
}

.spm-live__content p{
    line-height:1.9;
    color:var(--spm-muted);
    margin-bottom:16px;
}

.spm-live__content p:last-child{
    margin-bottom:0;
}

html[data-theme="dark"] .spm-live__player{
    box-shadow:0 20px 40px rgba(0,0,0,.35);
}

@media (max-width: 768px){
    .spm-live__content{
        padding:16px;
        border-radius:18px;
    }
}

.sp-footer{
    position: relative;
    z-index: 20;
}

.sp-footerDesktop{
    width: 100%;
    border-top: 1px solid var(--sp-border);
    background: #fff;
    margin-top: 8px;
}

.sp-footerDesktop__inner{
    max-width: 1400px;
    margin: 0 auto;
    padding: 6px 20px 14px 20px;
    display: grid;
    grid-template-columns: 1fr auto 1.4fr;
    align-items: center;
    gap: 20px;
}

.sp-footerMenu{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.sp-footerMenu li{
    margin: 0;
    padding: 0;
}

.sp-footerMenu a,
.sp-footerLinks a{
    color: var(--spm-text);
    font-family: var(--font-ui);
    font-size: 14px;
    font-weight: 700;
}

.sp-footerMenu a:hover,
.sp-footerLinks a:hover{
    color: var(--spm-primary);
}

.sp-footerPartners{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.sp-footerPartners__item{
    min-width: 76px;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sp-footerPartners__img{
    display: block;
    max-height: 40px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
}

.sp-footerPartners__fallback{
    min-width: 76px;
    height: 38px;
    padding: 0 12px;
    border: 1px solid var(--sp-border);
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    font-family: var(--font-ui);
    font-size: 13px;
    font-weight: 800;
    color: var(--spm-text);
    background: #fafafa;
}

.sp-footerLinks{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    flex-wrap: wrap;
}

@media (max-width: 1199.98px){
    .sp-footerDesktop__inner{
        grid-template-columns: 1fr;
        text-align: center;
    }

    .sp-footerMenu,
    .sp-footerPartners,
    .sp-footerLinks{
        justify-content: center;
    }
}

.sp-stickyNotify{
    position: fixed;
    right: 12px;
    left: 12px;
    bottom: calc(0px + 50px + 12px);
    z-index: 1001;
}

.sp-stickyNotify__card{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 72px;
    padding: 10px 12px;
    border-radius: 16px;
    background: rgba(18,20,23,.96);
    color: #fff;
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 10px 28px rgba(0,0,0,.16);
    backdrop-filter: blur(8px);
}

.sp-stickyNotify__card:hover{
    color: #fff;
}

.sp-stickyNotify__image{
    width: 56px;
    min-width: 56px;
    height: 56px;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255,255,255,.08);
}

.sp-stickyNotify__img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sp-stickyNotify__content{
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sp-stickyNotify__label{
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(188,2,44,.18);
    color: #ff90a4;
    font-family: var(--font-ui);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.6;
}

.sp-stickyNotify__title{
    margin: 0;
    color: #fff;
    font-family: var(--font-ui);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sp-stickyNotify__card{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 72px;
    padding: 10px 12px;
    padding-left: 42px;
    border-radius: 16px;
    background: rgba(18,20,23,.96);
    color: #fff;
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 10px 28px rgba(0,0,0,.16);
    backdrop-filter: blur(8px);
}

.sp-stickyNotify__close{
    position: absolute;
    top: 2px;
    left: 1px;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    color: #fff;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    backdrop-filter: blur(6px);
    z-index: 2;
}

.sp-stickyNotify__close:hover{
    background: rgba(255,255,255,.22);
    border-color: rgba(255,255,255,.22);
}

@media (max-width: 991.98px){
    .sp-layout{
        padding-bottom: 138px;
    }
}

.sp-comments{
    margin-top: 28px;
    padding-top: 10px;
    border-top: 1px solid var(--sp-border);
}

.sp-comments__header{
    margin-bottom: 18px;
}

.sp-comments__title{
    margin: 0;
    color: var(--spm-text);
    font-family: var(--font-ui);
    font-size: 22px;
    font-weight: 900;
    line-height: 1.6;
}

.sp-comments__count{
    color: var(--sp-muted);
    font-size: .9em;
    font-weight: 700;
}

.sp-comments__empty,
.sp-comments__closed,
.sp-comments__locked{
    margin: 10px 0 0;
    color: var(--sp-muted);
    font-family: var(--font-ui);
    font-size: 14px;
    line-height: 2;
}

.sp-comments__list{
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.sp-comment{
    margin: 0;
}

.sp-comment .children{
    margin: 14px 0 0;
    padding: 0;
    padding-right: 18px;
    border-right: 2px solid rgba(0,0,0,.06);
}

.sp-commentCard{
    background: #fff;
    border: 1px solid var(--sp-border);
    border-radius: 18px;
    padding: 16px;
    box-shadow: 0 8px 30px rgba(15,23,42,.04);
}

.sp-commentCard.is-author{
    border-color: rgba(188,2,44,.14);
    background: linear-gradient(180deg, rgba(188,2,44,.03), #fff 46%);
}

.sp-commentCard__head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.sp-commentCard__meta{
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sp-commentCard__topline{
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.sp-commentCard__name{
    color: var(--spm-text);
    font-family: var(--font-ui);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.6;
}

.sp-commentCard__badge{
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(188,2,44,.1);
    color: var(--spm-primary);
    font-family: var(--font-ui);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.6;
}

.sp-commentCard__time{
    color: var(--sp-muted);
    font-family: var(--font-ui);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.8;
}

.sp-commentCard__dot{
    margin: 0 4px;
}

.sp-commentCard__pending{
    margin-bottom: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    background: #fff7ed;
    color: #9a3412;
    font-family: var(--font-ui);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.9;
}

.sp-commentCard__text{
    color: var(--spm-text);
    font-family: var(--font-ui);
    font-size: 14px;
    line-height: 2.15;
    word-break: break-word;
}

.sp-commentCard__text p:last-child{
    margin-bottom: 0;
}

.sp-commentCard__foot{
    margin-top: 12px;
    display: flex;
    align-items: center;
}

.sp-commentCard__reply a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 10px;
    background: #f5f5f5;
    color: var(--spm-text);
    font-family: var(--font-ui);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    transition: .2s ease;
}

.sp-commentCard__reply a:hover{
    background: var(--spm-primary);
    color: #fff;
}

.sp-comments__formWrap{
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid var(--sp-border);
}

.sp-commentForm{
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.sp-commentForm__title{
    margin: 0 0 10px;
    color: var(--spm-text);
    font-family: var(--font-ui);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.6;
}

.sp-commentForm__cancel{
    display: inline-block;
    margin-right: 10px;
}

.sp-commentForm__cancel a{
    color: var(--spm-primary);
    font-family: var(--font-ui);
    font-size: 13px;
    font-weight: 800;
}

.sp-commentForm__row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.sp-commentForm__field{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sp-commentForm__field label{
    color: var(--spm-text);
    font-family: var(--font-ui);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.7;
}

.sp-commentForm__field input,
.sp-commentForm__field textarea{
    width: 100%;
    border: 1px solid var(--sp-border);
    border-radius: 14px;
    background: #fff;
    color: var(--spm-text);
    font-family: var(--font-ui);
    font-size: 14px;
    line-height: 1.8;
    padding: 12px 14px;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.sp-commentForm__field textarea{
    min-height: 150px;
    resize: vertical;
}
.sp-commentForm__field input, .sp-commentForm__field textarea {
    border-color: rgba(98, 98, 98, 0.45);
    box-shadow: 0 0 0 4px rgba(33, 33, 33, 0.08);
}
.sp-commentForm__field input:focus,
.sp-commentForm__field textarea:focus{
    border-color: rgba(188,2,44,.45);
    box-shadow: 0 0 0 4px rgba(188,2,44,.08);
}

.sp-commentForm__submit{
    display: flex;
    justify-content: flex-start;
}

.sp-commentForm__submit .submit{
    min-width: 140px;
    min-height: 44px;
    border: 0;
    border-radius: 14px;
    background: var(--spm-primary);
    color: #fff;
    font-family: var(--font-ui);
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition: transform .15s ease, opacity .2s ease;
}

.sp-commentForm__submit .submit:hover{
    opacity: .92;
}

.sp-commentForm__submit .submit:active{
    transform: translateY(1px);
}

.sp-commentForm__loginNotice{
    margin: 0;
    padding: 12px 14px;
    border-radius: 14px;
    background: #f8fafc;
    color: var(--sp-muted);
    font-family: var(--font-ui);
    font-size: 14px;
    line-height: 2;
}

.sp-comments__pagination{
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.sp-comments__pagination a{
    color: var(--spm-primary);
    font-family: var(--font-ui);
    font-size: 13px;
    font-weight: 800;
}

@media (max-width: 767.98px){
    .sp-comments{
        margin-top: 22px;
    }

    .sp-comments__title{
        font-size: 19px;
    }

    .sp-comment .children{
        padding-right: 12px;
    }

    .sp-commentCard{
        padding: 14px;
        border-radius: 16px;
    }

    .sp-commentForm__row{
        grid-template-columns: 1fr;
    }

    .sp-commentForm__submit .submit{
        width: 100%;
    }
}

html.spm-popup-open{
    overflow: hidden;
}

.spm-breakingPopup[hidden]{
    display: none !important;
}

.spm-breakingPopup{
    position: fixed;
    inset: 0;
    z-index: 2000;
}

.spm-breakingPopup__backdrop{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.42);
    opacity: 0;
    transition: opacity .22s ease;
}

.spm-breakingPopup__dialog{
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(92vw, 460px);
    max-height: 86vh;
    overflow: auto;
    background: var(--spm-bg);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,.22);
    padding: 18px;
    transform: translate(-50%, -50%) scale(.96);
    opacity: 0;
    transition: opacity .22s ease, transform .22s ease;
}

.spm-breakingPopup.is-visible .spm-breakingPopup__backdrop{
    opacity: 1;
}

.spm-breakingPopup.is-visible .spm-breakingPopup__dialog{
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.spm-breakingPopup__close{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: var(--spm-bg-grey);
    color: var(--spm-text);
    font-size: 20px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.spm-breakingPopup__head{
    margin-bottom: 12px;
    padding-left: 36px;
}

.spm-breakingPopup__badge{
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(188,2,44,.1);
    color: var(--spm-primary);
    font-family: var(--font-ui);
    font-size: 12px;
    font-weight: 900;
}

.spm-breakingPopup__body{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.spm-breakingPopup__link{
    display: block;
}

.spm-breakingPopup__title{
    margin: 0;
    color: var(--spm-text);
    font-family: var(--font-ui);
    font-size: 22px;
    font-weight: 900;
    line-height: 1.8;
}

.spm-breakingPopup__media{
    display: block;
    overflow: hidden;
    border-radius: 16px;
    background: #f3f4f6;
}

.spm-breakingPopup__media img{
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.spm-breakingPopup__foot{
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--sp-border);
}

.spm-breakingPopup__timerText{
    color: var(--sp-muted);
    font-family: var(--font-ui);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.8;
}

.spm-breakingPopup__timerText strong{
    color: var(--spm-primary);
    font-weight: 900;
}

@media (max-width: 767.98px){
    .spm-breakingPopup__dialog{
        width: min(94vw, 420px);
        border-radius: 18px;
        padding: 16px;
    }

    .spm-breakingPopup__title{
        font-size: 18px;
        line-height: 1.9;
    }
}

.spm-topNews{
    margin-top: 28px;
    padding: 18px 20px 14px;
    border: 1px solid var(--sp-border);
    border-radius: 18px;
    background: var(--spm-surface);
    box-shadow: 0 8px 28px rgba(15,23,42,.04);
}

.spm-topNews__head{
    margin-bottom: 10px;
}

.spm-topNews__title{
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    color: var(--spm-text);
    font-family: var(--font-ui);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.6;
}

.spm-topNews__emoji{
    font-size: 17px;
    line-height: 1;
}

.spm-topNews__bar{
    width: 4px;
    height: 26px;
    border-radius: 999px;
    background: #1f6fb7;
    margin-right: 2px;
    flex: 0 0 4px;
}

.spm-topNews__list{
    list-style: none;
    margin: 0;
    padding: 0;
}

.spm-topNews__item{
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    padding: 13px 0;
    border-top: 1px solid rgba(15,23,42,.08);
}

.spm-topNews__item:first-child{
    border-top: 0;
    padding-top: 8px;
}

.spm-topNews__date{
    color: var(--spm-muted);;
    font-family: var(--font-ui);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8;
    white-space: nowrap;
    text-align: right;
}

.spm-topNews__link{
    min-width: 0;
    font-family: var(--font-ui);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.95;
    text-decoration: none;
}

.spm-topNews__link:hover{
    color: var(--spm-primary);
}

@media (max-width: 767.98px){
    .spm-topNews{
        margin-top: 22px;
        padding: 16px 14px 12px;
        border-radius: 16px;
    }

    .spm-topNews__title{
        font-size: 17px;
    }

    .spm-topNews__bar{
        height: 24px;
    }

    .spm-topNews__item{
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 10px;
        padding: 11px 0;
    }

    .spm-topNews__date{
        font-size: 12px;
    }

    .spm-topNews__link{
        font-size: 14px;
        line-height: 1.9;
    }
}

.spm-section--sports{
    --spm-section-accent: #178a4b;
}

.spm-section--sports .spm-h2,
.spm-section--sports .spm-section__title-link{
    color: var(--spm-section-accent);
}

.spm-section--sports .spm-link{
    color: var(--spm-section-accent);
}

.spm-section--sports .spm-link:hover{
    color: #0f6b39;
}

.spm-section--sports .spm-tile{
    background: linear-gradient(180deg, #f2faf5 0%, #e7f4ec 100%);
    border: 1px solid rgba(23,138,75,.12);
    border-radius: 18px;
    transition: .2s ease;
}

.spm-section--sports .spm-tile:hover{
    border-color: rgba(23,138,75,.24);
    background: linear-gradient(180deg, #9df5be  0%, #e7f4ec 100%);
}

.spm-section--sports .spm-tile__media{
    background: #edf5f0;
    border-radius: 14px;
    overflow: hidden;
}

.spm-section--sports .spm-tile__img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.spm-section--sports .spm-tile__title{
    color: #132018;
}

.spm-section--sports .spm-tile__meta{
    color: #5f7868;
}

.spm-section--sports .spm-badge-video{
    background: rgba(23,138,75,.48);
    border: 1px solid rgba(255,255,255,.34);
    color: #fff;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 6px 18px rgba(0,0,0,.10);
}

.spm-section--sports .spm-hscroll__btn,
.spm-section--sports .spm-heroCarousel__btn{
    border-color: rgba(23,138,75,.18);
    color: var(--spm-section-accent);
    background: rgba(255,255,255,.78);
}

.spm-section--sports .spm-hscroll__btn:hover,
.spm-section--sports .spm-heroCarousel__btn:hover{
    background: rgba(23,138,75,.08);
}
.spm-section--sports .spm-badge-video{
    background: rgba(23,138,75,.34);
    border: 1px solid rgba(255,255,255,.28);
    color: #fff;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 14px rgba(0,0,0,.08);
}
@media screen and (min-width: 479px) {
    .tapsell-notification-photo {
        bottom: 0px !important;
    }
}

/*
 * Mehran Ads Pro - Public Stylesheet
 */

/* رزرو فضا برای جلوگیری از CLS */
.mehran-ad-container{
    min-height: var(--ma-minh, 0px);
}

/* وقتی نسبت ابعاد داریم، دقیق‌تر رزرو کن */
.mehran-ad-container.ma-reserve{
    width: 100%;
    aspect-ratio: var(--ma-w) / var(--ma-h);
    overflow: hidden;
}

/* محتوای تزریق‌شده معمولاً block بشه */
.mehran-ad-container img,
.mehran-ad-container iframe,
.mehran-ad-container video{
    display:block;
    max-width:100%;
    height:auto;
    margin:auto;
}
/* پیش‌فرض: دسکتاپ */
#adx-1551{ display:none; }
#adx-1554{
    display:block;
    width:100%;
    aspect-ratio: 728 / 90; /* دسکتاپ */
    overflow:hidden;
}

/* موبایل */
@media (max-width: 768px){
    #adx-1554{ display:none; }

    #adx-1551{
        display:block;
        width:100%;
        aspect-ratio: 468 / 60; /* موبایل */
        overflow:hidden;
    }
    #adx-1553{
        display:block;
        width:100%;
        aspect-ratio: 388 / 116; /* موبایل */
        overflow:hidden;
    }
    #adx-1555{
        display:block;
        width:100%;
        aspect-ratio: 340 / 250; /* موبایل */
        overflow:hidden;
    }
}
