.impact-snapshot-db770074 {
    padding: 60px 30px;
    background: linear-gradient(135deg, #050b14 0%, #0d1e36 100%);
    border-radius: 16px;
    overflow: hidden;
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    position: relative;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.snapshot-grid-db770074 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1280px;
    margin: 0 auto;
}

.snapshot-card-db770074 {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 25px;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.snapshot-card-db770074:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 10px 30px rgba(0, 119, 255, 0.15), inset 0 1px 0 rgba(255,255,255,0.1);
    border-color: rgba(0, 119, 255, 0.4);
}

.snapshot-header-db770074 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.snapshot-icon-db770074 {
    font-size: 24px;
    color: #00d2ff;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 210, 255, 0.1);
    border-radius: 50%;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.snapshot-icon-db770074 svg {
    width: 24px;
    height: 24px;
    fill: #00d2ff;
}

.snapshot-card-db770074:hover .snapshot-icon-db770074 {
    transform: scale(1.1) rotate(5deg);
}

.snapshot-val-container-db770074 {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1px;
}

.snapshot-number-db770074 {
    color: #00d2ff;
    text-shadow: 0 0 10px rgba(0, 210, 255, 0.3);
}

.snapshot-prefix-db770074,
.snapshot-suffix-db770074 {
    color: #00d2ff;
}

.snapshot-label-db770074 {
    font-size: 14px;
    line-height: 1.6;
    color: #b4c6e4;
    font-weight: 400;
}
