/* =========================================================
   AZE Tiers v2 — əlavə üslublar (dizayn dili eynidir)
   ========================================================= */

/* ---------- MC büst avatarları (3D bust) ---------- */

.mc-bust {
    object-fit: contain;
    object-position: bottom center;
    image-rendering: auto;
    background: transparent;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.45));
    overflow: visible;
    display: block;
}

/* Cədvəl sətrindəki büst — kiçik, portret */
.row-bust {
    width: 44px;
    height: 52px;
    transition: transform .2s ease;
}

.rank-row:hover .row-bust {
    transform: scale(1.08) translateY(-1px);
}

/* Podium büstü */
.podium-bust {
    width: 92px;
    height: 108px;
    padding-top: 8px;
}

/* Aktivlik kartı büstü */
.activity-bust {
    width: 40px !important;
    height: 48px !important;
    object-fit: contain;
    object-position: bottom center;
    border-radius: 0 !important;
    background: transparent !important;
}

/* Profil səhifəsi böyük büstü */
.profile-bust {
    width: 180px;
    height: 220px;
    padding-top: 12px;
}

@media (max-width: 640px) {
    .row-bust {
        width: 38px;
        height: 46px;
    }

    .podium-bust {
        width: 62px;
        height: 76px;
    }

    .profile-bust {
        width: 140px;
        height: 172px;
    }
}

/* ---------- Subtier emoji ikonları ---------- */

.subkit-emoji {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    background: rgba(167, 139, 250, 0.12);
    border: 1px solid rgba(167, 139, 250, 0.3);
    border-radius: 8px;
    font-size: 0.95em;
}

.subkit-emoji.w-6 {
    font-size: 0.95rem;
}

.subkit-emoji.w-7 {
    font-size: 1.05rem;
}

.subkit-emoji.w-4 {
    font-size: 0.72rem;
    border-radius: 5px;
}

/* ---------- Navbar qlobal axtarış ---------- */

.aze-search {
    position: relative;
    flex: 1;
    min-width: 150px;
    max-width: 300px;
}

.aze-search input {
    width: 100%;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    color: #e2e8f0;
    padding: 10px 12px 10px 36px;
    font-size: 0.88rem;
    font-weight: 600;
    outline: none;
    transition: border-color .2s, background .2s;
}

.aze-search input::placeholder {
    color: #64748b;
    font-weight: 500;
}

.aze-search input:focus {
    border-color: #60a5fa;
    background: rgba(15, 23, 42, 0.9);
    box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.14);
}

.aze-search .s-ico {
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
    color: #64748b;
    pointer-events: none;
    display: flex;
}

.aze-search .s-key {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    font-weight: 800;
    color: #475569;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    padding: 1px 5px;
    pointer-events: none;
}

.aze-search-drop {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: rgba(15, 23, 42, 0.98);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
    overflow: hidden;
    z-index: 120;
    display: none;
    max-height: 60vh;
    overflow-y: auto;
}

.aze-search-drop.open {
    display: block;
}

.aze-sres {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    transition: background .12s;
}

.aze-sres:last-child {
    border-bottom: 0;
}

.aze-sres:hover,
.aze-sres.sel {
    background: rgba(96, 165, 250, 0.14);
}

.aze-sres img {
    width: 30px;
    height: 36px;
    object-fit: contain;
    object-position: bottom center;
    flex-shrink: 0;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4));
}

.aze-sres .s-name {
    font-weight: 800;
    color: #fff;
    font-size: 0.88rem;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aze-sres .s-score {
    font-size: 0.72rem;
    font-weight: 800;
    color: #facc15;
    white-space: nowrap;
}

.aze-sres mark {
    background: rgba(96, 165, 250, 0.35);
    color: #fff;
    border-radius: 3px;
}

.aze-snone {
    padding: 16px;
    text-align: center;
    color: #64748b;
    font-size: 0.82rem;
    font-weight: 600;
}

@media (max-width: 1024px) {
    .aze-search {
        order: 4;
        width: 100%;
        max-width: none;
        flex-basis: 100%;
    }
}

/* ---------- Rank dəyişikliyi göstəriciləri ---------- */

.rank-delta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.02em;
    border-radius: 5px;
    padding: 1px 4px;
    line-height: 1.2;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.rank-delta.up {
    color: #4ade80;
    background: rgba(74, 222, 128, 0.12);
}

.rank-delta.down {
    color: #f87171;
    background: rgba(248, 113, 113, 0.12);
}

.rank-delta.same {
    color: #64748b;
}

.rank-delta.new {
    color: #fbbf24;
    background: rgba(251, 191, 36, 0.14);
    border: 1px solid rgba(251, 191, 36, 0.35);
    font-size: 0.55rem;
    padding: 1px 4px;
}

.rank-delta.lg {
    font-size: 0.85rem;
    padding: 3px 8px;
    border-radius: 8px;
}

/* Profil kartı düyməsi & modalı */
.card-preview {
    max-width: 100%;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
}

/* ---------- Scroll progress bar ---------- */

#scrollProgress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0%;
    z-index: 300;
    background: linear-gradient(90deg, #60a5fa, #a78bfa, #f472b6);
    box-shadow: 0 0 12px rgba(96, 165, 250, 0.7);
    transition: width .08s linear;
    pointer-events: none;
}

/* ---------- Navbar scroll davranışı ---------- */

.aze-navbar {
    position: fixed !important;
    transition: padding .35s ease, box-shadow .35s ease, background .35s ease;
}

.aze-navbar .brand img,
.aze-navbar .brand .brand-text {
    transition: height .35s ease, font-size .35s ease, transform .25s ease, filter .25s ease;
}

body.nav-scrolled .aze-navbar {
    padding-top: 6px;
    padding-bottom: 6px;
    background: rgba(11, 15, 26, 0.88);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.6);
}

body.nav-scrolled .aze-navbar .brand img {
    height: 64px;
}

@media (max-width: 640px) {
    body.nav-scrolled .aze-navbar .brand img {
        height: 48px;
    }
}

/* Logo şəkli yoxdursa mətn brend */
.brand-text {
    font-size: 1.6rem;
    font-weight: 900;
    font-style: italic;
    letter-spacing: 0.02em;
    background: linear-gradient(to right, #60a5fa, #f472b6, #4ade80);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 14px rgba(96, 165, 250, 0.4));
    cursor: pointer;
    white-space: nowrap;
}

.aze-tab {
    text-decoration: none;
}

/* ---------- Hero (Apple üslubu) ---------- */

.hero {
    min-height: 78vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 20px 16px 60px;
    will-change: transform, opacity;
}

.hero-inner {
    will-change: transform, opacity;
}

.hero-title {
    font-size: clamp(3rem, 9vw, 7rem);
    line-height: 1.02;
    font-weight: 900;
    font-style: italic;
    letter-spacing: -0.02em;
    background: linear-gradient(to right, #60a5fa, #f472b6, #4ade80);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 28px rgba(96, 165, 250, 0.35));
    white-space: nowrap;
}

/* Hero-da logo/subtierler PNG şəkli (mətn yerinə) */
.hero-title-img {
    width: clamp(320px, 55vw, 700px);
    height: auto;
    max-width: 92%;
    object-fit: contain;
    filter: drop-shadow(0 0 28px rgba(96, 165, 250, 0.3));
    margin-bottom: 4px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.hero-sub {
    margin-top: 18px;
    color: #94a3b8;
    font-size: clamp(0.95rem, 2.2vw, 1.25rem);
    font-weight: 600;
    max-width: 640px;
}

.hero-flag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 22px;
    padding: 8px 18px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.09);
    color: #cbd5e1;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.hero-stats {
    display: flex;
    gap: 14px;
    margin-top: 44px;
    flex-wrap: wrap;
    justify-content: center;
}

.hero-stat {
    min-width: 150px;
    padding: 18px 26px;
    border-radius: 20px;
    background: rgba(15, 23, 42, 0.66);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
    transition: transform .3s ease, border-color .3s ease;
}

.hero-stat:hover {
    transform: translateY(-4px);
    border-color: rgba(96, 165, 250, 0.5);
}

.hero-stat .num {
    font-size: 2.1rem;
    font-weight: 900;
    color: #fff;
    font-variant-numeric: tabular-nums;
}

.hero-stat .lbl {
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #64748b;
    margin-top: 2px;
}

.hero-scroll-cue {
    position: absolute;
    bottom: 26px;
    left: 50%;
    transform: translateX(-50%);
    color: #475569;
    animation: cueBounce 2.2s infinite;
    cursor: pointer;
}

@keyframes cueBounce {

    0%,
    100% {
        transform: translateX(-50%) translateY(0);
        opacity: .55;
    }

    50% {
        transform: translateX(-50%) translateY(8px);
        opacity: 1;
    }
}

/* ---------- Scroll reveal ---------- */

.reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .7s cubic-bezier(0.2, 0.65, 0.3, 1), transform .7s cubic-bezier(0.2, 0.65, 0.3, 1);
    will-change: opacity, transform;
}

.reveal.in {
    opacity: 1;
    transform: translateY(0);
}

.reveal[data-delay="1"] {
    transition-delay: .08s;
}

.reveal[data-delay="2"] {
    transition-delay: .16s;
}

.reveal[data-delay="3"] {
    transition-delay: .24s;
}

.reveal[data-delay="4"] {
    transition-delay: .32s;
}

@media (prefers-reduced-motion: reduce) {

    .reveal,
    .hero,
    .hero-inner {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    .hero-scroll-cue {
        animation: none;
    }
}

/* ---------- Elan banneri ---------- */

.announce-bar {
    max-width: 1200px;
    margin: 0 auto 18px;
    padding: 14px 18px;
    border-radius: 16px;
    background: linear-gradient(90deg, rgba(59, 130, 246, 0.14), rgba(139, 92, 246, 0.10));
    border: 1px solid rgba(96, 165, 250, 0.35);
    display: flex;
    align-items: flex-start;
    gap: 12px;
    backdrop-filter: blur(12px);
}

.announce-bar .a-icon {
    font-size: 1.2rem;
    flex-shrink: 0;
}

.announce-bar .a-title {
    color: #fff;
    font-weight: 800;
    font-size: 0.92rem;
}

.announce-bar .a-body {
    color: #94a3b8;
    font-size: 0.82rem;
    margin-top: 2px;
    line-height: 1.5;
}

.announce-bar .a-close {
    margin-left: auto;
    color: #64748b;
    flex-shrink: 0;
    transition: color .2s;
}

.announce-bar .a-close:hover {
    color: #fff;
}

/* ---------- Son Dəyişikliklər (aktivlik lenti) ---------- */

.activity-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 10px;
}

.activity-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: transform .25s ease, border-color .25s ease;
    cursor: pointer;
}

.activity-card:hover {
    transform: translateY(-3px);
    border-color: rgba(96, 165, 250, 0.4);
}

.activity-card img.head {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #0f172a;
    flex-shrink: 0;
    object-fit: contain;
}

.activity-card .a-name {
    color: #fff;
    font-weight: 800;
    font-size: 0.85rem;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.activity-card .a-meta {
    color: #64748b;
    font-size: 0.68rem;
    font-weight: 700;
    margin-top: 1px;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.dir-up {
    color: #4ade80;
}

.dir-down {
    color: #f87171;
}

.dir-new {
    color: #60a5fa;
}

/* ---------- Bölmə başlıqları ---------- */

.section-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 42px 0 18px;
}

.section-head h2 {
    font-size: 1.35rem;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    color: #fff;
}

.section-head .line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.14), transparent);
}

/* ---------- Footer ---------- */

.aze-footer {
    max-width: 1200px;
    margin: 70px auto 8px;
    padding: 26px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    color: #475569;
    font-size: 0.78rem;
    font-weight: 600;
}

.aze-footer a {
    color: #64748b;
    transition: color .2s;
}

.aze-footer a:hover {
    color: #93c5fd;
}

.aze-footer .f-links {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

/* ---------- Cədvəl sətri reveal (yumşaq) ---------- */

.rank-row {
    animation-duration: 0.35s;
}

/* ---------- Admin panel (ayrıca səhifə) ---------- */

.admin-shell {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px 60px;
}

.admin-tabbar {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 22px;
}

.admin-tab {
    padding: 10px 18px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: #cbd5e1;
    font-weight: 800;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    cursor: pointer;
    transition: all .25s ease;
}

.admin-tab:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.07);
}

.admin-tab.active {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    color: #fff;
    border-color: #fb923c;
    box-shadow: 0 0 14px rgba(249, 115, 22, 0.45);
}

.admin-card {
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 22px;
    position: relative;
}

.admin-card .card-tag {
    position: absolute;
    top: -12px;
    left: 14px;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.admin-input,
.admin-select,
.admin-textarea {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid #334155;
    color: #fff;
    outline: none;
    font-size: 0.88rem;
    font-weight: 700;
    transition: border-color .2s;
}

.admin-input:focus,
.admin-select:focus,
.admin-textarea:focus {
    border-color: #f97316;
}

.admin-input::placeholder,
.admin-textarea::placeholder {
    color: #475569;
    font-weight: 600;
}

.admin-label {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 800;
    color: #64748b;
    margin-bottom: 5px;
    display: block;
    padding-left: 2px;
    letter-spacing: 0.08em;
}

.admin-btn {
    padding: 12px 18px;
    border-radius: 12px;
    font-weight: 800;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
    transition: all .2s;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.admin-btn:active {
    transform: scale(0.96);
}

.admin-btn.blue {
    background: #2563eb;
}

.admin-btn.blue:hover {
    background: #3b82f6;
}

.admin-btn.orange {
    background: #ea580c;
}

.admin-btn.orange:hover {
    background: #f97316;
}

.admin-btn.green {
    background: #059669;
}

.admin-btn.green:hover {
    background: #10b981;
}

.admin-btn.red {
    background: #dc2626;
}

.admin-btn.red:hover {
    background: #ef4444;
}

.admin-btn.slate {
    background: #334155;
}

.admin-btn.slate:hover {
    background: #475569;
}

.admin-btn.ghost-red {
    background: rgba(220, 38, 38, 0.15);
    color: #fca5a5;
    border: 1px solid rgba(220, 38, 38, 0.4);
}

.admin-btn.ghost-red:hover {
    background: #dc2626;
    color: #fff;
}

/* Admin metrik kartları */
.admin-metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
    margin-bottom: 24px;
}

.admin-metric {
    background: rgba(15, 23, 42, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 18px;
    padding: 16px 18px;
}

.admin-metric .m-val {
    font-size: 1.7rem;
    font-weight: 900;
    color: #fff;
}

.admin-metric .m-lbl {
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #64748b;
}

/* Admin oyunçu önizləmə */
.admin-preview {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.admin-preview img {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: #0f172a;
    object-fit: contain;
}

/* Admin cədvəl */
.admin-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.82rem;
}

.admin-table th {
    text-align: left;
    color: #64748b;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 8px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.admin-table td {
    padding: 9px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    color: #cbd5e1;
    font-weight: 600;
}

.admin-table tr:hover td {
    background: rgba(255, 255, 255, 0.025);
}

/* ---------- Sezon arxivi kartları ---------- */

.season-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 14px;
}

.season-card {
    background: rgba(15, 23, 42, 0.66);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 18px;
    padding: 18px;
    transition: transform .25s ease, border-color .25s ease;
}

.season-card:hover {
    transform: translateY(-3px);
    border-color: rgba(139, 92, 246, 0.45);
}

.season-card .s-key {
    font-weight: 900;
    color: #a5b4fc;
    font-size: 1rem;
    letter-spacing: 0.04em;
}

.season-card .s-meta {
    color: #64748b;
    font-size: 0.7rem;
    font-weight: 700;
    margin: 4px 0 12px;
}

.season-card .s-top {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.season-card .s-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    color: #e2e8f0;
    font-weight: 700;
}

.season-card .s-row img.medal {
    width: 20px;
    height: 20px;
}

.season-card .s-row img.head {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background: #0f172a;
}

.season-card .s-row .pts {
    margin-left: auto;
    color: #facc15;
    font-weight: 900;
    font-size: 0.75rem;
}

/* ---------- Chart konteynerlər ---------- */

.chart-panel {
    background: rgba(15, 23, 42, 0.66);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 20px;
    padding: 20px;
}

.chart-panel h3 {
    color: #fff;
    font-weight: 900;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* ---------- Evidence linkləri ---------- */

.evidence-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.68rem;
    font-weight: 800;
    color: #93c5fd;
    background: rgba(59, 130, 246, 0.12);
    border: 1px solid rgba(59, 130, 246, 0.3);
    padding: 3px 9px;
    border-radius: 999px;
    transition: all .2s;
}

.evidence-link:hover {
    background: rgba(59, 130, 246, 0.25);
    color: #fff;
}

/* ---------- Boş vəziyyət ---------- */

.empty-state {
    text-align: center;
    padding: 46px 16px;
    color: #64748b;
}

.empty-state .big {
    font-size: 2.2rem;
    margin-bottom: 8px;
}

/* ---------- Skeleton yüklənmə ---------- */

.skeleton {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.04) 25%, rgba(255, 255, 255, 0.09) 50%, rgba(255, 255, 255, 0.04) 75%);
    background-size: 200% 100%;
    animation: shimmer 1.4s infinite;
    border-radius: 10px;
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

/* ---------- Kiçik utilitlər ---------- */

.tabular {
    font-variant-numeric: tabular-nums;
}

.page-title {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
}

.page-sub {
    color: #64748b;
    font-size: 0.88rem;
    font-weight: 600;
    margin-top: 6px;
}