.article-row {
    position: relative;
    display: inline-block;
    width: 100%;
    border-image: url('/joy/elements/patch-article-blog.svg') 55;
    border-image-outset: 15px;
    border-image-width: 50px;
    border-image-slice: 30 fill;
    color: #916E53;
    text-decoration: none;
    font-family: 'VSPencil', Arial, sans-serif;
    text-align: left;
    padding: 0.5em;
    margin-bottom: 3em;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.4));
}
.article-content iframe {
    aspect-ratio: 16/9 !important;
    width: 100%;
    height: auto;
}
.article-content {
    position: relative;
    display: inline-block;
    width: 100%;
    border-image: url('/joy/elements/patch-article-blog.svg') 55;
    border-image-outset: 15px;
    border-image-width: 50px;
    border-image-slice: 50 fill;
    color: #916E53;
    text-align: left;
    padding: 0.5em;
    margin-bottom: 3em;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.4));
}
.blog-container {
    position: relative;
    overflow-x: clip;
}
.blog-container > * {
    position: relative;
}
.blog-container::before, .blog-container::after {
    content: ' ';
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}
.blog-container::before {
    position: absolute;
    left: 0;
    background: url("/joy/elements/blog-left.png") repeat-y;
    pointer-events: none;
    background-size: 7em;
}
.blog-container::after {
    display: inline-block;
    position: absolute;
    right: 0;
    background: url("/joy/elements/blog-right.png") repeat-y;
    background-position: top right;
    pointer-events: none;
    background-size: 6em;
}

@supports not (overflow-x: clip) {
    .blog-container {
        overflow-x: hidden;
    }
}

.article-row h2 {
    font-family: 'VSPencil', Arial, sans-serif;
    color: #916E53;
}
.article-row p {
    font-family: 'montserrat', Arial, sans-serif;
    color: #916E53;
}
.desktop-img, .mobile-img {
    width: 100%;
    border-radius: 30px;
}

.article-desc-part {
    position: relative;
    padding-right: 6em;
}
.read-article {
    width: 4em;
    height: 4em;
    aspect-ratio: 1;
    position: absolute;
    right: 2em;
    top: calc(50% - 2em);
    background: none;
}
.writtenByPart {
    color: white;
    font-family: 'montserrat', Arial, sans-serif;
    border: 35px solid #FFFFFF05;
    border-image-source: url('/joy/elements/patch-faq-question.svg');
    border-image-repeat: stretch;
    border-image-slice: 35% 25% 25% 50% fill;
}
.rounded {
    border-radius: 1.5em !important;
}


.news-container {
    position: relative;
    border: 2px solid #B69881;
    border-radius: 40px;
    background: rgba(219, 193, 175, 0.2);
    padding: 30px;
    margin: 1em 1em 0.1em;
}
.news-container::before {
    content: ' ';
    display: inline-block;
    width: 1.7em;
    aspect-ratio: 40/85;
    background-image: url("/joy/elements/stars-news-before.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -2.5em;
    top: -0.5em;
}
.news-container::after {
    content: ' ';
    display: inline-block;
    width: 2.5em;
    aspect-ratio: 65/85;
    background-image: url("/joy/elements/stars-news-after.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -3em;
    bottom: 1.5em;
}
.news-container .article {
    display: inline-block;
    width: 100%;
    background: url('/joy/elements/bg-article.png') repeat;
    border-image: url('/joy/elements/patch-article.png') 55;
    border-image-outset: 15px;
    border-image-width: 50px;
    color: #916E53;
    text-decoration: none;
    font-family: 'VSPencil', Arial, sans-serif;
    text-align: center;
}
.news-container .article a {
    text-decoration: none;
    text-align: center;
    width: 100%;
}
.news-container .article img {
    padding: 4px;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    width: 100%;
}
.news-container h2 {
    font-size: 1.7em;
    display: inline-block;
    font-family: 'VSPencil', Arial, sans-serif;
    padding: 0;
    margin: 0 8px;
    line-height: 1.6em;
    max-width: 100%;
}
.news-container p {
    font-family: 'montserrat', Arial, sans-serif;
    margin: 0;
    padding: 0 10px 10px;
    line-height: 1em;
}
.article-content a, .article-content a:hover, .article-content a:visited, .article-content a:active {
    color: #916E53;
    text-decoration: underline;
    transition: all 0.25s ease;
}
.article-content a:hover {
    color: #ae6f47;
}


.blog-container {
    width: min(1120px, calc(100% - 2rem));
    margin: 0 auto 3rem;
    overflow: visible;
}

.blog-container::before,
.blog-container::after,
.blog-container-left,
.blog-container-right {
    display: none;
}

.article-row,
.article-content {
    display: block;
    padding: 1rem;
    border: 1px solid var(--joy-line);
    border-radius: var(--joy-radius-card);
    border-image: none;
    color: var(--joy-text);
    background: var(--joy-surface);
    box-shadow: var(--joy-card-shadow);
    filter: none;
    font-family: 'montserrat', Arial, sans-serif;
}

.article-row {
    margin-bottom: 1.1rem;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.article-row:hover {
    transform: translateY(-3px);
    border-color: rgba(31, 166, 123, 0.24);
    box-shadow: var(--joy-card-shadow-hover);
}

.article-row .row {
    align-items: center;
}

.article-row h2,
.article-content h1,
.article-content h2,
.news-container h2 {
    color: var(--joy-ink);
    font-family: 'montserrat', Arial, sans-serif !important;
    line-height: 1.12;
}

.article-row h2 {
    margin-bottom: 0.35rem;
    font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.article-row p,
.article-content,
.article-content p,
.article-content li,
.news-container p {
    color: var(--joy-muted);
    font-family: 'montserrat', Arial, sans-serif;
    line-height: 1.72;
}

.desktop-img,
.mobile-img,
.article-content .rounded,
.news-container .article img {
    border-radius: var(--joy-radius-media) !important;
    box-shadow: 0 10px 24px rgba(73, 82, 74, 0.12);
}

.article-desc-part {
    padding-right: 4.5rem;
}

.read-article {
    right: 1rem;
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.92);
    box-shadow: 0 8px 18px rgba(73, 82, 74, 0.12);
}

.article-content {
    padding: clamp(1.2rem, 3vw, 2rem);
    margin-bottom: 1.5rem;
}

.article-content h1 {
    margin-bottom: 1rem;
    font-size: clamp(2rem, 3.5vw, 3.4rem);
}

.article-content img {
    height: auto;
}

.writtenByPart {
    padding: 1rem;
    border: 1px solid var(--joy-line);
    border-radius: var(--joy-radius-card);
    border-image: none;
    color: var(--joy-text);
    background: var(--joy-surface);
    box-shadow: 0 8px 18px rgba(73, 82, 74, 0.09);
    font-family: 'montserrat', Arial, sans-serif;
}

.news-container {
    margin: 1rem 0 0;
    padding: 1rem;
    border: 1px solid var(--joy-line);
    border-radius: var(--joy-radius-card);
    background: var(--joy-surface);
    box-shadow: var(--joy-card-shadow);
}

.news-container::before,
.news-container::after {
    display: none;
}

.news-container .article {
    overflow: hidden;
    padding: 0.75rem;
    border: 1px solid var(--joy-line);
    border-radius: var(--joy-radius-card);
    border-image: none;
    color: var(--joy-text);
    background: #ffffff;
    box-shadow: none;
    font-family: 'montserrat', Arial, sans-serif;
}

.news-container .article h2 {
    margin: 0.75rem 0 0.4rem;
    font-size: 1.25rem;
}

.reactions-comment {
    margin-bottom: 0.75rem;
    padding: 1rem;
    border: 1px solid var(--joy-line);
    border-radius: var(--joy-radius-card);
    background: var(--joy-surface);
    box-shadow: 0 8px 18px rgba(73, 82, 74, 0.08);
}

.reactions-comment-title,
.reactions-comment-scape {
    color: var(--joy-muted);
    font-family: 'montserrat', Arial, sans-serif;
}

@media (max-width: 768px) {
    .blog-container {
        width: min(720px, calc(100% - 1.25rem));
    }

    .article-row {
        padding: 0.75rem;
    }

    .article-desc-part {
        padding: 1rem 0.25rem 0;
    }

    .read-article {
        display: none;
    }
}


.article-row,
.article-content,
.writtenByPart,
.news-container,
.news-container .article,
.reactions-comment {
    border-radius: var(--joy-radius-card);
}

.desktop-img,
.mobile-img,
.article-content .rounded,
.news-container .article img {
    border-radius: var(--joy-radius-media) !important;
}

.read-article {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(180deg, #35bd93, var(--joy-green));
}

.read-article i {
    font-size: 1rem;
}

.article-game-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.25rem;
    align-items: center;
    margin: 1rem 0 1.5rem;
    padding: 1.25rem;
    border: 1px solid var(--joy-line);
    border-radius: var(--joy-radius-card);
    background: #ffffff;
    box-shadow: var(--joy-card-shadow);
}

.article-game-cta h2 {
    margin-bottom: 0.5rem;
    color: var(--joy-ink);
    font-family: 'montserrat', Arial, sans-serif !important;
    font-size: clamp(1.55rem, 3vw, 2.25rem);
}

.article-game-cta p {
    margin-bottom: 0;
    color: var(--joy-muted);
    font-family: 'montserrat', Arial, sans-serif;
}

.article-game-cta .marketing-actions {
    justify-content: flex-end;
    margin-top: 0;
}

.pagination-container {
    gap: 0.4rem;
    flex-wrap: wrap;
    border-radius: var(--joy-radius-card);
}

.pagination-prev,
.pagination-next,
.pagination-prev:hover,
.pagination-next:hover,
.pagination-prev:visited,
.pagination-next:visited {
    gap: 0.45rem;
    width: auto;
    aspect-ratio: auto;
    background-image: none;
}

.pagination-page,
.pagination-page:hover,
.pagination-page:visited,
.pagination-ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.35rem;
    min-height: 2.35rem;
    padding: 0.45rem 0.75rem;
    border: 1px solid transparent;
    border-radius: var(--joy-radius-control);
    color: var(--joy-ink);
    font-family: 'montserrat', Arial, sans-serif;
    font-weight: 900;
    text-decoration: none;
}

.pagination-page {
    background: rgba(255, 255, 255, 0.72);
}

.pagination-page.is-active,
.pagination-page.is-active:hover,
.pagination-page.is-active:visited {
    color: #ffffff;
    background: var(--joy-green);
}

.pagination-ellipsis {
    color: var(--joy-muted);
}

.devlog-category-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    justify-content: center;
    margin: 1.2rem auto 0;
}

.article-row,
.article-content,
.article-game-cta,
.news-container,
.reactions-comment {
    border-color: rgba(111, 88, 66, 0.14);
    background: #ffffff;
    box-shadow: 0 16px 34px rgba(75, 88, 71, 0.12);
}

.article-row {
    padding: 0.9rem;
}

.article-row .desktop-img,
.article-row .mobile-img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.article-row h2.text-truncate,
.news-container .article h2.text-truncate {
    display: -webkit-box !important;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: clip;
}

.article-row p {
    margin-bottom: 0;
}

.read-article {
    background: linear-gradient(180deg, #37c69a, var(--joy-green));
    box-shadow: 0 9px 18px rgba(35, 129, 101, 0.18);
}

.article-content {
    max-width: 100%;
}

.article-content h1 {
    font-family: 'montserrat', Arial, sans-serif !important;
    font-weight: 900;
    line-height: 1.08;
}

.article-content > img:first-of-type,
.container.pt-3 > .row > .col-xl-4 > img.rounded {
    border: 6px solid rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 32px rgba(75, 88, 71, 0.13);
}

.article-game-cta {
    background: #ffffff;
}

.news-container .article {
    min-height: 100%;
    background: rgba(255, 255, 255, 0.82);
}

.pagination-container {
    width: min(1120px, calc(100% - 2rem));
    margin: 1.5rem auto 3rem;
    padding: 0.75rem;
    border: 1px solid rgba(111, 88, 66, 0.14);
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(75, 88, 71, 0.1);
}

.pagination-prev,
.pagination-next {
    min-height: 2.35rem;
    padding: 0.45rem 0.85rem;
    border-radius: var(--joy-radius-control);
}

@media (max-width: 768px) {
    .article-row {
        padding: 0.85rem;
    }
}


.article-row,
.article-content,
.article-game-cta,
.news-container,
.news-container .article,
.reactions-comment,
.writtenByPart {
    border: 6px solid rgba(255, 255, 255, 0.92);
    background: #ffffff;
    box-shadow:
        inset 0 0 0 1px rgba(114, 78, 48, 0.08),
        0 16px 34px rgba(84, 73, 60, 0.12);
}

.article-row h2,
.article-content h1,
.article-content h2,
.news-container h2,
.article-game-cta h2 {
    color: var(--joy-green-dark);
}

.article-row:nth-of-type(4n+2) h2,
.news-container .article:nth-child(4n+2) h2 {
    color: var(--joy-purple);
}

.article-row:nth-of-type(4n+3) h2,
.news-container .article:nth-child(4n+3) h2 {
    color: var(--joy-orange);
}

.article-row:nth-of-type(4n+4) h2,
.news-container .article:nth-child(4n+4) h2 {
    color: var(--joy-blue);
}

.desktop-img,
.mobile-img,
.article-content .rounded,
.news-container .article img {
    border: 0;
    border-radius: calc(var(--joy-radius-media) - 4px) !important;
}


.article-row,
.article-content,
.article-game-cta,
.news-container,
.news-container .article,
.reactions-comment,
.writtenByPart {
    border: 4px solid rgba(255, 255, 255, 0.96);
    background: #ffffff;
    box-shadow: 0 12px 26px rgba(84, 73, 60, 0.1);
}

.article-row:hover,
.news-container .article:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 28px rgba(84, 73, 60, 0.12);
}

.news-container .article {
    overflow: hidden;
}

.news-container .article img {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}


.news-container .article {
    overflow: visible;
    padding: 0.55rem;
}

.news-container .article img {
    border-radius: calc(var(--joy-radius-media) - 4px) !important;
}


.devlog-page > .marketing-section:first-child {
    padding-top: clamp(2.1rem, 4vw, 3.5rem);
    padding-bottom: 2rem;
}

.blog-container,
.pagination-container {
    width: min(1120px, calc(100% - 2rem));
}

.blog-container::before,
.blog-container::after,
.blog-container-left,
.blog-container-right,
.news-container::before,
.news-container::after {
    display: none !important;
}

.article-row,
.article-content,
.article-game-cta,
.news-container,
.news-container .article,
.reactions-comment,
.writtenByPart {
    border: 4px solid rgba(255, 255, 255, 0.96);
    border-image: none !important;
    border-radius: var(--joy-radius-card);
    background: #ffffff;
    box-shadow: 0 12px 26px rgba(84, 73, 60, 0.1);
    filter: none !important;
}

.article-row,
.news-container .article {
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.article-row:hover,
.news-container .article:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(84, 73, 60, 0.12);
}

.article-row h2,
.article-content h1,
.article-content h2,
.article-game-cta h2,
.news-container h2,
.devlog-empty-state h2 {
    font-family: var(--joy-title-font) !important;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.06;
}

.article-row h2,
.news-container h2,
.article-game-cta h2,
.devlog-empty-state h2 {
    color: var(--joy-green-dark);
}

.article-content h1 {
    color: var(--joy-ink);
    font-size: clamp(2rem, 3.5vw, 3.4rem);
}

.article-content h2 {
    color: var(--joy-green-dark);
    font-size: clamp(1.55rem, 2.7vw, 2.15rem);
}

.article-row:nth-of-type(4n+2) h2,
.news-container .article:nth-of-type(4n+2) h2 {
    color: var(--joy-purple);
}

.article-row:nth-of-type(4n+3) h2,
.news-container .article:nth-of-type(4n+3) h2 {
    color: var(--joy-orange);
}

.article-row:nth-of-type(4n+4) h2,
.news-container .article:nth-of-type(4n+4) h2 {
    color: var(--joy-blue);
}

.desktop-img,
.mobile-img,
.article-content .rounded,
.news-container .article img {
    border: 0 !important;
    border-radius: calc(var(--joy-radius-media) - 4px) !important;
    box-shadow: none;
}

.article-row .desktop-img,
.article-row .mobile-img {
    display: block;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.news-container .article {
    display: block;
    height: 100%;
    overflow: visible;
    padding: 0.55rem;
    text-decoration: none;
}

.news-container .row {
    row-gap: 1rem;
}

.pagination-container {
    display: flex;
    justify-content: center;
    gap: 0.45rem;
    margin: 1.5rem auto 3rem;
    padding: 0.75rem;
    border: 4px solid rgba(255, 255, 255, 0.96);
    border-radius: var(--joy-radius-card);
    background: #ffffff;
    box-shadow: 0 12px 26px rgba(84, 73, 60, 0.1);
}

.pagination-page,
.pagination-prev,
.pagination-next,
.pagination-ellipsis {
    font-family: 'montserrat', Arial, sans-serif;
}


.pagination-container {
    padding: 0.2rem 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.pagination-page,
.pagination-page:hover,
.pagination-page:visited,
.pagination-prev,
.pagination-prev:hover,
.pagination-prev:visited,
.pagination-next,
.pagination-next:hover,
.pagination-next:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.35rem;
    border: 1px solid transparent;
    border-radius: var(--joy-radius-control);
    color: var(--joy-ink);
    background: rgba(255, 255, 255, 0.68);
    box-shadow: none;
    text-decoration: none;
}

.pagination-page:hover,
.pagination-prev:hover,
.pagination-next:hover {
    border-color: rgba(67, 130, 171, 0.18);
    background: rgba(234, 248, 255, 0.9);
}

.pagination-page.is-active,
.pagination-page.is-active:hover,
.pagination-page.is-active:visited {
    color: #ffffff;
    border-color: transparent;
    background: var(--joy-green);
}

.devlog-empty-state {
    width: min(760px, 100%);
    margin: 1.2rem auto 3rem;
    padding: clamp(1.25rem, 3vw, 2rem);
    border: 4px solid rgba(255, 255, 255, 0.96);
    border-radius: var(--joy-radius-card);
    background: #ffffff;
    box-shadow: 0 12px 26px rgba(84, 73, 60, 0.1);
    text-align: center;
}

.devlog-empty-state .marketing-actions,
.devlog-empty-state .marketing-actions--center {
    justify-content: center;
}

.devlog-empty-state h2 {
    max-width: 34rem;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(1.8rem, 4.4vw, 2.55rem);
}

.devlog-empty-state p {
    max-width: 34rem;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 768px) {
    .blog-container,
    .pagination-container {
        width: min(720px, calc(100% - 2rem));
    }

    .article-content h1 {
        font-size: clamp(2rem, 11vw, 3rem);
    }

    .devlog-empty-state {
        width: min(720px, calc(100% - 2rem));
    }

    .devlog-empty-state .marketing-button {
        width: 100%;
    }
}


.devlog-page {
    --editorial-accent: var(--joy-blue);
    --editorial-accent-rgb: 59, 135, 240;
}

.devlog-page .article-row,
.devlog-page .article-content,
.devlog-page .article-game-cta,
.devlog-page .devlog-empty-state {
    border-color: var(--joy-surface-border);
    box-shadow: var(--joy-shadow-raised);
}

.article-content > h2:not(:first-child) {
    margin-top: 2.15em;
    padding-top: 1rem;
    border-top: 1px dashed var(--joy-surface-border);
}

.article-content blockquote {
    margin: 1.5rem 0;
    padding: 0.2rem 0 0.2rem 1rem;
    border-left: 0.28rem solid var(--joy-blue);
    color: var(--joy-muted);
    font-weight: 700;
}

.article-content ul,
.article-content ol {
    padding-left: 1.35rem;
}

.article-content li::marker {
    color: var(--joy-blue);
}

.devlog-page .blog-container {
    padding: clamp(1rem, 3vw, 1.75rem);
    border: 1px solid rgba(76, 113, 127, 0.14);
    border-radius: var(--joy-radius-card);
    background:
        linear-gradient(90deg, transparent 0 3.5rem, rgba(226, 104, 91, 0.1) 3.5rem 3.6rem, transparent 3.6rem),
        repeating-linear-gradient(0deg, transparent 0 2rem, rgba(79, 128, 167, 0.07) 2rem calc(2rem + 1px)),
        rgba(255, 255, 255, 0.58);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.9);
}

.devlog-page .article-row {
    border-color: rgba(255, 255, 255, 0.98);
    background: rgba(255, 255, 255, 0.94);
}

.devlog-page .article-row:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(53, 92, 113, 0.16);
}

.devlog-page .devlog-article-date {
    display: inline-flex;
    gap: 0.35rem;
    align-items: center;
    margin-top: 0.35rem;
    color: #5c7c8e;
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.devlog-page .devlog-article-date .fa-clock {
    color: var(--joy-orange);
}

.devlog-page .read-article {
    color: #fff !important;
    background: linear-gradient(180deg, #6ba996, #3f8871);
    box-shadow: 0 8px 16px rgba(57, 125, 102, 0.24);
}

.devlog-page .read-article i {
    color: currentColor !important;
}

.outlined-yellow {
    text-decoration: none !important;
}
.article-content .outlined-blue,
.article-content .outlined-blue:visited {
    color: #fff;
    border-color: transparent;
    text-decoration: none;
    background: linear-gradient(180deg, #5d9deb, #286ab9);
    box-shadow: 0 7px 14px rgba(40, 106, 185, 0.24);
}

.article-content .outlined-blue:hover {
    color: #fff;
    background: linear-gradient(180deg, #4d8fdf, #20599f);
}

.article-content .outlined-blue:focus-visible {
    outline: 3px solid rgba(40, 106, 185, 0.32);
    outline-offset: 3px;
}

.article-content .article-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    align-items: center;
    margin-top: 1.4rem;
}

.article-content .article-edit-button,
.article-content .article-edit-button:visited {
    display: inline-flex;
    width: 2.8rem;
    min-height: 2.8rem;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    border: 1px solid #b8d7ef;
    border-radius: var(--joy-radius-control);
    color: #3478b8 !important;
    background: #eef8ff;
    box-shadow: 0 7px 14px rgba(52, 120, 184, 0.13);
    text-decoration: none !important;
    transition: transform 0.18s ease, color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.article-content .article-edit-button:hover {
    border-color: #6aa8d8;
    color: #2368a7 !important;
    background: #dff2ff;
    box-shadow: 0 11px 20px rgba(52, 120, 184, 0.18);
    text-decoration: none !important;
    transform: translateY(-1px);
}

.article-content .article-edit-button:active {
    transform: translateY(0);
}

.article-content .article-edit-button:focus-visible {
    outline: 3px solid rgba(52, 120, 184, 0.3);
    outline-offset: 3px;
}

.article-content .article-like-button,
.article-content .article-like-button:visited,
.article-content .article-like-button:hover,
.article-content .article-like-button:active {
    display: inline-flex;
    min-height: 2.8rem;
    padding: 0.5rem 1rem;
    gap: 0.5rem;
    align-items: center;
    border: 1px solid #efa9bd;
    border-radius: var(--joy-radius-control);
    color: #a13a5e !important;
    background: #fff2f5;
    box-shadow: 0 7px 16px rgba(181, 69, 105, 0.1);
    cursor: pointer;
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 0.92rem;
    text-decoration: none !important;
    transition: transform 0.18s ease, color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.article-content .article-like-button:hover {
    transform: translateY(-1px);
    border-color: #d96a8c;
    color: #90304f !important;
    background: #fde2ea;
    box-shadow: 0 11px 20px rgba(181, 69, 105, 0.17);
}

.article-content .article-like-button:focus-visible {
    outline: 3px solid rgba(199, 72, 114, 0.28);
    outline-offset: 3px;
}

.article-content .article-like-count {
    min-width: 1.1rem;
    font-variant-numeric: tabular-nums;
    text-align: center;
}

.article-like-login {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.75rem;
    align-items: center;
    width: fit-content;
    margin-top: 0.8rem;
    padding: 0.75rem 0.9rem;
    border: 1px solid rgba(199, 72, 114, 0.2);
    border-radius: 12px;
    color: #7e304b;
    background: #fff2f5;
    font-size: 0.86rem;
    line-height: 1.45;
}

.article-like-login[hidden] {
    display: none;
}

.article-like-login__links {
    display: inline-flex;
    gap: 0.45rem;
    align-items: center;
}

.article-like-login a,
.article-like-login a:visited {
    color: #8f2f50 !important;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 0.2rem;
}

.article-like-login a:hover {
    color: var(--joy-ink) !important;
}

.article-community-panel {
    padding-top: 0 !important;
}

.writtenByPart {
    padding: 0.2rem 0;
    border: 0;
    border-radius: 0;
    color: var(--joy-muted);
    background: transparent;
    box-shadow: none;
    font-size: 0.8rem;
    font-weight: 800;
    line-height: 1.45;
}

.article-likers {
    margin: 0 0 0.9rem;
    color: var(--joy-muted);
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
}

.article-likers .fa-heart {
    color: #d8557f;
}

.comments-heading {
    display: flex;
    gap: 0.6rem;
    align-items: center;
    margin: 0 0 1rem;
    color: var(--joy-ink);
    font-size: clamp(1.45rem, 3vw, 1.85rem);
}

.comments-heading .fa-comment {
    color: var(--joy-blue);
    font-size: 0.95em;
}

.comments-list {
    display: grid;
    gap: 0.75rem;
}

.reactions-comment__header,
.reactions-comment-scape,
.comments-login {
    display: flex;
    gap: 0.55rem;
    align-items: center;
}

.reactions-comment__header {
    justify-content: space-between;
    color: var(--joy-muted);
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 0.82rem;
}

.reactions-comment__author {
    display: inline-flex;
    gap: 0.45rem;
    align-items: center;
    color: var(--joy-ink);
    font-size: 0.94rem;
}

.reactions-comment__author .fa-user {
    display: inline-flex;
    width: 1.8rem;
    height: 1.8rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(180deg, #72a8e4, #4382c8);
    font-size: 0.75rem;
}

.reactions-comment__message {
    margin: 0;
    color: var(--joy-text);
    overflow-wrap: anywhere;
}

.article-comments .reactions-comment-scape {
    justify-content: space-between;
    margin: 0.75rem 0 0;
    padding: 0;
    color: var(--joy-muted);
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 0.78rem;
}

.remove-reaction-comment {
    display: inline-flex;
    width: 1.9rem;
    height: 1.9rem;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    color: #b8405e !important;
    background: rgba(216, 85, 127, 0.11);
    cursor: pointer;
    text-decoration: none !important;
}

.remove-reaction-comment:hover {
    color: #fff !important;
    background: #c74872;
}

.comments-composer,
.comments-login {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px dashed rgba(74, 119, 159, 0.18);
}

.comments-composer form {
    display: grid;
    gap: 0.75rem;
}

.comments-composer textarea.form-control {
    min-height: 7.5rem;
    border: 1px solid rgba(74, 119, 159, 0.2);
    border-radius: var(--joy-radius-control);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: none;
}

.comments-composer .comment-submit {
    justify-self: start;
    min-height: 2.8rem;
    padding: 0.55rem 1rem;
    border: 0;
    color: #fff;
    background: linear-gradient(180deg, #5d9deb, #286ab9);
    box-shadow: 0 8px 18px rgba(40, 106, 185, 0.2);
}

.comments-composer .comment-submit:hover {
    color: #fff;
    background: linear-gradient(180deg, #4d8fdf, #20599f);
}

.comments-login {
    justify-content: space-between;
    color: var(--joy-muted);
    font-family: 'montserrat', Arial, sans-serif;
    font-weight: 700;
}

.devlog-empty-state__icon {
    display: inline-flex;
    width: 3.2rem;
    height: 3.2rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.65rem;
    border-radius: 999px;
    color: var(--joy-purple);
    background: rgba(168, 117, 255, 0.12);
    font-size: 1.25rem;
}

@media (max-width: 768px) {
    .devlog-page .blog-container {
        padding: 0.75rem;
        background:
            repeating-linear-gradient(0deg, transparent 0 2rem, rgba(79, 128, 167, 0.06) 2rem calc(2rem + 1px)),
            rgba(255, 255, 255, 0.58);
    }

    .article-comments {
        padding: 1rem;
        background: rgba(255, 255, 255, 0.72);
    }

    .comments-login {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .article-content .article-edit-button,
    .article-content .article-like-button {
        transition: none;
    }

    .devlog-page .article-row {
        transition: none;
    }
}

.article-author-meta {
    display: block;
    color: #4d7d99;
    font-size: 0.78rem;
    font-weight: 900;
}

.article-author-description {
    margin-top: 0.34rem;
    color: var(--joy-text);
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.5;
}

.article-author-description > :last-child {
    margin-bottom: 0;
}

.devlog-page .blog-container {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.devlog-page .article-row,
.devlog-page .article-row:hover {
    padding: clamp(1rem, 2vw, 1.35rem) 0.2rem;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid var(--joy-surface-border);
    background: transparent;
    box-shadow: none;
    transform: none;
}

.devlog-page .article-row:hover {
    background: rgba(255, 255, 255, 0.42);
}

.article-game-cta {
    grid-template-columns: minmax(0, 0.85fr) minmax(18rem, 1.15fr);
    gap: clamp(1rem, 3vw, 2rem);
    margin: 1.5rem 0;
    padding: clamp(1.05rem, 2.4vw, 1.45rem) 0;
    border: 0;
    border-top: 1px solid var(--joy-surface-border);
    border-bottom: 1px solid var(--joy-surface-border);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.article-game-cta h2 {
    margin-bottom: 0.35rem;
    font-size: clamp(1.45rem, 2.5vw, 2rem);
    line-height: 1.08;
}

.article-game-cta .marketing-actions {
    justify-content: flex-start;
    align-self: center;
}

.article-comments {
    padding: clamp(1.2rem, 3vw, 1.75rem) 0 0;
    border: 0;
    border-top: 1px solid var(--joy-surface-border);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.article-comments .reactions-comment {
    padding: 0.9rem 0;
    border: 0;
    border-bottom: 1px solid rgba(74, 119, 159, 0.16);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.reactions-comment__body {
    margin-top: 0.5rem;
    padding: 0;
    border-radius: 0;
    background: transparent;
}

@media (max-width: 768px) {
    .devlog-page .article-row,
    .devlog-page .article-row:hover {
        padding-right: 0;
        padding-left: 0;
    }

    .article-game-cta {
        grid-template-columns: 1fr;
    }

    .article-game-cta .marketing-actions {
        justify-content: stretch;
    }
}

.devlog-page .blog-container {
    --devlog-margin-line: clamp(1.55rem, 3vw, 2.4rem);
    padding: clamp(0.7rem, 1.6vw, 1.1rem) clamp(0.35rem, 1vw, 0.7rem) clamp(0.7rem, 1.6vw, 1.1rem) calc(var(--devlog-margin-line) + 0.7rem);
    border: 1px solid rgba(74, 119, 159, 0.17);
    border-radius: var(--joy-radius-card);
    background:
        linear-gradient(90deg, transparent 0 var(--devlog-margin-line), rgba(226, 104, 91, 0.16) var(--devlog-margin-line) calc(var(--devlog-margin-line) + 1px), transparent calc(var(--devlog-margin-line) + 1px)),
        repeating-linear-gradient(0deg, transparent 0 2rem, rgba(79, 128, 167, 0.065) 2rem calc(2rem + 1px)),
        rgba(255, 255, 255, 0.82);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.92);
}

.devlog-page .article-row,
.devlog-page .article-row:hover {
    padding-right: clamp(0.15rem, 0.8vw, 0.55rem);
    padding-left: clamp(0.15rem, 0.8vw, 0.55rem);
}

.devlog-page .article-row:hover {
    background: rgba(255, 255, 255, 0.5);
}

.article-comments {
    margin-top: clamp(1.5rem, 4vw, 2.5rem);
    padding: clamp(1rem, 3vw, 1.5rem);
    border: 1px solid rgba(74, 119, 159, 0.17);
    border-radius: var(--joy-radius-card);
    background:
        linear-gradient(90deg, transparent 0 2.6rem, rgba(226, 104, 91, 0.08) 2.6rem 2.68rem, transparent 2.68rem),
        repeating-linear-gradient(0deg, transparent 0 2rem, rgba(79, 128, 167, 0.055) 2rem calc(2rem + 1px)),
        rgba(255, 255, 255, 0.72);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.92);
}

.article-comments .reactions-comment {
    margin: 0;
    padding: 1rem;
    border: 1px solid rgba(74, 119, 159, 0.16);
    border-radius: calc(var(--joy-radius-card) - 0.25rem);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 8px 18px rgba(73, 82, 74, 0.07);
}

.reactions-comment__body {
    margin-top: 0.75rem;
    padding: 0.85rem 0.95rem;
    border-radius: 1rem;
    background: rgba(76, 131, 178, 0.07);
}

@media (max-width: 768px) {
    .devlog-page .blog-container {
        --devlog-margin-line: 1.35rem;
        padding-right: 0.15rem;
        padding-left: calc(var(--devlog-margin-line) + 0.55rem);
    }

    .article-comments {
        padding: 1rem;
        background:
            repeating-linear-gradient(0deg, transparent 0 2rem, rgba(79, 128, 167, 0.055) 2rem calc(2rem + 1px)),
            rgba(255, 255, 255, 0.72);
    }
}

.devlog-thumbnail {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: calc(var(--joy-radius-media) - 4px);
    background: linear-gradient(135deg, #edf6f1, #f3f1e9);
}

.devlog-thumbnail > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.devlog-thumbnail__placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #77a493;
    background:
        radial-gradient(circle at 12% 18%, rgba(36, 121, 99, 0.08) 0 12%, transparent 12.5%),
        radial-gradient(circle at 88% 92%, rgba(36, 121, 99, 0.08) 0 24%, transparent 24.5%);
}

.devlog-thumbnail__placeholder i {
    font-size: clamp(1.7rem, 4vw, 2.6rem);
}

.devlog-thumbnail.is-locked img {
    filter: blur(5px) saturate(0.7);
    transform: scale(1.04);
}

.devlog-thumbnail__badge {
    position: absolute;
    z-index: 2;
    right: 0.55rem;
    bottom: 0.55rem;
    display: inline-flex;
    gap: 0.35rem;
    align-items: center;
    padding: 0.35rem 0.55rem;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(44, 35, 57, 0.84);
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 0.68rem;
    font-weight: 850;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.article-row__title-link,
.article-row__title-link:hover,
.article-row__title-link:visited {
    color: inherit;
    text-decoration: none;
}

.article-row__excerpt {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.article-row__meta {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.65rem;
}

.article-row__meta .read-article {
    position: static;
    display: inline-flex;
    flex: 0 0 auto;
    width: 2.4rem;
    height: 2.4rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    transform: none;
}

.article-author {
    display: grid;
    grid-template-columns: 3.4rem minmax(0, 1fr);
    gap: 0.8rem;
    align-items: start;
    margin-top: 0.85rem;
    text-align: left;
}

.article-author__avatar {
    display: block;
    width: 3.4rem;
    aspect-ratio: 1;
    border: 3px solid rgba(255, 255, 255, 0.92);
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 7px 16px rgba(47, 47, 42, 0.12);
}

.article-author .writtenByPart {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.article-author-meta {
    margin: 0;
    line-height: 1.5;
}

.article-author-details {
    margin-top: 0.45rem;
}

.article-author-description {
    padding-top: 0.35rem;
    font-size: 0.82rem;
}

.article-author--mobile {
    margin: 1rem 0;
    padding: 1rem;
    border-top: 1px solid var(--joy-surface-border);
    border-bottom: 1px solid var(--joy-surface-border);
}

@media (max-width: 768px) {
    .devlog-page .article-row .row {
        gap: 0.9rem;
    }

    .devlog-page .article-desc-part {
        padding-right: 0.45rem;
        padding-left: 0.45rem;
    }

    .devlog-page .article-row__excerpt {
        margin-bottom: 0;
        line-height: 1.55;
        -webkit-line-clamp: 4;
    }

    .devlog-page .article-row h2 {
        margin-top: 0.15rem;
        font-size: clamp(1.35rem, 7vw, 1.75rem);
    }

    .devlog-page .article-row__meta {
        margin-top: 0.75rem;
    }
}
