.gd-page {
    --gd-ink: #f6f8f1;
    --gd-muted: #b9c0b2;
    --gd-deep: #080b0a;
    --gd-panel: rgba(11, 15, 14, 0.84);
    --gd-panel-strong: rgba(18, 24, 22, 0.96);
    --gd-line: rgba(246, 248, 241, 0.14);
    --gd-green: #65d78a;
    --gd-yellow: #ffd24a;
    --gd-rust: #d96f45;
    --gd-radius: 8px;
    margin: -2rem -1rem 0;
    color: var(--gd-ink);
    background:
        linear-gradient(180deg, rgba(8, 11, 10, 0.32), #080b0a 42%),
        radial-gradient(circle at 20% 0%, rgba(101, 215, 138, 0.12), transparent 34%),
        #080b0a;
}

.gd-page a {
    color: inherit;
}

.gd-frame {
    width: min(1180px, calc(100vw - 32px));
    margin: 0 auto;
}

.gd-hero {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    background: #111611;
}

.gd-hero__media {
    position: absolute;
    inset: 0;
}

.gd-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gd-hero__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(8, 11, 10, 0.94) 0%, rgba(8, 11, 10, 0.74) 48%, rgba(8, 11, 10, 0.2) 100%),
        linear-gradient(180deg, rgba(8, 11, 10, 0.1), #080b0a 100%);
}

.gd-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 28px;
    align-items: end;
    min-height: 560px;
    padding: 104px 0 48px;
}

.gd-eyebrow {
    margin: 0;
    color: var(--gd-yellow);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.gd-hero h1 {
    max-width: 760px;
    margin: 14px 0 0;
    font-size: 72px;
    line-height: 0.98;
    font-weight: 950;
    letter-spacing: 0;
}

.gd-hero__lead {
    max-width: 650px;
    margin: 20px 0 0;
    color: #e8ebdf;
    font-size: 18px;
    line-height: 1.82;
}

.gd-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.gd-button,
.gd-card-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    border-radius: var(--gd-radius);
    font-weight: 900;
    text-decoration: none;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.gd-button {
    padding: 0 14px;
    border: 1px solid var(--gd-line);
    background: rgba(246, 248, 241, 0.06);
}

.gd-button:hover,
.gd-card-link:hover {
    transform: translateY(-1px);
}

.gd-button--primary {
    color: #171104;
    border-color: rgba(255, 210, 74, 0.74);
    background: linear-gradient(135deg, var(--gd-yellow), #86e89d);
}

.gd-hero__panel {
    min-height: 210px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--gd-radius);
    background: rgba(8, 11, 10, 0.62);
    backdrop-filter: blur(14px);
}

.gd-hero__panel span,
.gd-hero__panel strong,
.gd-hero__panel small {
    display: block;
}

.gd-hero__panel span,
.gd-hero__panel small {
    color: var(--gd-muted);
    font-weight: 800;
}

.gd-hero__panel strong {
    margin-top: 8px;
    color: #fffbe8;
    font-size: 84px;
    line-height: 0.95;
    font-weight: 950;
}

.gd-hero__stats {
    display: grid;
    gap: 8px;
    margin-top: 22px;
}

.gd-hero__stats span {
    padding: 9px 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--gd-radius);
    color: #f4f0d4;
    background: rgba(255, 255, 255, 0.06);
}

.gd-toolbar {
    position: sticky;
    top: 64px;
    z-index: 20;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(8, 11, 10, 0.9);
    backdrop-filter: blur(16px);
}

.gd-toolbar__inner {
    display: grid;
    grid-template-columns: minmax(260px, 420px) minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 12px 0;
}

.gd-search {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 44px;
    padding: 0 12px;
    border: 1px solid var(--gd-line);
    border-radius: var(--gd-radius);
    color: var(--gd-muted);
    background: rgba(255, 255, 255, 0.06);
}

.gd-search input {
    width: 100%;
    border: 0;
    outline: 0;
    color: var(--gd-ink);
    background: transparent;
    font: inherit;
    font-weight: 800;
}

.gd-search input::placeholder {
    color: rgba(246, 248, 241, 0.58);
}

.gd-filter-group {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
}

.gd-filter-group::-webkit-scrollbar {
    display: none;
}

.gd-filter {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 0 13px;
    border: 1px solid var(--gd-line);
    border-radius: var(--gd-radius);
    color: var(--gd-muted);
    background: rgba(255, 255, 255, 0.05);
    font-weight: 900;
    cursor: pointer;
    transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.gd-filter:hover,
.gd-filter.is-active {
    color: #111611;
    border-color: rgba(255, 210, 74, 0.74);
    background: var(--gd-yellow);
}

.gd-section {
    padding: 56px 0 72px;
}

.gd-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 410px);
    gap: 24px;
    align-items: end;
    margin-bottom: 28px;
}

.gd-section-head h2 {
    margin: 8px 0 0;
    font-size: 42px;
    line-height: 1.08;
    font-weight: 950;
    letter-spacing: 0;
}

.gd-section-head p:last-child {
    margin: 0;
    color: var(--gd-muted);
    line-height: 1.75;
}

.gd-timeline {
    position: relative;
    display: grid;
    gap: 18px;
}

.gd-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 92px;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(255, 210, 74, 0.72), rgba(101, 215, 138, 0.32), transparent);
}

.gd-drop-card {
    position: relative;
    display: grid;
    grid-template-columns: 184px minmax(260px, 390px) minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
    min-height: 260px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--gd-radius);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
}

.gd-drop-card[hidden] {
    display: none;
}

.gd-drop-card::before {
    content: "";
    position: absolute;
    left: 88px;
    top: 50%;
    width: 9px;
    height: 9px;
    border: 3px solid var(--gd-accent);
    border-radius: 999px;
    background: #080b0a;
    transform: translateY(-50%);
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.04);
}

.gd-drop-card__date {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    padding: 18px 18px 18px 0;
    text-align: right;
}

.gd-drop-card__date span {
    color: var(--gd-accent);
    font-size: 34px;
    line-height: 1;
    font-weight: 950;
}

.gd-drop-card__date strong {
    margin-top: 9px;
    color: var(--gd-muted);
    font-size: 13px;
    font-weight: 900;
}

.gd-drop-card__cover {
    position: relative;
    min-height: 232px;
    overflow: hidden;
    border-radius: var(--gd-radius);
    background: var(--gd-panel-strong);
    text-decoration: none;
}

.gd-drop-card__cover img {
    width: 100%;
    height: 100%;
    min-height: 232px;
    object-fit: cover;
    display: block;
    transition: transform 0.24s ease;
}

.gd-drop-card:hover .gd-drop-card__cover img {
    transform: scale(1.035);
}

.gd-drop-card__cover span {
    position: absolute;
    left: 12px;
    top: 12px;
    padding: 7px 9px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--gd-radius);
    color: #111611;
    background: var(--gd-accent);
    font-size: 12px;
    font-weight: 950;
}

.gd-drop-card__body {
    padding: 4px 6px 4px 0;
}

.gd-drop-card__topline {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    color: var(--gd-muted);
    font-size: 12px;
    font-weight: 900;
}

.gd-drop-card__topline span {
    color: var(--gd-accent);
}

.gd-drop-card h3 {
    margin: 11px 0 0;
    color: #fffbe8;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 950;
    letter-spacing: 0;
}

.gd-drop-card h3 a {
    text-decoration: none;
}

.gd-drop-card h3 span {
    display: block;
    margin-top: 5px;
    color: var(--gd-muted);
    font-size: 18px;
    font-weight: 900;
}

.gd-drop-card p {
    margin: 13px 0 0;
    color: #e7ebdf;
    line-height: 1.72;
}

.gd-drop-card__summary {
    color: var(--gd-muted) !important;
    font-size: 14px;
}

.gd-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
}

.gd-tags span {
    padding: 7px 9px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--gd-radius);
    color: #f9f5db;
    background: rgba(255, 255, 255, 0.06);
    font-size: 12px;
    font-weight: 900;
}

.gd-highlights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.gd-highlights li {
    display: flex;
    gap: 7px;
    align-items: flex-start;
    color: var(--gd-muted);
    font-size: 13px;
    line-height: 1.55;
}

.gd-highlights svg {
    flex: 0 0 auto;
    color: var(--gd-accent);
    margin-top: 2px;
}

.gd-card-link {
    width: fit-content;
    min-height: 40px;
    margin-top: 18px;
    padding: 0 12px;
    color: #111611;
    background: var(--gd-accent);
}

.gd-empty {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 120px;
    padding: 20px;
    border: 1px dashed rgba(255, 255, 255, 0.18);
    border-radius: var(--gd-radius);
    color: var(--gd-muted);
    background: rgba(255, 255, 255, 0.04);
}

.gd-empty p {
    margin: 0;
    font-weight: 900;
}

.gd-empty[hidden] {
    display: none;
}

@media (max-width: 980px) {
    .gd-hero__inner,
    .gd-toolbar__inner,
    .gd-section-head,
    .gd-drop-card {
        grid-template-columns: 1fr;
    }

    .gd-hero h1 {
        font-size: 54px;
    }

    .gd-hero__panel {
        max-width: 360px;
    }

    .gd-filter-group {
        justify-content: flex-start;
    }

    .gd-timeline::before,
    .gd-drop-card::before {
        display: none;
    }

    .gd-drop-card__date {
        min-height: auto;
        padding: 0;
        flex-direction: row;
        align-items: baseline;
        justify-content: flex-start;
        gap: 10px;
        text-align: left;
    }

    .gd-drop-card__date span {
        font-size: 28px;
    }
}

@media (max-width: 640px) {
    .gd-page {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .gd-frame {
        width: min(100% - 24px, 1180px);
    }

    .gd-hero,
    .gd-hero__inner {
        min-height: 520px;
    }

    .gd-hero__inner {
        padding: 86px 0 32px;
    }

    .gd-hero h1 {
        font-size: 42px;
    }

    .gd-hero__lead {
        font-size: 16px;
    }

    .gd-section {
        padding: 42px 0 52px;
    }

    .gd-section-head h2,
    .gd-drop-card h3 {
        font-size: 28px;
    }

    .gd-drop-card {
        gap: 12px;
        padding: 12px;
    }

    .gd-drop-card__cover,
    .gd-drop-card__cover img {
        min-height: 210px;
    }

    .gd-highlights {
        grid-template-columns: 1fr;
    }
}
