.gf-latest-instance,.gf-latest-instance *{box-sizing:border-box}
    .gf-latest-instance{box-sizing:border-box;direction:rtl;font-family:inherit;color:var(--gf-text);margin:34px 0;position:relative;line-height:1.8;text-align:right;overflow:hidden}
    .gf-latest-instance a{text-decoration:none;color:inherit}
    .gf-latest-instance .gf-latest-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin:0 0 18px}
    .gf-latest-instance .gf-latest-kicker{display:inline-flex;align-items:center;gap:7px;margin:0 0 8px;color:var(--gf-primary);font-size:.78rem;font-weight:900}
    .gf-latest-instance .gf-latest-kicker::before{content:"";width:18px;height:3px;border-radius:99px;background:var(--gf-accent);display:inline-block}
    .gf-latest-instance .gf-latest-title{font-size:1.45rem;font-weight:900;line-height:1.45;margin:0;color:var(--gf-text)}
    .gf-latest-instance .gf-latest-subtitle{font-size:.88rem;color:var(--gf-text-light);margin:5px 0 0;line-height:1.8}
    .gf-latest-instance .gf-latest-controls{display:flex;align-items:center;gap:8px;flex-shrink:0}
    .gf-latest-instance .gf-latest-nav{width:42px;height:42px;border-radius:14px;border:1px solid var(--gf-border);background:var(--gf-card-bg);color:var(--gf-text);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s ease;box-shadow:0 4px 14px rgba(15,23,42,.05);padding:0}
    .gf-latest-instance .gf-latest-nav:hover{background:var(--gf-primary);border-color:var(--gf-primary);color:#fff;transform:translateY(-2px)}
    .gf-latest-instance .gf-latest-nav svg{width:18px!important;height:18px!important;display:block!important;fill:currentColor;stroke:currentColor;overflow:visible}
    .gf-latest-instance .gf-latest-viewport{overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:4px 2px 18px;scrollbar-width:none;-ms-overflow-style:none}
    .gf-latest-instance .gf-latest-viewport::-webkit-scrollbar{display:none}
    .gf-latest-instance .gf-latest-track{display:flex;gap:18px;align-items:stretch;min-width:100%}
    .gf-latest-instance .gf-latest-card{flex:0 0 calc((100% - 36px)/3);min-width:0;scroll-snap-align:start;background:var(--gf-card-bg);border:1px solid var(--gf-border);border-radius:var(--gf-radius);overflow:hidden;box-shadow:var(--gf-shadow);position:relative;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;display:flex;flex-direction:column}
    .gf-latest-instance .gf-latest-card:hover{transform:translateY(-4px);box-shadow:0 16px 42px rgba(15,23,42,.13);border-color:rgba(var(--gf-primary-rgb),.35)}
    .gf-latest-instance .gf-latest-img{width:100%;aspect-ratio:var(--gf-card-image-ratio);height:auto;background:linear-gradient(135deg,var(--gf-primary),var(--gf-accent));overflow:hidden;position:relative;flex-shrink:0}
    .gf-latest-instance .gf-latest-img img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .45s ease}
    .gf-latest-instance .gf-latest-card:hover .gf-latest-img img{transform:scale(1.05)}
    .gf-latest-instance .gf-latest-body{padding:18px;display:flex;flex-direction:column;gap:9px;flex:1;position:relative;z-index:2}
    .gf-latest-instance .gf-latest-cat{width:max-content;max-width:100%;display:inline-flex;align-items:center;border-radius:999px;padding:4px 10px;background:rgba(var(--gf-primary-rgb),.09);color:var(--gf-primary);font-size:.72rem;font-weight:900;line-height:1.5}
    .gf-latest-instance .gf-latest-post-title{font-size:1.02rem;font-weight:900;line-height:1.65;margin:0;color:var(--gf-text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
    .gf-latest-instance .gf-latest-excerpt{font-size:.82rem;line-height:1.9;color:var(--gf-text-light);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
    .gf-latest-instance .gf-latest-meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px;color:var(--gf-text-light);font-size:.75rem;margin-top:auto;padding-top:6px}
    .gf-latest-instance .gf-latest-meta span{display:inline-flex;align-items:center;gap:5px;white-space:nowrap}
    .gf-latest-instance .gf-latest-meta svg{width:13px!important;height:13px!important;display:block!important;fill:currentColor;overflow:visible}
    .gf-latest-instance .gf-latest-link{display:inline-flex;align-items:center;gap:7px;width:max-content;max-width:100%;margin-top:5px;color:var(--gf-primary);font-size:.8rem;font-weight:900;transition:gap .2s ease,color .2s ease}
    .gf-latest-instance .gf-latest-link:hover{gap:10px;color:var(--gf-accent)}

    .gf-latest-instance.gf-latest-style-2 .gf-latest-card{min-height:390px;justify-content:flex-end;background:#111827;border:0;color:#fff}
    .gf-latest-instance.gf-latest-style-2 .gf-latest-img{position:absolute;inset:0;height:100%;z-index:0}
    .gf-latest-instance.gf-latest-style-2 .gf-latest-img::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(2,6,23,.96),rgba(2,6,23,.38),rgba(2,6,23,.06));z-index:1}
    .gf-latest-instance.gf-latest-style-2 .gf-latest-body{padding:24px;color:#fff;margin-top:auto}
    .gf-latest-instance.gf-latest-style-2 .gf-latest-post-title{color:#fff;font-size:1.12rem}
    .gf-latest-instance.gf-latest-style-2 .gf-latest-excerpt,.gf-latest-instance.gf-latest-style-2 .gf-latest-meta{color:rgba(255,255,255,.76)}
    .gf-latest-instance.gf-latest-style-2 .gf-latest-cat{background:rgba(255,255,255,.16);color:#fff;backdrop-filter:blur(8px)}
    .gf-latest-instance.gf-latest-style-2 .gf-latest-link{color:#fff}

    .gf-latest-instance.gf-latest-style-3 .gf-latest-card{flex-basis:calc((100% - 18px)/2);flex-direction:row;min-height:190px}
    .gf-latest-instance.gf-latest-style-3 .gf-latest-img{width:42%;height:auto;min-height:0;aspect-ratio:var(--gf-card-image-ratio)}
    .gf-latest-instance.gf-latest-style-3 .gf-latest-body{padding:16px}
    .gf-latest-instance.gf-latest-style-3 .gf-latest-post-title{font-size:.96rem}

    .gf-latest-instance.gf-latest-style-4{padding:24px;border-radius:30px;background:radial-gradient(circle at top right,rgba(var(--gf-primary-rgb),.14),transparent 32%),radial-gradient(circle at bottom left,rgba(var(--gf-accent-rgb),.11),transparent 30%),linear-gradient(135deg,rgba(var(--gf-bg-rgb),.72),rgba(var(--gf-card-bg-rgb),.96));border:1px solid rgba(var(--gf-border-rgb),.75)}
    .gf-latest-instance.gf-latest-style-4 .gf-latest-track{counter-reset:gfLatestNo;gap:20px}
    .gf-latest-instance.gf-latest-style-4 .gf-latest-card{counter-increment:gfLatestNo;background:rgba(var(--gf-card-bg-rgb),.94);border:1px solid rgba(var(--gf-border-rgb),.82);border-radius:26px;box-shadow:0 14px 34px rgba(15,23,42,.08);overflow:hidden;isolation:isolate}
    .gf-latest-instance.gf-latest-style-4 .gf-latest-card::before{content:counter(gfLatestNo,decimal-leading-zero);position:absolute;top:22px;right:22px;z-index:3;min-width:42px;height:30px;padding:0 10px;border-radius:999px;background:rgba(255,255,255,.9);color:var(--gf-primary);display:flex;align-items:center;justify-content:center;font-size:.74rem;font-weight:950;box-shadow:0 8px 20px rgba(15,23,42,.13)}
    .gf-latest-instance.gf-latest-style-4 .gf-latest-card::after{content:"";position:absolute;inset:auto 18px 0 18px;height:4px;border-radius:999px 999px 0 0;background:linear-gradient(90deg,var(--gf-primary),var(--gf-accent));opacity:.95;z-index:4}
    .gf-latest-instance.gf-latest-style-4 .gf-latest-img{height:auto;aspect-ratio:var(--gf-card-image-ratio);margin:12px 12px 0;border-radius:20px;background:linear-gradient(135deg,var(--gf-primary),var(--gf-accent));overflow:hidden;box-shadow:inset 0 0 0 1px rgba(255,255,255,.25)}
    .gf-latest-instance.gf-latest-style-4 .gf-latest-img::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(2,6,23,.32),transparent 62%);z-index:1;pointer-events:none}
    .gf-latest-instance.gf-latest-style-4 .gf-latest-img img{display:block;filter:saturate(1.05);transform-origin:center}
    .gf-latest-instance.gf-latest-style-4 .gf-latest-body{padding:18px 20px 22px;gap:10px;min-height:225px}
    .gf-latest-instance.gf-latest-style-4 .gf-latest-cat{background:rgba(var(--gf-accent-rgb),.12);color:var(--gf-accent);padding:5px 11px;border:1px solid rgba(var(--gf-accent-rgb),.18)}
    .gf-latest-instance.gf-latest-style-4 .gf-latest-post-title{font-size:1.08rem;line-height:1.75;letter-spacing:-.01em}
    .gf-latest-instance.gf-latest-style-4 .gf-latest-excerpt{font-size:.84rem;-webkit-line-clamp:3}
    .gf-latest-instance.gf-latest-style-4 .gf-latest-meta{border-top:1px dashed rgba(var(--gf-border-rgb),.9);padding-top:10px;margin-top:auto}
    .gf-latest-instance.gf-latest-style-4 .gf-latest-link{padding:7px 12px;border-radius:999px;background:rgba(var(--gf-primary-rgb),.09)}

    .gf-latest-instance.gf-latest-style-5{padding:26px;border-radius:28px;background:radial-gradient(circle at top right,rgba(var(--gf-primary-rgb),.14),transparent 34%),linear-gradient(135deg,rgba(var(--gf-bg-rgb),.8),rgba(var(--gf-card-bg-rgb),.92));border:1px solid rgba(var(--gf-border-rgb),.9)}
    .gf-latest-instance.gf-latest-style-5 .gf-latest-card{background:rgba(var(--gf-card-bg-rgb),.78);backdrop-filter:blur(14px);border-color:rgba(var(--gf-border-rgb),.72)}
    .gf-latest-instance.gf-latest-style-5 .gf-latest-img{height:auto;aspect-ratio:var(--gf-card-image-ratio);border-radius:16px;margin:12px 12px 0;overflow:hidden}
    .gf-latest-instance.gf-latest-style-5 .gf-latest-body{padding:16px 18px 20px}
    .gf-latest-instance.gf-latest-style-5 .gf-latest-cat{background:var(--gf-accent);color:#fff}

    .gf-latest-instance.gf-latest-style-6 .gf-latest-viewport{overflow:visible;padding:0}
    .gf-latest-instance.gf-latest-style-6 .gf-latest-track{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);grid-template-rows:repeat(3,minmax(0,1fr));grid-template-areas:"small1 feature" "small2 feature" "small3 feature";gap:18px;align-items:stretch;direction:ltr}
    .gf-latest-instance.gf-latest-style-6 .gf-latest-card{flex:initial;scroll-snap-align:none;direction:rtl;min-height:0}
    .gf-latest-instance.gf-latest-style-6 .gf-latest-card:nth-child(1){grid-area:feature;min-height:540px;justify-content:flex-end;background:#111827;border:0;color:#fff}
    .gf-latest-instance.gf-latest-style-6 .gf-latest-card:nth-child(1) .gf-latest-img{position:absolute;inset:0;height:100%;z-index:0}
    .gf-latest-instance.gf-latest-style-6 .gf-latest-card:nth-child(1) .gf-latest-img::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(2,6,23,.92),rgba(2,6,23,.24),rgba(2,6,23,.05));z-index:1}
    .gf-latest-instance.gf-latest-style-6 .gf-latest-card:nth-child(1) .gf-latest-body{margin-top:auto;padding:28px;position:relative;color:#fff}
    .gf-latest-instance.gf-latest-style-6 .gf-latest-card:nth-child(1) .gf-latest-post-title{color:#fff;font-size:1.45rem;line-height:1.7}
    .gf-latest-instance.gf-latest-style-6 .gf-latest-card:nth-child(1) .gf-latest-excerpt,.gf-latest-instance.gf-latest-style-6 .gf-latest-card:nth-child(1) .gf-latest-meta{color:rgba(255,255,255,.78)}
    .gf-latest-instance.gf-latest-style-6 .gf-latest-card:nth-child(1) .gf-latest-cat{background:rgba(255,255,255,.18);color:#fff;backdrop-filter:blur(8px)}
    .gf-latest-instance.gf-latest-style-6 .gf-latest-card:nth-child(1) .gf-latest-link{color:#fff}
    .gf-latest-instance.gf-latest-style-6 .gf-latest-card:nth-child(2){grid-area:small1}
    .gf-latest-instance.gf-latest-style-6 .gf-latest-card:nth-child(3){grid-area:small2}
    .gf-latest-instance.gf-latest-style-6 .gf-latest-card:nth-child(4){grid-area:small3}
    .gf-latest-instance.gf-latest-style-6 .gf-latest-card:nth-child(2),.gf-latest-instance.gf-latest-style-6 .gf-latest-card:nth-child(3),.gf-latest-instance.gf-latest-style-6 .gf-latest-card:nth-child(4){display:grid;grid-template-columns:145px minmax(0,1fr);min-height:168px}
    .gf-latest-instance.gf-latest-style-6 .gf-latest-card:nth-child(2) .gf-latest-img,.gf-latest-instance.gf-latest-style-6 .gf-latest-card:nth-child(3) .gf-latest-img,.gf-latest-instance.gf-latest-style-6 .gf-latest-card:nth-child(4) .gf-latest-img{height:100%;min-height:100%;width:100%;grid-row:1}
    .gf-latest-instance.gf-latest-style-6 .gf-latest-card:nth-child(2) .gf-latest-body,.gf-latest-instance.gf-latest-style-6 .gf-latest-card:nth-child(3) .gf-latest-body,.gf-latest-instance.gf-latest-style-6 .gf-latest-card:nth-child(4) .gf-latest-body{padding:14px 15px;gap:7px}
    .gf-latest-instance.gf-latest-style-6 .gf-latest-card:nth-child(2) .gf-latest-post-title,.gf-latest-instance.gf-latest-style-6 .gf-latest-card:nth-child(3) .gf-latest-post-title,.gf-latest-instance.gf-latest-style-6 .gf-latest-card:nth-child(4) .gf-latest-post-title{font-size:.9rem;line-height:1.6}
    .gf-latest-instance.gf-latest-style-6 .gf-latest-card:nth-child(2) .gf-latest-excerpt,.gf-latest-instance.gf-latest-style-6 .gf-latest-card:nth-child(3) .gf-latest-excerpt,.gf-latest-instance.gf-latest-style-6 .gf-latest-card:nth-child(4) .gf-latest-excerpt{display:none}
    .gf-latest-instance.gf-latest-style-6 .gf-latest-card:nth-child(n+5){display:none}

    @media(max-width:1024px){.gf-latest-instance .gf-latest-card{flex-basis:calc((100% - 18px)/2)}.gf-latest-instance.gf-latest-style-3 .gf-latest-card{flex-basis:80%}.gf-latest-instance.gf-latest-style-6 .gf-latest-track{grid-template-columns:1fr;grid-template-rows:auto;grid-template-areas:"feature" "small1" "small2" "small3";direction:rtl}.gf-latest-instance.gf-latest-style-6 .gf-latest-card:nth-child(1){min-height:420px}}
    @media(max-width:640px){.gf-latest-instance{margin:26px 0}.gf-latest-instance.gf-latest-style-4,.gf-latest-instance.gf-latest-style-5{padding:18px;border-radius:22px}.gf-latest-instance .gf-latest-head{align-items:flex-start;flex-direction:column}.gf-latest-instance .gf-latest-title{font-size:1.18rem}.gf-latest-instance .gf-latest-controls{align-self:flex-start}.gf-latest-instance .gf-latest-card,.gf-latest-instance.gf-latest-style-3 .gf-latest-card{flex-basis:82%;min-height:auto}.gf-latest-instance.gf-latest-style-3 .gf-latest-card{flex-direction:column}.gf-latest-instance.gf-latest-style-3 .gf-latest-img{width:100%;height:auto;min-height:0;aspect-ratio:var(--gf-card-image-ratio)}.gf-latest-instance.gf-latest-style-6 .gf-latest-card:nth-child(1){min-height:360px}.gf-latest-instance.gf-latest-style-6 .gf-latest-card:nth-child(1) .gf-latest-post-title{font-size:1.12rem}.gf-latest-instance.gf-latest-style-6 .gf-latest-card:nth-child(2),.gf-latest-instance.gf-latest-style-6 .gf-latest-card:nth-child(3),.gf-latest-instance.gf-latest-style-6 .gf-latest-card:nth-child(4){display:flex;flex-direction:column;min-height:auto}.gf-latest-instance.gf-latest-style-6 .gf-latest-card:nth-child(2) .gf-latest-img,.gf-latest-instance.gf-latest-style-6 .gf-latest-card:nth-child(3) .gf-latest-img,.gf-latest-instance.gf-latest-style-6 .gf-latest-card:nth-child(4) .gf-latest-img{height:auto;min-height:0;width:100%;aspect-ratio:var(--gf-card-image-ratio)}}
