.bento-grid-1fccfc75 {
    display: grid;
    gap: 24px;
}

.bento-card-1fccfc75 {
    background-color: #121526;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid #2a2d42;
    color: #ffffff;
    font-family: inherit;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    will-change: transform, box-shadow;
}

.bento-card-1fccfc75 a, 
.bento-card-1fccfc75 a:hover,
.bento-card-1fccfc75 h3,
.bento-card-1fccfc75 p,
.bento-card-1fccfc75 span,
.bento-card-1fccfc75 div {
    text-decoration: none !important;
}

.bento-header-1fccfc75 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    background-color: #1a1e36;
    position: relative;
    border-bottom: 1px solid #2a2d42;
}

.bento-dots-1fccfc75 {
    position: absolute;
    left: 16px;
    display: flex;
    gap: 6px;
}

.bento-dots-1fccfc75 span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #4b5072;
}

.bento-url-1fccfc75 {
    font-size: 13px;
    color: #8c93b6;
}

.bento-content-1fccfc75 {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.bento-image-1fccfc75 {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.bento-image-1fccfc75 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.3s ease;
    will-change: transform;
}

.bento-text-1fccfc75 {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.bento-title-1fccfc75 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 12px 0;
    color: #ffffff;
}

.bento-desc-1fccfc75 {
    font-size: 15px;
    color: #a8b0d3;
    margin: 0 0 24px 0;
    line-height: 1.6;
}

.bento-meta-1fccfc75 {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bento-category-1fccfc75 {
    background-color: rgba(255, 255, 255, 0.08);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    color: #e2e6ff;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.bento-arrow-1fccfc75 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #6c5ce7;
    border-radius: 50%;
    color: white;
    font-size: 16px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.bento-card-1fccfc75:hover .bento-arrow-1fccfc75 {
    transform: translateX(4px);
}

/* Fallbacks for Grid Spans if not defined per item */
.bento-card-1fccfc75 {
    grid-column: span 1;
    grid-row: span 1;
}
