#gf-main-menu.gf-gmm {
    --gf-gmm-bg-panel: #17191f;
    --gf-gmm-bg-raised: #1d2028;
    --gf-gmm-bg-soft: #20232b;
    --gf-gmm-line: #292c35;
    --gf-gmm-line-soft: #22252d;
    --gf-gmm-text: #f4f4f5;
    --gf-gmm-muted: #a1a1aa;
    --gf-gmm-dim: #8f9099;
    --gf-gmm-green: #22c55e;
    --gf-gmm-green-soft: #86efac;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow: visible;
    box-sizing: border-box;
    border: 1px solid var(--gf-gmm-line);
    border-radius: 12px;
    background: var(--gf-gmm-bg-panel);
    color: var(--gf-gmm-text);
    font-family: Nunito, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

#gf-main-menu.gf-gmm *,
#gf-main-menu.gf-gmm *::before,
#gf-main-menu.gf-gmm *::after {
    box-sizing: border-box;
}

#gf-main-menu.gf-gmm a {
    color: inherit;
    text-decoration: none !important;
    -webkit-tap-highlight-color: transparent;
}

#gf-main-menu.gf-gmm button {
    margin: 0;
    font: inherit;
    text-transform: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    appearance: none;
}

#gf-main-menu.gf-gmm a:focus-visible,
#gf-main-menu.gf-gmm button:focus-visible {
    outline: 2px solid var(--gf-gmm-green-soft);
    outline-offset: 2px;
}

#gf-main-menu.gf-gmm .gf-gmm-icon-sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

#gf-main-menu.gf-gmm svg {
    width: 18px;
    height: 18px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

#gf-main-menu.gf-gmm .gf-gmm-head {
    min-height: 58px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid var(--gf-gmm-line-soft);
}

#gf-main-menu.gf-gmm .gf-gmm-head > span {
    font-size: 17px;
    font-weight: 800;
}

#gf-main-menu.gf-gmm .gf-gmm-head > a {
    min-height: 32px;
    padding: 6px 9px;
    display: inline-flex;
    align-items: center;
    border-radius: 6px;
    background: var(--gf-gmm-bg-raised);
    color: var(--gf-gmm-muted);
    font-size: 11px;
    font-weight: 700;
}

#gf-main-menu.gf-gmm .gf-gmm-head > a:hover {
    color: var(--gf-gmm-green-soft);
}

#gf-main-menu.gf-gmm .gf-gmm-sito {
    position: relative;
    height: 64px;
    margin: 12px 18px;
    padding: 3px 8px 3px 3px;
    display: flex;
    align-items: center;
    gap: 6px;
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    background: var(--gf-gmm-green);
    color: #08140b;
}

#gf-main-menu.gf-gmm .gf-gmm-sito::before {
    content: none;
}

#gf-main-menu.gf-gmm .gf-gmm-sito:hover {
    border-color: transparent;
    color: #08140b;
}

#gf-main-menu.gf-gmm .gf-gmm-sito-mascot {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#gf-main-menu.gf-gmm .gf-gmm-sito-mascot img {
    width: 60px;
    max-width: none;
    height: auto;
    display: block;
    transform: translateY(3px);
    transform-origin: center bottom;
    transition: transform 180ms cubic-bezier(.22, 1, .36, 1);
}

#gf-main-menu.gf-gmm .gf-gmm-sito-copy {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    transform: translateY(1px);
}

#gf-main-menu.gf-gmm .gf-gmm-sito-copy strong {
    color: #08140b;
    font-size: 13.2px;
    line-height: 1.25;
    font-weight: 800;
    white-space: nowrap;
}

#gf-main-menu.gf-gmm .gf-gmm-sito-copy small {
    margin-top: 2px;
    color: rgba(7, 25, 13, .74);
    font-size: 9.9px;
    line-height: 1.25;
    font-weight: 700;
}

#gf-main-menu.gf-gmm .gf-gmm-sito-arrow {
    width: 30px;
    height: 30px;
    padding: 7px;
    flex: 0 0 30px;
    border-radius: 50%;
    background: rgba(6, 22, 11, .13);
    stroke-width: 2.1;
    transition: transform 180ms cubic-bezier(.22, 1, .36, 1);
}

#gf-main-menu.gf-gmm .gf-gmm-sito:hover .gf-gmm-sito-arrow {
    transform: translateX(2px);
}

#gf-main-menu.gf-gmm .gf-gmm-sito:active .gf-gmm-sito-arrow {
    transform: translateX(1px) scale(.94);
}

#gf-main-menu.gf-gmm .gf-gmm-section {
    margin: 0;
    padding: 14px;
    border: 0;
    border-top: 1px solid var(--gf-gmm-line-soft);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

#gf-main-menu.gf-gmm .gf-gmm-section-title {
    margin: 0;
    padding: 0;
    color: var(--gf-gmm-text);
    font-size: 13px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: normal;
    text-transform: none;
}

#gf-main-menu.gf-gmm .gf-gmm-section--main {
    padding-top: 13px;
}

#gf-main-menu.gf-gmm .gf-gmm-section--main > h2 {
    margin-bottom: 6px;
}

#gf-main-menu.gf-gmm .gf-gmm-main-list {
    display: flex;
    flex-direction: column;
}

#gf-main-menu.gf-gmm .gf-gmm-main-list > a {
    min-height: 58px;
    padding: 7px 4px;
    display: flex;
    align-items: center;
    gap: 9px;
    border-bottom: 1px solid var(--gf-gmm-line-soft);
}

#gf-main-menu.gf-gmm .gf-gmm-main-list > a:last-child {
    border-bottom: 0;
}

#gf-main-menu.gf-gmm .gf-gmm-main-list > a:hover strong {
    color: var(--gf-gmm-green-soft);
}

#gf-main-menu.gf-gmm .gf-gmm-main-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: grid;
    place-items: center;
    border-radius: 7px;
    background: var(--gf-gmm-bg-raised);
    color: var(--gf-gmm-muted);
}

#gf-main-menu.gf-gmm .gf-gmm-main-icon svg {
    width: 16px;
    height: 16px;
}

#gf-main-menu.gf-gmm .gf-gmm-main-copy {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
}

#gf-main-menu.gf-gmm .gf-gmm-main-copy strong {
    color: #d9d9de;
    font-size: 12.5px;
    line-height: 1.25;
    font-weight: 800;
}

#gf-main-menu.gf-gmm .gf-gmm-main-copy small {
    margin-top: 2px;
    color: var(--gf-gmm-dim);
    font-size: 10.5px;
    line-height: 1.25;
    font-weight: 600;
}

#gf-main-menu.gf-gmm .gf-gmm-main-arrow {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    color: var(--gf-gmm-dim);
}

#gf-main-menu.gf-gmm .gf-gmm-section-head {
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
}

#gf-main-menu.gf-gmm .gf-gmm-section-head > span {
    color: var(--gf-gmm-dim);
    font-size: 9.8px;
    font-weight: 700;
}

#gf-main-menu.gf-gmm .gf-gmm-genre-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
}

#gf-main-menu.gf-gmm .gf-gmm-genre-grid a {
    min-width: 0;
    min-height: 52px;
    padding: 8px 9px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 6px;
    background: var(--gf-gmm-bg-raised);
}

#gf-main-menu.gf-gmm .gf-gmm-genre-grid a:hover {
    background: var(--gf-gmm-bg-soft);
}

#gf-main-menu.gf-gmm .gf-gmm-genre-grid a:hover strong {
    color: var(--gf-gmm-green-soft);
}

#gf-main-menu.gf-gmm .gf-gmm-genre-grid a[aria-current="page"] {
    background: rgba(34, 197, 94, .14);
    box-shadow: inset 2px 0 0 var(--gf-gmm-green);
}

#gf-main-menu.gf-gmm .gf-gmm-genre-grid a[aria-current="page"] strong {
    color: var(--gf-gmm-green-soft);
}

#gf-main-menu.gf-gmm .gf-gmm-genre-grid a[aria-current="page"] small {
    color: rgba(134, 239, 172, .7);
}

#gf-main-menu.gf-gmm .gf-gmm-genre-grid strong {
    color: #d4d4d9;
    font-size: 11.5px;
    line-height: 1.2;
    font-weight: 700;
    overflow-wrap: anywhere;
}

#gf-main-menu.gf-gmm .gf-gmm-genre-grid small {
    margin-top: 4px;
    color: var(--gf-gmm-dim);
    font-size: 11px;
    line-height: 1.15;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

#gf-main-menu.gf-gmm .gf-gmm-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

#gf-main-menu.gf-gmm .gf-gmm-tag-cloud a {
    min-height: 32px;
    padding: 7px;
    display: inline-flex;
    align-items: center;
    border-radius: 6px;
    background: var(--gf-gmm-bg-raised);
    color: var(--gf-gmm-muted);
    font-size: 11.3px;
    line-height: 1.2;
    font-weight: 600;
}

#gf-main-menu.gf-gmm .gf-gmm-tag-cloud a:hover {
    background: var(--gf-gmm-bg-soft);
    color: var(--gf-gmm-green-soft);
}

#gf-main-menu.gf-gmm .gf-gmm-series-browser {
    padding: 4px;
    border-radius: 8px;
    background: #111318;
}

#gf-main-menu.gf-gmm .gf-gmm-series-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2px 4px;
}

#gf-main-menu.gf-gmm .gf-gmm-series-grid[hidden] {
    display: none;
}

#gf-main-menu.gf-gmm .gf-gmm-series-grid--extra {
    margin-top: 2px;
}

#gf-main-menu.gf-gmm .gf-gmm-series-grid a {
    min-width: 0;
    min-height: 38px;
    padding: 8px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    color: #c8c8ce;
    font-size: 11.5px;
    line-height: 1.25;
    font-weight: 600;
    overflow-wrap: anywhere;
}

#gf-main-menu.gf-gmm .gf-gmm-series-grid a:hover {
    background: var(--gf-gmm-bg-raised);
    color: var(--gf-gmm-green-soft);
}

#gf-main-menu.gf-gmm .gf-gmm-series-more,
#gf-main-menu.gf-gmm .gf-gmm-series-all {
    width: 100%;
    min-height: 40px;
    margin-top: 4px;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 0;
    border-radius: 6px;
    background: var(--gf-gmm-bg-panel);
    color: var(--gf-gmm-muted);
    cursor: pointer;
    font-size: 11.5px;
    line-height: 1.25;
    font-weight: 700;
}

#gf-main-menu.gf-gmm .gf-gmm-series-more:hover,
#gf-main-menu.gf-gmm .gf-gmm-series-all:hover {
    background: var(--gf-gmm-bg-raised);
    color: var(--gf-gmm-green-soft);
}

#gf-main-menu.gf-gmm .gf-gmm-series-more[hidden],
#gf-main-menu.gf-gmm .gf-gmm-series-all[hidden] {
    display: none;
}

#gf-main-menu.gf-gmm .gf-gmm-series-more svg {
    width: 14px;
    height: 14px;
    transform: rotate(90deg);
}

#gf-main-menu.gf-gmm .gf-gmm-series-all svg {
    width: 14px;
    height: 14px;
}

#gf-main-menu.gf-gmm .gf-gmm-catalog-link {
    min-height: 50px;
    margin: 0;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid var(--gf-gmm-line-soft);
    color: var(--gf-gmm-muted);
    font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
    text-align: left;
}

#gf-main-menu.gf-gmm .gf-gmm-catalog-link:hover {
    color: var(--gf-gmm-green-soft);
}

#gf-main-menu.gf-gmm .gf-gmm-catalog-link > span {
    margin: 0;
}

#gf-main-menu.gf-gmm .gf-gmm-catalog-link svg {
    transition: transform 180ms cubic-bezier(.22, 1, .36, 1);
}

#gf-main-menu.gf-gmm .gf-gmm-catalog-link:hover svg {
    transform: translateX(3px);
}

@media (max-width: 900px) {
    #gf-main-menu.gf-gmm .gf-gmm-head > a,
    #gf-main-menu.gf-gmm .gf-gmm-main-list > a,
    #gf-main-menu.gf-gmm .gf-gmm-genre-grid a,
    #gf-main-menu.gf-gmm .gf-gmm-tag-cloud a,
    #gf-main-menu.gf-gmm .gf-gmm-series-grid a,
    #gf-main-menu.gf-gmm .gf-gmm-catalog-link {
        min-height: 44px;
    }

    #gf-main-menu.gf-gmm .gf-gmm-genre-grid a {
        min-height: 56px;
    }

    #gf-main-menu.gf-gmm .gf-gmm-series-more,
    #gf-main-menu.gf-gmm .gf-gmm-series-all {
        min-height: 44px;
    }
}

@media (hover: hover) and (pointer: fine) {
    #gf-main-menu.gf-gmm .gf-gmm-main-list > a:hover .gf-gmm-main-icon {
        transform: translateY(-1px);
    }

    #gf-main-menu.gf-gmm .gf-gmm-sito:hover .gf-gmm-sito-mascot img {
        transform: translateY(1px) rotate(-1deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    #gf-main-menu.gf-gmm *,
    #gf-main-menu.gf-gmm *::before,
    #gf-main-menu.gf-gmm *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
