.swb-blog {
    --swb-yellow: #fffe5b;
    --swb-ink: #f4f4f0;
    width: 100%;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.swb-blog *, .swb-blog *::before, .swb-blog *::after { box-sizing: border-box; }
.swb-blog .swb-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(16px, 2vw, 30px); }
.swb-blog .swb-card {
    container-type: inline-size;
    position: relative;
    aspect-ratio: 1 / 1;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 14px;
    background: #252525;
    box-shadow: 0 3px 10px rgb(0 0 0 / 8%);
    isolation: isolate;
}
.swb-blog .swb-link {
    display: block; position: absolute; inset: 0; overflow: hidden;
    border-radius: inherit; color: var(--swb-ink); text-decoration: none;
}
.swb-blog .swb-link:hover { color: var(--swb-ink); text-decoration: none; }
.swb-blog .swb-link:focus-visible { outline: 3px solid #111; outline-offset: 4px; }
.swb-blog .swb-image {
    display: block; position: absolute; inset: 0;
    width: 100%; height: 100%; max-width: none; margin: 0;
    object-fit: cover; transition: transform 250ms ease;
}
.swb-blog .swb-shade {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgb(0 0 0 / 18%) 0%, rgb(0 0 0 / 8%) 26%, rgb(0 0 0 / 38%) 52%, rgb(0 0 0 / 88%) 100%);
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 12%);
}
.swb-blog .swb-tags {
    position: absolute; top: 6%; left: 6%; right: 6%;
    display: flex; flex-wrap: wrap; gap: 5px;
}
.swb-blog .swb-tag {
    display: inline-flex; padding: 6px 10px; border-radius: 999px;
    background: #000; color: #fff; font-size: 12px; font-size: clamp(10px, 3.3cqw, 16px);
    font-weight: 700; line-height: 1.1;
}
.swb-blog .swb-tag--web { background: #f27a65; }
.swb-blog .swb-tag--graphic { background: #4fa3d1; }
.swb-blog .swb-tag--comics { background: #fffe5b; color: #111; }
.swb-blog .swb-content { position: absolute; left: 6%; right: 6%; bottom: 8%; }
.swb-blog .swb-title {
    display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
    overflow: hidden; margin: 0 0 8px; padding: 0; border: 0;
    color: var(--swb-ink); font-family: "Jost", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-weight: 800;
    font-size: 22px; font-size: clamp(16px, 6.4cqw, 32px);
    line-height: 1.06; letter-spacing: -.02em; text-transform: none;
    text-shadow: 0 2px 12px rgb(0 0 0 / 38%);
}
.swb-blog .swb-description {
    display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
    overflow: hidden; min-height: 40px; min-height: clamp(40px, 13cqw, 62px); width: calc(100% - 56px); width: calc(100% - clamp(52px, 17cqw, 74px));
    color: rgb(244 244 240 / 82%); font-weight: 400;
    font-size: 13px; font-size: clamp(11px, 3.7cqw, 17px); line-height: 1.24;
    text-shadow: 0 2px 10px rgb(0 0 0 / 42%);
}
.swb-blog .swb-arrow {
    display: flex; align-items: center; justify-content: center;
    position: absolute; right: 6%; bottom: 8%;
    width: 44px; width: clamp(40px, 13cqw, 62px); aspect-ratio: 1;
    border-radius: 50%; background: var(--swb-yellow); color: #050505;
    transition: transform 180ms ease;
}
.swb-blog .swb-arrow svg { display: block; width: 48%; height: 48%; }
.swb-blog .swb-content:has(.swb-title:last-child) { right: 23%; }
.swb-blog .swb-footer { text-align: center; padding-top: 32px; }
.swb-blog .swb-more {
    appearance: none; display: inline-flex; justify-content: center; align-items: center;
    min-height: 48px; padding: 14px 26px; border: 0; border-radius: 999px;
    background: var(--swb-yellow); color: #111; font: 700 16px/1.2 "Jost", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    text-transform: none; letter-spacing: 0; cursor: pointer;
}
.swb-blog .swb-more:hover { background: #fff86a; }
.swb-blog .swb-more:focus-visible { outline: 3px solid #111; outline-offset: 4px; }
.swb-blog .swb-more:disabled { cursor: wait; opacity: .7; }
.swb-blog .swb-more[hidden] { display: none !important; }
.swb-blog .swb-status { margin: 12px 0 0; padding: 0; font: 400 14px/1.5 system-ui, sans-serif; color: inherit; }
.swb-blog .swb-status:empty { display: none; }
@media (hover: hover) {
    .swb-blog .swb-link:hover .swb-image { transform: scale(1.035); }
    .swb-blog .swb-link:hover .swb-arrow { transform: translate(2px, -2px); }
}
@media (max-width: 767px) {
    .swb-blog .swb-grid { grid-template-columns: minmax(0, 1fr); gap: 20px; }
}
@media (prefers-reduced-motion: reduce) {
    .swb-blog .swb-image, .swb-blog .swb-arrow { transition: none; }
}

.swb-blog .swb-filters { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin: 0 0 28px; padding: 4px; }
.swb-blog .swb-filter {
    display: inline-flex; align-items: center; justify-content: center; text-align: center;
    margin: 0;
    appearance: none; border: 0; min-height: 44px; padding: 10px 18px;
    font-family: inherit; font-size: 16px; font-weight: 700; line-height: 1.2;
    cursor: pointer; text-transform: none; letter-spacing: 0;
}
.swb-blog .swb-filter[aria-pressed="true"] { outline: 2px solid #111; outline-offset: 3px; }
.swb-blog .swb-filter:focus-visible { outline: 3px dashed #111; outline-offset: 3px; }
.swb-blog .swb-filter:disabled { cursor: wait; opacity: .65; }
.swb-blog .swb-empty[hidden] { display: none !important; }
