body.gf-search-page .tm-layout-grid--has-sidebar { align-items: start !important; }
body.gf-search-page .tm-layout-grid--has-sidebar > main,
body.gf-search-page .tm-layout-grid--has-sidebar > #tm-sidebar { padding-top: 0 !important; margin-top: 0 !important; }

body.gf-search-page #tm-sidebar { padding: 0 !important; }
body.gf-search-page #tm-sidebar > * { display: none; }
body.gf-search-page #tm-sidebar > #gf-filter-mount { display: block; }
body.gf-search-page #article-12368 > div:first-of-type > p:first-child {
    display: none !important;
    margin: 0 !important;
}
body.gf-search-page #gf-filter-mount > .gf-mm > :first-child { margin-top: 0 !important; }
body.gf-search-page #gf-mascot-mount { margin-top: 0 !important; padding-top: 0 !important; }
body.gf-search-page #gf-mascot-mount > :first-child { margin-top: 0 !important; }
body.gf-search-page #system-message-container:empty { display: none; }
body.gf-search-page .gf-results__header { margin-top: 0; padding-top: 0; }

body.gf-search-page .gf-discover {
    margin: 18px 0 24px;
    padding: 18px;
    border: 1px solid rgba(64,237,112,.14);
    border-radius: 14px;
    background:
        linear-gradient(135deg, rgba(64,237,112,.08), rgba(249,115,22,.06) 46%, rgba(16,16,22,.96) 100%),
        #101015;
    position: relative;
    overflow: hidden;
}
body.gf-search-page .gf-discover::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 34px 34px;
    opacity: .35;
    pointer-events: none;
}
body.gf-search-page .gf-discover__head,
body.gf-search-page .gf-discover__grid,
body.gf-search-page .gf-discover__locale,
body.gf-search-page .gf-discover__quick {
    position: relative;
    z-index: 1;
}
body.gf-search-page .gf-discover__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}
body.gf-search-page .gf-discover__eyebrow {
    display: block;
    color: #6fdc8c;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 4px;
}
body.gf-search-page .gf-discover__title {
    color: #f5f7f4;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 900;
}
body.gf-search-page .gf-discover__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}
body.gf-search-page .gf-discover-card {
    min-height: 132px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 13px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 10px;
    background: rgba(13,13,18,.82);
    color: #e9ece8;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
    transition: transform .16s, border-color .16s, background-color .16s;
}
body.gf-search-page .gf-discover-card:hover {
    transform: translateY(-2px);
    border-color: rgba(64,237,112,.35);
    background: rgba(20,24,22,.95);
    color: #fff;
}
body.gf-search-page .gf-discover-card__mark {
    width: max-content;
    color: #fbbf24;
    background: rgba(251,191,36,.10);
    border: 1px solid rgba(251,191,36,.18);
    border-radius: 5px;
    padding: 2px 6px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
}
body.gf-search-page .gf-discover-card__title {
    font-size: 15px;
    line-height: 1.15;
    font-weight: 900;
}
body.gf-search-page .gf-discover-card__text {
    color: #aeb5ad;
    font-size: 12px;
    line-height: 1.35;
}
body.gf-search-page .gf-discover-card__meta {
    margin-top: auto;
    color: #78e29a;
    font-size: 12px;
    font-weight: 900;
}
body.gf-search-page .gf-discover__locale {
    margin-top: 14px;
    padding: 12px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 11px;
    background: rgba(7,13,10,.58);
}
body.gf-search-page .gf-discover__locale-head {
    display: flex;
    align-items: baseline;
    gap: 9px;
    margin-bottom: 10px;
    color: #edf4ec;
}
body.gf-search-page .gf-discover__locale-head strong {
    font-size: 14px;
    line-height: 1.2;
}
body.gf-search-page .gf-discover__locale-kicker {
    color: #78e29a;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}
body.gf-search-page .gf-discover__locale-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}
body.gf-search-page .gf-discover-locale {
    min-height: 58px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 10px 11px;
    border: 1px solid rgba(64,237,112,.16);
    border-radius: 9px;
    background: rgba(18,24,21,.78);
    color: #eef6ee;
    text-decoration: none;
    transition: transform .16s, border-color .16s, background-color .16s;
}
body.gf-search-page .gf-discover-locale:hover {
    transform: translateY(-1px);
    border-color: rgba(64,237,112,.38);
    background: rgba(22,31,26,.95);
    color: #f8fbf8;
}
body.gf-search-page .gf-discover-locale__badge {
    min-width: 34px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 7px;
    border-radius: 7px;
    background: rgba(64,237,112,.12);
    color: #85eba0;
    font-size: 11px;
    font-weight: 900;
    white-space: nowrap;
}
body.gf-search-page .gf-discover-locale__body {
    min-width: 0;
    display: block;
}
body.gf-search-page .gf-discover-locale__title {
    display: block;
    color: inherit;
    font-size: 13px;
    line-height: 1.15;
    font-weight: 900;
    overflow-wrap: anywhere;
}
body.gf-search-page .gf-discover-locale__text {
    display: block;
    margin-top: 3px;
    color: #aab5a8;
    font-size: 11px;
    line-height: 1.2;
    overflow-wrap: anywhere;
}
body.gf-search-page .gf-discover-locale__meta {
    color: #f1bf4a;
    font-size: 11px;
    font-weight: 900;
    white-space: nowrap;
}
body.gf-search-page .gf-discover__quick {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,.07);
}
body.gf-search-page .gf-discover__quick-title {
    color: #d7ded5;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 8px;
}
body.gf-search-page .gf-discover__chips {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}
body.gf-search-page .gf-discover-chip {
    min-height: 66px;
    padding: 10px 11px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 9px;
    background: rgba(255,255,255,.035);
    color: #eef1ed;
    font-family: inherit;
    text-align: left;
    cursor: pointer;
    transition: transform .16s, background-color .16s, border-color .16s;
}
body.gf-search-page .gf-discover-chip:hover {
    transform: translateY(-1px);
    background: rgba(64,237,112,.09);
    border-color: rgba(64,237,112,.32);
}
body.gf-search-page .gf-discover-chip span {
    display: block;
    font-size: 12.5px;
    font-weight: 900;
    line-height: 1.2;
}
body.gf-search-page .gf-discover-chip small {
    display: block;
    margin-top: 4px;
    color: #9da69b;
    font-size: 11px;
    line-height: 1.25;
}

body.gf-search-page .gf-mascot {
    background:
        linear-gradient(135deg, rgba(251,146,60,0.10), rgba(52,217,118,0.05)),
        #211520;
    border: 1.5px solid rgba(249,115,22,0.18);
    border-radius: 22px;
    padding: 18px 22px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin: 0 0 20px;
    position: relative;
    overflow: hidden;
}
body.gf-search-page .gf-mascot::after {
    content: '🐾';
    position: absolute;
    bottom: -10px; right: 14px;
    font-size: 56px;
    opacity: 0.08;
    transform: rotate(-12deg);
    pointer-events: none;
}
body.gf-search-page .gf-mascot-avatar {
    width: 64px; height: 64px;
    flex-shrink: 0;
    border-radius: 50%;
    object-fit: cover;
    background: linear-gradient(135deg, #f97316, #c2410c);
    box-shadow: 0 0 0 4px #11080d, 0 0 0 5px #fb923c, 0 6px 18px rgba(251,146,60,0.3);
    display: block;
    animation: gf-cat-bob 4.2s ease-in-out infinite;
}
@keyframes gf-cat-bob {
    0%, 100% { transform: translateY(0) rotate(-2deg); }
    50% { transform: translateY(-3px) rotate(2deg); }
}
body.gf-search-page .gf-mascot-text { flex: 1; min-width: 0; position: relative; z-index: 1; }
body.gf-search-page .gf-mascot-meow {
    font-family: 'Segoe Print', 'Comic Sans MS', cursive;
    font-size: 15px;
    font-weight: 500;
    color: #fdba74;
    line-height: 1;
    margin-bottom: 2px;
}
body.gf-search-page .gf-mascot-words {
    font-size: 18px;
    color: #fff5ed;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 8px;
}
body.gf-search-page .gf-mascot-words em {
    font-style: normal;
    color: #34d976;
    font-weight: 900;
    font-size: 22px;
}
body.gf-search-page .gf-mascot-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
body.gf-search-page .gf-mascot-meta-chip {
    background: rgba(251,146,60,0.13);
    color: #fdba74;
    padding: 3px 7px 3px 10px;
    border-radius: 18px;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(251,146,60,0.22);
    font-family: inherit;
    line-height: 1.3;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    transform: translateZ(0);
}
body.gf-search-page .gf-mascot-meta-chip:hover {
    background: rgba(251,146,60,0.20);
    border-color: rgba(251,146,60,0.38);
    transform: translateY(-1px);
}
body.gf-search-page .gf-mascot-meta-x {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    color: #fff5ed;
    font-size: 12px;
    line-height: 1;
    margin-right: -2px;
}
body.gf-search-page .gf-mascot-meta-chip:hover .gf-mascot-meta-x {
    background: rgba(239,68,68,0.24);
    color: #fecaca;
}
body.gf-search-page .gf-mascot-reset {
    border: 1px solid rgba(52,217,118,0.26);
    background: rgba(52,217,118,0.10);
    color: #8df0aa;
    padding: 3px 11px;
    border-radius: 18px;
    font-size: 12px;
    font-weight: 800;
    font-family: inherit;
    line-height: 1.3;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    transform: translateZ(0);
}
body.gf-search-page .gf-mascot-reset:hover {
    background: rgba(52,217,118,0.16);
    border-color: rgba(52,217,118,0.44);
    transform: translateY(-1px);
}

body.gf-search-page .gf-mm-sito--status {
    border-color: rgba(34,197,94,.20);
    cursor: default;
}
body.gf-search-page .gf-mm-sito--status.is-on {
    border-color: rgba(34,197,94,.45);
}
body.gf-search-page .gf-mm-sito-reset {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid rgba(248,113,113,0.32);
    background: rgba(248,113,113,0.12);
    color: #fca5a5;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: background-color .15s, color .15s;
}
body.gf-search-page .gf-mm-sito-reset:hover {
    background: rgba(248,113,113,0.22);
    color: #fff;
}

body.gf-search-page .gf-mm-head-count {
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    font-size: 11.5px;
}
body.gf-search-page .gf-mm-head-active {
    background: rgba(34,197,94,.18);
    color: #6fdc8c;
    font-weight: 800;
    padding: 1px 6px;
    border-radius: 4px;
    font-size: 11px;
}

body.gf-search-page .gf-mm-pills-wrap.has-search { display: block; }
body.gf-search-page .gf-mm-pills.is-scrollable {
    max-height: 280px;
    overflow-y: auto;
    margin-top: 4px;
    padding-right: 4px;
    scrollbar-width: thin;
    scrollbar-color: #2a2a33 transparent;
}
body.gf-search-page .gf-mm-pills.is-scrollable::-webkit-scrollbar { width: 5px; }
body.gf-search-page .gf-mm-pills.is-scrollable::-webkit-scrollbar-thumb { background: #2a2a33; border-radius: 3px; }

body.gf-search-page .gf-mm-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 9px;
    background: #1f1f26;
    border: 1px solid transparent;
    border-radius: 6px;
    color: #a4a4ad;
    text-decoration: none;
    font-size: 12.5px;
    font-weight: 500;
    line-height: 1.2;
    cursor: pointer;
    transition: background-color .15s, color .15s, border-color .15s;
    user-select: none;
}
body.gf-search-page .gf-mm-pill:hover {
    background: #2a2a33;
    color: #ededf2;
}
body.gf-search-page .gf-mm-pill.is-active {
    background: rgba(34,197,94,.18);
    color: #86efac;
    border-color: rgba(34,197,94,.45);
}
body.gf-search-page .gf-mm-pill-c {
    font-size: 10.5px;
    color: #6b6b75;
    font-variant-numeric: tabular-nums;
    font-weight: 600;
}
body.gf-search-page .gf-mm-pill:hover .gf-mm-pill-c { color: #9ca3af; }
body.gf-search-page .gf-mm-pill.is-active .gf-mm-pill-c { color: #86efac; opacity: .75; }

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

body.gf-search-page .gf-mm-search-wrap {
    padding: 0 0 8px;
}
body.gf-search-page .gf-mm-search {
    width: 100%;
    background: #0d0d12;
    border: 1px solid #25252d;
    color: #ededf2;
    padding: 6px 10px;
    border-radius: 7px;
    font-family: inherit;
    font-size: 12px;
    outline: none;
    transition: border-color .15s;
}
body.gf-search-page .gf-mm-search:focus { border-color: #22c55e; }
body.gf-search-page .gf-mm-search::placeholder { color: #5b5b65; }

body.gf-search-page .gf-mm-years {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
}
body.gf-search-page .gf-mm-year {
    justify-content: center;
    padding: 7px 4px;
    font-variant-numeric: tabular-nums;
    text-align: center;
}

@media (max-width: 900px) {
    body.gf-search-page .gf-discover { padding: 14px; border-radius: 12px; }
    body.gf-search-page #tm-main .uk-container,
    body.gf-search-page main,
    body.gf-search-page #gf-results { min-width: 0; max-width: 100%; overflow-x: hidden; }
    body.gf-search-page .gf-discover,
    body.gf-search-page #gf-results { box-sizing: border-box; width: 100%; max-width: calc(100vw - 20px); }
    body.gf-search-page .gf-discover__head { display: block; }
    body.gf-search-page .gf-discover__title { font-size: 18px; max-width: calc(100vw - 48px); white-space: normal; word-break: normal; overflow-wrap: break-word; }
    body.gf-search-page .gf-discover__grid,
    body.gf-search-page .gf-discover__locale-grid,
    body.gf-search-page .gf-discover__chips { grid-template-columns: 1fr; }
    body.gf-search-page .gf-discover__locale-head { display: block; }
    body.gf-search-page .gf-discover__locale-kicker { display: block; margin-bottom: 3px; }
    body.gf-search-page .gf-discover-locale { grid-template-columns: auto minmax(0, 1fr); }
    body.gf-search-page .gf-discover-locale__meta { grid-column: 2; margin-top: -3px; }
    body.gf-search-page .gf-discover-card { min-height: 0; }
    body.gf-search-page .gf-results__controls { display: grid; grid-template-columns: minmax(0, 1fr); gap: 12px; }
    body.gf-search-page .gf-results__search-wrap { min-width: 0; max-width: none; }
    body.gf-search-page .gf-results__sort { max-width: 100%; overflow-x: auto; padding-bottom: 2px; scrollbar-width: none; }
    body.gf-search-page .gf-results__sort::-webkit-scrollbar { display: none; }
    body.gf-search-page .gf-mascot { border-radius: 16px; padding: 14px 16px; }
    body.gf-search-page .gf-mascot-avatar { width: 52px; height: 52px; }
    body.gf-search-page .gf-mascot-words { font-size: 16px; }
    body.gf-search-page .gf-mascot-words em { font-size: 20px; }
}
