.project-placeholder {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: linear-gradient(45deg, #2c3e50, #34495e);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-gold);
    font-size: 2rem;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
}

.tech-tags {
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    margin-bottom: 15px;
    justify-content: center;
    overflow: hidden;
    max-width: 100%;
    padding: 0 5px;
    min-height: 32px;
    align-items: center;
}

.tech-tags .tech-tag,
.project-card .tech-tag,
.project-card-content .tech-tag {
    flex-shrink: 0 !important;
    white-space: nowrap !important;
    font-size: 0.7rem !important;
    font-weight: normal !important;
    font-style: normal !important;
    background: var(--accent-teal) !important;
    background-color: var(--accent-teal) !important;
    padding: 4px 8px !important;
    margin: 2px !important;
    border-radius: 4px !important;
    color: white !important;
    font-family: 'Inter', sans-serif !important;
    display: inline-block !important;
    text-decoration: none !important;
    border: none !important;
    outline: none !important;
    box-sizing: border-box !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    vertical-align: baseline !important;
}

.project-card-content p {
    font-size: clamp(0.6rem, 1vw, 0.8rem);
    line-height: 1.7 !important;
    color: var(--text-light);
    margin-bottom: 15px;
    font-family: 'Inter', sans-serif;
    text-align: center !important;
    max-width: 280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    word-spacing: 0.05em !important;
    flex-grow: 1 !important;
}

.project-image-wrapper {
    font-family: 'Rajdhani', sans-serif;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: transparent;
    position: relative;
    display: block;
}

.project-image-wrapper img,
.project-card .project-image-wrapper img,
.project-card img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    transition: transform 0.3s;
    display: block !important;
    background: transparent !important;
    aspect-ratio: auto !important;
}

.no-data-icon {
    font-size: 3rem;
    margin: 20px 0;
}

.add-button {
    background: var(--primary-green) !important;
    font-family: 'Inter', sans-serif;
}

.add-button:hover {
    background: #229954 !important;
}

.project-card h3 {
    font-family: 'Rajdhani', 'Inter', sans-serif;
}

.project-card p {
    font-family: 'Inter', sans-serif;
}

.project-card-title {
    font-family: 'Rajdhani', 'Inter', sans-serif;
    margin-bottom: 15px;
}

.project-card-content {
    font-family: 'Inter', sans-serif;
}

.no-data h3 {
    font-family: 'Rajdhani', 'Inter', sans-serif;
}

.no-data p {
    font-family: 'Inter', sans-serif;
}

@supports not (aspect-ratio: 1 / 1) {
    .project-image-wrapper {
        font-family: 'Rajdhani', sans-serif;
        height: 0;
        padding-top: 56.25%;
        position: relative;
        overflow: hidden;
        background: transparent;
    }
    .project-image-wrapper img,
    .project-card .project-image-wrapper img,
    .project-card img {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
        display: block !important;
        background: transparent !important;
    }
    .project-placeholder {
        height: 0;
        padding-top: 56.25%;
        position: relative;
        overflow: hidden;
    }
    .project-placeholder > * {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
