


@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400 700;
    font-stretch: 100%;
    font-display: swap;
    src: url('/templates/yootheme/fonts/nunito-cyrillic.woff2') format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400 700;
    font-stretch: 100%;
    font-display: swap;
    src: url('/templates/yootheme/fonts/nunito-cyrillic-ext.woff2') format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400 700;
    font-stretch: 100%;
    font-display: swap;
    src: url('/templates/yootheme/fonts/nunito-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400 700;
    font-stretch: 100%;
    font-display: swap;
    src: url('/templates/yootheme/fonts/nunito-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


.gf-bc {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2px;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1;
}
.gf-bc a {
    color: rgba(255, 255, 255, .45);
    text-decoration: none;
    transition: color .2s;
}
.gf-bc a:hover { color: #22c55e; }
.gf-bc span { color: rgba(255, 255, 255, .3); }
.gf-bc__sep {
    width: 14px;
    height: 14px;
    color: rgba(255, 255, 255, .15);
    margin: 0 2px;
    flex-shrink: 0;
}
.gf-bc__home {
    width: 15px;
    height: 15px;
    vertical-align: -2px;
}
@media (max-width: 639px) {
    .gf-bc { font-size: 13px; margin-bottom: 12px; }
}


.krizalys_breadcrumb { margin: 0; }
.tm-header { padding-top: 0; }
em { font-style: normal; }

img[rel="addposter"] {
    border-radius: 10px;
}

.uk-card-secondary img,
.uk-card-secondary picture {
    border-radius: 10px;
    overflow: hidden;
}
img[align="left"] {
    border-radius: 10px;
}


.uk-article video {
    border-radius: 10px;
}


a.thumbnail {
    display: inline-block;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    margin: 2px;
    transition: box-shadow .25s, transform .25s;
    vertical-align: middle;
    line-height: 0;
    outline: 1px solid rgba(255,255,255,.08);
    outline-offset: -1px;
}
a.thumbnail:hover {
    outline-color: rgba(34, 197, 94, .30);
    box-shadow: 0 0 16px rgba(34, 197, 94, .12);
    transform: translateY(-2px);
}
a.thumbnail img {
    display: block;
    border-radius: 10px;
    transition: filter .3s;
}
a.thumbnail picture {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}
a.thumbnail:hover img {
    filter: brightness(1.1);
}


#tm-bottom {
    background: #131316 !important;
    border-top: 1px solid rgba(34, 197, 94, .12);
    box-shadow: 0 -8px 30px rgba(0,0,0,.3), inset 0 1px 0 rgba(34, 197, 94, .06);
    margin-top: 20px;
}
#tm-bottom .uk-grid-divider > :not(.uk-first-column)::before {
    border-color: rgba(34, 197, 94, .10) !important;
}

#tm-bottom .uk-card {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

#tm-bottom .uk-h4,
#tm-bottom h4.uk-h4 {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,.85) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: .04em;
    text-transform: uppercase;
    border-color: rgba(34, 197, 94, .12) !important;
}
#tm-bottom .uk-heading-divider {
    border-color: rgba(34, 197, 94, .12) !important;
}


#module-182 {
    background: rgba(34, 197, 94, .04) !important;
    border: 1px solid rgba(34, 197, 94, .12) !important;
    border-radius: 14px !important;
    overflow: hidden;
}
.gf-shlyopa {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}
.gf-shlyopa__avatar {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(34, 197, 94, .25);
    box-shadow: 0 0 30px rgba(34, 197, 94, .10);
    transition: border-color .3s, box-shadow .3s, transform .3s cubic-bezier(0.34,1.56,0.64,1);
    cursor: pointer;
}
.gf-shlyopa__avatar:hover {
    border-color: #22c55e;
    box-shadow: 0 0 40px rgba(34, 197, 94, .25), 0 0 12px rgba(34, 197, 94, .15);
    transform: scale(1.06) rotate(-3deg);
}
.gf-shlyopa__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    cursor: pointer;
}
.gf-shlyopa__name {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-top: 10px;
    letter-spacing: .02em;
}
.gf-shlyopa__desc {
    font-size: 13px;
    color: rgba(255,255,255,.4);
    line-height: 1.5;
    text-align: center;
}
.gf-shlyopa__links {
    display: flex;
    gap: 8px;
    margin-top: 10px;
    width: 100%;
}
.gf-shlyopa__btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 9px 12px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.04);
    color: rgba(255,255,255,.55);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all .2s;
}
.gf-shlyopa__btn:hover {
    border-color: rgba(34, 197, 94, .30);
    background: rgba(34, 197, 94, .08);
    color: #22c55e;
    box-shadow: 0 0 12px rgba(34, 197, 94, .08);
    text-decoration: none;
}


.uk-tooltip {
    background: #1c1c24 !important;
    color: #e4e4e7 !important;
    border: 1px solid rgba(34, 197, 94, .20) !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 30px rgba(0,0,0,.5), 0 0 12px rgba(34, 197, 94, .06) !important;
    font-size: 13px !important;
    padding: 10px 14px !important;
    line-height: 1.45 !important;
}


.gfc-head {
    display: flex;
    align-items: center;
    padding: 0 2px 12px;
    margin-bottom: 10px;
}
.gfc-tabs {
    display: flex;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
}
.gfc-tabs li a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 18px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: rgba(255,255,255,.4);
    text-decoration: none;
    border-radius: 10px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    transition: all .25s;
    white-space: nowrap;
    cursor: pointer;
}
.gfc-tabs li a:hover {
    color: rgba(255,255,255,.7);
    background: rgba(255,255,255,.07);
    border-color: rgba(255,255,255,.14);
}
.gfc-tabs li.uk-active a {
    color: #fff;
    background: rgba(34,197,94,.12);
    border-color: rgba(34,197,94,.30);
    box-shadow: 0 0 16px rgba(34,197,94,.15);
}
.gfc-tabs li a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255,255,255,.2);
    transition: background .25s, box-shadow .25s;
}
.gfc-tabs li.uk-active a::before {
    background: #22c55e;
    box-shadow: 0 0 6px rgba(34,197,94,.6);
}
.gfc-all {
    font-size: 13px;
    color: rgba(255,255,255,.45);
    text-decoration: none;
    padding: 7px 16px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 10px;
    transition: all .2s;
    white-space: nowrap;
    line-height: 1.2;
}
.gfc-all:hover {
    color: #22c55e;
    border-color: rgba(34,197,94,.30);
    background: rgba(34,197,94,.06);
}
.gfc-body { padding: 0 0 4px; }
.gfc-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
}
.gfc-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    background: #252525;
    text-decoration: none !important;
    aspect-ratio: 16 / 9;
    border: 1px solid rgba(255,255,255,.08);
    transition: none !important;
    transform: none !important;
}
.gfc-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: none;
}
.gfc-card:hover img {
    transform: none;
    filter: none;
}
.gfc-card:hover {
    border-color: rgba(255,255,255,.08);
    box-shadow: none;
    transform: none !important;
}
.gfc-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(0,0,0,.7) 100%);
    pointer-events: none;
    border-radius: 10px;
}
.gfc-card:first-child {
    border: 1px solid rgba(34,197,94,.30);
    box-shadow: 0 0 20px rgba(34,197,94,.12), 0 0 8px rgba(34,197,94,.06);
}
.gfc-info {
    position: absolute;
    bottom: 6px;
    left: 6px;
    right: 6px;
    padding: 7px 10px;
    z-index: 2;
    background: rgba(0,0,0,.20);
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.08);
    transition: none !important;
    transform: none !important;
}
.gfc-title {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 1px 2px rgba(0,0,0,.4);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.gfc-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 14px 0 8px;
    list-style: none;
    margin: 0;
}
.gfc-dots > * > a {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,.18);
    transition: background .25s, transform .25s, box-shadow .25s;
    overflow: hidden;
    text-indent: -999px;
}
.gfc-dots > .uk-active > a {
    background: #22c55e;
    transform: scale(1.3);
    box-shadow: 0 0 8px rgba(34,197,94,.5);
}


.gfp {
    --g: #22c55e;
    --gg: rgba(34,197,94,.35);
}
.gfp .gfp-head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 0 14px;
    margin: 0;
}
.gfp .gfp-head::before,
.gfp .gfp-head::after {
    content: '';
    flex: 0 0 20px;
    height: 2px;
    background: var(--g);
    border-radius: 1px;
}
.gfp .gfp-head-text {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: rgba(255,255,255,.85);
    white-space: nowrap;
}
.gfp .gfp-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.gfp .gfp-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    background: #252525;
    text-decoration: none !important;
    aspect-ratio: 16 / 9;
    border: 1px solid rgba(255,255,255,.08);
    transition: none !important;
    transform: none !important;
}
.gfp .gfp-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: none;
}
.gfp .gfp-card:hover img {
    transform: none;
    filter: none;
}
.gfp .gfp-card:hover {
    border-color: rgba(255,255,255,.08);
    box-shadow: none;
    transform: none !important;
}
.gfp .gfp-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 35%, rgba(0,0,0,.72) 100%);
    pointer-events: none;
    border-radius: 10px;
    transition: none;
}
.gfp .gfp-card:hover::after {
    background: linear-gradient(to bottom, transparent 35%, rgba(0,0,0,.72) 100%);
}
.gfp .gfp-info {
    position: absolute;
    bottom: 6px;
    left: 6px;
    right: 6px;
    padding: 7px 10px;
    z-index: 2;
    background: rgba(0,0,0,.20);
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    transition: none !important;
    transform: none !important;
}
.gfp .gfp-title {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 1px 2px rgba(0,0,0,.4);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    flex: 1;
    min-width: 0;
}
.gfp .gfp-hits {
    flex-shrink: 0;
    font-size: 11px;
    font-weight: 600;
    color: var(--g);
    opacity: .8;
    white-space: nowrap;
}
.gfp .gfp-card:first-child {
    box-shadow: 0 0 10px var(--gg);
}
.gfp .gfp-rank {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 3;
    min-width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    pointer-events: none;
    background: rgba(0,0,0,.15);
    box-shadow: 0 4px 20px rgba(0,0,0,.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.08);
}
.gfp .gfp-rank--medal {
    font-size: 22px;
    line-height: 1;
}
.gfp .gfp-rank--num {
    color: rgba(255,255,255,.7);
    font-weight: 800;
    font-size: 14px;
    line-height: 1;
    padding: 0 8px;
}


.gfc-classics,
.gfc-classics .gfc-tags {
    --gfc-green: #22c55e;
    --gfc-green-dim: rgba(34, 197, 94, 0.25);
    --gfc-green-glow: rgba(34, 197, 94, 0.45);
    --gfc-bg-card: #1c1c24;
    --gfc-radius: 10px;
    --gfc-gap: 12px;
}
.gfc-classics__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: var(--gfc-gap);
}
.gfc-classics .gfc-card {
    position: relative;
    display: block;
    border-radius: var(--gfc-radius);
    overflow: hidden;
    background: var(--gfc-bg-card);
    text-decoration: none;
    will-change: transform;
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                box-shadow 0.35s ease;
    z-index: 1;
    
    aspect-ratio: auto;
}
.gfc-classics .gfc-card:first-child {
    border: none;
    box-shadow: none;
}
.gfc-classics .gfc-card:hover,
.gfc-classics .gfc-card:focus {
    transform: scale(1.12) rotate(2.5deg);
    box-shadow:
        0 0 0 2px var(--gfc-green),
        0 0 20px var(--gfc-green-glow),
        0 8px 25px rgba(0, 0, 0, 0.5);
    z-index: 10;
    text-decoration: none;
}
.gfc-classics .gfc-card::after {
    display: none; 
}
.gfc-classics .gfc-card img {
    transition: none; 
}
.gfc-classics .gfc-card:hover img {
    transform: none;
    filter: none;
}
.gfc-card__img {
    position: relative;
    width: 100%;
    aspect-ratio: 2 / 1;
    overflow: hidden;
    background: #14161a;
}
.gfc-card__img img,
.gfc-card__img picture {
    display: block;
    width: 100%;
    height: 100%;
}
.gfc-card__img img {
    object-fit: cover;
}
.gfc-card__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: rgba(255, 255, 255, 0.12);
    background: linear-gradient(135deg, #1a1d22 0%, #22252b 100%);
    user-select: none;
}
.gfc-card__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 8px 10px;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.3) 50%,
        transparent 100%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
}
.gfc-classics .gfc-card:hover .gfc-card__overlay,
.gfc-classics .gfc-card:focus .gfc-card__overlay {
    opacity: 1;
}
.gfc-card__name {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 960px) {
    .gfc-classics__grid {
        grid-template-columns: repeat(3, 1fr);
        justify-content: center;
    }
}
@media (max-width: 639px) {
    .gfc-classics__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .gfc-card__overlay {
        opacity: 1;
    }
    .gfc-classics .gfc-card:hover,
    .gfc-classics .gfc-card:focus {
        transform: none;
        box-shadow:
            0 0 0 2px var(--gfc-green),
            0 0 12px var(--gfc-green-glow);
    }
    .gfc-card__name {
        font-size: 11px;
    }
 }


.gf-menu-section {
    margin-bottom: 20px;
}
.gf-menu-header {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,.85);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(34, 197, 94, .12);
}
.gf-menu-header::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 6px rgba(34, 197, 94, .6);
    flex-shrink: 0;
}
.gf-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.gf-tag {
    display: inline-block;
    padding: 6px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 10px;
    color: rgba(255,255,255,.55);
    font-size: 14px;
    text-decoration: none;
    transition: all .2s ease;
}
.gf-tag:hover {
    background: rgba(34, 197, 94, .12);
    border-color: rgba(34, 197, 94, .30);
    color: #22c55e;
    box-shadow: 0 0 12px rgba(34, 197, 94, .10);
}
.gf-tag--hot {
    background: rgba(34, 197, 94, .12);
    border-color: rgba(34, 197, 94, .30);
    color: #22c55e;
    box-shadow: 0 0 16px rgba(34, 197, 94, .10);
}
.gf-tag--hot:hover {
    background: rgba(34, 197, 94, .18);
    border-color: rgba(34, 197, 94, .45);
    box-shadow: 0 0 20px rgba(34, 197, 94, .15);
}
.gf-tag.gf-tag-hidden {
    display: none;
}
.gf-tags.gf-expanded .gf-tag.gf-tag-hidden {
    display: inline-block;
}
.gf-show-more {
    display: inline-block;
    padding: 6px 14px;
    background: transparent;
    border: 1px dashed rgba(34, 197, 94, .35);
    border-radius: 10px;
    color: #22c55e;
    font-size: 14px;
    cursor: pointer;
    transition: all .2s ease;
}
.gf-show-more:hover {
    background: rgba(34, 197, 94, .10);
    border-style: solid;
    border-color: rgba(34, 197, 94, .45);
    box-shadow: 0 0 12px rgba(34, 197, 94, .08);
}
.gf-tags.gf-expanded .gf-show-more {
    display: none;
}
.gf-divider {
    border-top: 1px solid rgba(255,255,255,.06);
    margin: 20px 0;
}


.uk-article .uk-label-success {
    max-width: 340px;
    white-space: normal;
    line-height: 1.5;
}


.gf-steam {
    font-size: 13px;
}
.gf-steam--top {
    background: rgba(34, 197, 94, .12);
    border-color: rgba(34, 197, 94, .35);
    color: #22c55e;
}
.gf-steam--top:hover {
    background: rgba(34, 197, 94, .20);
    border-color: rgba(34, 197, 94, .50);
    box-shadow: 0 0 12px rgba(34, 197, 94, .10);
}
.gf-steam--high {
    background: rgba(102, 187, 106, .1);
    border-color: rgba(102, 187, 106, .3);
    color: #66bb6a;
}
.gf-steam--high:hover {
    background: rgba(102, 187, 106, .2);
    border-color: #66bb6a;
}
.gf-steam--mid {
    background: rgba(255, 183, 77, .08);
    border-color: rgba(255, 183, 77, .25);
    color: #ffb74d;
}
.gf-steam--mid:hover {
    background: rgba(255, 183, 77, .18);
    border-color: #ffb74d;
}
.gf-steam--mixed {
    background: rgba(239, 83, 80, .08);
    border-color: rgba(239, 83, 80, .25);
    color: #ef5350;
}
.gf-steam--mixed:hover {
    background: rgba(239, 83, 80, .18);
    border-color: #ef5350;
}


.gfa-wrap {
    margin-bottom: 8px;
}
.gfa-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    overflow: hidden;
}
.gfa-wrap[data-rows="1"] .gfa-tags { max-height: 34px; }
.gfa-wrap[data-rows="2"] .gfa-tags { max-height: 25px; }
.gfa-wrap[data-rows="3"] .gfa-tags { max-height: 80px; }
.gfa-wrap[data-rows="4"] .gfa-tags { max-height: 160px; }
.gfa-wrap.gfa-expanded .gfa-tags {
    max-height: none !important;
}


.gfa-tags ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: contents;
}
.gfa-tags li {
    margin: 0;
    padding: 0;
}


.gfa-tags a {
    display: inline-block;
    font-weight: 400;
    line-height: normal;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 10px;
    color: rgba(255,255,255,.55);
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    text-decoration: none;
    transition: all .15s ease;
}
.gfa-tags a:hover {
    background: rgba(34, 197, 94, .12);
    border-color: rgba(34, 197, 94, .30);
    color: #22c55e;
    box-shadow: 0 0 10px rgba(34, 197, 94, .08);
}


.gfa-more {
    display: inline-block;
    padding: 0px 9px;
    background: transparent;
    border: 1px dashed rgba(34, 197, 94, .35);
    border-radius: 10px;
    color: #22c55e;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all .2s ease;
}
.gfa-more:hover {
    background: rgba(34, 197, 94, .10);
    border-style: solid;
    border-color: rgba(34, 197, 94, .45);
}
.gfa-wrap.gfa-expanded .gfa-more {
    display: none;
}


.gf-banner {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 12px;
    text-decoration: none;
    color: #fff;
    border: 1px solid transparent;
    transition: border-color .3s, box-shadow .3s, transform .3s;
}
.gf-banner:hover {
    transform: translateY(-2px);
    text-decoration: none;
    color: #fff;
}
.gf-banner-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.gf-banner-text {
    min-width: 0;
}
.gf-banner-text b {
    display: block;
    font-size: 15px;
    line-height: 1.3;
}
.gf-banner-text span {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 2px;
}
.gf-banner .gf-arrow {
    margin-left: auto;
    font-size: 18px;
    transition: transform .3s;
    flex-shrink: 0;
}
.gf-banner:hover .gf-arrow {
    transform: translateX(4px);
}


.gf-tg {
    background: #1c1c24;
    border-color: rgba(42, 171, 238, .20);
    box-shadow: none;
}
.gf-tg:hover {
    background: #22222c;
    border-color: rgba(42, 171, 238, .40);
    box-shadow: 0 0 16px rgba(42, 171, 238, .10);
}
.gf-tg .gf-banner-icon {
    background: linear-gradient(135deg, #2AABEE, #1E8AC7);
    box-shadow: 0 3px 12px rgba(42, 171, 238, .3);
}
.gf-tg .gf-banner-text b {
    color: #e4e4e7;
}
.gf-tg .gf-banner-text span {
    color: #a1a1aa;
}


.gf-donate {
    background: linear-gradient(135deg, #1a2a1a, #0d1f0d);
    border-color: rgba(34, 197, 94, .20);
}
.gf-donate:hover {
    border-color: rgba(34, 197, 94, .45);
    box-shadow: 0 0 20px rgba(34, 197, 94, .12);
}
.gf-donate .gf-banner-text b {
    color: #22c55e;
}
.gf-donate .gf-banner-text span {
    color: rgba(34, 197, 94, .55);
}
.gf-donate .gf-arrow {
    color: #22c55e;
}

   
   
.gf-search {
    position: relative;
    width: 100%;
}
.uk-navbar-right {
    flex: 1 !important;
}
.uk-navbar-right > .uk-navbar-nav {
    flex: 1 !important;
    justify-content: center !important;
}
#module-404 {
    flex: 1 !important;
    min-width: 200px !important;
    max-width: 530px !important;
    width: auto !important;
}
#module-411 {
    flex-shrink: 0 !important;
}

.gf-search .gf-search__input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.gf-search .gf-search__icon {
    position: absolute;
    left: 14px;
    width: 18px;
    height: 18px;
    color: #22c55e;
    pointer-events: none;
    transition: color 0.2s;
    z-index: 1;
    opacity: 0.7;
}

.gf-search input.gf-search__input {
    width: 100% !important;
    height: 44px !important;
    padding: 0 42px 0 42px !important;
    background: #1c1c24 !important;
    border: 1px solid rgba(34, 197, 94, 0.30) !important;
    border-radius: 10px !important;
    color: #e4e4e7 !important;
    font-family: inherit;
    font-size: 15px !important;
    outline: none !important;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
    margin: 0 !important;
    box-shadow: 0 0 12px rgba(34, 197, 94, 0.06) !important;
    -webkit-appearance: none;
    appearance: none;
}

.gf-search input.gf-search__input::-webkit-search-cancel-button,
.gf-search input.gf-search__input::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

.gf-search input.gf-search__input::placeholder {
    color: #777 !important;
}

.gf-search input.gf-search__input:focus {
    border-color: #22c55e !important;
    background: #22222c !important;
    box-shadow: 0 0 20px rgba(34, 197, 94, 0.12), 0 0 0 3px rgba(34, 197, 94, 0.15) !important;
}

.gf-search input.gf-search__input:focus ~ .gf-search__icon {
    color: #22c55e;
    opacity: 1;
}


.gf-search .gf-search__clear {
    position: absolute;
    right: 10px;
    width: 26px;
    height: 26px;
    background: none !important;
    border: none !important;
    color: #666;
    cursor: pointer;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin: 0 !important;
    transition: color 0.15s, background 0.15s;
}

.gf-search .gf-search__clear:hover {
    color: #e0e0e0;
    background: rgba(255, 255, 255, 0.1) !important;
}

.gf-search .gf-search__clear.visible {
    display: flex;
}


.gf-search .gf-search__dropdown {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    width: 530px;
    background: #1c1c24;
    border: 1px solid rgba(34, 197, 94, 0.20);
    border-radius: 12px;
    box-shadow: 0 0 40px rgba(34, 197, 94, 0.08), 0 12px 40px rgba(0, 0, 0, 0.5), 0 4px 12px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    transition: opacity 0.15s, transform 0.15s, visibility 0.15s;
    z-index: 1050;
}

.gf-search .gf-search__dropdown.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


.gf-search a.gf-search__item {
    display: flex !important;
    align-items: center;
    gap: 14px;
    padding: 10px 16px !important;
    text-decoration: none !important;
    color: #e0e0e0 !important;
    transition: background 0.12s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background: transparent;
}

.gf-search a.gf-search__item:last-of-type {
    border-bottom: none;
}

.gf-search a.gf-search__item:hover {
    background: #22222c !important;
    text-decoration: none !important;
    color: #e4e4e7 !important;
}


.gf-search .gf-search__poster {
    width: 80px;
    height: 45px;
    border-radius: 4px;
    object-fit: cover;
    flex-shrink: 0;
    background: #141414;
    display: block;
}

.gf-search .gf-search__poster--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2a2a2a;
}


.gf-search .gf-search__info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.gf-search .gf-search__title {
    font-size: 14px;
    font-weight: 600;
    color: #eee;
    line-height: 1.3;
}

.gf-search .gf-search__title mark {
    background: none !important;
    color: #22c55e !important;
    font-weight: 700;
}

.gf-search .gf-search__meta {
    font-size: 12px;
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.gf-search .gf-search__stars {
    flex-shrink: 0;
    display: flex;
    gap: 2px;
    cursor: default;
    position: relative;
}

.gf-search .gf-search__star {
    width: 14px;
    height: 14px;
}

.gf-search .gf-search__star--active {
    color: #22c55e;
}

.gf-search .gf-search__star--inactive {
    color: #3a3a3a;
}


.gf-search .gf-search__stars[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: calc(100% + 6px);
    right: 0;
    background: #111;
    color: #e0e0e0;
    font-size: 11px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.12s, visibility 0.12s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.gf-search .gf-search__stars[data-tooltip]:hover::after {
    opacity: 1;
    visibility: visible;
}


.gf-search a.gf-search__all {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 16px !important;
    background: rgba(34, 197, 94, 0.08) !important;
    border-top: 1px solid rgba(34, 197, 94, 0.15);
    color: #22c55e !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 500;
    transition: background 0.12s;
}

.gf-search a.gf-search__all:hover {
    background: rgba(34, 197, 94, 0.15) !important;
    color: #22c55e !important;
    text-decoration: none !important;
}

.gf-search a.gf-search__all svg {
    width: 14px;
    height: 14px;
}


.gf-search .gf-search__empty {
    padding: 28px 16px;
    text-align: center;
    color: #666;
    font-size: 14px;
}

.gf-search .gf-search__empty span {
    color: #999;
    font-weight: 500;
}


.gf-search .gf-search__loading {
    padding: 24px 16px;
    text-align: center;
    color: #888;
    font-size: 14px;
}

.gf-search .gf-search__spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #444;
    border-top-color: #22c55e;
    border-radius: 50%;
    animation: gf-spin 0.6s linear infinite;
    vertical-align: middle;
    margin-right: 8px;
}

@keyframes gf-spin {
    to { transform: rotate(360deg); }
}


@media (max-width: 768px) {
    .gf-search .gf-search__dropdown {
        position: fixed;
        top: auto;
        left: 8px;
        right: 8px;
        width: auto;
        max-height: 70vh;
        overflow-y: auto;
        border-radius: 12px;
    }

    .gf-search .gf-search__poster {
        width: 64px;
        height: 36px;
    }
}


.rel-card--lan {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 14px;
    padding: 13px 16px 13px 22px;
    margin: 12px 0 0;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: background .2s, color .15s, border-color .25s;
    
    background: rgba(0,0,0,.28) !important;
    border-color: rgba(255,255,255,.04) !important;
}
.rel-card--lan-thumb {
    grid-template-columns: auto auto 1fr auto;
}
.rel-card--lan:hover {
    text-decoration: none;
    color: inherit;
    background: rgba(0,0,0,.4) !important;
    border-color: rgba(34,197,94,.3) !important;
}


.rel-link-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 11px;
    font-family: var(--gfd-mono, ui-monospace, 'Cascadia Code', Menlo, monospace);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    color: var(--gf-green, #22c55e);
    background: rgba(34,197,94,.07);
    border: 1px solid rgba(34,197,94,.22);
    border-radius: 6px;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 1;
    flex-shrink: 0;
}
.rel-link-chip__arrow {
    color: rgba(34,197,94,.55);
    transition: transform .25s cubic-bezier(.2,.8,.2,1), color .2s;
    flex-shrink: 0;
}
.rel-card--lan:hover .rel-link-chip__arrow {
    transform: translateX(2px);
    color: var(--gf-green, #22c55e);
}


.rel-thumb {
    position: relative;
    flex-shrink: 0;
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 6px;
    overflow: hidden;
    background: linear-gradient(135deg, #141a20 0%, #0b0f13 100%);
    border: 1px solid rgba(255,255,255,.06);
    transition: border-color .2s;
}
.rel-thumb::before {
    content: 'LAN';
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-family: var(--gfd-mono, ui-monospace, 'Cascadia Code', Menlo, monospace);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .2em;
    color: rgba(34,197,94,.35);
    pointer-events: none;
}
.rel-thumb img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.rel-card--lan:hover .rel-thumb {
    border-color: rgba(34,197,94,.25);
}


.rel-card--lan .rel-meta-line {
    color: var(--gf-text-dim, #a1a1aa);
    font-family: inherit;
    font-size: 12px;
    letter-spacing: 0;
    text-transform: none;
}


.rel-link-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--gf-text-muted, #71717a);
    transition: color .2s, transform .25s cubic-bezier(.2,.8,.2,1);
    flex-shrink: 0;
}
.rel-card--lan:hover .rel-link-arrow,
.rel-card--lan:focus-visible .rel-link-arrow {
    color: var(--gf-green, #22c55e);
    transform: translateX(4px);
}

.rel-card--lan:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px rgba(34,197,94,.35);
}


@media (max-width: 720px) {
    .rel-card--lan { gap: 10px; padding: 11px 12px 11px 18px; }
    .rel-link-chip { font-size: 11px; padding: 4px 9px; letter-spacing: .1em; }
    .rel-thumb { width: 36px; height: 36px; }
    .rel-card--lan .rel-meta-line { font-size: 11.5px; }
}
@media (max-width: 480px) {
    .rel-card--lan-thumb { grid-template-columns: auto 1fr auto; }
    .rel-thumb { display: none; }
}




#gf-faq {
  background: #1c1c24;
  border: 1px solid rgba(34, 197, 94, .15);
  border-radius: 12px;
  padding: 20px 20px 16px;
  box-shadow: 0 0 30px rgba(34, 197, 94, .06), 0 2px 12px rgba(0, 0, 0, .3);
}


#gf-faq h3.uk-heading-line {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #22c55e;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(34, 197, 94, .10);
}
#gf-faq h3.uk-heading-line::before {
  content: '';
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 6px rgba(34, 197, 94, .6);
  border: none;
}
#gf-faq h3.uk-heading-line span {
  padding: 0;
}
#gf-faq h3.uk-heading-line::after {
  display: none;
}


#gf-faq .uk-accordion {
  margin: 0;
}
#gf-faq .uk-accordion > li {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 6px;
  border-left: 3px solid transparent;
  transition: background 0.25s, border-color 0.25s;
}
#gf-faq .uk-accordion > li:nth-child(n+2) {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
#gf-faq .uk-accordion > li + li {
  border-top: 1px solid rgba(34, 197, 94, .06);
}
#gf-faq .uk-accordion > li:hover {
  background: rgba(34, 197, 94, .04);
  border-left-color: rgba(34, 197, 94, .4);
}
#gf-faq .uk-accordion > li.uk-open {
  background: rgba(34, 197, 94, .06);
  border-left-color: #22c55e;
}


#gf-faq .uk-accordion-title {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, .75);
  padding: 13px 12px;
  line-height: 1.45;
  transition: color 0.2s;
}
#gf-faq .uk-accordion-title:hover,
#gf-faq .uk-accordion-title:focus {
  color: #fff;
}
#gf-faq .uk-open > .uk-accordion-title {
  color: #fff;
  font-weight: 500;
}


#gf-faq .uk-accordion-title::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20fill%3D%22%2322c55e%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%2F%3E%3Crect%20fill%3D%22%2322c55e%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%2F%3E%3C%2Fsvg%3E");
  transition: transform 0.3s ease;
}
#gf-faq .uk-open > .uk-accordion-title::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20fill%3D%22%2322c55e%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%2F%3E%3C%2Fsvg%3E");
  transform: rotate(180deg);
}


#gf-faq .uk-accordion-content {
  margin-top: 0;
  padding: 0 12px 14px;
}
#gf-faq .uk-accordion-content p {
  color: rgba(255, 255, 255, .75);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}


.gf-faq-outer {
  position: relative;
  max-height: 340px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.gf-faq-outer.expanded {
  max-height: 5000px;
}
.gf-faq-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to bottom,
    rgba(28, 28, 36, 0) 0%,
    rgba(28, 28, 36, 0.7) 40%,
    rgba(28, 28, 36, 0.95) 70%,
    rgba(28, 28, 36, 1) 100%);
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 2;
}


.gf-faq-toggle {
  display: block;
  width: 100%;
  margin-top: 12px;
  padding: 11px 20px;
  background: rgba(34, 197, 94, .06);
  border: 1px solid rgba(34, 197, 94, .2);
  border-radius: 8px;
  color: #22c55e;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  transition: all 0.25s;
  letter-spacing: 0.01em;
}
.gf-faq-toggle:hover {
  border-color: #22c55e;
  background: rgba(34, 197, 94, .1);
  box-shadow: 0 0 12px rgba(34, 197, 94, .08);
}


@media (max-width: 640px) {
  #gf-faq {
    padding: 16px 16px 12px;
    border-radius: 10px;
  }
  #gf-faq h3.uk-heading-line {
    font-size: 12px;
  }
  #gf-faq .uk-accordion-title {
    font-size: 14px;
    padding: 12px 10px;
  }
  #gf-faq .uk-accordion-content p {
    font-size: 13px;
  }
  #gf-faq .uk-accordion-content {
    padding: 0 10px 12px;
  }
}




.gf-login-btn {
    border-radius: 3px;
    font-size: 14px;
    line-height: 28px;
    padding: 0 15px;
    text-transform: none;
    letter-spacing: normal;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}


.gf-login-dialog {
    max-width: 420px;
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 8px;
    overflow: hidden;
}
.gf-login-header {
    background: #222;
    border-bottom: 1px solid #333;
    padding: 18px 25px;
}
.gf-login-header .uk-modal-title {
    font-size: 20px;
    color: #e0e0e0;
    margin: 0;
    text-transform: none;
    letter-spacing: normal;
}
.gf-login-dialog .uk-modal-body {
    padding: 25px;
}

.gf-login-providers {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.gf-provider-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.2s ease;
    border: 1px solid transparent;
    cursor: pointer;
    text-transform: none;
    letter-spacing: normal;
}
.gf-provider-btn:hover {
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.gf-provider-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.gf-provider-google { background: #ffffff; color: #3c4043; }
.gf-provider-google:hover { background: #f8f9fa; color: #3c4043; border-color: #dadce0; }
.gf-provider-google-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%23EA4335' d='M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z'/%3E%3Cpath fill='%234285F4' d='M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z'/%3E%3Cpath fill='%2334A853' d='M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z'/%3E%3Cpath fill='%23FBBC05' d='M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.15 1.45-4.92 2.3-8.16 2.3-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z'/%3E%3C/svg%3E");
}

.gf-provider-vkontakte { background: #0077FF; color: #fff; }
.gf-provider-vkontakte:hover { background: #0066dd; color: #fff; }
.gf-provider-vkontakte-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%23fff' d='M25.54 34.58c-14.27 0-22.4-9.77-22.72-26.02h7.14c.22 11.9 5.48 16.94 9.64 17.98V8.56h6.72v10.27c4.1-.44 8.42-5.1 9.88-10.27h6.72c-1.12 6.36-5.8 11.02-9.12 12.94 3.32 1.54 8.62 5.62 10.64 13.08h-7.4c-1.56-4.88-5.46-8.66-11.72-9.18v9.18h-.78z'/%3E%3C/svg%3E");
}

.gf-provider-yandex { background: #FC3F1D; color: #fff; }
.gf-provider-yandex:hover { background: #e03618; color: #fff; }
.gf-provider-yandex-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%23fff' d='M27.75 44h-5.5V25.29L14.5 4h6.25l5.5 15.15V4h5.5v40h-4z'/%3E%3C/svg%3E");
}

.gf-provider-telegram { background: #2AABEE; color: #fff; }
.gf-provider-telegram:hover { background: #229ED9; color: #fff; }
.gf-provider-telegram-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%23fff' d='M5.83 23.62l32.2-12.42c1.5-.54 2.8.37 2.32 2.64l-5.48 25.82c-.4 1.82-1.48 2.27-3 1.41l-8.28-6.1-4 3.85c-.44.44-.8.8-1.66.8l.6-8.42 15.37-13.88c.67-.6-.14-.93-1.04-.37L14.4 27.18l-8.12-2.54c-1.76-.56-1.8-1.76.37-2.6z'/%3E%3C/svg%3E");
}

.gf-auth-user { position: relative; display: flex; align-items: center; gap: 4px; }
.gf-auth-user-inner {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 34px;
    padding: 0 8px;
    border-radius: 8px;
    background: rgba(255,255,255,0.04);
    transition: color 0.2s, background 0.2s, box-shadow 0.3s;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}
.gf-auth-user-inner:hover {
    background: var(--gf-green-glow, rgba(34,197,94,0.15));
    box-shadow: 0 0 12px rgba(34,197,94,0.12);
}
.gf-auth-user-inner:hover .gf-auth-username {
    color: var(--gf-green, #22c55e);
}
.gf-auth-avatar {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid transparent;
    transition: border-color 0.25s, transform 0.25s cubic-bezier(0.34,1.56,0.64,1);
}
.gf-auth-user-inner:hover .gf-auth-avatar {
    border-color: var(--gf-green, #22c55e);
    transform: scale(1.08);
}
.gf-auth-avatar-placeholder {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: border-color 0.25s, color 0.25s, transform 0.25s cubic-bezier(0.34,1.56,0.64,1);
}
.gf-auth-user-inner:hover .gf-auth-avatar-placeholder {
    border-color: var(--gf-green, #22c55e);
    color: var(--gf-green, #22c55e);
    transform: scale(1.08);
}
.gf-auth-username {
    font-size: 14px;
    color: var(--gf-text-dim, #a1a1aa);
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.2s;
}


#gf-user-dropdown {
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 6px;
    padding: 10px 0;
    min-width: 200px;
}
#gf-user-dropdown .uk-nav-default > li > a {
    color: #ccc;
    padding: 6px 15px;
    font-size: 14px;
    text-transform: none;
    letter-spacing: normal;
}
#gf-user-dropdown .uk-nav-default > li > a:hover {
    color: #fff;
    background: rgba(255,255,255,0.05);
}
.gf-logout-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    background: none;
    border: none;
    color: #999;
    font-size: 14px;
    padding: 6px 15px;
    cursor: pointer;
    width: 100%;
    text-align: left;
}
.gf-logout-btn:hover {
    color: #e57373;
    background: rgba(255,255,255,0.05);
}
#gf-user-dropdown .uk-nav-divider {
    border-color: #333;
    margin: 5px 0;
}


@media (max-width: 640px) {
    .gf-auth-username { display: none; }
    .gf-login-dialog { margin: 10px; }
}


.gf-sr {
    position: relative;
    background: #1c1c24;
    border: 1px solid rgba(34, 197, 94, .15);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 12px;
    box-shadow: 0 0 30px rgba(34, 197, 94, .06), 0 2px 12px rgba(0, 0, 0, .3);
}


.gf-sr__head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: linear-gradient(135deg, rgba(34, 197, 94, .08) 0%, rgba(34, 197, 94, .02) 100%);
    border-bottom: 1px solid rgba(34, 197, 94, .10);
    flex-wrap: wrap;
}
.gf-sr__cat {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(34, 197, 94, .25);
    box-shadow: 0 0 12px rgba(34, 197, 94, .10);
    flex-shrink: 0;
}
.gf-sr__meta {
    flex: 1;
    min-width: 200px;
}
.gf-sr__label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #1c1c24;
    background: #ffb74d;
    padding: 3px 10px;
    border-radius: 10px;
    margin-bottom: 8px;
}
.gf-sr__rating {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.gf-sr__rating img {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}
.gf-sr__status {
    font-size: 16px;
    font-weight: 700;
}
.gf-sr__status--positive { color: #22c55e; }
.gf-sr__status--mixed { color: #ffb74d; }
.gf-sr__status--negative { color: #ef5350; }
.gf-sr__pct {
    font-size: 13px;
    color: rgba(255,255,255,.45);
}


.gf-sr__body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}
.gf-sr__col {
    padding: 18px 20px;
}
.gf-sr__col--pro {
    border-right: 1px solid rgba(34, 197, 94, .10);
}
.gf-sr__col-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid;
}
.gf-sr__col-title::before {
    content: '';
    flex-shrink: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.gf-sr__col--pro .gf-sr__col-title {
    color: #22c55e;
    border-color: rgba(34, 197, 94, .15);
}
.gf-sr__col--pro .gf-sr__col-title::before {
    background: #22c55e;
    box-shadow: 0 0 6px rgba(34, 197, 94, .6);
}
.gf-sr__col--con .gf-sr__col-title {
    color: #ef5350;
    border-color: rgba(239, 83, 80, .15);
}
.gf-sr__col--con .gf-sr__col-title::before {
    background: #ef5350;
    box-shadow: 0 0 6px rgba(239, 83, 80, .5);
}
.gf-sr__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.gf-sr__list li {
    position: relative;
    padding: 6px 0 6px 18px;
    font-size: 15px;
    line-height: 1.5;
    color: rgba(255,255,255,.75);
}
.gf-sr__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.gf-sr__col--pro .gf-sr__list li::before {
    background: rgba(34, 197, 94, .45);
    box-shadow: 0 0 6px rgba(34, 197, 94, .25);
}
.gf-sr__col--con .gf-sr__list li::before {
    background: rgba(239, 83, 80, .45);
    box-shadow: 0 0 6px rgba(239, 83, 80, .25);
}
.gf-sr__list li em {
    color: #fff;
    font-weight: 600;
}


@media (max-width: 768px) {
    .gf-sr__body {
        grid-template-columns: 1fr;
    }
    .gf-sr__col--pro {
        border-right: none;
        border-bottom: 1px solid rgba(34, 197, 94, .10);
    }
    .gf-sr__head {
        padding: 14px 16px;
    }
    .gf-sr__col {
        padding: 14px 16px;
    }
    .gf-sr__cat {
        width: 48px;
        height: 48px;
    }
}


.gf-sr-x { background: linear-gradient(135deg, #1a1a24 0%, #12121a 100%); border: 1px solid rgba(34,197,94,0.12); border-radius: 14px; overflow: hidden; margin-bottom: 12px; }


.gf-sr-x__header { padding: 18px 20px; display: flex; align-items: center; gap: 16px; }
.gf-sr-x__cat { width: 72px; height: 72px; border-radius: 50%; border: 2px solid #22c55e; flex-shrink: 0; }
.gf-sr-x__left { display: flex; align-items: center; gap: 14px; flex: 1; }
.gf-sr-x__text { font-size: 15px; color: #ccc; line-height: 1.5; }
.gf-sr-x__text b { color: #fff; font-weight: 700; }
.gf-sr-x__text span { color: #22c55e; font-weight: 700; }
.gf-sr-x__right { flex-shrink: 0; }
.gf-sr-x__badge { background: rgba(34,197,94,0.08); border: 1px solid rgba(34,197,94,0.2); border-radius: 10px; padding: 10px 18px; text-align: center; }
.gf-sr-x__badge-top { display: flex; align-items: center; justify-content: center; gap: 6px; margin-bottom: 6px; }
.gf-sr-x__badge-top img { width: 18px; height: 18px; }
.gf-sr-x__badge-status { color: #22c55e; font-weight: 700; font-size: 14px; letter-spacing: 0.3px; }
.gf-sr-x__badge-bar { width: 100%; height: 5px; background: #ef4444; border-radius: 3px; overflow: hidden; }
.gf-sr-x__badge-fill { height: 100%; background: #22c55e; border-radius: 3px; }


.gf-sr-x input[type="radio"] { display: none; }
.gf-sr-x__bar { display: flex; border-top: 1px solid rgba(255,255,255,0.06); }
.gf-sr-x__tab { flex: 1; text-align: center; padding: 11px; font-size: 15px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; cursor: pointer; color: #555; transition: all 0.2s; position: relative; }
.gf-sr-x__tab::after { content: ""; position: absolute; bottom: 0; left: 20%; right: 20%; height: 2px; border-radius: 2px; transition: all 0.2s; }
#gf-sr-x-pro:checked ~ .gf-sr-x__bar .gf-sr-x__tab[for="gf-sr-x-pro"] { color: #22c55e; }
#gf-sr-x-pro:checked ~ .gf-sr-x__bar .gf-sr-x__tab[for="gf-sr-x-pro"]::after { background: #22c55e; }
#gf-sr-x-con:checked ~ .gf-sr-x__bar .gf-sr-x__tab[for="gf-sr-x-con"] { color: #ef4444; }
#gf-sr-x-con:checked ~ .gf-sr-x__bar .gf-sr-x__tab[for="gf-sr-x-con"]::after { background: #ef4444; }


.gf-sr-x__panel { display: none; padding: 8px 16px 16px; }
#gf-sr-x-pro:checked ~ .gf-sr-x__panel--pro { display: block; }
#gf-sr-x-con:checked ~ .gf-sr-x__panel--con { display: block; }


.gf-sr-x ul { margin: 0; padding: 0; list-style: none; }
.gf-sr-x ul li { display: flex; flex-direction: column; gap: 2px; padding: 12px 14px; margin-bottom: 6px; background: rgba(255,255,255,0.02); border-radius: 8px; border-left: 3px solid; font-size: 16px; line-height: 1.5; }
.gf-sr-x ul li:last-child { margin-bottom: 0; }
.gf-sr-x ul li em { font-style: normal; font-weight: 700; font-size: 16px; }
.gf-sr-x ul li span { color: #aaa; font-size: 15px; }
.gf-sr-x ul li span::first-letter { text-transform: uppercase; }
.gf-sr-x__panel--pro ul li { border-left-color: #22c55e; }
.gf-sr-x__panel--pro ul li em { color: #22c55e; }
.gf-sr-x__panel--con ul li { border-left-color: #ef4444; }
.gf-sr-x__panel--con ul li em { color: #ef4444; }


@media (max-width: 640px) {
    .gf-sr-x__header { flex-wrap: wrap; }
    .gf-sr-x__right { width: 100%; margin-top: 8px; }
    .gf-sr-x__badge { padding: 8px 14px; }
}



.gf-dl {
    --gf-green: #22c55e;
    --gf-green-dim: #16a34a;
    --gf-green-glow: rgba(34, 197, 94, 0.15);
    --gf-surface: #1c1c24;
    --gf-surface-hover: #22222c;
    --gf-border: rgba(255, 255, 255, 0.08);
    --gf-border-hover: rgba(255, 255, 255, 0.14);
    --gf-text: #e4e4e7;
    --gf-text-dim: #a1a1aa;
    --gf-text-muted: #71717a;
    --gf-radius: 10px;
    max-width: 800px !important;
    margin: 0 auto 12px !important;
    text-align: center;
    
    background: linear-gradient(180deg, rgba(34, 197, 94, 0.10) 0%, rgba(22, 22, 30, 0.97) 50%) !important;
    border: 1px solid rgba(34, 197, 94, 0.30) !important;
    border-radius: 14px !important;
    padding: 6px 20px 16px !important;
    box-shadow: 0 0 60px rgba(34, 197, 94, 0.12), 0 0 20px rgba(34, 197, 94, 0.06), 0 2px 20px rgba(0, 0, 0, 0.4) !important;
}


.gf-dl__row {
    display: flex !important;
    align-items: flex-start !important;
    gap: 14px !important;
    margin-bottom: 10px;
}
.gf-dl__col {
    flex: 1;
    min-width: 0;
}


.gf-dl__share {
    flex-shrink: 0;
    width: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding-top: 6px;
}


.gf-dl__share .ya-share2__container {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
}
.gf-dl__share .ya-share2__list {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
}
.gf-dl__share .ya-share2__item {
    margin: 0 !important;
}
.gf-dl__share .ya-share2__container_size_l .ya-share2__badge .ya-share2__icon {
    width: 40px !important;
    height: 40px !important;
    background-size: 40px 40px !important;
    border-radius: 8px !important;
}
.gf-dl__share .ya-share2__badge {
    border-radius: 8px !important;
    overflow: hidden;
}


@media (max-width: 640px) {
    .gf-dl {
        padding: 6px 12px 12px !important;
    }
    .gf-dl__row {
        flex-direction: column !important;
    }
    .gf-dl__share {
        width: 100%;
        flex-direction: row;
        justify-content: center;
        order: 1;
        padding-top: 0;
        margin-top: 8px;
    }
    .gf-dl__share .ya-share2__container,
    .gf-dl__share .ya-share2__list {
        flex-direction: row !important;
        flex-wrap: wrap;
        justify-content: center;
    }
    .gf-dl__share .ya-share2__container_size_l .ya-share2__badge .ya-share2__icon {
        width: 36px !important;
        height: 36px !important;
        background-size: 36px 36px !important;
    }
}


.gf-dl__heading {
    font-size: 1.15em !important;
    font-weight: 700 !important;
    color: var(--gf-text) !important;
    margin: 14px 0 2px !important;
    line-height: 1.3 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}


.gf-dl__version {
    font-size: 14px !important;
    color: var(--gf-green) !important;
    margin-bottom: 18px !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
    text-transform: none !important;
    display: inline-block !important;
    background: rgba(34, 197, 94, 0.18) !important;
    padding: 4px 14px !important;
    border-radius: 20px !important;
    border: 1px solid rgba(34, 197, 94, 0.30) !important;
}


.gf-dl__actions {
    background: rgba(34, 197, 94, 0.04);
    border: 1px solid rgba(34, 197, 94, 0.12);
    border-radius: var(--gf-radius);
    padding: 6px;
    margin-bottom: 10px;
}


.gf-dl .gf-dl__btn,
a.gf-dl__btn {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    width: 100% !important;
    padding: 16px 18px !important;
    border-radius: 7px !important;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
    border: none !important;
    background: none;
    text-align: left !important;
    line-height: 1 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    font-family: inherit !important;
    font-style: normal !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    box-sizing: border-box;
    height: auto !important;
    min-height: 0 !important;
    background-size: auto !important;
    background-image: none !important;
}


.gf-dl__btn-icon {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 18px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}


.gf-dl__btn-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex: 1;
    min-width: 0;
}
.gf-dl__btn-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    display: block;
    line-height: 1.2 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}
.gf-dl__btn-sub {
    font-size: 14px !important;
    font-weight: 400 !important;
    display: block;
    opacity: 0.6;
    line-height: 1.3 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}


.gf-dl__btn-arrow {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
    transform: translateX(-6px);
    transition: all 0.2s ease;
    color: inherit;
}
.gf-dl__btn:hover .gf-dl__btn-arrow {
    opacity: 0.6;
    transform: translateX(0);
}


.gf-dl__btn--primary {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.45) 0%, rgba(34, 197, 94, 0.22) 100%) !important;
    color: var(--gf-text);
    border: 1px solid rgba(34, 197, 94, 0.25) !important;
}
.gf-dl__btn--primary .gf-dl__btn-icon {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #fff;
    box-shadow: 0 2px 20px rgba(34, 197, 94, 0.5);
}
.gf-dl__btn--primary .gf-dl__btn-title {
    color: #fff;
}
.gf-dl__btn--primary:hover {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.55) 0%, rgba(34, 197, 94, 0.30) 100%) !important;
    border-color: rgba(34, 197, 94, 0.40) !important;
    box-shadow: 0 0 30px rgba(34, 197, 94, 0.15) !important;
}
.gf-dl__btn--primary:hover .gf-dl__btn-icon {
    transform: scale(1.08);
    box-shadow: 0 4px 28px rgba(34, 197, 94, 0.6);
}


.gf-dl__sep {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 2px 18px;
    color: var(--gf-text-muted);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 700;
}
.gf-dl__sep::before,
.gf-dl__sep::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.12);
}


.gf-dl__help,
a.gf-dl__help {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    margin: 0 0 10px !important;
    padding: 11px 18px !important;
    border-radius: var(--gf-radius) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    background: rgba(255, 255, 255, 0.04) !important;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 15px !important;
    text-decoration: none !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    font-weight: 400 !important;
    transition: all 0.18s ease;
    cursor: pointer;
    background-image: none !important;
    height: auto !important;
    line-height: 1.4 !important;
}
.gf-dl__help:hover {
    border-color: rgba(255, 255, 255, 0.25) !important;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.07) !important;
}
.gf-dl__help-icon {
    font-size: 15px;
    opacity: 0.5;
}


.gf-dl__more {
    margin: 0 0 12px;
    border-radius: var(--gf-radius);
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}
.gf-dl__more-toggle {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    padding: 12px 16px !important;
    background: none !important;
    border: none;
    color: rgba(255, 255, 255, 0.55) !important;
    font-size: 15px !important;
    cursor: pointer;
    user-select: none;
    transition: all 0.18s ease;
    font-family: inherit !important;
    text-align: left !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}
.gf-dl__more-toggle:hover {
    background: rgba(255, 255, 255, 0.04) !important;
    color: rgba(255, 255, 255, 0.8) !important;
}
.gf-dl__more-chevron {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    transition: transform 0.25s ease;
    opacity: 0.4;
}
.gf-dl__more--open .gf-dl__more-chevron {
    transform: rotate(180deg);
}
.gf-dl__more-hint {
    margin-left: auto;
    font-size: 13px;
    opacity: 0.65;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.5);
}
.gf-dl__more-body {
    display: none;
    padding: 4px 8px 8px;
    border-top: 1px solid var(--gf-border);
}
.gf-dl__more--open .gf-dl__more-body {
    display: block;
}


.gf-dl__btn--alt {
    color: var(--gf-text-dim);
    border-radius: 7px;
}
.gf-dl__btn--alt .gf-dl__btn-icon {
    background: rgba(255, 255, 255, 0.06);
    color: var(--gf-text-dim);
    box-shadow: none;
}
.gf-dl__btn--alt .gf-dl__btn-title {
    color: var(--gf-text-dim);
    font-size: 14px;
}
.gf-dl__btn--alt:hover {
    background: rgba(255, 255, 255, 0.04);
}
.gf-dl__btn--alt:hover .gf-dl__btn-icon {
    background: rgba(255, 255, 255, 0.09);
    transform: scale(1.04);
}


@media (max-width: 480px) {
    .gf-dl__btn {
        padding: 14px 14px;
        gap: 12px;
    }
    .gf-dl__btn-icon {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
    .gf-dl__btn-title {
        font-size: 14px;
    }
    .gf-dl__heading {
        font-size: 1.05em;
    }
}


.gf-bell-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-right: 4px;
}


.gf-bell-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    cursor: pointer;
    border: none;
    background: rgba(255,255,255,0.04);
    border-radius: 8px;
    padding: 0;
    color: var(--gf-text-dim, #a1a1aa);
    transition: color 0.2s, background 0.2s, box-shadow 0.3s;
}
.gf-bell-btn:hover {
    color: var(--gf-green, #22c55e);
    background: var(--gf-green-glow, rgba(34,197,94,0.15));
    box-shadow: 0 0 12px rgba(34,197,94,0.12);
}
.gf-bell-btn svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    transition: transform 0.25s cubic-bezier(0.34,1.56,0.64,1);
}
.gf-bell-btn:hover svg {
    transform: rotate(12deg) scale(1.08);
}


.gf-bell__badge {
    position: absolute;
    top: 1px;
    right: 1px;
    min-width: 15px;
    height: 15px;
    padding: 0 4px;
    border-radius: 7px;
    background: #ef4444;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    line-height: 15px;
    text-align: center;
    pointer-events: none;
    box-shadow: 0 0 8px rgba(239,68,68,0.5);
}


.gf-bell__dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    right: -8px;
    width: 350px;
    max-height: 440px;
    background: var(--gf-surface, #1c1c24);
    border: 1px solid var(--gf-border, rgba(255,255,255,0.08));
    border-radius: var(--gf-radius, 10px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.55), 0 0 0 1px rgba(255,255,255,0.03);
    z-index: 1300;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-6px) scale(0.97);
    transform-origin: top right;
}
.gf-bell__dropdown--open {
    display: block;
    animation: gf-bell-dropdown-in 0.2s ease forwards;
}
@keyframes gf-bell-dropdown-in {
    to { opacity: 1; transform: translateY(0) scale(1); }
}


.gf-bell__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    border-bottom: 1px solid var(--gf-border, rgba(255,255,255,0.08));
    background: rgba(255,255,255,0.015);
}
.gf-bell__header-title {
    font-size: 13px;
    font-weight: 700;
    color: var(--gf-text, #e4e4e7);
    letter-spacing: 0.3px;
    text-transform: uppercase;
}
.gf-bell__mark-all {
    font-size: 11px;
    color: var(--gf-green, #22c55e);
    cursor: pointer;
    background: none;
    border: none;
    padding: 3px 8px;
    border-radius: 4px;
    transition: background 0.15s;
}
.gf-bell__mark-all:hover {
    background: var(--gf-green-glow, rgba(34,197,94,0.15));
}


.gf-bell__list {
    overflow-y: auto;
    max-height: 380px;
    overscroll-behavior: contain;
}
.gf-bell__list::-webkit-scrollbar { width: 4px; }
.gf-bell__list::-webkit-scrollbar-track { background: transparent; }
.gf-bell__list::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.08); border-radius: 2px; }


.gf-bell__item {
    display: flex;
    gap: 10px;
    padding: 11px 14px;
    text-decoration: none;
    color: inherit;
    transition: background 0.15s;
    border-bottom: 1px solid rgba(255,255,255,0.03);
    position: relative;
}
.gf-bell__item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: var(--gf-green, #22c55e);
    border-radius: 1px;
    opacity: 0;
    transition: opacity 0.15s;
}
.gf-bell__item:hover {
    background: var(--gf-surface-hover, #22222c);
    text-decoration: none;
    color: inherit;
}
.gf-bell__item:hover::before {
    opacity: 1;
}


.gf-bell__avatar {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    object-fit: cover;
    background: rgba(255,255,255,0.04);
}
.gf-bell__avatar--default {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.05);
    font-size: 15px;
}


.gf-bell__content {
    flex: 1;
    min-width: 0;
}
.gf-bell__title {
    font-size: 12.5px;
    font-weight: 600;
    color: var(--gf-text, #e4e4e7);
    line-height: 1.35;
}
.gf-bell__body {
    font-size: 11.5px;
    color: var(--gf-text-muted, #71717a);
    margin-top: 2px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}
.gf-bell__time {
    font-size: 10px;
    color: rgba(255,255,255,0.25);
    margin-top: 3px;
    letter-spacing: 0.2px;
}


.gf-bell__empty {
    padding: 36px 16px 32px;
    text-align: center;
    color: var(--gf-text-muted, #71717a);
    font-size: 12.5px;
    line-height: 1.5;
}
.gf-bell__empty::before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 auto 10px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2371717a'%3E%3Cpath d='M12 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zm6-6v-5c0-3.07-1.63-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.64 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    opacity: 0.5;
}


.tm-header-mobile .uk-navbar-container {
    padding: 6px 0;
    position: relative;
}


.gf-mobile-user {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-right: 10px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
}
.gf-mobile-user .gf-bell-btn {
    width: 32px;
    height: 32px;
    border-radius: 7px;
}
.gf-mobile-user .gf-bell-btn svg {
    width: 16px;
    height: 16px;
}
.gf-mobile-avatar-link {
    display: flex;
    align-items: center;
}
.gf-mobile-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid transparent;
    transition: border-color 0.2s;
}
.gf-mobile-avatar--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
    color: var(--gf-text-dim, #a1a1aa);
}
.gf-mobile-avatar-link:hover .gf-mobile-avatar {
    border-color: var(--gf-green, #22c55e);
}


.gf-mobile-login-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    height: 30px;
    padding: 0 10px;
    border: none;
    border-radius: 6px;
    background: var(--gf-green, #22c55e);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s, box-shadow 0.2s;
}
.gf-mobile-login-btn:hover {
    background: #16a34a;
    box-shadow: 0 0 10px rgba(34,197,94,0.3);
}
.gf-mobile-login-btn svg {
    flex-shrink: 0;
}


.tm-header-mobile .gf-mobile-user .gf-bell__dropdown {
    position: fixed !important;
    top: 58px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    max-width: none !important;
    max-height: none !important;
    border-radius: 0 !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    transform-origin: top right;
    z-index: 9999 !important;
    background: #1c1c24 !important;
    overflow-y: auto !important;
}
.tm-header-mobile .gf-mobile-user .gf-bell__list {
    max-height: none;
}


@media (max-width: 640px) {
    .gf-bell__dropdown--body,
    .gf-bell-wrap .gf-bell__dropdown {
        position: fixed !important;
        top: 86px !important;
        left: 18px !important;
        right: 18px !important;
        bottom: auto !important;
        width: auto !important;
        max-width: none !important;
        max-height: 68vh !important;
        transform-origin: top center;
        z-index: 9999 !important;
    }
    .gf-bell__dropdown--body .gf-bell__list,
    .gf-bell-wrap .gf-bell__list {
        max-height: calc(68vh - 58px);
        height: auto;
    }
}




.uk-offcanvas-bar .gf-search {
    width: 100%;
    max-width: none;
}


.uk-offcanvas-bar .gf-search .gf-search__dropdown {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    max-height: 60vh;
    overflow-y: auto;
}


.uk-offcanvas-bar #gf-main-menu {
    padding: 0;
}
.uk-offcanvas-bar #gf-main-menu hr {
    border-color: rgba(255,255,255,.08);
}
.uk-offcanvas-bar .gf-menu-section {
    margin-bottom: 16px;
}
.uk-offcanvas-bar .gf-banner.gf-tg {
    margin-bottom: 12px;
}


.uk-offcanvas-bar .gf-tags {
    gap: 6px;
}
.uk-offcanvas-bar .gf-tag {
    padding: 8px 16px;
}
.uk-offcanvas-bar .gf-menu-header {
    padding-top: 4px;
}





.gf-mobile-user #gf-auth.gf-auth-user {
    display: flex;
    align-items: center;
    gap: 8px;
}
.gf-mobile-user #gf-auth .gf-bell-wrap {
    position: relative;
}
.gf-mobile-user #gf-auth .gf-bell-btn {
    width: 32px;
    height: 32px;
    border-radius: 7px;
}
.gf-mobile-user #gf-auth .gf-bell-btn svg {
    width: 16px;
    height: 16px;
}
.gf-mobile-user #gf-auth .gf-auth-user-inner {
    padding: 0;
    background: none;
    height: auto;
}
.gf-mobile-user #gf-auth .gf-auth-avatar {
    width: 28px;
    height: 28px;
}
.gf-mobile-user #gf-auth .gf-auth-username {
    display: none;
}

.gf-mobile-user #gf-auth .gf-bell__dropdown {
    position: fixed !important;
    top: 58px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    max-width: none !important;
    max-height: none !important;
    border-radius: 0 !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    transform-origin: top right;
    z-index: 9999 !important;
    background: #1c1c24 !important;
    overflow-y: auto !important;
}
.gf-mobile-user #gf-auth .gf-bell__list {
    max-height: none;
}

.gf-mobile-user #gf-auth .gf-login-btn {
    height: 30px;
    padding: 0 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}


.uk-article .uk-child-width-1-2\@m[uk-grid] {
    background: #1c1c24;
    border: 1px solid rgba(34, 197, 94, .15);
    border-radius: 12px;
    padding: 20px 24px 16px !important;
    margin-left: 0 !important;
    margin-top: 20px;
    margin-bottom: 12px;
    box-shadow: 0 0 30px rgba(34, 197, 94, .06), 0 2px 12px rgba(0, 0, 0, .3);
    position: relative;
}

.uk-article .uk-child-width-1-2\@m[uk-grid]::before {
    content: '';
    position: absolute;
    top: 20px;
    bottom: 16px;
    left: 50%;
    width: 1px;
    background: rgba(34, 197, 94, .12);
}

.uk-article .uk-child-width-1-2\@m[uk-grid] > div {
    padding-left: 0 !important;
    padding-right: 16px;
}
.uk-article .uk-child-width-1-2\@m[uk-grid] > div:last-child {
    padding-right: 0;
    padding-left: 16px !important;
}

.uk-article .uk-child-width-1-2\@m[uk-grid] .uk-text-primary {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #22c55e !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 12px !important;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(34, 197, 94, .10);
}
.uk-article .uk-child-width-1-2\@m[uk-grid] .uk-text-primary::before {
    content: '';
    flex-shrink: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 6px rgba(34, 197, 94, .6);
}

.uk-article .uk-child-width-1-2\@m[uk-grid] > div > p:not(.uk-text-primary) {
    color: #e4e4e7 !important;
    font-size: 15px;
    line-height: 2.0;
    margin: 0 !important;
}


@media (max-width: 959px) {
    .uk-article .uk-child-width-1-2\@m[uk-grid]::before {
        
        top: auto;
        bottom: auto;
        left: 24px;
        right: 24px;
        width: auto;
        height: 1px;
        position: relative;
        display: block;
        order: 1;
    }
    .uk-article .uk-child-width-1-2\@m[uk-grid] {
        display: flex;
        flex-direction: column;
        padding: 16px 20px 12px !important;
    }
    .uk-article .uk-child-width-1-2\@m[uk-grid] > div {
        padding: 0 !important;
        width: 100% !important;
    }
    .uk-article .uk-child-width-1-2\@m[uk-grid] > div:last-child {
        padding: 0 !important;
        margin-top: 14px;
        padding-top: 14px !important;
        border-top: 1px solid rgba(34, 197, 94, .10);
    }
    .uk-article .uk-child-width-1-2\@m[uk-grid]::before {
        display: none;
    }
}


.gf-note {
  position: relative;
  background: #1c1c24;
  border: 1px solid rgba(34, 197, 94, .15);
  border-radius: 12px;
  overflow: visible;
  margin: 24px 0;
  box-shadow: 0 0 30px rgba(34, 197, 94, .06), 0 2px 12px rgba(0, 0, 0, .3);
}
.gf-note__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 20px;
  background: linear-gradient(135deg, rgba(34, 197, 94, .10) 0%, rgba(34, 197, 94, .02) 100%);
  border-bottom: 1px solid rgba(34, 197, 94, .10);
  min-height: 56px;
  border-radius: 12px 12px 0 0;
  overflow: visible;
  position: relative;
  z-index: 2;
}
.gf-note__badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #1c1c24;
  background: #22c55e;
  padding: 5px 14px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(34, 197, 94, .30);
}
.gf-note__cat {
  width: 100px;
  height: 100px;
  object-fit: cover;
  flex-shrink: 0;
  margin-left: auto;
  margin-top: -10px;
  margin-bottom: -46px;
  filter: drop-shadow(0 0 10px rgba(34, 197, 94, .2));
}
.gf-note__body {
  padding: 20px 24px;
}

.gf-note__section {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 22px 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(34, 197, 94, .12);
  line-height: 1.4;
}
.gf-note__body > .gf-note__section:first-child {
  margin-top: 0;
}
.gf-note__section::before {
  content: '';
  width: 4px;
  min-height: 18px;
  align-self: stretch;
  border-radius: 2px;
  background: #22c55e;
  box-shadow: 0 0 6px rgba(34, 197, 94, .4);
  flex-shrink: 0;
}

.gf-note__body p {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, .78);
  margin: 8px 0;
}

.gf-note__body ol,
.gf-note__body ul {
  padding-left: 28px;
  margin: 10px 0;
}
.gf-note__body li {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, .78);
  margin-bottom: 6px;
  padding-left: 4px;
}
.gf-note__body ol > li::marker {
  color: #22c55e;
  font-weight: 700;
}
.gf-note__body ul > li::marker {
  color: #22c55e;
}

.gf-note__body code {
  background: rgba(34, 197, 94, .08);
  border: 1px solid rgba(34, 197, 94, .15);
  color: #4ade80;
  padding: 2px 7px;
  border-radius: 4px;
  font-size: 15px;
  font-family: 'Consolas', 'Monaco', monospace;
}

.gf-note__body a {
  color: #22c55e;
  text-decoration: none;
  border-bottom: 1px solid rgba(34, 197, 94, .3);
  transition: border-color .2s, color .2s;
}
.gf-note__body a:hover {
  color: #4ade80;
  border-color: #4ade80;
}

.gf-note__warn {
  background: rgba(255, 183, 77, .06);
  border: 1px solid rgba(255, 183, 77, .15);
  border-left: 3px solid #ffb74d;
  border-radius: 8px;
  padding: 12px 16px;
  margin: 14px 0;
}
.gf-note__warn p,
.gf-note__warn li {
  color: rgba(255, 255, 255, .85) !important;
}

.gf-note__details,
.shlep-note__details {
  border: 1px solid rgba(34, 197, 94, .10);
  border-radius: 10px;
  margin: 12px 0;
  overflow: hidden;
}
.gf-note__details summary,
.shlep-note__details summary {
  cursor: pointer;
  padding: 10px 16px;
  font-size: 17px;
  font-weight: 600;
  color: #22c55e;
  background: rgba(34, 197, 94, .04);
  list-style: none;
  transition: background .2s;
  display: flex;
  align-items: center;
  gap: 8px;
}
.gf-note__details summary::-webkit-details-marker,
.shlep-note__details summary::-webkit-details-marker { display: none; }
.gf-note__details summary::before,
.shlep-note__details summary::before {
  content: '';
  width: 0; height: 0;
  border-left: 6px solid #22c55e;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  flex-shrink: 0;
  transition: transform .2s;
}
.gf-note__details[open] summary::before,
.shlep-note__details[open] summary::before {
  transform: rotate(90deg);
}
.gf-note__details summary:hover,
.shlep-note__details summary:hover {
  background: rgba(34, 197, 94, .08);
}
.gf-note__details > div,
.shlep-note__details > div {
  padding: 12px 16px;
  border-top: 1px solid rgba(34, 197, 94, .08);
}
.gf-note__details li,
.shlep-note__details li {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .65);
  margin-bottom: 3px;
  padding: 3px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .04);
}
.gf-note__details li:last-child,
.shlep-note__details li:last-child {
  border-bottom: none;
}

.gf-note__body strong {
  color: #fff;
  font-weight: 700;
}
.gf-note__body em {
  color: rgba(255, 255, 255, .88);
  font-style: italic;
}

@media (max-width: 768px) {
  .gf-note__head { padding-left: 16px; }
  .gf-note__cat { width: 70px; height: 70px; margin-top: -6px; margin-bottom: -30px; }
  .gf-note__body { padding: 16px; }
  .gf-note__badge { font-size: 11px; padding: 4px 10px; }
}

.gf-note__credit {
  margin-top: 18px;
  padding: 10px 16px;
  border-top: 1px solid rgba(34, 197, 94, .10);
  background: rgba(34, 197, 94, .03);
  border-radius: 0 0 12px 12px;
  font-size: 14px;
  color: rgba(255, 255, 255, .55);
  display: flex;
  align-items: center;
  gap: 8px;
}
.gf-note__credit::before {
  content: '\1F49A';
  font-size: 13px;
}


.gf-flag-ru {
    display: inline-block;
    width: 16px;
    height: 12px;
    margin-right: 4px;
    vertical-align: middle;
    background: #004aac;
    box-shadow: 0 4px 0 #ececec inset, 0 -4px 0 #eb3935 inset;
    border-radius: 0;
    overflow: hidden;
}


.gf-fav-anchor {
    position: relative;
}
.gf-fav-anchor h1 { padding-right: 80px; }
.gf-fav-star {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px 6px 10px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.08);
    background: linear-gradient(135deg, rgba(28,28,36,.9), rgba(15,15,19,.9));
    cursor: pointer;
    transition: all .25s ease;
    line-height: 1;
    overflow: hidden;
}
.gf-fav-star::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    opacity: 0;
    transition: opacity .25s ease;
    background: radial-gradient(ellipse at 30% 50%, rgba(34,197,94,.12) 0%, transparent 70%);
    pointer-events: none;
}
.gf-fav-star:hover { border-color: rgba(255,255,255,.15); }
.gf-fav-star:hover::before { opacity: .5; }
.gf-fav-star__icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    fill: none;
    stroke: #a1a1aa;
    stroke-width: 1.5;
    transition: fill .2s, stroke .2s, filter .2s;
}
.gf-fav-star:hover .gf-fav-star__icon { stroke: #22c55e; }
.gf-fav-star--on {
    border-color: rgba(34,197,94,.35);
    box-shadow: 0 0 12px rgba(34,197,94,.15), inset 0 0 12px rgba(34,197,94,.05);
}
.gf-fav-star--on::before {
    opacity: 1;
    background: radial-gradient(ellipse at 30% 50%, rgba(34,197,94,.2) 0%, transparent 70%);
}
.gf-fav-star--on:hover {
    border-color: rgba(34,197,94,.5);
    box-shadow: 0 0 16px rgba(34,197,94,.25), inset 0 0 16px rgba(34,197,94,.08);
}
.gf-fav-star--on .gf-fav-star__icon {
    fill: #22c55e;
    stroke: #22c55e;
    filter: drop-shadow(0 0 5px rgba(34,197,94,.35));
}
.gf-fav-star__count {
    font-size: 15px;
    font-weight: 700;
    color: #71717a;
    min-width: 12px;
    text-align: center;
    position: relative;
    z-index: 1;
    white-space: nowrap;
}
.gf-fav-star--on .gf-fav-star__count { color: #22c55e; }
.gf-fav-star--guest {
    cursor: default;
    opacity: .35;
}
.gf-fav-star--guest:hover { border-color: rgba(255,255,255,.08); }
.gf-fav-star--guest:hover::before { opacity: 0; }
.gf-fav-star--guest .gf-fav-star__icon { stroke: #71717a; }
@keyframes gf-fav-pop {
    0% { transform: translateY(-50%) scale(1); }
    30% { transform: translateY(-50%) scale(1.15); }
    60% { transform: translateY(-50%) scale(0.95); }
    100% { transform: translateY(-50%) scale(1); }
}
.gf-fav-star--anim { animation: gf-fav-pop .35s ease; }
@media (max-width: 640px) {
    .gf-fav-anchor h1 { padding-right: 65px; }
    .gf-fav-star { padding: 5px 10px 5px 8px; gap: 4px; }
    .gf-fav-star__icon { width: 16px; height: 16px; }
    .gf-fav-star__count { font-size: 13px; }
}


.gfp-fav {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 20px;
    border-bottom: 1px solid rgba(255,255,255,.06);
    border-left: 3px solid transparent;
    transition: background .12s;
}
.gfp-fav:hover { background: rgba(255,255,255,.025); border-left-color: rgba(34,197,94,.3); }
.gfp-fav:last-of-type { border-bottom: none; }
.gfp-fav__img {
    flex-shrink: 0;
    width: 80px;
    height: 45px;
    border-radius: 6px;
    overflow: hidden;
}
.gfp-fav__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.gfp-fav__info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.gfp-fav__title {
    color: #e4e4e7;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gfp-fav__title:hover { color: #22c55e; }
.gfp-fav__version {
    font-size: 13px;
    color: #a1a1aa;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gfp-fav__date {
    font-size: 13px;
    color: #71717a;
}
.gfp-fav__upd {
    color: #22c55e;
    font-weight: 600;
}
.gfp-fav__remove {
    position: static;
    transform: none;
    flex-shrink: 0;
    padding: 4px;
    border: none;
    background: none;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    min-width: auto;
    gap: 0;
}
.gfp-fav__remove::before { display: none; }
.gfp-fav__remove .gf-fav-star__icon {
    fill: #22c55e;
    stroke: #22c55e;
    filter: none;
}
.gfp-fav__remove:hover .gf-fav-star__icon {
    fill: #ef4444;
    stroke: #ef4444;
    filter: drop-shadow(0 0 6px rgba(239, 68, 68, 0.4));
}
.gfp-fav__limit {
    text-align: center;
    font-size: 13px;
    color: #71717a;
    padding: 12px 20px;
}
.gfp-sec__badge--dim {
    background: rgba(255,255,255,.1);
    color: #a1a1aa;
}




.gf-content-tabs{display:flex;gap:4px;padding:4px;background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.08);border-radius:12px;margin-bottom:0}
.gf-content-tabs__item{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border:none;border-radius:10px;background:transparent;color:#a1a1aa;font-family:inherit;font-size:15px;font-weight:600;cursor:pointer;transition:all .25s;position:relative;white-space:nowrap}
.gf-content-tabs__item:hover{color:#e4e4e7;background:rgba(255,255,255,0.04)}
.gf-content-tabs__item--active{color:#fff;background:#23232d;box-shadow:0 2px 8px rgba(0,0,0,0.3),inset 0 1px 0 rgba(255,255,255,0.05)}
.gf-content-tabs__item--active::after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:40px;height:3px;background:#22c55e;border-radius:3px 3px 0 0;box-shadow:0 0 8px rgba(34,197,94,0.4)}
.gf-content-tabs__count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:22px;padding:0 7px;border-radius:11px;font-size:12px;font-weight:700;line-height:1;background:rgba(255,255,255,0.06);color:#a1a1aa;transition:all .25s}
.gf-content-tabs__item--active .gf-content-tabs__count{background:rgba(34,197,94,0.15);color:#22c55e}
.gf-content-tabs__icon{width:18px;height:18px;flex-shrink:0;opacity:.6;transition:opacity .25s}
.gf-content-tabs__item--active .gf-content-tabs__icon{opacity:1}


.gf-content-tabs-body{}
.gf-tab-pane{display:none}
.gf-tab-pane--active{display:block}
.gf-tab-pane{margin-top:16px}


.gf-rev-aggregate{display:flex;align-items:center;gap:16px;padding:16px 20px;background:rgba(34,197,94,0.04);border:1px solid rgba(34,197,94,0.12);border-radius:10px;margin-bottom:20px}
.gf-rev-aggregate__score{font-size:32px;font-weight:700;color:#fff;line-height:1}
.gf-rev-aggregate__paws{display:flex;gap:4px}
.gf-rev-aggregate__details{display:flex;flex-direction:column;gap:2px}
.gf-rev-aggregate__label{font-size:14px;color:#a1a1aa}
.gf-rev-aggregate__label span{color:#71717a}


.gf-rev-form{padding:12px;background:rgba(255,255,255,0.05);border-radius:4px;margin-bottom:16px}
.gf-rev-form__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.gf-rev-form__title{font-size:16px;font-weight:700;color:#fff}
.gf-rev-form__reward{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:rgba(34,197,94,0.08);border:1px solid rgba(34,197,94,0.15);border-radius:20px;font-size:13px;font-weight:600;color:#22c55e;cursor:help}
.gf-rev-form__rating{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.gf-rev-form__rating-label{font-size:14px;color:#a1a1aa;white-space:nowrap}
.gf-rev-paws{display:inline-flex;gap:4px;cursor:pointer}
.gf-rev-paw{position:relative;display:inline-block;width:28px;height:28px;cursor:pointer;color:#3a3a44;line-height:0;transition:transform .15s}
.gf-rev-paw:hover{transform:scale(1.2)}
.gf-rev-paw svg{width:100%;height:100%;display:block}
.gf-rev-paw__bg{display:block;width:100%;height:100%}
.gf-rev-paw__fill{position:absolute;inset:0;color:#22c55e;clip-path:inset(0 100% 0 0);pointer-events:none}
.gf-rev-paw--half .gf-rev-paw__fill{clip-path:inset(0 50% 0 0)}
.gf-rev-paw--filled .gf-rev-paw__fill{clip-path:inset(0 0 0 0)}
.gf-rev-form__textarea{width:100%;min-height:120px;padding:10px;background:rgba(255,255,255,0.08);border:none;border-radius:4px;color:#e4e4e7;font-family:inherit;font-size:0.95em;line-height:1.5;resize:vertical;transition:border-color .2s,box-shadow .2s}
.gf-rev-form__textarea::placeholder{color:#71717a}
.gf-rev-form__textarea:focus{outline:none;border:none;box-shadow:0 0 0 2px rgba(34,197,94,0.3);background:rgba(255,255,255,0.10)}
.gf-rev-form__hint{font-size:13px;color:#71717a;margin-top:8px;margin-bottom:0;line-height:1.4}
.gf-rev-form__footer{display:flex;align-items:center;justify-content:space-between;margin-top:12px;gap:12px}
.gf-rev-form__counter{font-size:13px;color:#71717a;font-variant-numeric:tabular-nums}
.gf-rev-form__counter--warn{color:#ef5350}
.gf-rev-form__counter--ok{color:#22c55e}
.gf-rev-form__submit{display:inline-flex;align-items:center;gap:8px;padding:5px 16px;background:#4caf50;border:none;border-radius:4px;color:#fff;font-family:inherit;font-size:0.85em;font-weight:600;cursor:pointer;transition:background .2s}
.gf-rev-form__submit:hover{background:#45a049}
.gf-rev-form__submit:active{transform:scale(0.97)}
.gf-rev-form__submit:disabled{opacity:.5;cursor:not-allowed}
.gf-rev-form--own{border-color:rgba(34,197,94,0.20);background:rgba(34,197,94,0.03)}
.gf-rev-form__own-label{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#22c55e;margin-bottom:12px}
.gf-rev-form__guest{text-align:center;padding:30px 20px}
.gf-rev-form__guest-text{font-size:15px;color:#a1a1aa;margin-bottom:16px}
.gf-rev-form__guest-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 28px;background:transparent;border:1px solid rgba(34,197,94,0.30);border-radius:10px;color:#22c55e;font-family:inherit;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}
.gf-rev-form__guest-btn:hover{background:rgba(34,197,94,0.08);border-color:#22c55e;box-shadow:0 0 12px rgba(34,197,94,0.15)}


.gf-rev-list{display:flex;flex-direction:column;gap:12px}
.gf-rev-card{padding:12px;margin-bottom:8px;background:rgba(255,255,255,0.03);border-radius:4px;transition:background .2s}
.gf-rev-card:hover{background:rgba(255,255,255,0.06)}
.gf-rev-card__header{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.gf-rev-card__avatar{width:40px;height:40px;border-radius:50%;background-size:cover;background-position:center;flex-shrink:0}
.gf-rev-card__avatar--default{display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff}
.gf-rev-card__meta{flex:1;min-width:0}
.gf-rev-card__author-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.gf-rev-card__username{font-size:1em;font-weight:700;color:#e0e0e0;text-decoration:none;transition:color .2s}
.gf-rev-card__username:hover{color:#22c55e}
.gf-rev-card__date-row{display:flex;align-items:center;gap:10px;margin-top:2px}
.gf-rev-card__date{font-size:0.75em;color:#666}
.gf-rev-card__paws{display:flex;gap:2px;margin-left:auto;flex-shrink:0}
.gf-rev-card__paws .gf-rev-paw{width:20px;height:20px;cursor:default}
.gf-rev-card__paws .gf-rev-paw:hover{transform:none}
.gf-rev-card__body{font-size:0.95em;line-height:1.5;color:#ccc;margin-bottom:8px;word-break:break-word;background:rgba(0,0,0,0.12);padding:10px;border-radius:4px}
.gf-rev-card__body p{margin:0 0 0.7em}
.gf-rev-card__body p:last-child{margin-bottom:0}
.gf-rev-card__footer{display:flex;align-items:center;gap:12px;padding-top:8px}
.gf-rev-card__fish-total{display:inline-flex;align-items:center;gap:6px;font-size:15px;font-weight:700;color:#22c55e}
.gf-rev-card__fish-icon{font-size:18px;line-height:1}
.gf-rev-card__fish-votes{display:inline-flex;gap:6px;margin-left:auto}
.gf-rev-card__fish-btn{display:inline-flex;align-items:center;gap:4px;padding:5px 12px;background:rgba(34,197,94,0.06);border:1px solid rgba(34,197,94,0.15);border-radius:20px;color:#22c55e;font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}
.gf-rev-card__fish-btn:hover{background:rgba(34,197,94,0.12);border-color:rgba(34,197,94,0.30);box-shadow:0 0 8px rgba(34,197,94,0.15)}
.gf-rev-card__fish-btn:active{transform:scale(0.95)}
.gf-rev-card__fish-btn--voted,.gf-rev-card__fish-btn:disabled{background:rgba(34,197,94,0.12);border-color:#22c55e;pointer-events:none;opacity:.6}
.gf-rev-card__vote-hint{font-size:12px;color:#71717a;margin-top:8px;text-align:right}


.gf-rev-sort{display:flex;align-items:center;gap:8px;margin-bottom:16px}
.gf-rev-sort__label{font-size:13px;color:#71717a}
.gf-rev-sort__btn{padding:4px 12px;background:transparent;border:1px solid rgba(255,255,255,0.08);border-radius:20px;color:#a1a1aa;font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}
.gf-rev-sort__btn:hover{border-color:rgba(255,255,255,0.14);color:#e4e4e7}
.gf-rev-sort__btn--active{background:rgba(34,197,94,0.10);border-color:rgba(34,197,94,0.25);color:#22c55e}


.gf-rev-empty{text-align:center;padding:40px 20px}
.gf-rev-empty__icon{width:48px;height:48px;margin:0 auto 12px;opacity:.5;color:#71717a}
.gf-rev-empty__icon svg{width:100%;height:100%}
.gf-rev-empty__text{font-size:16px;font-weight:600;color:#a1a1aa;margin-bottom:4px}
.gf-rev-empty__sub{font-size:14px;color:#71717a}


.gf-rev-card--pending{opacity:.6;border-style:dashed}
.gf-rev-card__pending-label{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;background:rgba(255,193,7,0.1);border:1px solid rgba(255,193,7,0.2);border-radius:20px;font-size:12px;font-weight:600;color:#ffc107;margin-bottom:8px}


.gf-rev-card--skeleton{margin-bottom:12px}
@keyframes gf-pulse{0%,100%{opacity:1}50%{opacity:.4}}
.gf-rev-card--skeleton div{animation:gf-pulse 1.5s ease-in-out infinite}


@media(max-width:639px){
.gf-content-tabs{border-radius:10px}
.gf-content-tabs__item{padding:10px 12px;font-size:14px;gap:6px}
.gf-content-tabs__icon{width:16px;height:16px}
.gf-content-tabs__count{min-width:20px;height:20px;padding:0 5px;font-size:11px}

.gf-rev-aggregate{flex-wrap:wrap;gap:10px;padding:14px}
.gf-rev-aggregate__score{font-size:26px}
.gf-rev-form{padding:10px}
.gf-rev-form__footer{flex-direction:column;align-items:stretch}
.gf-rev-form__submit{justify-content:center}
.gf-rev-card{padding:10px}
.gf-rev-card__header{flex-wrap:wrap}
.gf-rev-card__paws{margin-left:0;order:3;width:100%;padding-top:6px}
.gf-rev-card__footer{flex-wrap:wrap}
.gf-rev-card__fish-votes{margin-left:0;width:100%;justify-content:flex-start}
.gf-rev-sort{flex-wrap:wrap}
}


.gfp-rev-item{padding:14px 20px;border-left:3px solid transparent;transition:background .12s}
.gfp-rev-item:hover{background:rgba(255,255,255,0.025);border-left-color:rgba(34,197,94,0.3)}
.gfp-rev-item--pending{opacity:.6}
.gfp-rev-item__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}
.gfp-rev-item__game{font-size:14px;font-weight:700;color:rgba(34,197,94,0.7);text-decoration:none;transition:color .2s}
.gfp-rev-item__game:hover{color:#22c55e}
.gfp-rev-item__paws{display:flex;gap:1px;flex-shrink:0}
.gfp-rev-item__body{font-size:14px;line-height:1.5;color:rgba(255,255,255,0.7);margin-bottom:6px}
.gfp-rev-item__foot{display:flex;align-items:center;gap:10px;font-size:13px;color:rgba(255,255,255,0.3);flex-wrap:wrap}
.gfp-rev-item__status{color:#ffc107;font-weight:600}
.gfp-rev-item__fish{color:#22c55e;font-weight:600}

.gf-tab-new{display:inline-block;margin-left:6px;padding:1px 6px;font-size:9px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:#0a0a0f;background:#22c55e;border-radius:8px;vertical-align:middle;line-height:16px;box-shadow:0 0 10px rgba(34,197,94,.5)}


.tm-page > header,
.tm-page > header .tm-header,
.tm-page > header .tm-header-mobile,
.tm-page > header .tm-headerbar-top,
.tm-page > header .tm-headerbar-bottom,
.tm-page > header .uk-navbar-container:not(.uk-navbar-transparent) {
    background: #131316 !important;
    background-color: #131316 !important;
    background-image: none !important;
    border-bottom-color: transparent !important;
    box-shadow: none !important;
}
.tm-page > header .tm-header {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.gf-precontent {
    background: #131316 !important;
    padding: 0;
    position: relative;
}
.gf-precontent::before {
    content: '';
    display: block;
    height: 1px;
    margin: 0 0 14px;
    background: linear-gradient(90deg, transparent 0%, rgba(34,197,94,.35) 20%, rgba(34,197,94,.6) 50%, rgba(34,197,94,.35) 80%, transparent 100%);
    box-shadow: 0 0 16px rgba(34,197,94,.25);
}
@media (max-width: 959px) {
    .gf-precontent::before { display: none; }
}


.tm-layout-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
}
.tm-layout-grid > main,
.tm-layout-grid > #tm-sidebar {
    width: auto !important;
    min-width: 0;
}
.tm-layout-grid > .tm-hero {
    grid-column: 1 / -1;
    min-width: 0;
}
.tm-layout-grid > main.tm-main-semantic-listing {
    display: contents;
}
.tm-layout-grid > main.tm-main-semantic-listing > .tm-hero {
    grid-column: 1 / -1;
    min-width: 0;
}
.tm-layout-grid > main.tm-main-semantic-listing > .tm-main-content {
    min-width: 0;
}
.tm-layout-grid--w-1-2 { --tm-sb-w: 50%; }
.tm-layout-grid--w-1-3 { --tm-sb-w: 33.33%; }
.tm-layout-grid--w-1-4 { --tm-sb-w: 25%; }
.tm-layout-grid--w-1-5 { --tm-sb-w: 20%; }
.tm-layout-grid--w-1-6 { --tm-sb-w: 16.67%; }
.tm-layout-grid--w-2-5 { --tm-sb-w: 40%; }
.tm-layout-grid--w-3-5 { --tm-sb-w: 60%; }
@media (min-width: 640px) {
    .tm-layout-grid--has-sidebar.tm-layout-grid--bp-s {
        grid-template-columns: minmax(0, 1fr) var(--tm-sb-w, 25%);
    }
    .tm-layout-grid--has-sidebar.tm-layout-grid--bp-s.tm-layout-grid--first {
        grid-template-columns: var(--tm-sb-w, 25%) minmax(0, 1fr);
    }
    .tm-layout-grid--has-sidebar.tm-layout-grid--bp-s.tm-layout-grid--first > main { order: 2; }
    .tm-layout-grid--has-sidebar.tm-layout-grid--bp-s.tm-layout-grid--first > #tm-sidebar { order: 1; }
}
@media (min-width: 960px) {
    .tm-layout-grid--has-sidebar.tm-layout-grid--bp-m {
        grid-template-columns: minmax(0, 1fr) var(--tm-sb-w, 25%);
    }
    .tm-layout-grid--has-sidebar.tm-layout-grid--bp-m.tm-layout-grid--first {
        grid-template-columns: var(--tm-sb-w, 25%) minmax(0, 1fr);
    }
    .tm-layout-grid--has-sidebar.tm-layout-grid--bp-m.tm-layout-grid--first > main { order: 2; }
    .tm-layout-grid--has-sidebar.tm-layout-grid--bp-m.tm-layout-grid--first > #tm-sidebar { order: 1; }
}
@media (min-width: 1200px) {
    .tm-layout-grid--has-sidebar.tm-layout-grid--bp-l {
        grid-template-columns: minmax(0, 1fr) var(--tm-sb-w, 25%);
    }
    .tm-layout-grid--has-sidebar.tm-layout-grid--bp-l.tm-layout-grid--first {
        grid-template-columns: var(--tm-sb-w, 25%) minmax(0, 1fr);
    }
    .tm-layout-grid--has-sidebar.tm-layout-grid--bp-l.tm-layout-grid--first > main { order: 2; }
    .tm-layout-grid--has-sidebar.tm-layout-grid--bp-l.tm-layout-grid--first > #tm-sidebar { order: 1; }
}
@media (min-width: 1600px) {
    .tm-layout-grid--has-sidebar.tm-layout-grid--bp-xl {
        grid-template-columns: minmax(0, 1fr) var(--tm-sb-w, 25%);
    }
    .tm-layout-grid--has-sidebar.tm-layout-grid--bp-xl.tm-layout-grid--first {
        grid-template-columns: var(--tm-sb-w, 25%) minmax(0, 1fr);
    }
    .tm-layout-grid--has-sidebar.tm-layout-grid--bp-xl.tm-layout-grid--first > main { order: 2; }
    .tm-layout-grid--has-sidebar.tm-layout-grid--bp-xl.tm-layout-grid--first > #tm-sidebar { order: 1; }
}


.gf-vchips {
    max-width: 980px;
    margin: 10px auto 22px;
    padding: 0 16px;
    line-height: 2.1;
}
.gf-vchips-label {
    display: inline-block;
    margin-right: 12px;
    color: #6c7a8a;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.gf-vchip {
    display: inline-block;
    margin: 0 6px 4px 0;
    padding: 2px 11px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 4px;
    color: #c5d0dc;
    font-size: 13px;
    line-height: 1.7;
    text-decoration: none !important;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease;
}
.gf-vchip:hover {
    color: #6fdc8c;
    background: rgba(80, 200, 120, 0.08);
    border-color: rgba(80, 200, 120, 0.32);
    text-decoration: none !important;
}
@media (max-width: 640px) {
    .gf-vchips { text-align: left; }
    .gf-vchips-label { display: block; margin: 0 0 4px; }
    .gf-vchip { font-size: 12px; padding: 2px 9px; }
}




.gf-mm {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: 'Nunito', sans-serif;
}


.gf-mm-hot {
    background: #15151a;
    border: 1px solid #25252d;
    border-radius: 12px;
    padding: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.gf-mm-hot-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 11px;
    background: #1f1f26;
    border-radius: 999px;
    color: #ededf2;
    text-decoration: none;
    font-size: 12.5px;
    font-weight: 600;
    transition: background-color 180ms ease, transform 180ms ease;
}
.gf-mm-hot-pill:hover {
    background: #2a2a33;
    color: #ededf2;
    transform: translateY(-1px);
}


.gf-mm-sito {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: linear-gradient(135deg, rgba(34,197,94,.10) 0%, rgba(34,197,94,.02) 60%, transparent 100%);
    border: 1px solid rgba(34,197,94,.30);
    border-radius: 12px;
    color: #ededf2;
    text-decoration: none;
    overflow: hidden;
    transition: border-color 200ms ease;
}
.gf-mm-sito::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 100% 0%, rgba(34,197,94,.18), transparent 60%);
    opacity: .7;
    pointer-events: none;
}
.gf-mm-sito:hover { border-color: rgba(34,197,94,.55); }
.gf-mm-sito-icon {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(34,197,94,.14);
    border: 1px solid rgba(34,197,94,.30);
    display: grid;
    place-items: center;
    font-size: 18px;
    position: relative;
    z-index: 1;
}
.gf-mm-sito-body {
    position: relative;
    z-index: 1;
    flex: 1;
    min-width: 0;
}
.gf-mm-sito-title {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #6fdc8c;
    letter-spacing: -0.01em;
}
.gf-mm-sito-sub {
    display: block;
    font-size: 11.5px;
    color: #6b6b75;
    margin-top: 1px;
    font-weight: 500;
}
.gf-mm-sito-arrow {
    position: relative;
    z-index: 1;
    color: #22c55e;
    font-size: 18px;
    transition: transform 200ms ease;
}
.gf-mm-sito:hover .gf-mm-sito-arrow { transform: translateX(3px); }


.gf-mm-card {
    background: #15151a;
    border: 1px solid #25252d;
    border-radius: 12px;
    padding: 14px 14px 12px;
}
.gf-mm-head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 11px;
    padding-bottom: 11px;
    border-bottom: 1px solid #1d1d24;
}
.gf-mm-head-icon {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    background: #1f1f26;
    display: grid;
    place-items: center;
    font-size: 12px;
    flex-shrink: 0;
}
.gf-mm-head-title {
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #ededf2;
}
.gf-mm-head-count {
    margin-left: auto;
    font-size: 10.5px;
    color: #6b6b75;
    font-variant-numeric: tabular-nums;
    font-weight: 600;
}


.gf-mm-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.gf-mm-pills a {
    display: inline-flex;
    padding: 5px 9px;
    background: #1f1f26;
    border-radius: 6px;
    color: #a4a4ad;
    text-decoration: none;
    font-size: 12.5px;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
    transition: background-color 160ms ease, color 160ms ease;
}
.gf-mm-pills a:hover {
    background: #2a2a33;
    color: #6fdc8c;
}


.gf-mm-st--top   { border-left: 2px solid #6fdc8c; }
.gf-mm-st--high  { border-left: 2px solid #4ade80; }
.gf-mm-st--mid   { border-left: 2px solid #facc15; }
.gf-mm-st--mixed { border-left: 2px solid #94a3b8; }


.gf-mm-cta {
    display: block;
    margin-top: 4px;
    padding: 10px 8px 4px;
    text-align: center;
    color: rgba(255,255,255,.35);
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    transition: color 160ms ease;
}
.gf-mm-cta:hover { color: #6fdc8c; }
.gf-mm-cta span { margin-left: 4px; }

.gfpv-media {
    position: relative;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    background: #111;
    line-height: 0;
}
.gfc-card.gfpv-media,
.gfp .gfp-card.gfpv-media {
    display: block;
}
.gfpv-media .gfpv-poster {
    display: block;
    max-width: 100%;
    height: auto;
    transition: none !important;
    transform: none !important;
}
.gfc-card.gfpv-media:hover .gfpv-poster,
.gfp .gfp-card.gfpv-media:hover .gfpv-poster,
.gfc-card.gfpv-media:hover .gfpv-slide,
.gfp .gfp-card.gfpv-media:hover .gfpv-slide {
    transform: none !important;
    filter: none !important;
}
.gfpv-video,
.gfpv-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
    background: #111;
}
.gfpv-media--playing .gfpv-video,
.gfpv-media--playing .gfpv-slide {
    opacity: 1;
}
