/* Public Category Detail 10.3 – grafische Premium-Vollversion */

.gfy-cd13,
.gfy-cd13 * { box-sizing: border-box; }

.gfy-cd13 {
    --ink: #0b2d55;
    --muted: #617892;
    --blue: #0873dc;
    --green: #20ae72;
    color: var(--ink);
}

.gfy-cd13__container {
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto;
}

.gfy-cd13__hero {
    padding: 26px 0 32px;
    border-bottom: 1px solid #dce7f1;
    background:
        radial-gradient(circle at 88% 18%, rgba(71, 163, 249, .18), transparent 28%),
        radial-gradient(circle at 8% 86%, rgba(38, 184, 122, .12), transparent 30%),
        linear-gradient(135deg, #f8fcff 0%, #edf8ff 53%, #f3fbf7 100%);
}

.gfy-cd13__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
    color: #71849a;
    font-size: .78rem;
    font-weight: 750;
}

.gfy-cd13__breadcrumb a {
    color: #2875bd;
    text-decoration: none;
}

.gfy-cd13__hero-grid {
    display: grid;
    grid-template-columns: 175px minmax(0, 1fr) 340px;
    align-items: center;
    gap: 34px;
}

.gfy-cd13__visual {
    position: relative;
    display: grid;
    width: 175px;
    height: 175px;
    place-items: center;
    border: 1px solid rgba(77, 148, 214, .18);
    border-radius: 28px;
    background: rgba(255,255,255,.62);
    box-shadow: 0 18px 45px rgba(37, 82, 126, .1);
}

.gfy-cd13__visual-globe {
    position: relative;
    z-index: 2;
    display: grid;
    width: 116px;
    height: 116px;
    place-items: center;
    border-radius: 50%;
    background: rgba(255,255,255,.82);
    box-shadow: 0 10px 25px rgba(31, 107, 182, .13);
}

.gfy-cd13__visual-globe svg {
    width: 92px;
    height: 92px;
    fill: none;
    stroke: #2177db;
    stroke-width: 2.2;
}

.gfy-cd13__visual-orbit {
    position: absolute;
    inset: 16px;
    border: 1px dashed rgba(28, 113, 211, .26);
    border-radius: 50%;
    animation: gfyCd13Spin 12s linear infinite;
}

.gfy-cd13__orbit-dot {
    position: absolute;
    z-index: 3;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #328cf0;
    box-shadow: 0 0 0 6px rgba(50, 140, 240, .12);
}

.gfy-cd13__orbit-dot--one {
    top: 42px;
    right: 22px;
    animation: gfyCd13Pulse 2.2s ease-in-out infinite;
}

.gfy-cd13__orbit-dot--two {
    bottom: 32px;
    left: 28px;
    width: 6px;
    height: 6px;
    animation: gfyCd13Pulse 2.2s ease-in-out .8s infinite;
}

.gfy-cd13__eyebrow {
    color: #087f58;
    font-size: .7rem;
    font-weight: 950;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.gfy-cd13__hero-content h1 {
    margin: 8px 0 12px;
    font-size: clamp(3rem, 5vw, 5.2rem);
    line-height: .92;
    letter-spacing: -.06em;
}

.gfy-cd13__hero-content > p {
    max-width: 700px;
    margin: 0;
    color: #516c88;
    line-height: 1.65;
}

.gfy-cd13__stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
}

.gfy-cd13__stats article {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
    min-width: 0;
    padding: 11px 12px;
    border: 1px solid rgba(107, 145, 181, .2);
    border-radius: 12px;
    background: rgba(255,255,255,.86);
}

.gfy-cd13__stats article > span {
    display: grid;
    grid-row: 1 / 3;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 10px;
}

.gfy-cd13__stats svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gfy-cd13__stats .is-blue { color: #0a72da; background: #e7f3ff; }
.gfy-cd13__stats .is-cyan { color: #178bad; background: #e4f7fb; }
.gfy-cd13__stats .is-green { color: #119665; background: #e6f8ef; }
.gfy-cd13__stats .is-violet { color: #7450d5; background: #eeeaff; }

.gfy-cd13__stats strong {
    min-width: 0;
    overflow: hidden;
    font-size: 1rem;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gfy-cd13__stats small {
    color: #6b8096;
    font-size: .65rem;
    font-weight: 700;
}

.gfy-cd13__illustration {
    position: relative;
    height: 250px;
}

.gfy-cd13__building {
    position: absolute;
    right: 35px;
    bottom: 38px;
    width: 220px;
    height: 135px;
    transform: perspective(700px) rotateX(8deg) rotateY(-8deg);
    filter: drop-shadow(0 18px 24px rgba(42, 91, 140, .18));
}

.gfy-cd13__building-roof {
    position: absolute;
    top: 0;
    left: 16px;
    width: 188px;
    height: 46px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    background: linear-gradient(145deg, #d8e8fa, #ffffff);
}

.gfy-cd13__building-columns {
    position: absolute;
    top: 43px;
    left: 38px;
    display: flex;
    justify-content: space-between;
    width: 144px;
    height: 65px;
    padding: 0 8px;
    background: linear-gradient(#f6fbff, #dceafa);
}

.gfy-cd13__building-columns i {
    width: 12px;
    height: 65px;
    border-radius: 4px 4px 0 0;
    background: linear-gradient(90deg, #c6dcf2, #ffffff, #bfd7f0);
}

.gfy-cd13__building-base {
    position: absolute;
    right: 16px;
    bottom: 0;
    left: 16px;
    height: 30px;
    border-radius: 5px;
    background: linear-gradient(#cfe0f2, #a9c5e4);
}

.gfy-cd13__illustration-card {
    position: absolute;
    top: 20px;
    right: 2px;
    width: 86px;
    height: 64px;
    padding: 13px;
    border: 1px solid rgba(87, 147, 208, .18);
    border-radius: 13px;
    background: rgba(255,255,255,.8);
    transform: rotate(4deg);
    box-shadow: 0 10px 24px rgba(41, 89, 136, .12);
}

.gfy-cd13__illustration-card span {
    display: block;
    height: 6px;
    margin-bottom: 8px;
    border-radius: 999px;
    background: #d7e8fa;
}

.gfy-cd13__tree {
    position: absolute;
    bottom: 40px;
    width: 23px;
    height: 44px;
}

.gfy-cd13__tree::before {
    position: absolute;
    bottom: 11px;
    width: 23px;
    height: 29px;
    border-radius: 50%;
    background: linear-gradient(145deg, #61c889, #2b9b61);
    content: "";
}

.gfy-cd13__tree::after {
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 4px;
    height: 16px;
    background: #8d6f52;
    content: "";
}

.gfy-cd13__tree--one { right: 22px; }
.gfy-cd13__tree--two { left: 62px; transform: scale(.8); }

.gfy-cd13__pin {
    position: absolute;
    top: 10px;
    right: 120px;
    width: 34px;
    height: 42px;
    border-radius: 50% 50% 50% 0;
    background: linear-gradient(145deg, #348ff0, #136ed0);
    transform: rotate(-45deg);
    box-shadow: 0 10px 20px rgba(29, 111, 201, .18);
}

.gfy-cd13__pin span {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
}

.gfy-cd13__popular {
    padding: 18px 0 22px;
    border-bottom: 1px solid #e1e9f1;
    background: #fff;
}

.gfy-cd13__popular-head {
    margin-bottom: 12px;
    font-size: .82rem;
}

.gfy-cd13__popular-row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr)) auto;
    gap: 10px;
    align-items: stretch;
}

.gfy-cd13__popular-card {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 10px 12px;
    border: 1px solid #dce7f0;
    border-radius: 12px;
    color: var(--ink);
    text-decoration: none;
}

.gfy-cd13__popular-card > span {
    display: grid;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 9px;
}

.gfy-cd13__popular-card svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gfy-cd13__popular-card strong,
.gfy-cd13__popular-card small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gfy-cd13__popular-card strong { font-size: .74rem; }
.gfy-cd13__popular-card small { margin-top: 3px; color: #6a7f94; font-size: .64rem; }

.gfy-cd13__popular-card.is-tone-1 { background: #f3f8ff; }
.gfy-cd13__popular-card.is-tone-1 > span { color: #1674da; background: #e5f1ff; }
.gfy-cd13__popular-card.is-tone-2 { background: #f3fbf7; }
.gfy-cd13__popular-card.is-tone-2 > span { color: #149664; background: #e3f7ec; }
.gfy-cd13__popular-card.is-tone-3 { background: #fff9ef; }
.gfy-cd13__popular-card.is-tone-3 > span { color: #d78914; background: #fff1d8; }
.gfy-cd13__popular-card.is-tone-4 { background: #fff5f7; }
.gfy-cd13__popular-card.is-tone-4 > span { color: #d85b7c; background: #ffe5ec; }
.gfy-cd13__popular-card.is-tone-5 { background: #f7f5ff; }
.gfy-cd13__popular-card.is-tone-5 > span { color: #7554d2; background: #ece8ff; }

.gfy-cd13__popular-all {
    display: flex;
    align-items: center;
    padding: 0 15px;
    border-radius: 10px;
    color: #0870d7;
    background: #edf6ff;
    font-size: .7rem;
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap;
}

.gfy-cd13__subcategory-section {
    padding: 54px 0;
    background: #fff;
}

.gfy-cd13__section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.gfy-cd13__section-head > div > span {
    color: #087f58;
    font-size: .68rem;
    font-weight: 950;
    letter-spacing: .13em;
}

.gfy-cd13__section-head h2,
.gfy-cd13__entries-head h2 {
    margin: 7px 0 6px;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    letter-spacing: -.04em;
}

.gfy-cd13__section-head p,
.gfy-cd13__entries-head p {
    margin: 0;
    color: var(--muted);
}

.gfy-cd13__search {
    display: flex;
    width: min(360px, 100%);
    align-items: center;
    gap: 9px;
    min-height: 48px;
    padding: 0 13px;
    border: 1px solid #d1dfeb;
    border-radius: 11px;
    background: #fff;
}

.gfy-cd13__search svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #5d7791;
    stroke-width: 1.8;
}

.gfy-cd13__search input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    font: inherit;
}

.gfy-cd13__subcategory-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.gfy-cd13__subcategory-card {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 13px;
    min-height: 170px;
    padding: 17px;
    border: 1px solid #dce7f0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(28, 62, 99, .055);
}

.gfy-cd13__subcategory-card[hidden] { display: none !important; }

.gfy-cd13__subcategory-icon {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 14px;
}

.gfy-cd13__subcategory-icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gfy-cd13__subcategory-card.is-tone-1 .gfy-cd13__subcategory-icon { color: #1674da; background: #e7f3ff; }
.gfy-cd13__subcategory-card.is-tone-2 .gfy-cd13__subcategory-icon { color: #149664; background: #e5f7ee; }
.gfy-cd13__subcategory-card.is-tone-3 .gfy-cd13__subcategory-icon { color: #d58b1a; background: #fff1da; }
.gfy-cd13__subcategory-card.is-tone-4 .gfy-cd13__subcategory-icon { color: #d85c7b; background: #ffe8ee; }
.gfy-cd13__subcategory-card.is-tone-5 .gfy-cd13__subcategory-icon { color: #7552d4; background: #eeeaff; }
.gfy-cd13__subcategory-card.is-tone-6 .gfy-cd13__subcategory-icon { color: #168daa; background: #e4f7fb; }

.gfy-cd13__subcategory-main h3 {
    margin: 2px 0 7px;
    font-size: 1rem;
}

.gfy-cd13__subcategory-main h3 a {
    color: var(--ink);
    text-decoration: none;
}

.gfy-cd13__subcategory-main p {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: var(--muted);
    font-size: .76rem;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.gfy-cd13__subcategory-meta {
    display: flex;
    grid-column: 1 / -1;
    flex-wrap: wrap;
    gap: 6px;
}

.gfy-cd13__subcategory-meta span {
    padding: 5px 7px;
    border-radius: 7px;
    color: #60758b;
    background: #f1f6fa;
    font-size: .65rem;
    font-weight: 750;
}

.gfy-cd13__subcategory-link {
    grid-column: 1 / -1;
    color: #0870d8;
    font-size: .72rem;
    font-weight: 850;
    text-decoration: none;
}

.gfy-cd13__entries-section {
    padding: 54px 0 66px;
    border-top: 1px solid #e2eaf2;
    background: linear-gradient(180deg, #fbfdff, #fff);
}

.gfy-cd13__entries-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.gfy-cd13__sort {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #637991;
    font-size: .72rem;
    font-weight: 750;
}

.gfy-cd13__sort select {
    min-height: 40px;
    padding: 0 34px 0 12px;
    border: 1px solid #d4e1ec;
    border-radius: 9px;
    color: var(--ink);
    background: #fff;
    font: inherit;
}

.gfy-cd13__entry-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.gfy-cd13__entry-card {
    display: grid;
    grid-template-columns: 36% minmax(0, 1fr);
    min-height: 220px;
    overflow: hidden;
    border: 1px solid #d8e4ef;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 13px 34px rgba(27, 61, 99, .075);
}

.gfy-cd13__entry-preview {
    position: relative;
    display: grid;
    min-width: 0;
    place-items: center;
    overflow: hidden;
    color: #5e748d;
    background:
        radial-gradient(circle at 50% 38%, rgba(255,255,255,.94), transparent 22%),
        linear-gradient(150deg, #eff6fb, #dfeaf4);
    text-decoration: none;
}

.gfy-cd13__entry-preview img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}











.gfy-cd13__entry-status {
    position: absolute;
    right: 13px;
    bottom: 13px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 999px;
    color: #fff;
    font-size: .68rem;
    font-weight: 900;
    box-shadow: 0 7px 17px rgba(35, 54, 75, .17);
}

.gfy-cd13__entry-status i {
    display: grid;
    width: 18px;
    height: 18px;
    place-items: center;
    border-radius: 50%;
    background: rgba(255,255,255,.18);
    font-style: normal;
}

.gfy-cd13__entry-status.is-online { background: #18a96d; }
.gfy-cd13__entry-status.is-pending { background: #68798e; }

.gfy-cd13__entry-content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 18px 20px 16px;
}

.gfy-cd13__entry-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.gfy-cd13__entry-category,
.gfy-cd13__entry-score {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    border-radius: 9px;
    font-size: .64rem;
    font-weight: 950;
}

.gfy-cd13__entry-category {
    max-width: 75%;
    padding: 0 10px;
    overflow: hidden;
    color: #0870da;
    background: #e8f3ff;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gfy-cd13__entry-score {
    flex: 0 0 auto;
    padding: 0 9px;
    border: 1px solid #d9e4ef;
    color: #62758a;
    background: #fff;
}

.gfy-cd13__entry-content h3 {
    margin: 18px 0 14px;
    font-size: 1.06rem;
    line-height: 1.34;
}

.gfy-cd13__entry-content h3 a {
    color: var(--ink);
    text-decoration: none;
}

.gfy-cd13__entry-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.gfy-cd13__entry-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 31px;
    padding: 0 9px;
    border: 1px solid #dce7f0;
    border-radius: 8px;
    color: #61758a;
    background: #f9fbfd;
    font-size: .65rem;
}

.gfy-cd13__entry-meta svg,
.gfy-cd13__entry-footer svg {
    width: 15px;
    height: 15px;
    flex: 0 0 auto;
    fill: none;
    stroke: #0c73dd;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gfy-cd13__entry-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid #e1e9f0;
}

.gfy-cd13__entry-footer > span {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 7px;
    overflow: hidden;
    color: #687d92;
    font-size: .69rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gfy-cd13__entry-footer a {
    flex: 0 0 auto;
    color: #086fda;
    font-size: .71rem;
    font-weight: 900;
    text-decoration: none;
}

.gfy-cd13__pagination {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
}

.gfy-cd13__pagination a,
.gfy-cd13__pagination span {
    padding: 9px 12px;
    border: 1px solid #d8e4ef;
    border-radius: 9px;
    background: #fff;
    font-size: .74rem;
    font-weight: 800;
}

.gfy-cd13__pagination a { color: #0870d8; text-decoration: none; }

.gfy-cd13__empty {
    padding: 22px;
    border: 1px dashed #c9d9e8;
    border-radius: 15px;
    color: #647a91;
    background: #f8fbfd;
    text-align: center;
}

@keyframes gfyCd13Spin {
    to { transform: rotate(360deg); }
}

@keyframes gfyCd13Pulse {
    0%, 100% { transform: scale(.82); opacity: .72; }
    50% { transform: scale(1.18); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
    .gfy-cd13__visual-orbit,
    .gfy-cd13__orbit-dot,
    .gfy-cd13__mini-orbit,
    }

@media (max-width: 1080px) {
    .gfy-cd13__hero-grid {
        grid-template-columns: 145px minmax(0, 1fr);
    }

    .gfy-cd13__illustration {
        display: none;
    }

    .gfy-cd13__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gfy-cd13__popular-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .gfy-cd13__popular-all {
        justify-content: center;
        min-height: 52px;
    }
}

@media (max-width: 860px) {
    .gfy-cd13__hero-grid {
        grid-template-columns: 1fr;
    }

    .gfy-cd13__visual {
        width: 145px;
        height: 145px;
    }

    .gfy-cd13__subcategory-grid,
    .gfy-cd13__entry-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .gfy-cd13__container {
        width: min(100% - 20px, 1240px);
    }

    .gfy-cd13__hero-content h1 {
        font-size: 3rem;
    }

    .gfy-cd13__stats {
        grid-template-columns: 1fr;
    }

    .gfy-cd13__popular-row {
        grid-template-columns: 1fr;
    }

    .gfy-cd13__section-head,
    .gfy-cd13__entries-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .gfy-cd13__entry-card {
        grid-template-columns: 1fr;
    }

    .gfy-cd13__entry-preview {
        min-height: 220px;
    }

    .gfy-cd13__entry-footer {
        align-items: flex-start;
        flex-direction: column;
    }
}




/* Public Category Detail 10.3.5
   Die Animation stammt vollständig aus public-platform-6.css. */

.gfy-cd13__entry-preview.gfy-home-newest-image {
    min-height: 220px;
}

.gfy-cd13__entry-preview.gfy-home-newest-image .gfy-newest-placeholder {
    z-index: 3;
}

/* GFY_FEATURED_CATEGORY_HIGHLIGHT_1_0 */
.gfy-cd13__entry-card.is-featured {
    border-color: rgba(211,155,48,.56);
    background: linear-gradient(145deg,rgba(255,253,246,.99),rgba(255,250,236,.98));
    box-shadow: 0 16px 38px rgba(109,78,20,.10), inset 3px 0 0 rgba(214,158,48,.78);
}
.gfy-cd13__entry-card.is-featured:hover {
    border-color: rgba(196,137,28,.72);
    box-shadow: 0 20px 44px rgba(109,78,20,.14), inset 3px 0 0 rgba(196,137,28,.92);
}
.gfy-cd13__entry-top-left {
    display:flex;
    min-width:0;
    align-items:center;
    flex-wrap:wrap;
    gap:7px;
}
.gfy-cd13__entry-top-left .gfy-cd13__entry-category { max-width:100%; }
.gfy-cd13__featured-badge {
    display:inline-flex;
    min-height:28px;
    align-items:center;
    gap:5px;
    padding:0 9px;
    border:1px solid rgba(202,142,26,.30);
    border-radius:9px;
    color:#9a6708;
    background:linear-gradient(135deg,#fff7dc,#fff1bd);
    font-size:.62rem;
    font-weight:950;
    letter-spacing:.06em;
    white-space:nowrap;
}
.gfy-cd13__featured-badge > span { color:#d18a09; font-size:.72rem; }
@media (max-width:640px) {
    .gfy-cd13__entry-top { align-items:flex-start; }
    .gfy-cd13__entry-top-left { max-width:calc(100% - 74px); }
}
/* /GFY_FEATURED_CATEGORY_HIGHLIGHT_1_0 */
